Pull request #43949 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 8925f735a1940ab3fa363f58e754739a32028cb5+3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 (170e5afba23df89bd834ed313cfff175278ab7c1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43949@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-08-11T16:18:10.535Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-08-11T16:18:10.539Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-08-11T16:18:10.742Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-003576af1a6f894d3) in /home/ubuntu/workspace/moby_PR-43949 [Pipeline] { [Pipeline] checkout [2022-08-11T16:18:10.774Z] The recommended git tool is: git [2022-08-11T16:18:10.781Z] using credential docker-jenkins-github-credentials [2022-08-11T16:18:10.788Z] Cloning the remote Git repository [2022-08-11T16:18:10.788Z] Cloning with configured refspecs honoured and without tags [2022-08-11T16:18:10.862Z] Cloning repository https://github.com/moby/moby.git [2022-08-11T16:18:10.863Z] > git init /home/ubuntu/workspace/moby_PR-43949 # timeout=10 [2022-08-11T16:18:10.879Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:10.879Z] > git --version # timeout=10 [2022-08-11T16:18:10.882Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:10.882Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:10.883Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:27.510Z] Fetching without tags [2022-08-11T16:18:27.686Z] Merging remotes/origin/master commit 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 into PR head commit 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:28.251Z] Merge succeeded, producing 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:28.251Z] Checking out Revision 8925f735a1940ab3fa363f58e754739a32028cb5 (PR-43949) [2022-08-11T16:18:27.517Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:27.523Z] > git config --add remote.origin.fetch +refs/pull/43949/head:refs/remotes/origin/PR-43949 # timeout=10 [2022-08-11T16:18:27.525Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:27.534Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:27.540Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:27.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:27.541Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:27.716Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:27.724Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:28.254Z] > git remote # timeout=10 [2022-08-11T16:18:28.261Z] > git config --get remote.origin.url # timeout=10 [2022-08-11T16:18:28.263Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:28.263Z] > git merge 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 # timeout=10 [2022-08-11T16:18:28.274Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-11T16:18:28.281Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:28.288Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:28.583Z] Commit message: "daemon/config: fix GoDoc for StockRuntimeName" [2022-08-11T16:18:28.583Z] First time build. Skipping changelog. [2022-08-11T16:18:28.620Z] > git --version # timeout=10 [2022-08-11T16:18:28.622Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:28.625Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-11T16:18:29.364Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43949:/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-08-11T16:18:31.881Z] 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 [2022-08-11T16:18:32.336Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-003576af1a6f894d3) in /home/ubuntu/workspace/moby_PR-43949 [Pipeline] node [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 [2022-08-11T16:18:32.358Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-055227b480199ea94) in /home/ubuntu/workspace/moby_PR-43949 [Pipeline] stage [Pipeline] { (Print info) [2022-08-11T16:18:32.360Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-06ed4ae175a0b2a47) in /home/ubuntu/workspace/moby_PR-43949 [Pipeline] stage [Pipeline] { (Print info) [2022-08-11T16:18:32.361Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03e39b6b430b5500b) in /home/ubuntu/workspace/moby_PR-43949 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) 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] } [2022-08-11T16:18:32.366Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-010039b13fdafde88) in /home/ubuntu/workspace/moby_PR-43949 Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] { [2022-08-11T16:18:32.400Z] The recommended git tool is: git [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-08-11T16:18:32.442Z] The recommended git tool is: git [2022-08-11T16:18:32.449Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-08-11T16:18:32.453Z] using credential docker-jenkins-github-credentials [2022-08-11T16:18:32.465Z] Cloning the remote Git repository [2022-08-11T16:18:32.465Z] Cloning with configured refspecs honoured and without tags [2022-08-11T16:18:32.465Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-08-11T16:18:32.473Z] Fetching without tags [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] checkout [2022-08-11T16:18:32.508Z] The recommended git tool is: git [Pipeline] checkout [2022-08-11T16:18:32.515Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Build dev image) [2022-08-11T16:18:32.517Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2022-08-11T16:18:32.525Z] Cloning the remote Git repository [2022-08-11T16:18:32.525Z] Cloning with configured refspecs honoured and without tags [2022-08-11T16:18:32.526Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-08-11T16:18:32.532Z] The recommended git tool is: git [2022-08-11T16:18:32.535Z] Cloning the remote Git repository [2022-08-11T16:18:32.535Z] 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 [2022-08-11T16:18:32.542Z] using credential docker-jenkins-github-credentials [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-08-11T16:18:32.551Z] Cloning the remote Git repository [2022-08-11T16:18:32.551Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-08-11T16:18:32.663Z] Merging remotes/origin/master commit 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 into PR head commit 8925f735a1940ab3fa363f58e754739a32028cb5 [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-08-11T16:18:33.047Z] Merge succeeded, producing 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:33.047Z] Checking out Revision 8925f735a1940ab3fa363f58e754739a32028cb5 (PR-43949) [2022-08-11T16:18:33.109Z] Commit message: "daemon/config: fix GoDoc for StockRuntimeName" [2022-08-11T16:18:32.535Z] Cloning repository https://github.com/moby/moby.git [2022-08-11T16:18:32.537Z] > git init /home/ubuntu/workspace/moby_PR-43949 # timeout=10 [2022-08-11T16:18:32.556Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:32.556Z] > git --version # timeout=10 [2022-08-11T16:18:32.563Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:32.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:32.564Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:33.189Z] > git --version # timeout=10 [2022-08-11T16:18:33.195Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:33.199Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2022-08-11T16:18:32.487Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43949/.git # timeout=10 [2022-08-11T16:18:32.496Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:32.503Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:32.504Z] > git --version # timeout=10 [2022-08-11T16:18:32.508Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:32.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:32.508Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:32.693Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:32.698Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:33.053Z] > git remote # timeout=10 [2022-08-11T16:18:33.059Z] > git config --get remote.origin.url # timeout=10 [2022-08-11T16:18:33.062Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:33.062Z] > git merge 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 # timeout=10 [2022-08-11T16:18:33.070Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-11T16:18:33.077Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:33.081Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:32.465Z] Cloning repository https://github.com/moby/moby.git [2022-08-11T16:18:32.465Z] > git init /home/ubuntu/workspace/moby_PR-43949 # timeout=10 [2022-08-11T16:18:32.483Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:32.483Z] > git --version # timeout=10 [2022-08-11T16:18:32.494Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:32.494Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:32.494Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:32.564Z] Cloning repository https://github.com/moby/moby.git [2022-08-11T16:18:32.564Z] > git init /home/ubuntu/workspace/moby_PR-43949 # timeout=10 [2022-08-11T16:18:32.576Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:32.576Z] > git --version # timeout=10 [2022-08-11T16:18:32.582Z] > git --version # 'git version 2.25.1' [2022-08-11T16:18:32.582Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:32.583Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [2022-08-11T16:18:32.547Z] Cloning repository https://github.com/moby/moby.git [2022-08-11T16:18:32.547Z] > git init /home/ubuntu/workspace/moby_PR-43949 # timeout=10 [2022-08-11T16:18:32.566Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:32.566Z] > git --version # timeout=10 [2022-08-11T16:18:32.574Z] > git --version # 'git version 2.25.1' [2022-08-11T16:18:32.574Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:32.574Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh [2022-08-11T16:18:33.815Z] + [ PR != PR ] [2022-08-11T16:18:33.815Z] + [ master != master ] [2022-08-11T16:18:33.815Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-11T16:18:34.167Z] + docker version [2022-08-11T16:18:34.167Z] Client: Docker Engine - Community [2022-08-11T16:18:34.167Z] Version: 20.10.14 [2022-08-11T16:18:34.167Z] API version: 1.41 [2022-08-11T16:18:34.167Z] Go version: go1.16.15 [2022-08-11T16:18:34.167Z] Git commit: a224086 [2022-08-11T16:18:34.167Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-11T16:18:34.167Z] OS/Arch: linux/amd64 [2022-08-11T16:18:34.167Z] Context: default [2022-08-11T16:18:34.167Z] Experimental: true [2022-08-11T16:18:34.167Z] [2022-08-11T16:18:34.167Z] Server: Docker Engine - Community [2022-08-11T16:18:34.167Z] Engine: [2022-08-11T16:18:34.167Z] Version: 20.10.14 [2022-08-11T16:18:34.167Z] API version: 1.41 (minimum version 1.12) [2022-08-11T16:18:34.167Z] Go version: go1.16.15 [2022-08-11T16:18:34.167Z] Git commit: 87a90dc [2022-08-11T16:18:34.167Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-11T16:18:34.167Z] OS/Arch: linux/amd64 [2022-08-11T16:18:34.167Z] Experimental: true [2022-08-11T16:18:34.167Z] containerd: [2022-08-11T16:18:34.167Z] Version: 1.5.11 [2022-08-11T16:18:34.167Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:34.167Z] runc: [2022-08-11T16:18:34.167Z] Version: 1.0.3 [2022-08-11T16:18:34.167Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-11T16:18:34.167Z] docker-init: [2022-08-11T16:18:34.167Z] Version: 0.19.0 [2022-08-11T16:18:34.167Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-11T16:18:34.482Z] + docker info [2022-08-11T16:18:35.409Z] Client: [2022-08-11T16:18:35.409Z] Context: default [2022-08-11T16:18:35.409Z] Debug Mode: false [2022-08-11T16:18:35.409Z] Plugins: [2022-08-11T16:18:35.409Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-11T16:18:35.409Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-11T16:18:35.409Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-11T16:18:35.409Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-11T16:18:35.409Z] [2022-08-11T16:18:35.409Z] Server: [2022-08-11T16:18:35.409Z] Containers: 0 [2022-08-11T16:18:35.409Z] Running: 0 [2022-08-11T16:18:35.409Z] Paused: 0 [2022-08-11T16:18:35.409Z] Stopped: 0 [2022-08-11T16:18:35.409Z] Images: 3 [2022-08-11T16:18:35.409Z] Server Version: 20.10.14 [2022-08-11T16:18:35.409Z] Storage Driver: overlay2 [2022-08-11T16:18:35.409Z] Backing Filesystem: extfs [2022-08-11T16:18:35.409Z] Supports d_type: true [2022-08-11T16:18:35.409Z] Native Overlay Diff: true [2022-08-11T16:18:35.409Z] userxattr: false [2022-08-11T16:18:35.409Z] Logging Driver: json-file [2022-08-11T16:18:35.409Z] Cgroup Driver: cgroupfs [2022-08-11T16:18:35.409Z] Cgroup Version: 1 [2022-08-11T16:18:35.409Z] Plugins: [2022-08-11T16:18:35.409Z] Volume: local [2022-08-11T16:18:35.409Z] Network: bridge host ipvlan macvlan null overlay [2022-08-11T16:18:35.409Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-11T16:18:35.409Z] Swarm: inactive [2022-08-11T16:18:35.409Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-11T16:18:35.409Z] Default Runtime: runc [2022-08-11T16:18:35.409Z] Init Binary: docker-init [2022-08-11T16:18:35.409Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:35.409Z] runc version: v1.0.3-0-gf46b6ba [2022-08-11T16:18:35.409Z] init version: de40ad0 [2022-08-11T16:18:35.409Z] Security Options: [2022-08-11T16:18:35.409Z] apparmor [2022-08-11T16:18:35.409Z] seccomp [2022-08-11T16:18:35.409Z] Profile: default [2022-08-11T16:18:35.409Z] Kernel Version: 5.4.0-1071-aws [2022-08-11T16:18:35.409Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-11T16:18:35.409Z] OSType: linux [2022-08-11T16:18:35.409Z] Architecture: x86_64 [2022-08-11T16:18:35.409Z] CPUs: 2 [2022-08-11T16:18:35.409Z] Total Memory: 7.483GiB [2022-08-11T16:18:35.409Z] Name: ip-10-100-64-128 [2022-08-11T16:18:35.409Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-11T16:18:35.409Z] Docker Root Dir: /var/lib/docker [2022-08-11T16:18:35.409Z] Debug Mode: false [2022-08-11T16:18:35.409Z] Registry: https://index.docker.io/v1/ [2022-08-11T16:18:35.409Z] Labels: [2022-08-11T16:18:35.409Z] Experimental: true [2022-08-11T16:18:35.409Z] Insecure Registries: [2022-08-11T16:18:35.409Z] 127.0.0.0/8 [2022-08-11T16:18:35.409Z] Live Restore Enabled: true [2022-08-11T16:18:35.409Z] [2022-08-11T16:18:35.409Z] WARNING: No swap limit support [Pipeline] sh [2022-08-11T16:18:35.731Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:35.731Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:35.731Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43949/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-08-11T16:18:35.731Z] + bash /home/ubuntu/workspace/moby_PR-43949/check-config.sh [2022-08-11T16:18:35.731Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-11T16:18:35.731Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-11T16:18:35.731Z] [2022-08-11T16:18:35.731Z] Generally Necessary: [2022-08-11T16:18:35.731Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-11T16:18:35.731Z] - apparmor: enabled and tools installed [2022-08-11T16:18:35.731Z] - CONFIG_NAMESPACES: enabled [2022-08-11T16:18:35.731Z] - CONFIG_NET_NS: enabled [2022-08-11T16:18:35.731Z] - CONFIG_PID_NS: enabled [2022-08-11T16:18:35.731Z] - CONFIG_IPC_NS: enabled [2022-08-11T16:18:35.731Z] - CONFIG_UTS_NS: enabled [2022-08-11T16:18:35.731Z] - CONFIG_CGROUPS: enabled [2022-08-11T16:18:35.731Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-11T16:18:35.731Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-11T16:18:35.731Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-11T16:18:35.731Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-11T16:18:35.731Z] - CONFIG_CPUSETS: enabled [2022-08-11T16:18:35.731Z] - CONFIG_MEMCG: enabled [2022-08-11T16:18:35.731Z] - CONFIG_KEYS: enabled [2022-08-11T16:18:35.731Z] - CONFIG_VETH: enabled (as module) [2022-08-11T16:18:35.731Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-11T16:18:35.731Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-11T16:18:35.731Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-11T16:18:35.731Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-11T16:18:35.731Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-11T16:18:35.987Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-11T16:18:35.987Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-11T16:18:35.987Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-08-11T16:18:35.987Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-11T16:18:35.987Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-11T16:18:35.987Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-11T16:18:35.987Z] - CONFIG_CGROUP_BPF: enabled [2022-08-11T16:18:35.987Z] [2022-08-11T16:18:35.987Z] Optional Features: [2022-08-11T16:18:35.987Z] - CONFIG_USER_NS: enabled [2022-08-11T16:18:35.987Z] - CONFIG_SECCOMP: enabled [2022-08-11T16:18:35.987Z] - CONFIG_SECCOMP_FILTER: enabled [2022-08-11T16:18:35.987Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-11T16:18:35.987Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-11T16:18:35.987Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-11T16:18:35.987Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-11T16:18:35.987Z] - CONFIG_BLK_CGROUP: enabled [2022-08-11T16:18:35.987Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-11T16:18:35.988Z] - CONFIG_CGROUP_PERF: enabled [2022-08-11T16:18:35.988Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-11T16:18:35.988Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-11T16:18:35.988Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-11T16:18:35.988Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-11T16:18:35.988Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-11T16:18:35.988Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-11T16:18:35.988Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-11T16:18:35.988Z] - CONFIG_IP_VS: enabled (as module) [2022-08-11T16:18:35.988Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-11T16:18:35.988Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-11T16:18:35.988Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-11T16:18:35.988Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-11T16:18:35.988Z] - CONFIG_SECURITY_SELINUX: enabled [2022-08-11T16:18:35.988Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-08-11T16:18:35.988Z] - CONFIG_EXT4_FS: enabled [2022-08-11T16:18:35.988Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-11T16:18:35.988Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-11T16:18:35.988Z] - Network Drivers: [2022-08-11T16:18:35.988Z] - "overlay": [2022-08-11T16:18:35.988Z] - CONFIG_VXLAN: enabled (as module) [2022-08-11T16:18:35.988Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-11T16:18:35.988Z] Optional (for encrypted networks): [2022-08-11T16:18:36.243Z] - CONFIG_CRYPTO: enabled [2022-08-11T16:18:36.243Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-11T16:18:36.243Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-11T16:18:36.243Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-11T16:18:36.243Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-11T16:18:36.243Z] - CONFIG_XFRM: enabled [2022-08-11T16:18:36.243Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-11T16:18:36.243Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-11T16:18:36.243Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-11T16:18:36.243Z] - "ipvlan": [2022-08-11T16:18:36.243Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-11T16:18:36.243Z] - "macvlan": [2022-08-11T16:18:36.243Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-11T16:18:36.243Z] - CONFIG_DUMMY: enabled (as module) [2022-08-11T16:18:36.243Z] - "ftp,tftp client in container": [2022-08-11T16:18:36.243Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-11T16:18:36.243Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-11T16:18:36.243Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-11T16:18:36.243Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-11T16:18:36.243Z] - Storage Drivers: [2022-08-11T16:18:36.243Z] - "aufs": [2022-08-11T16:18:36.243Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-11T16:18:36.243Z] - "btrfs": [2022-08-11T16:18:36.243Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-11T16:18:36.243Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-11T16:18:36.243Z] - "devicemapper": [2022-08-11T16:18:36.243Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-11T16:18:36.243Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-11T16:18:36.243Z] - "overlay": [2022-08-11T16:18:36.243Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-11T16:18:36.243Z] - "zfs": [2022-08-11T16:18:36.243Z] - /dev/zfs: present [2022-08-11T16:18:36.243Z] - zfs command: missing [2022-08-11T16:18:36.243Z] - zpool command: missing [2022-08-11T16:18:36.243Z] [2022-08-11T16:18:36.243Z] Limits: [2022-08-11T16:18:36.243Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-11T16:18:36.243Z] [2022-08-11T16:18:36.243Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-11T16:18:36.597Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:8925f735a1940ab3fa363f58e754739a32028cb5 . [2022-08-11T16:18:36.597Z] #1 [internal] load build definition from Dockerfile [2022-08-11T16:18:36.597Z] #1 sha256:b333a6a5398414d87874c6b6085cdd25cfcc1d32b1344502f08723ec83ee49e9 [2022-08-11T16:18:36.597Z] #1 transferring dockerfile: 19.07kB done [2022-08-11T16:18:36.597Z] #1 DONE 0.0s [2022-08-11T16:18:36.597Z] [2022-08-11T16:18:36.597Z] #2 [internal] load .dockerignore [2022-08-11T16:18:36.597Z] #2 sha256:35dfdb75d2d92de8ec55c9be8afe0f88e647c23f27cf0a45bb15703ee31e7c3d [2022-08-11T16:18:36.597Z] #2 transferring context: 145B done [2022-08-11T16:18:36.597Z] #2 DONE 0.0s [2022-08-11T16:18:36.597Z] [2022-08-11T16:18:36.597Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-08-11T16:18:36.597Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [2022-08-11T16:18:36.852Z] #3 DONE 0.1s [2022-08-11T16:18:36.852Z] [2022-08-11T16:18:36.852Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-08-11T16:18:36.852Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-08-11T16:18:36.852Z] #4 CACHED [2022-08-11T16:18:37.108Z] [2022-08-11T16:18:37.108Z] #5 [internal] load .dockerignore [2022-08-11T16:18:37.108Z] #5 sha256:576f99a3f13dfb5a288c7f53c3336c84461b6009cbc16b12b4b81e740426492d [2022-08-11T16:18:37.108Z] #5 DONE 0.0s [2022-08-11T16:18:37.108Z] [2022-08-11T16:18:37.108Z] #6 [internal] load build definition from Dockerfile [2022-08-11T16:18:37.108Z] #6 sha256:be236daed665996a437e3c5b52cad7e0e754f65cea36329fb26df57db181a7d3 [2022-08-11T16:18:37.108Z] #6 DONE 0.0s [2022-08-11T16:18:37.108Z] [2022-08-11T16:18:37.108Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-08-11T16:18:37.108Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-08-11T16:18:37.364Z] #10 DONE 0.1s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:37.364Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-11T16:18:37.364Z] #8 DONE 0.1s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:37.364Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-11T16:18:37.364Z] #9 DONE 0.1s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye [2022-08-11T16:18:37.364Z] #7 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50 [2022-08-11T16:18:37.364Z] #7 DONE 0.2s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:37.364Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-11T16:18:37.364Z] #78 DONE 0.0s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a [2022-08-11T16:18:37.364Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e [2022-08-11T16:18:37.364Z] #11 DONE 0.0s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 [2022-08-11T16:18:37.364Z] #35 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163 [2022-08-11T16:18:37.364Z] #35 DONE 0.0s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:37.364Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-11T16:18:37.364Z] #80 DONE 0.0s [2022-08-11T16:18:37.364Z] [2022-08-11T16:18:37.364Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-08-11T16:18:37.364Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-08-11T16:18:37.937Z] #56 DONE 0.5s [2022-08-11T16:18:37.937Z] [2022-08-11T16:18:37.937Z] #31 [internal] load build context [2022-08-11T16:18:37.937Z] #31 sha256:737741236018695abb45cf96ba9a57c288617e4bae0ce66f2b2b0905fb1a4f48 [2022-08-11T16:18:39.316Z] #31 transferring context: 62.41MB 1.6s done [2022-08-11T16:18:39.316Z] #31 DONE 1.9s [2022-08-11T16:18:39.316Z] [2022-08-11T16:18:39.316Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-08-11T16:18:39.316Z] #84 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1 [2022-08-11T16:18:39.316Z] #84 CACHED [2022-08-11T16:18:39.316Z] [2022-08-11T16:18:39.316Z] #28 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-08-11T16:18:39.316Z] #28 sha256:42bc05b1a7b01aa6a55bb55ce06c349607013fa5223c796f15cfacd0450039b0 [2022-08-11T16:18:39.316Z] #28 CACHED [2022-08-11T16:18:39.316Z] [2022-08-11T16:18:39.316Z] #85 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-08-11T16:18:39.316Z] #85 sha256:feb0a2527b406149f2f03ad51955012ab762847fbce1e1037478cf54b383266c [2022-08-11T16:18:39.316Z] #85 CACHED [2022-08-11T16:18:39.316Z] [2022-08-11T16:18:39.316Z] #29 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-08-11T16:18:39.316Z] #29 sha256:98dc7d0d38ca0fea8dcf12f06e5b363a0c33aa3672c45fb76569fbec70e0fe6a [2022-08-11T16:18:39.316Z] #29 CACHED [2022-08-11T16:18:39.316Z] [2022-08-11T16:18:39.316Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-08-11T16:18:39.316Z] #83 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13 [2022-08-11T16:18:39.316Z] #83 CACHED [2022-08-11T16:18:39.316Z] [2022-08-11T16:18:39.316Z] #59 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-08-11T16:18:39.316Z] #59 sha256:948131be82376be3d51a53bd3f9dafe13bb182896374247b53603a3f13de51b3 [2022-08-11T16:18:39.316Z] #59 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-08-11T16:18:39.317Z] #86 sha256:3546f67f6ed7bea1a6ffeb826a0e41dbd5ec34a0a79dc5ff812d33b4b1f770ea [2022-08-11T16:18:39.317Z] #86 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6 [2022-08-11T16:18:39.317Z] #13 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #42 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #42 sha256:462282e7f0da4eea6de8c027f555650772ee1ebefa1b5c9c62326509da9f768a [2022-08-11T16:18:39.317Z] #42 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #44 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #44 sha256:5f966ce1ed16af0a90ded8552820b2982c5099b84d67ca775f42ccfc66d2b68f [2022-08-11T16:18:39.317Z] #44 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #48 sha256:fd49aeee86d411d0a3bdf3178278a419581b8ae1f9d9ee54a188c7e963f6292d [2022-08-11T16:18:39.317Z] #48 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #71 sha256:3c7726d2a0f9b6dd3dc324574a1340ee1055fd6ff5c396f9c2c8f4acc4e22b7c [2022-08-11T16:18:39.317Z] #71 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #36 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4 [2022-08-11T16:18:39.317Z] #36 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #74 sha256:4e4d6043ff87bb2c8b13039e7600dded32b4ed1b95ba3ac5c205f79d6b62bc5b [2022-08-11T16:18:39.317Z] #74 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-08-11T16:18:39.317Z] #32 sha256:4cca7ef51e694e82aa624b3f994656b6ffe5ae434db560cdf410952cf50e09a1 [2022-08-11T16:18:39.317Z] #32 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-08-11T16:18:39.317Z] #43 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a [2022-08-11T16:18:39.317Z] #43 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #60 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f [2022-08-11T16:18:39.317Z] #60 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #61 sha256:39a72044222f8c50360288f43f13869cd7132f15aad47d9d538c76dc0bfbb277 [2022-08-11T16:18:39.317Z] #61 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #57 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5 [2022-08-11T16:18:39.317Z] #57 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #45 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52 [2022-08-11T16:18:39.317Z] #45 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #82 sha256:88526edaffdbace6036a51f94b22b01e6f36175a0a9916d6a72582c2636446bc [2022-08-11T16:18:39.317Z] #82 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #27 [dev-systemd-false 6/28] RUN ldconfig [2022-08-11T16:18:39.317Z] #27 sha256:4e7201ea34eaa6bff2791a8b633d584621f8f6b1a7718b29e03a74e0ed0467ba [2022-08-11T16:18:39.317Z] #27 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-08-11T16:18:39.317Z] #18 sha256:f6a3155427514096067c9d00d81aedf33e9122c0b793d9838c2235965d943037 [2022-08-11T16:18:39.317Z] #18 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #55 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #55 sha256:1eff3a203d1ba4ddc11ef4421e7da6527ac303e35bf337390fc852b459c9d3d9 [2022-08-11T16:18:39.317Z] #55 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #63 sha256:aeb00e23479353beaf999fa13b8c46353fa287764372d1417ce5688ce7814cf2 [2022-08-11T16:18:39.317Z] #63 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-08-11T16:18:39.317Z] #73 sha256:4e6e429456b5e9fdc5a1ecff98178e9534d164ca7185ec2dc9f4ef4c6250d7f7 [2022-08-11T16:18:39.317Z] #73 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-11T16:18:39.317Z] #37 sha256:d7e085b93e0d720c2d1fdcaf521259b5dfb1585ca55e53288f3124f9b9e921e8 [2022-08-11T16:18:39.317Z] #37 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #65 sha256:57d8da8bafe0d202f02a9a1b59a2250396a69e14a5bf246934096f3c139e03bc [2022-08-11T16:18:39.317Z] #65 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #41 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82 [2022-08-11T16:18:39.317Z] #41 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-08-11T16:18:39.317Z] #75 sha256:024ba493acde850db16add95bfd54effb21df2b26f87ffe2275bfbcd7f344295 [2022-08-11T16:18:39.317Z] #75 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #21 sha256:bb76cfa785b6cc5930758dddc58939c15bbb037b7b997a83ff46b7c32ee35dbc [2022-08-11T16:18:39.317Z] #21 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-11T16:18:39.317Z] #40 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9 [2022-08-11T16:18:39.317Z] #40 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-08-11T16:18:39.317Z] #14 sha256:a6df4f24794c66283bd019f4e8f66ed6e47ffd470d4c7ae45a982f095190bb0c [2022-08-11T16:18:39.317Z] #14 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #23 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-11T16:18:39.317Z] #23 sha256:e15bcc7067f86bcfad3ee74946bac736dedf08af442c45ad394e135a11879f13 [2022-08-11T16:18:39.317Z] #23 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #26 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-11T16:18:39.317Z] #26 sha256:2b77314a577ecf5ea59b6828ac277e34cf85a8fd5ebd730fc2115d4119f236e7 [2022-08-11T16:18:39.317Z] #26 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #54 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b [2022-08-11T16:18:39.317Z] #54 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-11T16:18:39.317Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7 [2022-08-11T16:18:39.317Z] #12 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #68 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #68 sha256:c169c483307d89d78216bf857291aea96f6abda84edafda86919df777614744d [2022-08-11T16:18:39.317Z] #68 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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.46.2" && /build/golangci-lint --version [2022-08-11T16:18:39.317Z] #62 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b [2022-08-11T16:18:39.317Z] #62 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #51 sha256:d20ba3cd6d89650c38979f647074a64cd25590df11d950a114104cc97fe0f7a9 [2022-08-11T16:18:39.317Z] #51 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-11T16:18:39.317Z] #76 sha256:1dc6eb9f10141f20922b5034ce279fdf2d9cb83f7b12a3b9fb264cb45cbbdbff [2022-08-11T16:18:39.317Z] #76 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #69 sha256:a3f2e5f8853e523ef3fad92d1007809d4fbe9739f0dd7bf327f4368a2fdec5a6 [2022-08-11T16:18:39.317Z] #69 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #25 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-11T16:18:39.317Z] #25 sha256:f914172291988a167cf82d7cbb0d44d02f3406aec8e3ec88b28a3db79ccdeb0b [2022-08-11T16:18:39.317Z] #25 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-08-11T16:18:39.317Z] #70 sha256:b7a23fff4f6b1f81712a30bb38fa71e36deb9e6e7796a1b891468d12285388d3 [2022-08-11T16:18:39.317Z] #70 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-11T16:18:39.317Z] #39 sha256:3e9af26dce86b85045f88e8979f86b1646e8913169b5cb46769b5a991ecb6a8b [2022-08-11T16:18:39.317Z] #39 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #47 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1 [2022-08-11T16:18:39.317Z] #47 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #67 sha256:f8939b272938bf4a0f2e178135c7e55a6b9d1de35bdf3da9602e8efaa284fb79 [2022-08-11T16:18:39.317Z] #67 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #20 sha256:91d751224aa9713097dae372bb6975111d086d9935d88ce69d7e912f9cb8a924 [2022-08-11T16:18:39.317Z] #20 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-11T16:18:39.317Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-11T16:18:39.317Z] #79 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #64 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef [2022-08-11T16:18:39.317Z] #64 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #77 sha256:7d1e87161ed32632e05243cdf3c7ce3ede5e8ea3e226f675818e6033effd88d9 [2022-08-11T16:18:39.317Z] #77 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-08-11T16:18:39.317Z] #17 sha256:7c86ac0f5602c2a549e0188d14f9d0a401fecd6e1f5f78c3a271956a40acbfb5 [2022-08-11T16:18:39.317Z] #17 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-08-11T16:18:39.317Z] #16 sha256:de231ebeb4d2ebe56fa77ee37fb00ca31e90e057f313c7cb470898d312d94757 [2022-08-11T16:18:39.317Z] #16 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-11T16:18:39.317Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-11T16:18:39.317Z] #81 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #24 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-11T16:18:39.317Z] #24 sha256:ca0200f4f6b3db6adf6df5ddd3eb22cd5b2cccbb2090378aa26cf135949c045e [2022-08-11T16:18:39.317Z] #24 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-11T16:18:39.317Z] #53 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc [2022-08-11T16:18:39.317Z] #53 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #72 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #72 sha256:9e2b89f96d4b1db90e29b654a7696f883d34277ab00a8cacfb9bfe7e58716cfe [2022-08-11T16:18:39.317Z] #72 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #22 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-08-11T16:18:39.317Z] #22 sha256:b4b0e38cb982b6838d989466b55e2a317fb4968bad7b01f6bcf5cc5f0e10a442 [2022-08-11T16:18:39.317Z] #22 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #33 sha256:be1fab426f2c8762a126874f1d00739bf9c447454290e1217bbed4fc05cce637 [2022-08-11T16:18:39.317Z] #33 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #19 sha256:35e6c26d918e6b84e0701875a3825b0ab92389673b7392d35571374ccbd4b407 [2022-08-11T16:18:39.317Z] #19 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-08-11T16:18:39.317Z] #50 sha256:c1a300168af63a417cf33f7ee837bb2918b09701947e46ac922a755408d1418b [2022-08-11T16:18:39.317Z] #50 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-08-11T16:18:39.317Z] #15 sha256:49f17c445bfac6f2f9087b217e234493f3d95283bb6db7562e07ec11f41c6d08 [2022-08-11T16:18:39.317Z] #15 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #30 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-08-11T16:18:39.317Z] #30 sha256:8919d89a3e191054757dbaa5e3b88f9804c9f75a80e639626fbb0e16d1506039 [2022-08-11T16:18:39.317Z] #30 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #46 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #46 sha256:efe38f8156d0a3c7199a0aeae1098e102bb7400d00f82e0ebc0671be26808e2e [2022-08-11T16:18:39.317Z] #46 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-08-11T16:18:39.317Z] #34 sha256:016261c0c913bb96aeec5c05b9e734349e05ef928716f41177f40b265ccc7ff4 [2022-08-11T16:18:39.317Z] #34 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #38 sha256:cf7765606a7e2d618a72dae3421afffdca53a2a63be27e9dce48b260e4642876 [2022-08-11T16:18:39.317Z] #38 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #58 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e [2022-08-11T16:18:39.317Z] #58 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #52 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-08-11T16:18:39.317Z] #52 sha256:ee0c4e0ba44099e08e5a635bc52b53f88433b936133317fe90145829b1337263 [2022-08-11T16:18:39.317Z] #52 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #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-08-11T16:18:39.317Z] #49 sha256:7725bbc1617a713ade88458dd83f345d84e306b495ff67ce9310578741db5e4d [2022-08-11T16:18:39.317Z] #49 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-08-11T16:18:39.317Z] #66 sha256:99226f310c9a81b20e8ea7ae17658e633cc775aadf35cf48da24dd655ff84a50 [2022-08-11T16:18:39.317Z] #66 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-08-11T16:18:39.317Z] #87 sha256:38203215af3beacc992717321d82d34a8c2d9f77b9c7bd4a183bed1396d62be9 [2022-08-11T16:18:39.317Z] #87 CACHED [2022-08-11T16:18:39.317Z] [2022-08-11T16:18:39.317Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-11T16:18:39.317Z] #88 sha256:87aa279644cd6f884f064178bc4fa68159442300f39bf51de46e63113a9973e3 [2022-08-11T16:18:40.245Z] #88 DONE 0.8s [2022-08-11T16:18:40.245Z] [2022-08-11T16:18:40.245Z] #89 exporting to image [2022-08-11T16:18:40.245Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-11T16:18:40.245Z] #89 exporting layers [2022-08-11T16:18:41.174Z] #89 exporting layers 1.1s done [2022-08-11T16:18:41.174Z] #89 writing image sha256:bc4f44c5ad38ad9725b7d8d17cfce36cc50574a1d96d29e83894642a6756e0bd done [2022-08-11T16:18:41.174Z] #89 naming to docker.io/library/docker:8925f735a1940ab3fa363f58e754739a32028cb5 done [2022-08-11T16:18:41.174Z] #89 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-08-11T16:18:41.496Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43949/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/validate/default [2022-08-11T16:18:42.057Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-08-11T16:18:42.057Z] No api/types/ or api/swagger.yaml changes in diff. [2022-08-11T16:18:42.057Z] Congratulations! All TOML source files changed here have valid syntax. [2022-08-11T16:18:42.057Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-08-11T16:18:42.057Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-08-11T16:18:42.057Z] [2022-08-11T16:18:42.057Z] INFO Start validation with golang-ci-lint [2022-08-11T16:18:42.620Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-08-11T16:18:42.876Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] [2022-08-11T16:18:42.876Z] INFO [loader] Using build tags: [ journald] [2022-08-11T16:18:45.030Z] Fetching without tags [2022-08-11T16:18:44.980Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:44.987Z] > git config --add remote.origin.fetch +refs/pull/43949/head:refs/remotes/origin/PR-43949 # timeout=10 [2022-08-11T16:18:44.995Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:45.008Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:45.026Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:45.026Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:45.027Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:45.263Z] Merging remotes/origin/master commit 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 into PR head commit 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:45.837Z] Merge succeeded, producing 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:45.837Z] Checking out Revision 8925f735a1940ab3fa363f58e754739a32028cb5 (PR-43949) [2022-08-11T16:18:46.587Z] Commit message: "daemon/config: fix GoDoc for StockRuntimeName" [2022-08-11T16:18:46.609Z] > git --version # timeout=10 [2022-08-11T16:18:46.614Z] > git --version # 'git version 2.25.1' [2022-08-11T16:18:46.619Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2022-08-11T16:18:45.258Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:45.267Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:45.807Z] > git remote # timeout=10 [2022-08-11T16:18:45.811Z] > git config --get remote.origin.url # timeout=10 [2022-08-11T16:18:45.814Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:45.814Z] > git merge 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 # timeout=10 [2022-08-11T16:18:45.823Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-11T16:18:45.832Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:45.838Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-11T16:18:47.332Z] + docker version [2022-08-11T16:18:47.332Z] Client: Docker Engine - Community [2022-08-11T16:18:47.332Z] Version: 20.10.14 [2022-08-11T16:18:47.332Z] API version: 1.41 [2022-08-11T16:18:47.332Z] Go version: go1.16.15 [2022-08-11T16:18:47.332Z] Git commit: a224086 [2022-08-11T16:18:47.332Z] Built: Thu Mar 24 01:47:20 2022 [2022-08-11T16:18:47.332Z] OS/Arch: linux/arm64 [2022-08-11T16:18:47.332Z] Context: default [2022-08-11T16:18:47.332Z] Experimental: true [2022-08-11T16:18:47.332Z] [2022-08-11T16:18:47.332Z] Server: Docker Engine - Community [2022-08-11T16:18:47.332Z] Engine: [2022-08-11T16:18:47.332Z] Version: 20.10.14 [2022-08-11T16:18:47.332Z] API version: 1.41 (minimum version 1.12) [2022-08-11T16:18:47.332Z] Go version: go1.16.15 [2022-08-11T16:18:47.332Z] Git commit: 87a90dc [2022-08-11T16:18:47.332Z] Built: Thu Mar 24 01:45:39 2022 [2022-08-11T16:18:47.332Z] OS/Arch: linux/arm64 [2022-08-11T16:18:47.332Z] Experimental: true [2022-08-11T16:18:47.332Z] containerd: [2022-08-11T16:18:47.332Z] Version: 1.5.11 [2022-08-11T16:18:47.332Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:47.332Z] runc: [2022-08-11T16:18:47.332Z] Version: 1.0.3 [2022-08-11T16:18:47.332Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-11T16:18:47.332Z] docker-init: [2022-08-11T16:18:47.332Z] Version: 0.19.0 [2022-08-11T16:18:47.332Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-11T16:18:47.618Z] + docker info [2022-08-11T16:18:48.128Z] Fetching without tags [2022-08-11T16:18:48.187Z] Client: [2022-08-11T16:18:48.187Z] Context: default [2022-08-11T16:18:48.187Z] Debug Mode: false [2022-08-11T16:18:48.187Z] Plugins: [2022-08-11T16:18:48.187Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-11T16:18:48.187Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-11T16:18:48.187Z] [2022-08-11T16:18:48.187Z] Server: [2022-08-11T16:18:48.187Z] Containers: 0 [2022-08-11T16:18:48.187Z] Running: 0 [2022-08-11T16:18:48.187Z] Paused: 0 [2022-08-11T16:18:48.187Z] Stopped: 0 [2022-08-11T16:18:48.187Z] Images: 2 [2022-08-11T16:18:48.187Z] Server Version: 20.10.14 [2022-08-11T16:18:48.187Z] Storage Driver: overlay2 [2022-08-11T16:18:48.187Z] Backing Filesystem: extfs [2022-08-11T16:18:48.187Z] Supports d_type: true [2022-08-11T16:18:48.187Z] Native Overlay Diff: true [2022-08-11T16:18:48.187Z] userxattr: false [2022-08-11T16:18:48.187Z] Logging Driver: json-file [2022-08-11T16:18:48.187Z] Cgroup Driver: cgroupfs [2022-08-11T16:18:48.187Z] Cgroup Version: 1 [2022-08-11T16:18:48.187Z] Plugins: [2022-08-11T16:18:48.187Z] Volume: local [2022-08-11T16:18:48.187Z] Network: bridge host ipvlan macvlan null overlay [2022-08-11T16:18:48.187Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-11T16:18:48.187Z] Swarm: inactive [2022-08-11T16:18:48.187Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-11T16:18:48.187Z] Default Runtime: runc [2022-08-11T16:18:48.187Z] Init Binary: docker-init [2022-08-11T16:18:48.187Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:48.187Z] runc version: v1.0.3-0-gf46b6ba [2022-08-11T16:18:48.187Z] init version: de40ad0 [2022-08-11T16:18:48.187Z] Security Options: [2022-08-11T16:18:48.187Z] apparmor [2022-08-11T16:18:48.187Z] seccomp [2022-08-11T16:18:48.187Z] Profile: default [2022-08-11T16:18:48.187Z] Kernel Version: 5.13.0-1021-aws [2022-08-11T16:18:48.187Z] Operating System: Ubuntu 20.04.4 LTS [2022-08-11T16:18:48.187Z] OSType: linux [2022-08-11T16:18:48.187Z] Architecture: aarch64 [2022-08-11T16:18:48.187Z] CPUs: 2 [2022-08-11T16:18:48.187Z] Total Memory: 7.562GiB [2022-08-11T16:18:48.187Z] Name: ip-10-100-49-122 [2022-08-11T16:18:48.187Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-08-11T16:18:48.187Z] Docker Root Dir: /var/lib/docker [2022-08-11T16:18:48.187Z] Debug Mode: false [2022-08-11T16:18:48.187Z] Registry: https://index.docker.io/v1/ [2022-08-11T16:18:48.187Z] Labels: [2022-08-11T16:18:48.187Z] Experimental: true [2022-08-11T16:18:48.187Z] Insecure Registries: [2022-08-11T16:18:48.187Z] 127.0.0.0/8 [2022-08-11T16:18:48.187Z] Live Restore Enabled: true [2022-08-11T16:18:48.187Z] [Pipeline] sh [2022-08-11T16:18:48.266Z] Fetching without tags [2022-08-11T16:18:48.320Z] Fetching without tags [2022-08-11T16:18:48.333Z] Merging remotes/origin/master commit 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 into PR head commit 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:48.285Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:48.291Z] > git config --add remote.origin.fetch +refs/pull/43949/head:refs/remotes/origin/PR-43949 # timeout=10 [2022-08-11T16:18:48.299Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:48.310Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:48.322Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:48.322Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:48.323Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:48.106Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:48.109Z] > git config --add remote.origin.fetch +refs/pull/43949/head:refs/remotes/origin/PR-43949 # timeout=10 [2022-08-11T16:18:48.112Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:48.119Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:48.127Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:48.127Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:48.128Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:48.331Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:48.338Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:48.223Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:48.239Z] > git config --add remote.origin.fetch +refs/pull/43949/head:refs/remotes/origin/PR-43949 # timeout=10 [2022-08-11T16:18:48.248Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:48.258Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-08-11T16:18:48.267Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-08-11T16:18:48.267Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:48.267Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43949/head:refs/remotes/origin/PR-43949 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-08-11T16:18:48.466Z] Merging remotes/origin/master commit 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 into PR head commit 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:48.470Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:48.470Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:48.470Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43949/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-08-11T16:18:48.470Z] + bash /home/ubuntu/workspace/moby_PR-43949/check-config.sh [2022-08-11T16:18:48.470Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-11T16:18:48.470Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-08-11T16:18:48.470Z] [2022-08-11T16:18:48.470Z] Generally Necessary: [2022-08-11T16:18:48.470Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-11T16:18:48.470Z] - apparmor: enabled and tools installed [2022-08-11T16:18:48.470Z] - CONFIG_NAMESPACES: enabled [2022-08-11T16:18:48.470Z] - CONFIG_NET_NS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_PID_NS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_IPC_NS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_UTS_NS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_CGROUPS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-11T16:18:48.470Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-11T16:18:48.470Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-11T16:18:48.470Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-11T16:18:48.470Z] - CONFIG_CPUSETS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_MEMCG: enabled [2022-08-11T16:18:48.470Z] - CONFIG_KEYS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_VETH: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-11T16:18:48.470Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-11T16:18:48.470Z] - CONFIG_CGROUP_BPF: enabled [2022-08-11T16:18:48.470Z] [2022-08-11T16:18:48.470Z] Optional Features: [2022-08-11T16:18:48.470Z] - CONFIG_USER_NS: enabled [2022-08-11T16:18:48.470Z] - CONFIG_SECCOMP: enabled [2022-08-11T16:18:48.497Z] Merging remotes/origin/master commit 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 into PR head commit 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:48.730Z] - CONFIG_SECCOMP_FILTER: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-11T16:18:48.731Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-11T16:18:48.731Z] (cgroup swap accounting is currently enabled) [2022-08-11T16:18:48.731Z] - CONFIG_BLK_CGROUP: enabled [2022-08-11T16:18:48.731Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CGROUP_PERF: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-11T16:18:48.731Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-11T16:18:48.731Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-11T16:18:48.731Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-11T16:18:48.731Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-11T16:18:48.731Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-11T16:18:48.731Z] - CONFIG_IP_VS: enabled (as module) [2022-08-11T16:18:48.731Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-11T16:18:48.731Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-11T16:18:48.731Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-11T16:18:48.731Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-11T16:18:48.731Z] - CONFIG_SECURITY_SELINUX: enabled [2022-08-11T16:18:48.731Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-08-11T16:18:48.731Z] - CONFIG_EXT4_FS: enabled [2022-08-11T16:18:48.731Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-11T16:18:48.731Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-11T16:18:48.731Z] - Network Drivers: [2022-08-11T16:18:48.731Z] - "overlay": [2022-08-11T16:18:48.731Z] - CONFIG_VXLAN: enabled (as module) [2022-08-11T16:18:48.731Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-11T16:18:48.731Z] Optional (for encrypted networks): [2022-08-11T16:18:48.731Z] - CONFIG_CRYPTO: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-11T16:18:48.731Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-11T16:18:48.731Z] - CONFIG_XFRM: enabled [2022-08-11T16:18:48.731Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-11T16:18:48.731Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-11T16:18:48.731Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-11T16:18:48.903Z] Merge succeeded, producing 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:48.903Z] Checking out Revision 8925f735a1940ab3fa363f58e754739a32028cb5 (PR-43949) [2022-08-11T16:18:48.990Z] - "ipvlan": [2022-08-11T16:18:48.990Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-11T16:18:48.990Z] - "macvlan": [2022-08-11T16:18:48.990Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-11T16:18:48.990Z] - CONFIG_DUMMY: enabled (as module) [2022-08-11T16:18:48.990Z] - "ftp,tftp client in container": [2022-08-11T16:18:48.990Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-11T16:18:48.990Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-11T16:18:48.990Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-11T16:18:48.990Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-11T16:18:48.990Z] - Storage Drivers: [2022-08-11T16:18:48.990Z] - "aufs": [2022-08-11T16:18:48.990Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-11T16:18:48.990Z] - "btrfs": [2022-08-11T16:18:48.990Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-11T16:18:48.990Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-11T16:18:48.990Z] - "devicemapper": [2022-08-11T16:18:48.990Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-11T16:18:48.990Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-11T16:18:48.990Z] - "overlay": [2022-08-11T16:18:48.990Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-11T16:18:48.990Z] - "zfs": [2022-08-11T16:18:48.990Z] - /dev/zfs: present [2022-08-11T16:18:48.990Z] - zfs command: missing [2022-08-11T16:18:48.990Z] - zpool command: missing [2022-08-11T16:18:48.990Z] [2022-08-11T16:18:48.990Z] Limits: [2022-08-11T16:18:48.990Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-11T16:18:48.990Z] [2022-08-11T16:18:48.990Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-11T16:18:49.062Z] Merge succeeded, producing 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:49.062Z] Checking out Revision 8925f735a1940ab3fa363f58e754739a32028cb5 (PR-43949) [2022-08-11T16:18:49.106Z] Merge succeeded, producing 8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:18:49.106Z] Checking out Revision 8925f735a1940ab3fa363f58e754739a32028cb5 (PR-43949) [2022-08-11T16:18:49.198Z] Commit message: "daemon/config: fix GoDoc for StockRuntimeName" [2022-08-11T16:18:49.262Z] > git --version # timeout=10 [2022-08-11T16:18:49.275Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:49.286Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2022-08-11T16:18:49.321Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8925f735a1940ab3fa363f58e754739a32028cb5 . [2022-08-11T16:18:49.556Z] Commit message: "daemon/config: fix GoDoc for StockRuntimeName" [2022-08-11T16:18:49.581Z] #1 [internal] load build definition from Dockerfile [2022-08-11T16:18:49.581Z] #1 sha256:0cc01b694d0b1ed0d3967debede36cf61446ebd7fe95d6ddb2d7db902987ee5f [2022-08-11T16:18:49.581Z] #1 transferring dockerfile: 19.07kB 0.0s done [2022-08-11T16:18:49.581Z] #1 DONE 0.0s [2022-08-11T16:18:49.581Z] [2022-08-11T16:18:49.581Z] #2 [internal] load .dockerignore [2022-08-11T16:18:49.581Z] #2 sha256:3e471dc22b16d756deacdfc319ed2ac54687d1a3a472fed27113f57a7fad1f2d [2022-08-11T16:18:49.581Z] #2 transferring context: 145B done [2022-08-11T16:18:49.581Z] #2 DONE 0.0s [2022-08-11T16:18:49.581Z] [2022-08-11T16:18:49.581Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-08-11T16:18:49.581Z] #3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f [2022-08-11T16:18:49.581Z] #3 DONE 0.2s [2022-08-11T16:18:49.581Z] [2022-08-11T16:18:49.581Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-08-11T16:18:49.581Z] #4 sha256:aae1624761845ad12d0965b3e71ab9a531ae51ffa9b9aa952662f0f44079cf17 [2022-08-11T16:18:49.581Z] #4 CACHED [2022-08-11T16:18:49.571Z] > git --version # timeout=10 [2022-08-11T16:18:49.580Z] > git --version # 'git version 2.25.1' [2022-08-11T16:18:49.592Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-11T16:18:49.718Z] Commit message: "daemon/config: fix GoDoc for StockRuntimeName" [2022-08-11T16:18:49.739Z] > git --version # timeout=10 [2022-08-11T16:18:49.752Z] > git --version # 'git version 2.17.1' [2022-08-11T16:18:49.761Z] fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a [2022-08-11T16:18:49.841Z] [2022-08-11T16:18:49.841Z] #5 [internal] load .dockerignore [2022-08-11T16:18:49.841Z] #5 sha256:9b299cd9a7fefa428e3bf8cf52ba9d48dd8104cdeb66202ac5510cd5cf3decc0 [2022-08-11T16:18:49.841Z] #5 DONE 0.0s [2022-08-11T16:18:49.841Z] [2022-08-11T16:18:49.841Z] #6 [internal] load build definition from Dockerfile [2022-08-11T16:18:49.841Z] #6 sha256:169c057c048a1952275514901a29ed02cba0b4e41cd7e7e92997ae3a7c56f5c6 [2022-08-11T16:18:49.841Z] #6 DONE 0.0s [2022-08-11T16:18:49.841Z] [2022-08-11T16:18:49.841Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:49.841Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-11T16:18:49.950Z] + docker version [2022-08-11T16:18:49.950Z] Client: Docker Engine - Community [2022-08-11T16:18:49.950Z] Version: 20.10.14 [2022-08-11T16:18:49.950Z] API version: 1.41 [2022-08-11T16:18:49.950Z] Go version: go1.16.15 [2022-08-11T16:18:49.950Z] Git commit: a224086 [2022-08-11T16:18:49.950Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-11T16:18:49.950Z] OS/Arch: linux/amd64 [2022-08-11T16:18:49.950Z] Context: default [2022-08-11T16:18:49.950Z] Experimental: true [2022-08-11T16:18:49.950Z] [2022-08-11T16:18:49.950Z] Server: Docker Engine - Community [2022-08-11T16:18:49.950Z] Engine: [2022-08-11T16:18:49.950Z] Version: 20.10.14 [2022-08-11T16:18:49.950Z] API version: 1.41 (minimum version 1.12) [2022-08-11T16:18:49.950Z] Go version: go1.16.15 [2022-08-11T16:18:49.950Z] Git commit: 87a90dc [2022-08-11T16:18:49.950Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-11T16:18:49.950Z] OS/Arch: linux/amd64 [2022-08-11T16:18:49.950Z] Experimental: true [2022-08-11T16:18:49.950Z] containerd: [2022-08-11T16:18:49.950Z] Version: 1.5.11 [2022-08-11T16:18:49.950Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:49.950Z] runc: [2022-08-11T16:18:49.950Z] Version: 1.0.3 [2022-08-11T16:18:49.950Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-11T16:18:49.950Z] docker-init: [2022-08-11T16:18:49.950Z] Version: 0.19.0 [2022-08-11T16:18:49.950Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-08-11T16:18:50.102Z] #10 DONE 0.1s [2022-08-11T16:18:50.102Z] [2022-08-11T16:18:50.102Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-08-11T16:18:50.102Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-08-11T16:18:50.102Z] #8 DONE 0.1s [2022-08-11T16:18:50.102Z] [2022-08-11T16:18:50.102Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye [2022-08-11T16:18:50.102Z] #7 sha256:1dd8dccf8b8386d70fa31526ea848b3091e2c3af74c29a8cba65e128a80126b8 [2022-08-11T16:18:50.102Z] #7 DONE 0.1s [2022-08-11T16:18:50.102Z] [2022-08-11T16:18:50.102Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:50.102Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-11T16:18:50.102Z] #9 DONE 0.1s [2022-08-11T16:18:48.497Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:48.512Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:49.037Z] > git remote # timeout=10 [2022-08-11T16:18:49.055Z] > git config --get remote.origin.url # timeout=10 [2022-08-11T16:18:49.068Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:49.068Z] > git merge 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 # timeout=10 [2022-08-11T16:18:49.089Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-11T16:18:49.106Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:49.112Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-08-11T16:18:48.875Z] > git remote # timeout=10 [2022-08-11T16:18:48.880Z] > git config --get remote.origin.url # timeout=10 [2022-08-11T16:18:48.883Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:48.884Z] > git merge 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 # timeout=10 [2022-08-11T16:18:48.893Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-11T16:18:48.901Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:48.915Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [Pipeline] sh [2022-08-11T16:18:48.466Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:48.471Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:49.012Z] > git remote # timeout=10 [2022-08-11T16:18:49.026Z] > git config --get remote.origin.url # timeout=10 [2022-08-11T16:18:49.038Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-08-11T16:18:49.039Z] > git merge 3a7fda78a28e7a3f161d15d0ae04d9aeaa591209 # timeout=10 [2022-08-11T16:18:49.048Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-11T16:18:49.062Z] > git config core.sparsecheckout # timeout=10 [2022-08-11T16:18:49.070Z] > git checkout -f 8925f735a1940ab3fa363f58e754739a32028cb5 # timeout=10 [2022-08-11T16:18:50.235Z] + docker info [2022-08-11T16:18:50.296Z] + docker version [2022-08-11T16:18:50.296Z] Client: Docker Engine - Community [2022-08-11T16:18:50.296Z] Version: 20.10.14 [2022-08-11T16:18:50.296Z] API version: 1.41 [2022-08-11T16:18:50.296Z] Go version: go1.16.15 [2022-08-11T16:18:50.296Z] Git commit: a224086 [2022-08-11T16:18:50.296Z] Built: Thu Mar 24 01:48:02 2022 [2022-08-11T16:18:50.296Z] OS/Arch: linux/amd64 [2022-08-11T16:18:50.296Z] Context: default [2022-08-11T16:18:50.296Z] Experimental: true [2022-08-11T16:18:50.296Z] [2022-08-11T16:18:50.296Z] Server: Docker Engine - Community [2022-08-11T16:18:50.296Z] Engine: [2022-08-11T16:18:50.296Z] Version: 20.10.14 [2022-08-11T16:18:50.296Z] API version: 1.41 (minimum version 1.12) [2022-08-11T16:18:50.296Z] Go version: go1.16.15 [2022-08-11T16:18:50.296Z] Git commit: 87a90dc [2022-08-11T16:18:50.296Z] Built: Thu Mar 24 01:45:53 2022 [2022-08-11T16:18:50.296Z] OS/Arch: linux/amd64 [2022-08-11T16:18:50.296Z] Experimental: true [2022-08-11T16:18:50.296Z] containerd: [2022-08-11T16:18:50.296Z] Version: 1.5.11 [2022-08-11T16:18:50.296Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:50.296Z] runc: [2022-08-11T16:18:50.296Z] Version: 1.0.3 [2022-08-11T16:18:50.296Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-11T16:18:50.296Z] docker-init: [2022-08-11T16:18:50.296Z] Version: 0.19.0 [2022-08-11T16:18:50.296Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-11T16:18:50.362Z] [2022-08-11T16:18:50.362Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:50.362Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-11T16:18:50.362Z] #73 DONE 0.0s [2022-08-11T16:18:50.362Z] [2022-08-11T16:18:50.362Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:50.362Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-11T16:18:50.362Z] #71 DONE 0.0s [2022-08-11T16:18:50.362Z] [2022-08-11T16:18:50.362Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a [2022-08-11T16:18:50.362Z] #11 sha256:5d6d2c8505e6a6e39ff5a371e0949e4f6df355d723be36560ba0f1510561d32e [2022-08-11T16:18:50.362Z] #11 DONE 0.0s [2022-08-11T16:18:50.362Z] [2022-08-11T16:18:50.362Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 [2022-08-11T16:18:50.362Z] #28 sha256:9ba39cb572c0a44d7873dd23b4ec5e5ffc028915971aa35e827c3d588b4296d0 [2022-08-11T16:18:50.362Z] #28 DONE 0.0s [2022-08-11T16:18:50.362Z] [2022-08-11T16:18:50.362Z] #24 [internal] load build context [2022-08-11T16:18:50.362Z] #24 sha256:d1687b706ac56349ca6bf9b159399edef9be6d663d8d6debdee1fbc5c4e2d468 [2022-08-11T16:18:50.468Z] + docker version [2022-08-11T16:18:50.468Z] Client: Docker Engine - Community [2022-08-11T16:18:50.468Z] Version: 20.10.14 [2022-08-11T16:18:50.468Z] API version: 1.41 [2022-08-11T16:18:50.468Z] Go version: go1.16.15 [2022-08-11T16:18:50.468Z] Git commit: a224086 [2022-08-11T16:18:50.468Z] Built: Thu Mar 24 01:47:57 2022 [2022-08-11T16:18:50.468Z] OS/Arch: linux/amd64 [2022-08-11T16:18:50.468Z] Context: default [2022-08-11T16:18:50.468Z] Experimental: true [2022-08-11T16:18:50.468Z] [2022-08-11T16:18:50.468Z] Server: Docker Engine - Community [2022-08-11T16:18:50.468Z] Engine: [2022-08-11T16:18:50.468Z] Version: 20.10.14 [2022-08-11T16:18:50.468Z] API version: 1.41 (minimum version 1.12) [2022-08-11T16:18:50.468Z] Go version: go1.16.15 [2022-08-11T16:18:50.468Z] Git commit: 87a90dc [2022-08-11T16:18:50.468Z] Built: Thu Mar 24 01:45:46 2022 [2022-08-11T16:18:50.468Z] OS/Arch: linux/amd64 [2022-08-11T16:18:50.468Z] Experimental: true [2022-08-11T16:18:50.468Z] containerd: [2022-08-11T16:18:50.468Z] Version: 1.5.11 [2022-08-11T16:18:50.468Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:50.468Z] runc: [2022-08-11T16:18:50.468Z] Version: 1.0.3 [2022-08-11T16:18:50.468Z] GitCommit: v1.0.3-0-gf46b6ba [2022-08-11T16:18:50.468Z] docker-init: [2022-08-11T16:18:50.468Z] Version: 0.19.0 [2022-08-11T16:18:50.468Z] GitCommit: de40ad0 [Pipeline] sh [2022-08-11T16:18:50.614Z] + docker info [2022-08-11T16:18:50.756Z] + docker info [2022-08-11T16:18:50.934Z] #24 ... [2022-08-11T16:18:50.934Z] [2022-08-11T16:18:50.934Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-08-11T16:18:50.934Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-08-11T16:18:50.934Z] #49 DONE 0.4s [2022-08-11T16:18:50.934Z] [2022-08-11T16:18:50.934Z] #24 [internal] load build context [2022-08-11T16:18:50.934Z] #24 sha256:d1687b706ac56349ca6bf9b159399edef9be6d663d8d6debdee1fbc5c4e2d468 [2022-08-11T16:18:51.161Z] Client: [2022-08-11T16:18:51.162Z] Context: default [2022-08-11T16:18:51.162Z] Debug Mode: false [2022-08-11T16:18:51.162Z] Plugins: [2022-08-11T16:18:51.162Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-11T16:18:51.162Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-11T16:18:51.162Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-11T16:18:51.162Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-11T16:18:51.162Z] [2022-08-11T16:18:51.162Z] Server: [2022-08-11T16:18:51.162Z] Containers: 0 [2022-08-11T16:18:51.162Z] Running: 0 [2022-08-11T16:18:51.162Z] Paused: 0 [2022-08-11T16:18:51.162Z] Stopped: 0 [2022-08-11T16:18:51.162Z] Images: 2 [2022-08-11T16:18:51.162Z] Server Version: 20.10.14 [2022-08-11T16:18:51.162Z] Storage Driver: overlay2 [2022-08-11T16:18:51.162Z] Backing Filesystem: extfs [2022-08-11T16:18:51.162Z] Supports d_type: true [2022-08-11T16:18:51.162Z] Native Overlay Diff: true [2022-08-11T16:18:51.162Z] userxattr: false [2022-08-11T16:18:51.162Z] Logging Driver: json-file [2022-08-11T16:18:51.162Z] Cgroup Driver: cgroupfs [2022-08-11T16:18:51.162Z] Cgroup Version: 1 [2022-08-11T16:18:51.162Z] Plugins: [2022-08-11T16:18:51.162Z] Volume: local [2022-08-11T16:18:51.162Z] Network: bridge host ipvlan macvlan null overlay [2022-08-11T16:18:51.162Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-11T16:18:51.162Z] Swarm: inactive [2022-08-11T16:18:51.162Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-08-11T16:18:51.162Z] Default Runtime: runc [2022-08-11T16:18:51.162Z] Init Binary: docker-init [2022-08-11T16:18:51.162Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:51.162Z] runc version: v1.0.3-0-gf46b6ba [2022-08-11T16:18:51.162Z] init version: de40ad0 [2022-08-11T16:18:51.162Z] Security Options: [2022-08-11T16:18:51.162Z] apparmor [2022-08-11T16:18:51.162Z] seccomp [2022-08-11T16:18:51.162Z] Profile: default [2022-08-11T16:18:51.162Z] Kernel Version: 5.4.0-1071-aws [2022-08-11T16:18:51.162Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-11T16:18:51.162Z] OSType: linux [2022-08-11T16:18:51.162Z] Architecture: x86_64 [2022-08-11T16:18:51.162Z] CPUs: 2 [2022-08-11T16:18:51.162Z] Total Memory: 7.483GiB [2022-08-11T16:18:51.162Z] Name: ip-10-100-87-190 [2022-08-11T16:18:51.162Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-11T16:18:51.162Z] Docker Root Dir: /var/lib/docker [2022-08-11T16:18:51.162Z] Debug Mode: false [2022-08-11T16:18:51.162Z] Registry: https://index.docker.io/v1/ [2022-08-11T16:18:51.162Z] Labels: [2022-08-11T16:18:51.162Z] Experimental: true [2022-08-11T16:18:51.162Z] Insecure Registries: [2022-08-11T16:18:51.162Z] 127.0.0.0/8 [2022-08-11T16:18:51.162Z] Live Restore Enabled: true [2022-08-11T16:18:51.162Z] [2022-08-11T16:18:51.162Z] WARNING: No swap limit support [Pipeline] sh [2022-08-11T16:18:51.486Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:51.486Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:51.486Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43949/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-08-11T16:18:51.486Z] + bash /home/ubuntu/workspace/moby_PR-43949/check-config.sh [2022-08-11T16:18:51.486Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-11T16:18:51.486Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-11T16:18:51.486Z] [2022-08-11T16:18:51.486Z] Generally Necessary: [2022-08-11T16:18:51.486Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-11T16:18:51.486Z] - apparmor: enabled and tools installed [2022-08-11T16:18:51.486Z] - CONFIG_NAMESPACES: enabled [2022-08-11T16:18:51.486Z] - CONFIG_NET_NS: enabled [2022-08-11T16:18:51.486Z] - CONFIG_PID_NS: enabled [2022-08-11T16:18:51.486Z] - CONFIG_IPC_NS: enabled [2022-08-11T16:18:51.486Z] - CONFIG_UTS_NS: enabled [2022-08-11T16:18:51.486Z] - CONFIG_CGROUPS: enabled [2022-08-11T16:18:51.486Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-11T16:18:51.486Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-11T16:18:51.486Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-11T16:18:51.486Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-11T16:18:51.486Z] - CONFIG_CPUSETS: enabled [2022-08-11T16:18:51.486Z] - CONFIG_MEMCG: enabled [2022-08-11T16:18:51.486Z] - CONFIG_KEYS: enabled [2022-08-11T16:18:51.486Z] - CONFIG_VETH: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-11T16:18:51.486Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-11T16:18:51.541Z] Client: [2022-08-11T16:18:51.542Z] Context: default [2022-08-11T16:18:51.542Z] Debug Mode: false [2022-08-11T16:18:51.542Z] Plugins: [2022-08-11T16:18:51.542Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-11T16:18:51.542Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-11T16:18:51.542Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-11T16:18:51.542Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-11T16:18:51.542Z] [2022-08-11T16:18:51.542Z] Server: [2022-08-11T16:18:51.542Z] Containers: 0 [2022-08-11T16:18:51.542Z] Running: 0 [2022-08-11T16:18:51.542Z] Paused: 0 [2022-08-11T16:18:51.542Z] Stopped: 0 [2022-08-11T16:18:51.542Z] Images: 2 [2022-08-11T16:18:51.542Z] Server Version: 20.10.14 [2022-08-11T16:18:51.542Z] Storage Driver: overlay2 [2022-08-11T16:18:51.542Z] Backing Filesystem: extfs [2022-08-11T16:18:51.542Z] Supports d_type: true [2022-08-11T16:18:51.542Z] Native Overlay Diff: true [2022-08-11T16:18:51.542Z] userxattr: false [2022-08-11T16:18:51.542Z] Logging Driver: json-file [2022-08-11T16:18:51.542Z] Cgroup Driver: systemd [2022-08-11T16:18:51.542Z] Cgroup Version: 2 [2022-08-11T16:18:51.542Z] Plugins: [2022-08-11T16:18:51.542Z] Volume: local [2022-08-11T16:18:51.542Z] Network: bridge host ipvlan macvlan null overlay [2022-08-11T16:18:51.542Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-11T16:18:51.542Z] Swarm: inactive [2022-08-11T16:18:51.542Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-08-11T16:18:51.542Z] Default Runtime: runc [2022-08-11T16:18:51.542Z] Init Binary: docker-init [2022-08-11T16:18:51.542Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:51.542Z] runc version: v1.0.3-0-gf46b6ba [2022-08-11T16:18:51.542Z] init version: de40ad0 [2022-08-11T16:18:51.542Z] Security Options: [2022-08-11T16:18:51.542Z] apparmor [2022-08-11T16:18:51.542Z] seccomp [2022-08-11T16:18:51.542Z] Profile: default [2022-08-11T16:18:51.542Z] cgroupns [2022-08-11T16:18:51.542Z] Kernel Version: 5.13.0-1021-aws [2022-08-11T16:18:51.542Z] Operating System: Ubuntu 20.04.4 LTS [2022-08-11T16:18:51.542Z] OSType: linux [2022-08-11T16:18:51.542Z] Architecture: x86_64 [2022-08-11T16:18:51.542Z] CPUs: 2 [2022-08-11T16:18:51.542Z] Total Memory: 7.559GiB [2022-08-11T16:18:51.542Z] Name: ip-10-100-69-60 [2022-08-11T16:18:51.542Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-08-11T16:18:51.542Z] Docker Root Dir: /var/lib/docker [2022-08-11T16:18:51.542Z] Debug Mode: false [2022-08-11T16:18:51.542Z] Registry: https://index.docker.io/v1/ [2022-08-11T16:18:51.542Z] Labels: [2022-08-11T16:18:51.542Z] Experimental: true [2022-08-11T16:18:51.542Z] Insecure Registries: [2022-08-11T16:18:51.542Z] 127.0.0.0/8 [2022-08-11T16:18:51.542Z] Live Restore Enabled: true [2022-08-11T16:18:51.542Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-11T16:18:51.693Z] Client: [2022-08-11T16:18:51.693Z] Context: default [2022-08-11T16:18:51.693Z] Debug Mode: false [2022-08-11T16:18:51.693Z] Plugins: [2022-08-11T16:18:51.693Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-08-11T16:18:51.693Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-08-11T16:18:51.693Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-08-11T16:18:51.693Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-08-11T16:18:51.693Z] [2022-08-11T16:18:51.693Z] Server: [2022-08-11T16:18:51.693Z] Containers: 0 [2022-08-11T16:18:51.693Z] Running: 0 [2022-08-11T16:18:51.693Z] Paused: 0 [2022-08-11T16:18:51.693Z] Stopped: 0 [2022-08-11T16:18:51.693Z] Images: 2 [2022-08-11T16:18:51.693Z] Server Version: 20.10.14 [2022-08-11T16:18:51.693Z] Storage Driver: overlay2 [2022-08-11T16:18:51.693Z] Backing Filesystem: extfs [2022-08-11T16:18:51.693Z] Supports d_type: true [2022-08-11T16:18:51.693Z] Native Overlay Diff: true [2022-08-11T16:18:51.693Z] userxattr: false [2022-08-11T16:18:51.693Z] Logging Driver: json-file [2022-08-11T16:18:51.693Z] Cgroup Driver: cgroupfs [2022-08-11T16:18:51.693Z] Cgroup Version: 1 [2022-08-11T16:18:51.693Z] Plugins: [2022-08-11T16:18:51.693Z] Volume: local [2022-08-11T16:18:51.693Z] Network: bridge host ipvlan macvlan null overlay [2022-08-11T16:18:51.693Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-08-11T16:18:51.693Z] Swarm: inactive [2022-08-11T16:18:51.693Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-08-11T16:18:51.693Z] Default Runtime: runc [2022-08-11T16:18:51.693Z] Init Binary: docker-init [2022-08-11T16:18:51.693Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-08-11T16:18:51.693Z] runc version: v1.0.3-0-gf46b6ba [2022-08-11T16:18:51.693Z] init version: de40ad0 [2022-08-11T16:18:51.693Z] Security Options: [2022-08-11T16:18:51.693Z] apparmor [2022-08-11T16:18:51.693Z] seccomp [2022-08-11T16:18:51.693Z] Profile: default [2022-08-11T16:18:51.693Z] Kernel Version: 5.4.0-1071-aws [2022-08-11T16:18:51.693Z] Operating System: Ubuntu 18.04.6 LTS [2022-08-11T16:18:51.693Z] OSType: linux [2022-08-11T16:18:51.693Z] Architecture: x86_64 [2022-08-11T16:18:51.693Z] CPUs: 2 [2022-08-11T16:18:51.693Z] Total Memory: 7.565GiB [2022-08-11T16:18:51.693Z] Name: ip-10-100-47-21 [2022-08-11T16:18:51.693Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-08-11T16:18:51.693Z] Docker Root Dir: /var/lib/docker [2022-08-11T16:18:51.693Z] Debug Mode: false [2022-08-11T16:18:51.693Z] Registry: https://index.docker.io/v1/ [2022-08-11T16:18:51.693Z] Labels: [2022-08-11T16:18:51.693Z] Experimental: true [2022-08-11T16:18:51.693Z] Insecure Registries: [2022-08-11T16:18:51.693Z] 127.0.0.0/8 [2022-08-11T16:18:51.693Z] Live Restore Enabled: true [2022-08-11T16:18:51.693Z] [2022-08-11T16:18:51.693Z] WARNING: No swap limit support [Pipeline] sh [2022-08-11T16:18:51.742Z] - CONFIG_CGROUP_BPF: enabled [2022-08-11T16:18:51.742Z] [2022-08-11T16:18:51.742Z] Optional Features: [2022-08-11T16:18:51.742Z] - CONFIG_USER_NS: enabled [2022-08-11T16:18:51.742Z] - CONFIG_SECCOMP: enabled [2022-08-11T16:18:51.742Z] - CONFIG_SECCOMP_FILTER: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-11T16:18:51.742Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-11T16:18:51.742Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-11T16:18:51.742Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-11T16:18:51.742Z] - CONFIG_BLK_CGROUP: enabled [2022-08-11T16:18:51.742Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CGROUP_PERF: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-11T16:18:51.742Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-11T16:18:51.742Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-11T16:18:51.742Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-11T16:18:51.742Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-11T16:18:51.742Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-11T16:18:51.742Z] - CONFIG_IP_VS: enabled (as module) [2022-08-11T16:18:51.742Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-11T16:18:51.742Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-11T16:18:51.742Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-11T16:18:51.742Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-11T16:18:51.742Z] - CONFIG_SECURITY_SELINUX: enabled [2022-08-11T16:18:51.742Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-08-11T16:18:51.742Z] - CONFIG_EXT4_FS: enabled [2022-08-11T16:18:51.742Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-11T16:18:51.742Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-11T16:18:51.742Z] - Network Drivers: [2022-08-11T16:18:51.742Z] - "overlay": [2022-08-11T16:18:51.742Z] - CONFIG_VXLAN: enabled (as module) [2022-08-11T16:18:51.742Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-11T16:18:51.742Z] Optional (for encrypted networks): [2022-08-11T16:18:51.742Z] - CONFIG_CRYPTO: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-11T16:18:51.742Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-11T16:18:51.742Z] - CONFIG_XFRM: enabled [2022-08-11T16:18:51.742Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-11T16:18:51.742Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-11T16:18:51.742Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-11T16:18:51.742Z] - "ipvlan": [2022-08-11T16:18:51.867Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:8925f735a1940ab3fa363f58e754739a32028cb5 . [2022-08-11T16:18:51.867Z] #1 [internal] load build definition from Dockerfile [2022-08-11T16:18:51.867Z] #1 sha256:cbaecf3ecfdc01efe08c816cf31e6661d047338ad0bb67500bfc42cd9403f9a2 [2022-08-11T16:18:51.867Z] #1 transferring dockerfile: 19.07kB done [2022-08-11T16:18:51.867Z] #1 DONE 0.0s [2022-08-11T16:18:51.867Z] [2022-08-11T16:18:51.867Z] #2 [internal] load .dockerignore [2022-08-11T16:18:51.867Z] #2 sha256:a3fd8dc2f40f1e2697263aa7ca63343ed400ddad755771624ef5d965cc6bf00f [2022-08-11T16:18:51.867Z] #2 transferring context: 145B done [2022-08-11T16:18:51.867Z] #2 DONE 0.0s [2022-08-11T16:18:51.867Z] [2022-08-11T16:18:51.867Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-08-11T16:18:51.867Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [2022-08-11T16:18:51.876Z] #24 transferring context: 62.41MB 1.2s done [2022-08-11T16:18:51.876Z] #24 DONE 1.4s [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #34 sha256:4b41878b4762cb0683fc280c29ac8b5b269125ec65df29026de7c40e51009d4b [2022-08-11T16:18:51.876Z] #34 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #53 sha256:c2b7baa3a398da628953c9c8b55f28a47dcb6ea86c993b76242c87504fe14697 [2022-08-11T16:18:51.876Z] #53 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-11T16:18:51.876Z] #19 sha256:dd23165dd72a2a1f8a87b49cbd3dd137a15f0e1683938f561ac373a5933852b2 [2022-08-11T16:18:51.876Z] #19 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-08-11T16:18:51.876Z] #20 sha256:c3525b3da3fd3efe5719964eee1b2aeff2d670820a72f607d7066937ed101317 [2022-08-11T16:18:51.876Z] #20 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #37 sha256:ff5bdf68fca9c7702f198398f253f019e8207bb77b516ea1629b11cfd42b890c [2022-08-11T16:18:51.876Z] #37 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #78 sha256:6a44dcef4bfd9b95f07869b14e9e28fa8e2283f837cb0f3878351805ab9e134b [2022-08-11T16:18:51.876Z] #78 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #52 sha256:99bea12bdbca2f6a6b4a7f83610ba3567179d652311a5898a5acc84047dd683d [2022-08-11T16:18:51.876Z] #52 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #58 sha256:b925cfc04215a78429bf8dee4201e5219145b4661b5b12bb165787a88947d680 [2022-08-11T16:18:51.876Z] #58 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-11T16:18:51.876Z] #69 sha256:6d08fe78f9d4170e5ee4b00a04a40dd3d02c8529ecadac2cca0bde643a32ecf4 [2022-08-11T16:18:51.876Z] #69 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #60 sha256:ccd4f93f964c0792cfa06478329c1eabfb741e1c5b06d8a4283e4425a32a6c75 [2022-08-11T16:18:51.876Z] #60 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-08-11T16:18:51.876Z] #59 sha256:4416dee1dcdf505b284ee3d2b996de501e951ce98e50afc4798a61f5ebbfb3bc [2022-08-11T16:18:51.876Z] #59 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #75 sha256:77309bb497d2e06420e40d32a1b2e08ef82e0ea68700e9f1b5011939d2dc9573 [2022-08-11T16:18:51.876Z] #75 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-11T16:18:51.876Z] #17 sha256:5a043a1bf04d32135199d8dd013684c7dd7a866030adbe71d62fceb853833dbd [2022-08-11T16:18:51.876Z] #17 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #40 sha256:69570b798ff99da2ef0b1346cd9a9f0570efcefad557de6cde34dfcdb46133cd [2022-08-11T16:18:51.876Z] #40 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-08-11T16:18:51.876Z] #25 sha256:c0e2a047942721662908ad24456eac01af861da9e2b124046048e97225fd8319 [2022-08-11T16:18:51.876Z] #25 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #29 sha256:22964e96082ae912ff5117150cf07c5471929036c761c019294b342782e4e250 [2022-08-11T16:18:51.876Z] #29 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #35 sha256:3a86f4a1dc27f58b0219d348c94b3e3c815ae6c04c629adc589d0e0f18474dcb [2022-08-11T16:18:51.876Z] #35 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-08-11T16:18:51.876Z] #76 sha256:6728089915318b010a209278b80cd51f716c36147ae67c727d31e94443fc267e [2022-08-11T16:18:51.876Z] #76 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-11T16:18:51.876Z] #12 sha256:bbd7c79ba8f998364c663d0fa204bb0e8ac615a82d7732798556439b1da561b7 [2022-08-11T16:18:51.876Z] #12 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #38 sha256:c896c42fc52d68eb0bdf368fbaf5b7fdd774b9a57470726289de1511b423f53e [2022-08-11T16:18:51.876Z] #38 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #67 sha256:3a202c768916209354b41e7ba46c8e0dacc4b24ad2273080f355a26cafeb99e5 [2022-08-11T16:18:51.876Z] #67 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-08-11T16:18:51.876Z] #36 sha256:6583f4de9b49d5f9f0af4e74d176b75cd3860e05f2b1b1432241659433d7f138 [2022-08-11T16:18:51.876Z] #36 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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.46.2" && /build/golangci-lint --version [2022-08-11T16:18:51.876Z] #55 sha256:d78db600156b117dec76afdf97844cc0278c0f3d815c9b0189cbbcbfabc803aa [2022-08-11T16:18:51.876Z] #55 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-08-11T16:18:51.876Z] #15 sha256:4cb23e92961690195d4aec764eed4a398ec84f077b04b9ba921efb39d521ab53 [2022-08-11T16:18:51.876Z] #15 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #70 sha256:a478562c3c37c89a72d59a359d4983e3ce814decbac60d121b9a8a4c3353c1fe [2022-08-11T16:18:51.876Z] #70 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-11T16:18:51.876Z] #46 sha256:ea4824a11dc4bb760bb0af966210e5a5c8cecae78503a30ad627e3cba18a1870 [2022-08-11T16:18:51.876Z] #46 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-08-11T16:18:51.876Z] #21 sha256:2ea45f3736fad49e67a6c0b7a661743cd2737effe4269bf4e8064e11f38715eb [2022-08-11T16:18:51.876Z] #21 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #62 sha256:a922500f3cdbd3f51b62da14fcc82525ccaa34a1e6b3e6e746e0aedc590a31de [2022-08-11T16:18:51.876Z] #62 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #13 sha256:8c34d0ad3df4c12b11dd32703c9eb3b8985fcf362601d7dacf42ebcf39dc15ab [2022-08-11T16:18:51.876Z] #13 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #48 sha256:1c0895055b5dfa72c0526bb7ab42cdc8d2e13a4d2ca56326b599bd98e4b37468 [2022-08-11T16:18:51.876Z] #48 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-08-11T16:18:51.876Z] #23 sha256:97067901ce00e071930f71b8180d485c541aa51cd5f3bd89e0e498bfcddc4fb6 [2022-08-11T16:18:51.876Z] #23 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #56 sha256:e53b3bad9ee03fa334142b50e247015a3fd4b40cfba1d7186bfd45641dbf5bfd [2022-08-11T16:18:51.876Z] #56 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #54 sha256:d71244daaca1a3f2d577836a61cf777799692fe2e1218232eb33f16c0b90a893 [2022-08-11T16:18:51.876Z] #54 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-08-11T16:18:51.876Z] #79 sha256:a37fb6fe9564e5a55b07d3bcd6537e86bc3a5c73de9666f4b6da3e6b9078ebec [2022-08-11T16:18:51.876Z] #79 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-08-11T16:18:51.876Z] #77 sha256:b3dd202755c0fdfeb116c33d48437f86c297a96d1cd497efb6d922829012a6c0 [2022-08-11T16:18:51.876Z] #77 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-11T16:18:51.876Z] #30 sha256:c9b8e8561378dfc3a1f1eb1652fb95247cc85c85b26ea469fe4a09736d02e7d5 [2022-08-11T16:18:51.876Z] #30 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #42 sha256:94be227a87f8e9ad109bdca62160c87af49153c490d2d161654b79177444bd2d [2022-08-11T16:18:51.876Z] #42 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #14 sha256:601ea04962c88b771b704e6476508df2d546ebb62d410810ee4c3576c0abef4c [2022-08-11T16:18:51.876Z] #14 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #41 sha256:516bb6fd16e07bfb3e535a6078727eb0b9a85b2ca01813bba98351c435cb7814 [2022-08-11T16:18:51.876Z] #41 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-11T16:18:51.876Z] #16 sha256:af04b8d62a70a6749757939799115e3707e7241a50fffe1872053d2b7923fc58 [2022-08-11T16:18:51.876Z] #16 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-08-11T16:18:51.876Z] #66 sha256:84b7ce82e529b32e796bf93304ed20a2dcb56049e605cfc034fec576a338c2b5 [2022-08-11T16:18:51.876Z] #66 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-08-11T16:18:51.876Z] #27 sha256:1a52034c00b8f8dd85e0341849a242e0a4ca210271edfcf3b7f3b298071d8b17 [2022-08-11T16:18:51.876Z] #27 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-11T16:18:51.876Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-08-11T16:18:51.876Z] #74 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-08-11T16:18:51.876Z] #22 sha256:926868d4b5b61bd51d678ec048d0548c22ad4bc9086bc1721c595dd688cf6728 [2022-08-11T16:18:51.876Z] #22 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #45 sha256:b773a2c8166d2e27dafaada766e12559f09c7cd51c46623548aa3d5d32221d42 [2022-08-11T16:18:51.876Z] #45 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #65 sha256:d84f44099d3105a4bacd5020b7230dfd624d6edfc04011b809a5e458e6e214d7 [2022-08-11T16:18:51.876Z] #65 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-11T16:18:51.876Z] #33 sha256:e80816566d71fce896145e0bb5346aa09debfdd454c63c9608e59c245d90e4a0 [2022-08-11T16:18:51.876Z] #33 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #64 sha256:55540290f79f3ab01d06a5cc0ddb94d22438d940c0f4659aea2d24327beb5d0e [2022-08-11T16:18:51.876Z] #64 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #50 sha256:25dc087b06119ece4c0858160446b4e82d21a784bb017a84a0d19ca3035866ed [2022-08-11T16:18:51.876Z] #50 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #57 sha256:a3a5813f76520bf3568edd80f01f59dc71cbcb3d8fa218a31e7caaf63c37bf35 [2022-08-11T16:18:51.876Z] #57 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #26 sha256:faf947ca44f50145294f758b7b702eb7ab5d41398c260a974eee3aae5d016ff7 [2022-08-11T16:18:51.876Z] #26 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-08-11T16:18:51.876Z] #63 sha256:ad7999746f1b9b55a41e0fb2131fdc08f471c927dea61da2965efd5fbdb946bd [2022-08-11T16:18:51.876Z] #63 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #61 sha256:7b9778e96221c285d668bcbbc227a713fac33b7fcf1181e372aa68db9d5e34d0 [2022-08-11T16:18:51.876Z] #61 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #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-08-11T16:18:51.876Z] #44 sha256:fb87fec8ed5ee40abb3ce335bc88d10c2602989928db880fbb829df0c244423f [2022-08-11T16:18:51.876Z] #44 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-11T16:18:51.876Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-08-11T16:18:51.876Z] #72 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-08-11T16:18:51.876Z] #43 sha256:fcb1ff63340a585d8eb7cb1920dd9fedbf75fcec0269a11e738ffede5b1af6c2 [2022-08-11T16:18:51.876Z] #43 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.876Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-08-11T16:18:51.876Z] #39 sha256:fa2eb7447c1b97312785a9227c6a969cb7164f96507c51b8d6a23efdf61c3d69 [2022-08-11T16:18:51.876Z] #39 CACHED [2022-08-11T16:18:51.876Z] [2022-08-11T16:18:51.877Z] #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-08-11T16:18:51.877Z] #47 sha256:e69378d82c8c8cbcefc35269e70e7e3c279d811c390ced71ff7954797ab7ab3a [2022-08-11T16:18:51.877Z] #47 CACHED [2022-08-11T16:18:51.877Z] [2022-08-11T16:18:51.877Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-11T16:18:51.877Z] #18 sha256:f07ff2ac9fd46250779327c7d38974e9bb1cbcf347068f6d43bbd85c8667bbd6 [2022-08-11T16:18:51.877Z] #18 CACHED [2022-08-11T16:18:51.877Z] [2022-08-11T16:18:51.877Z] #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-08-11T16:18:51.877Z] #31 sha256:691224d6b4a67ef6d8f9fe15292ae356a3b393bf67fc1633e9337f6ae552f52a [2022-08-11T16:18:51.877Z] #31 CACHED [2022-08-11T16:18:51.877Z] [2022-08-11T16:18:51.877Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-08-11T16:18:51.877Z] #68 sha256:ba5aded6f5f55d3d8b474ff7c0f71b29d440fa79f53b31bb95844d4255009a7a [2022-08-11T16:18:51.877Z] #68 CACHED [2022-08-11T16:18:51.877Z] [2022-08-11T16:18:51.877Z] #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-08-11T16:18:51.877Z] #51 sha256:e97bc4e141c470e79af822c7812d17925cbc9d5e8a97d1bd281f8f15f0cbfa78 [2022-08-11T16:18:51.877Z] #51 CACHED [2022-08-11T16:18:51.877Z] [2022-08-11T16:18:51.877Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-11T16:18:51.877Z] #32 sha256:33000b02e6e6c5c5482b951914d17fd23a588db1ce466ce669bcfc858d92d8bf [2022-08-11T16:18:51.877Z] #32 CACHED [2022-08-11T16:18:51.877Z] [2022-08-11T16:18:51.877Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-08-11T16:18:51.877Z] #80 sha256:c4f9f0f274cb885632abf4b8147b5eb68b19e9336b78bcfbe257ace1f80a9fff [2022-08-11T16:18:51.877Z] #80 CACHED [2022-08-11T16:18:51.877Z] [2022-08-11T16:18:51.877Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-11T16:18:51.877Z] #81 sha256:2da25df6fb628098eb8489dc25c5e2b9ef9a0556f7a90d22c6947f72064a1c61 [2022-08-11T16:18:51.978Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:51.978Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-08-11T16:18:51.978Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43949/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-08-11T16:18:51.978Z] + bash /home/ubuntu/workspace/moby_PR-43949/check-config.sh [2022-08-11T16:18:51.978Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-08-11T16:18:51.978Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-08-11T16:18:51.978Z] [2022-08-11T16:18:51.978Z] Generally Necessary: [2022-08-11T16:18:51.978Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-08-11T16:18:51.978Z] - apparmor: enabled and tools installed [2022-08-11T16:18:51.978Z] - CONFIG_NAMESPACES: enabled [2022-08-11T16:18:51.978Z] - CONFIG_NET_NS: enabled [2022-08-11T16:18:51.978Z] - CONFIG_PID_NS: enabled [2022-08-11T16:18:51.978Z] - CONFIG_IPC_NS: enabled [2022-08-11T16:18:51.978Z] - CONFIG_UTS_NS: enabled [2022-08-11T16:18:51.978Z] - CONFIG_CGROUPS: enabled [2022-08-11T16:18:51.978Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-08-11T16:18:51.978Z] - CONFIG_CGROUP_DEVICE: enabled [2022-08-11T16:18:51.978Z] - CONFIG_CGROUP_FREEZER: enabled [2022-08-11T16:18:51.978Z] - CONFIG_CGROUP_SCHED: enabled [2022-08-11T16:18:51.978Z] - CONFIG_CPUSETS: enabled [2022-08-11T16:18:51.978Z] - CONFIG_MEMCG: enabled [2022-08-11T16:18:51.978Z] - CONFIG_KEYS: enabled [2022-08-11T16:18:51.978Z] - CONFIG_VETH: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_BRIDGE: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_NF_NAT: enabled (as module) [2022-08-11T16:18:51.978Z] - CONFIG_POSIX_MQUEUE: enabled [2022-08-11T16:18:51.978Z] - CONFIG_CGROUP_BPF: enabled [2022-08-11T16:18:51.978Z] [2022-08-11T16:18:51.978Z] Optional Features: [2022-08-11T16:18:51.978Z] - CONFIG_USER_NS: enabled [2022-08-11T16:18:51.998Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-11T16:18:51.998Z] - "macvlan": [2022-08-11T16:18:51.998Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-11T16:18:51.998Z] - CONFIG_DUMMY: enabled (as module) [2022-08-11T16:18:51.998Z] - "ftp,tftp client in container": [2022-08-11T16:18:51.998Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-11T16:18:51.998Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-11T16:18:51.998Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-11T16:18:51.998Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-11T16:18:51.998Z] - Storage Drivers: [2022-08-11T16:18:51.998Z] - "aufs": [2022-08-11T16:18:51.998Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-11T16:18:51.998Z] - "btrfs": [2022-08-11T16:18:51.998Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-11T16:18:51.998Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-11T16:18:51.998Z] - "devicemapper": [2022-08-11T16:18:51.998Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-11T16:18:51.998Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-11T16:18:51.998Z] - "overlay": [2022-08-11T16:18:51.998Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-11T16:18:51.998Z] - "zfs": [2022-08-11T16:18:51.998Z] - /dev/zfs: present [2022-08-11T16:18:51.998Z] - zfs command: missing [2022-08-11T16:18:51.998Z] - zpool command: missing [2022-08-11T16:18:51.998Z] [2022-08-11T16:18:51.998Z] Limits: [2022-08-11T16:18:51.998Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-11T16:18:51.998Z] [2022-08-11T16:18:51.998Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-11T16:18:52.122Z] #3 DONE 0.1s [2022-08-11T16:18:52.123Z] [2022-08-11T16:18:52.123Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-08-11T16:18:52.123Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-08-11T16:18:52.123Z] #4 CACHED [2022-08-11T16:18:52.238Z] - CONFIG_SECCOMP: enabled [2022-08-11T16:18:52.238Z] - CONFIG_SECCOMP_FILTER: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CGROUP_PIDS: enabled [2022-08-11T16:18:52.238Z] - CONFIG_MEMCG_SWAP: enabled [2022-08-11T16:18:52.238Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-08-11T16:18:52.238Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-08-11T16:18:52.238Z] - CONFIG_BLK_CGROUP: enabled [2022-08-11T16:18:52.238Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CGROUP_PERF: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-08-11T16:18:52.238Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-08-11T16:18:52.238Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-08-11T16:18:52.238Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-08-11T16:18:52.238Z] - CONFIG_RT_GROUP_SCHED: missing [2022-08-11T16:18:52.238Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-08-11T16:18:52.238Z] - CONFIG_IP_VS: enabled (as module) [2022-08-11T16:18:52.238Z] - CONFIG_IP_VS_NFCT: enabled [2022-08-11T16:18:52.238Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-08-11T16:18:52.238Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-08-11T16:18:52.238Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-08-11T16:18:52.238Z] - CONFIG_SECURITY_SELINUX: enabled [2022-08-11T16:18:52.238Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-08-11T16:18:52.238Z] - CONFIG_EXT4_FS: enabled [2022-08-11T16:18:52.238Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-08-11T16:18:52.238Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-08-11T16:18:52.238Z] - Network Drivers: [2022-08-11T16:18:52.238Z] - "overlay": [2022-08-11T16:18:52.238Z] - CONFIG_VXLAN: enabled (as module) [2022-08-11T16:18:52.238Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-08-11T16:18:52.238Z] Optional (for encrypted networks): [2022-08-11T16:18:52.238Z] - CONFIG_CRYPTO: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CRYPTO_AEAD: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CRYPTO_GCM: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-08-11T16:18:52.238Z] - CONFIG_CRYPTO_GHASH: enabled [2022-08-11T16:18:52.238Z] - CONFIG_XFRM: enabled [2022-08-11T16:18:52.238Z] - CONFIG_XFRM_USER: enabled (as module) [2022-08-11T16:18:52.238Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-08-11T16:18:52.238Z] - CONFIG_INET_ESP: enabled (as module) [2022-08-11T16:18:52.238Z] - "ipvlan": [2022-08-11T16:18:52.359Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8925f735a1940ab3fa363f58e754739a32028cb5 . [2022-08-11T16:18:52.359Z] #1 [internal] load build definition from Dockerfile [2022-08-11T16:18:52.359Z] #1 sha256:5a29065ffb826b7a02c27c2d5a40be2fbde3b29f6dfa725f9e64a0f3b0a79852 [2022-08-11T16:18:52.359Z] #1 transferring dockerfile: 19.07kB done [2022-08-11T16:18:52.359Z] #1 DONE 0.0s [2022-08-11T16:18:52.359Z] [2022-08-11T16:18:52.359Z] #2 [internal] load .dockerignore [2022-08-11T16:18:52.359Z] #2 sha256:32e830380f9b84ac187dfb6a41f729b1ce8e3206f7a52b096d447137cdc92313 [2022-08-11T16:18:52.359Z] #2 transferring context: 145B done [2022-08-11T16:18:52.359Z] #2 DONE 0.0s [2022-08-11T16:18:52.359Z] [2022-08-11T16:18:52.359Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-08-11T16:18:52.359Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [2022-08-11T16:18:52.378Z] [2022-08-11T16:18:52.378Z] #5 [internal] load .dockerignore [2022-08-11T16:18:52.378Z] #5 sha256:ba35350a47a83dc9503fabbee659f041a4e32d91108a74998faaede26f4e416b [2022-08-11T16:18:52.378Z] #5 DONE 0.0s [2022-08-11T16:18:52.378Z] [2022-08-11T16:18:52.378Z] #6 [internal] load build definition from Dockerfile [2022-08-11T16:18:52.378Z] #6 sha256:80316a9a129b6765d13bba707d0d547fbdfdb53114c272ff0d01d3e551fe661c [2022-08-11T16:18:52.379Z] #6 DONE 0.0s [2022-08-11T16:18:52.379Z] [2022-08-11T16:18:52.379Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-08-11T16:18:52.379Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-08-11T16:18:52.497Z] - CONFIG_IPVLAN: enabled (as module) [2022-08-11T16:18:52.497Z] - "macvlan": [2022-08-11T16:18:52.497Z] - CONFIG_MACVLAN: enabled (as module) [2022-08-11T16:18:52.497Z] - CONFIG_DUMMY: enabled (as module) [2022-08-11T16:18:52.497Z] - "ftp,tftp client in container": [2022-08-11T16:18:52.497Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-08-11T16:18:52.497Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-08-11T16:18:52.497Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-08-11T16:18:52.497Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-08-11T16:18:52.497Z] - Storage Drivers: [2022-08-11T16:18:52.497Z] - "aufs": [2022-08-11T16:18:52.497Z] - CONFIG_AUFS_FS: enabled (as module) [2022-08-11T16:18:52.497Z] - "btrfs": [2022-08-11T16:18:52.497Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-08-11T16:18:52.497Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-08-11T16:18:52.497Z] - "devicemapper": [2022-08-11T16:18:52.497Z] - CONFIG_BLK_DEV_DM: enabled [2022-08-11T16:18:52.497Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-08-11T16:18:52.497Z] - "overlay": [2022-08-11T16:18:52.497Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-08-11T16:18:52.497Z] - "zfs": [2022-08-11T16:18:52.497Z] - /dev/zfs: present [2022-08-11T16:18:52.497Z] - zfs command: missing [2022-08-11T16:18:52.497Z] - zpool command: missing [2022-08-11T16:18:52.497Z] [2022-08-11T16:18:52.497Z] Limits: [2022-08-11T16:18:52.497Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-08-11T16:18:52.497Z] [2022-08-11T16:18:52.497Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-08-11T16:18:52.614Z] #3 DONE 0.1s [2022-08-11T16:18:52.614Z] [2022-08-11T16:18:52.614Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-08-11T16:18:52.614Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-08-11T16:18:52.614Z] #4 CACHED [2022-08-11T16:18:52.634Z] #10 DONE 0.1s [2022-08-11T16:18:52.634Z] [2022-08-11T16:18:52.634Z] #7 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye [2022-08-11T16:18:52.634Z] #7 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50 [2022-08-11T16:18:52.634Z] #7 DONE 0.1s [2022-08-11T16:18:52.634Z] [2022-08-11T16:18:52.634Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:52.634Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-11T16:18:52.634Z] #8 DONE 0.1s [2022-08-11T16:18:52.634Z] [2022-08-11T16:18:52.634Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:52.634Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-11T16:18:52.634Z] #9 DONE 0.1s [2022-08-11T16:18:52.821Z] + sudo modprobe ip_vs [2022-08-11T16:18:52.821Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8925f735a1940ab3fa363f58e754739a32028cb5 . [2022-08-11T16:18:52.871Z] [2022-08-11T16:18:52.871Z] #5 [internal] load build definition from Dockerfile [2022-08-11T16:18:52.871Z] #5 sha256:b224a76a4c9b332f5419f5dede1d06b9720a53f1b85f08ffe7a744dca453ee91 [2022-08-11T16:18:52.871Z] #5 DONE 0.0s [2022-08-11T16:18:52.871Z] [2022-08-11T16:18:52.871Z] #6 [internal] load .dockerignore [2022-08-11T16:18:52.871Z] #6 sha256:9988acdec0426a91c6e2d85365ccbbe1d38d72b5b6bb6fa8937074b658474506 [2022-08-11T16:18:52.871Z] #6 DONE 0.0s [2022-08-11T16:18:52.871Z] [2022-08-11T16:18:52.871Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:52.871Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-11T16:18:52.871Z] #9 DONE 0.1s [2022-08-11T16:18:52.871Z] [2022-08-11T16:18:52.871Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye [2022-08-11T16:18:52.871Z] #10 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50 [2022-08-11T16:18:53.085Z] #1 [internal] load build definition from Dockerfile [2022-08-11T16:18:53.085Z] #1 sha256:99033998ef63ee4d6c855fe34679f7671beda777895a036d838aae9d26dd693f [2022-08-11T16:18:53.085Z] #1 transferring dockerfile: 19.07kB done [2022-08-11T16:18:53.085Z] #1 DONE 0.0s [2022-08-11T16:18:53.085Z] [2022-08-11T16:18:53.085Z] #2 [internal] load .dockerignore [2022-08-11T16:18:53.085Z] #2 sha256:cc576eb96d35518db1b3c93e4ad0f8078d439aba8429486ca49c389e3cab1c3f [2022-08-11T16:18:53.085Z] #2 transferring context: 145B done [2022-08-11T16:18:53.085Z] #2 DONE 0.0s [2022-08-11T16:18:53.085Z] [2022-08-11T16:18:53.085Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-08-11T16:18:53.085Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [2022-08-11T16:18:53.127Z] #10 DONE 0.1s [2022-08-11T16:18:53.127Z] [2022-08-11T16:18:53.127Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:53.127Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-11T16:18:53.127Z] #7 DONE 0.1s [2022-08-11T16:18:53.127Z] [2022-08-11T16:18:53.127Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-08-11T16:18:53.127Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-08-11T16:18:53.127Z] #8 DONE 0.1s [2022-08-11T16:18:53.197Z] [2022-08-11T16:18:53.197Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:53.197Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-11T16:18:53.197Z] #73 DONE 0.0s [2022-08-11T16:18:53.197Z] [2022-08-11T16:18:53.197Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:53.197Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-11T16:18:53.197Z] #71 DONE 0.0s [2022-08-11T16:18:53.197Z] [2022-08-11T16:18:53.197Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a [2022-08-11T16:18:53.197Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e [2022-08-11T16:18:53.197Z] #11 DONE 0.0s [2022-08-11T16:18:53.197Z] [2022-08-11T16:18:53.197Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 [2022-08-11T16:18:53.197Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163 [2022-08-11T16:18:53.197Z] #28 DONE 0.0s [2022-08-11T16:18:53.197Z] [2022-08-11T16:18:53.197Z] #24 [internal] load build context [2022-08-11T16:18:53.197Z] #24 sha256:3d162b654b23aa8611b574675a4b2dc4ea76966f66250db301f7ef4ebc6eebe0 [2022-08-11T16:18:53.257Z] #81 DONE 1.2s [2022-08-11T16:18:53.257Z] [2022-08-11T16:18:53.257Z] #82 exporting to image [2022-08-11T16:18:53.257Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-11T16:18:53.257Z] #82 exporting layers [2022-08-11T16:18:53.349Z] #3 DONE 0.2s [2022-08-11T16:18:53.349Z] [2022-08-11T16:18:53.349Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-08-11T16:18:53.350Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-08-11T16:18:53.350Z] #4 CACHED [2022-08-11T16:18:53.385Z] [2022-08-11T16:18:53.385Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:53.385Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-11T16:18:53.385Z] #73 DONE 0.0s [2022-08-11T16:18:53.385Z] [2022-08-11T16:18:53.385Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:53.385Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-11T16:18:53.385Z] #71 DONE 0.0s [2022-08-11T16:18:53.386Z] [2022-08-11T16:18:53.386Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a [2022-08-11T16:18:53.386Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e [2022-08-11T16:18:53.386Z] #11 DONE 0.0s [2022-08-11T16:18:53.386Z] [2022-08-11T16:18:53.386Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 [2022-08-11T16:18:53.386Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163 [2022-08-11T16:18:53.386Z] #28 DONE 0.0s [2022-08-11T16:18:53.386Z] [2022-08-11T16:18:53.386Z] #24 [internal] load build context [2022-08-11T16:18:53.386Z] #24 sha256:09391c74f5e5c1ab0e24403d5ab0f5631a918626e7d0d0afbcb054b3fad2773d [2022-08-11T16:18:53.465Z] #24 ... [2022-08-11T16:18:53.465Z] [2022-08-11T16:18:53.465Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-08-11T16:18:53.465Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-08-11T16:18:53.465Z] #49 DONE 0.5s [2022-08-11T16:18:53.465Z] [2022-08-11T16:18:53.465Z] #24 [internal] load build context [2022-08-11T16:18:53.465Z] #24 sha256:3d162b654b23aa8611b574675a4b2dc4ea76966f66250db301f7ef4ebc6eebe0 [2022-08-11T16:18:53.612Z] [2022-08-11T16:18:53.612Z] #6 [internal] load build definition from Dockerfile [2022-08-11T16:18:53.612Z] #6 sha256:d6200af73f0bec179879688479e7a59613456832b01bac089aaa34761712a6f8 [2022-08-11T16:18:53.612Z] #6 DONE 0.0s [2022-08-11T16:18:53.612Z] [2022-08-11T16:18:53.612Z] #5 [internal] load .dockerignore [2022-08-11T16:18:53.612Z] #5 sha256:ba8654864cc85db0c5cf0a911e02fec9cb9636c9fba91a9d0bfc9e61922b79d6 [2022-08-11T16:18:53.612Z] #5 DONE 0.0s [2022-08-11T16:18:53.612Z] [2022-08-11T16:18:53.612Z] #10 [internal] load metadata for docker.io/library/golang:1.18.5-bullseye [2022-08-11T16:18:53.612Z] #10 sha256:270c61ec05f7077d80feab907042c413eec3b1432a04e783dd042417a02cfd50 [2022-08-11T16:18:53.612Z] #10 DONE 0.1s [2022-08-11T16:18:53.612Z] [2022-08-11T16:18:53.612Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-08-11T16:18:53.612Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-08-11T16:18:53.612Z] #8 DONE 0.1s [2022-08-11T16:18:53.612Z] [2022-08-11T16:18:53.612Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:53.612Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-08-11T16:18:53.612Z] #7 DONE 0.1s [2022-08-11T16:18:53.612Z] [2022-08-11T16:18:53.612Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-08-11T16:18:53.612Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-08-11T16:18:53.612Z] #9 DONE 0.1s [2022-08-11T16:18:53.652Z] #24 ... [2022-08-11T16:18:53.652Z] [2022-08-11T16:18:53.652Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-08-11T16:18:53.652Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-08-11T16:18:53.652Z] #49 DONE 0.4s [2022-08-11T16:18:53.652Z] [2022-08-11T16:18:53.652Z] #24 [internal] load build context [2022-08-11T16:18:53.652Z] #24 sha256:09391c74f5e5c1ab0e24403d5ab0f5631a918626e7d0d0afbcb054b3fad2773d [2022-08-11T16:18:53.829Z] #82 exporting layers 0.8s done [2022-08-11T16:18:53.878Z] [2022-08-11T16:18:53.878Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:53.878Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-08-11T16:18:53.878Z] #73 DONE 0.0s [2022-08-11T16:18:53.878Z] [2022-08-11T16:18:53.878Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-08-11T16:18:53.878Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-08-11T16:18:53.878Z] #71 DONE 0.0s [2022-08-11T16:18:53.878Z] [2022-08-11T16:18:53.878Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.5-bullseye@sha256:17fa2026bcaa2ca1cc0806c65ac6bbdab91760e841ae95b06f868df752c0026a [2022-08-11T16:18:53.878Z] #11 sha256:0ceb80ed8d7a598f053932a0db1bd5ff0fa6d94117c1f617c668c6542b86a31e [2022-08-11T16:18:53.878Z] #11 DONE 0.0s [2022-08-11T16:18:53.878Z] [2022-08-11T16:18:53.878Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 [2022-08-11T16:18:53.878Z] #28 sha256:342d3f1a9feaabcaa9369107436102e95e40e8435fa273d9ec6994dcc5087163 [2022-08-11T16:18:53.878Z] #28 DONE 0.0s [2022-08-11T16:18:53.878Z] [2022-08-11T16:18:53.878Z] #24 [internal] load build context [2022-08-11T16:18:53.878Z] #24 sha256:3add7cd8efde47138d5f5dc9b8be3f15bc39834db2c22114e3058ab285cc6065 [2022-08-11T16:18:54.089Z] #82 writing image sha256:7e70a03831de2a076d84bdad8e56c0036a2afe31e053f4471a614748f1d7d681 [2022-08-11T16:18:54.089Z] #82 writing image sha256:7e70a03831de2a076d84bdad8e56c0036a2afe31e053f4471a614748f1d7d681 done [2022-08-11T16:18:54.089Z] #82 naming to docker.io/library/docker:8925f735a1940ab3fa363f58e754739a32028cb5 done [2022-08-11T16:18:54.089Z] #82 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-08-11T16:18:54.415Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-08-11T16:18:54.455Z] #24 ... [2022-08-11T16:18:54.455Z] [2022-08-11T16:18:54.455Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-08-11T16:18:54.455Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-08-11T16:18:54.455Z] #49 DONE 0.5s [2022-08-11T16:18:54.455Z] [2022-08-11T16:18:54.455Z] #24 [internal] load build context [2022-08-11T16:18:54.455Z] #24 sha256:3add7cd8efde47138d5f5dc9b8be3f15bc39834db2c22114e3058ab285cc6065 [2022-08-11T16:18:54.698Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/test/unit [2022-08-11T16:18:54.856Z] #24 transferring context: 62.40MB 1.6s done [2022-08-11T16:18:54.856Z] #24 DONE 1.8s [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52 [2022-08-11T16:18:54.856Z] #38 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-08-11T16:18:54.856Z] #80 sha256:33eee0e12f91e726ad63ffa57717d03a7f15103ef919eea19a501a553cef2662 [2022-08-11T16:18:54.856Z] #80 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26 [2022-08-11T16:18:54.856Z] #42 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-11T16:18:54.856Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba [2022-08-11T16:18:54.856Z] #19 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #67 sha256:e176ca37e2e7dbd584cdd3cebd012643b0b7274eab1278a907f17c24d55f09da [2022-08-11T16:18:54.856Z] #67 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #64 sha256:1a76f91ed5c5c707d5a6364a76e2cdc957db5de0482244c9a066236ae7905d50 [2022-08-11T16:18:54.856Z] #64 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #54 sha256:4e543a4dcc35ed3abaa88c438bf5baff843e816f95cc084d4a9def7b67d06adb [2022-08-11T16:18:54.856Z] #54 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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.46.2" && /build/golangci-lint --version [2022-08-11T16:18:54.856Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b [2022-08-11T16:18:54.856Z] #55 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-11T16:18:54.856Z] #32 sha256:ad67c4d76d3104f33fe07fe927d0092e0a19047c3912ce642c66b3b7dbf01dba [2022-08-11T16:18:54.856Z] #32 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-08-11T16:18:54.856Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad [2022-08-11T16:18:54.856Z] #20 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #26 sha256:31a78f6fe9943d573b26390edfe4ac3c093084e759e780da006620ea0f405eaa [2022-08-11T16:18:54.856Z] #26 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-11T16:18:54.856Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229 [2022-08-11T16:18:54.856Z] #17 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4 [2022-08-11T16:18:54.856Z] #29 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6 [2022-08-11T16:18:54.856Z] #13 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-08-11T16:18:54.856Z] #66 sha256:9c09701c7be34c4fc2f5e3992357949acfc1ace314b929e2adcb95187edb4754 [2022-08-11T16:18:54.856Z] #66 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-08-11T16:18:54.856Z] #27 sha256:aae472466799aa43753bf438b566f517655376570621d631f7473cf3c1df2dc6 [2022-08-11T16:18:54.856Z] #27 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-11T16:18:54.856Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc [2022-08-11T16:18:54.856Z] #46 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #31 sha256:792d67b8b9f9a64fddac9b6bd9fb46e68ad5814da0c8af4cbf0f07d2a992868a [2022-08-11T16:18:54.856Z] #31 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-11T16:18:54.856Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6 [2022-08-11T16:18:54.856Z] #18 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #58 sha256:14f857d75de4f1996017e8131061315798291cc2f460425d0d7eed3e5c291132 [2022-08-11T16:18:54.856Z] #58 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5 [2022-08-11T16:18:54.856Z] #50 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-11T16:18:54.856Z] #30 sha256:79bf1fed76d298b0650835824d4557dce746edd14b67d2382b608c5921b25713 [2022-08-11T16:18:54.856Z] #30 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #61 sha256:387be2e844a1154636719e27ff10b2cce89a46c27ad09c98756a6cd26b986c61 [2022-08-11T16:18:54.856Z] #61 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-08-11T16:18:54.856Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1 [2022-08-11T16:18:54.856Z] #77 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-11T16:18:54.856Z] #69 sha256:37ff5e43e8bc15820d893c2d8cc7b62cbc6d2a6d1df365296a2c3daff4b3b390 [2022-08-11T16:18:54.856Z] #69 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-11T16:18:54.856Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-11T16:18:54.856Z] #74 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #35 sha256:1f6a4e2aa2d31b591cae605321c5f4836f7bdda90b2b35e80bd5db522788e6bf [2022-08-11T16:18:54.856Z] #35 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-08-11T16:18:54.856Z] #59 sha256:7e0b521f41fba4a5db1c5b46893ae9e7bcb5e1f5ea421be63a10f532bbcbfae0 [2022-08-11T16:18:54.856Z] #59 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-08-11T16:18:54.856Z] #63 sha256:ab66fe2e1d476caf99639fdc6529de8d88c70c24b58892b35fc6efb0cd07c1ae [2022-08-11T16:18:54.856Z] #63 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-08-11T16:18:54.856Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21 [2022-08-11T16:18:54.856Z] #21 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-11T16:18:54.856Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9 [2022-08-11T16:18:54.856Z] #33 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b [2022-08-11T16:18:54.856Z] #47 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-11T16:18:54.856Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-11T16:18:54.856Z] #72 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-08-11T16:18:54.856Z] #43 sha256:6bfc1a75765090873118cbfc1d4400e8a923265e49ddfc089893dcc0aaab9ff5 [2022-08-11T16:18:54.856Z] #43 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef [2022-08-11T16:18:54.856Z] #57 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #65 sha256:f5535320c9feb1339aa1bd7797caceeb3368d3b36d35e7f5df3339957e190bf9 [2022-08-11T16:18:54.856Z] #65 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #75 sha256:c19d3e9be822cd70e1b325a4a4849d068bcb0ec8117ef211a733adf90864b44b [2022-08-11T16:18:54.856Z] #75 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-08-11T16:18:54.856Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13 [2022-08-11T16:18:54.856Z] #76 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #70 sha256:9851632a5f81998a3770ff522c5278c5c6c927ab62b1621f9b74dfb6ee6c0ce1 [2022-08-11T16:18:54.856Z] #70 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-08-11T16:18:54.856Z] #79 sha256:9bd17cfc6cdfe6026003838b4d62b9d6fbae68282f2cd535dea86e55e54ae959 [2022-08-11T16:18:54.856Z] #79 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-08-11T16:18:54.856Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d [2022-08-11T16:18:54.856Z] #23 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-08-11T16:18:54.856Z] #25 sha256:e1e2ca333d3a4d656e97ee0329a137ad71241d42731c020fbb8ad66232348a8d [2022-08-11T16:18:54.856Z] #25 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba [2022-08-11T16:18:54.856Z] #14 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #52 sha256:896676c1519640abcf43e33c71e8f114a0a93ddecc07b477e94a2d4d4ab2956c [2022-08-11T16:18:54.856Z] #52 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-11T16:18:54.856Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7 [2022-08-11T16:18:54.856Z] #12 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #48 sha256:38bff6908a5c9fd4516c5ae45495abc99713dd149f7d55c93e552ed45dd4647e [2022-08-11T16:18:54.856Z] #48 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #44 sha256:7e0f57fe3076b2a827102fc44aeed81a1bb63df1e972f1c8f06de363be5071db [2022-08-11T16:18:54.856Z] #44 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #78 sha256:5e23eaa5fbcc1985663553c0983c0f132d92fe11ced3c25a73ad74026e4bd24e [2022-08-11T16:18:54.856Z] #78 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #41 sha256:244d9b68dd83f824a272edd41f22e43346b32f22372db6d1c3d435d0ffe60a57 [2022-08-11T16:18:54.856Z] #41 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82 [2022-08-11T16:18:54.856Z] #34 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e [2022-08-11T16:18:54.856Z] #51 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-08-11T16:18:54.856Z] #45 sha256:2f67821ce4d77091a3e5a0b88ad9546112242b9a493b8251f9666b5dd5c452d2 [2022-08-11T16:18:54.856Z] #45 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-08-11T16:18:54.856Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62 [2022-08-11T16:18:54.856Z] #15 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-11T16:18:54.856Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b [2022-08-11T16:18:54.856Z] #16 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #60 sha256:190a668ad2b72105e47dc1b6a4c9d01d7a4281afeacbafeb53414afcfefc22c5 [2022-08-11T16:18:54.856Z] #60 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #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-08-11T16:18:54.856Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1 [2022-08-11T16:18:54.856Z] #40 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.856Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-08-11T16:18:54.856Z] #68 sha256:b0a27ef0b7f9a657a03f63d13f70a6bfc234f5a35b6cd81d01376290a66dec94 [2022-08-11T16:18:54.856Z] #68 CACHED [2022-08-11T16:18:54.856Z] [2022-08-11T16:18:54.857Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-11T16:18:54.857Z] #56 sha256:96efe0c9f2ce65ecdb2654a4cca23c13fb1b901160fd04ba4398762078793c79 [2022-08-11T16:18:54.857Z] #56 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #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-08-11T16:18:54.857Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363 [2022-08-11T16:18:54.857Z] #62 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #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-08-11T16:18:54.857Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f [2022-08-11T16:18:54.857Z] #53 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-08-11T16:18:54.857Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a [2022-08-11T16:18:54.857Z] #36 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-08-11T16:18:54.857Z] #37 sha256:65c835ac6f247823cce6a3a0c79a6abf32d29dd92a7067a4ccd29a0c87cacec3 [2022-08-11T16:18:54.857Z] #37 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-08-11T16:18:54.857Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f [2022-08-11T16:18:54.857Z] #22 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-08-11T16:18:54.857Z] #39 sha256:4da965c97bc7796b0232b05f1a4c3c7e6c6525c5600493fce944f83694601109 [2022-08-11T16:18:54.857Z] #39 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #81 [dev-systemd-true 1/1] 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-08-11T16:18:54.857Z] #81 sha256:493b7c990b36222534204872a857fa52b803a4fd531672a1a0fd6ee2f03b01dc [2022-08-11T16:18:54.857Z] #81 CACHED [2022-08-11T16:18:54.857Z] [2022-08-11T16:18:54.857Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-11T16:18:54.857Z] #82 sha256:ad96cb68f2332bab4e6c5edb50c706e2feef9ca6a733c28e4c217ead9fc0864e [2022-08-11T16:18:54.958Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald') [2022-08-11T16:18:54.958Z] + TESTFLAGS+=' -test.timeout=5m' [2022-08-11T16:18:54.958Z] + TESTDIRS=./... [2022-08-11T16:18:54.958Z] + exclude_paths='/vendor/|/integration' [2022-08-11T16:18:54.958Z] ++ go list ./... [2022-08-11T16:18:54.958Z] ++ grep -vE '(/vendor/|/integration)' [2022-08-11T16:18:55.025Z] #24 transferring context: 62.41MB 1.7s done [2022-08-11T16:18:55.025Z] #24 DONE 1.9s [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #64 sha256:665705260750718d4079ab8405bd53befe19dbf2a4481f28462ccccf732d56cc [2022-08-11T16:18:55.282Z] #64 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52 [2022-08-11T16:18:55.282Z] #38 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-11T16:18:55.282Z] #69 sha256:f3c44939ecb6ddac035331fa8ac80255447a0d44dfdbf42d9640715401a524f0 [2022-08-11T16:18:55.282Z] #69 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-11T16:18:55.282Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-11T16:18:55.282Z] #74 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-11T16:18:55.282Z] #30 sha256:310a5e99ed022cfa452993e36361dacb3738cbcf280d5b8c0c93342cdbcaaf8d [2022-08-11T16:18:55.282Z] #30 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4 [2022-08-11T16:18:55.282Z] #29 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26 [2022-08-11T16:18:55.282Z] #42 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #60 sha256:92c7db4ebcd566a67705192dff45b8d239bf856e40f568adcffe52a15468771f [2022-08-11T16:18:55.282Z] #60 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1 [2022-08-11T16:18:55.282Z] #40 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-11T16:18:55.282Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b [2022-08-11T16:18:55.282Z] #16 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #48 sha256:ddc9f332aa8cde38bf3e504994c1bf877ac63c2169d4fdb7cccb9ae29b0af9da [2022-08-11T16:18:55.282Z] #48 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #52 sha256:158a40a92a092d800f31de748d41676696d4e663efd8a0fb087752ae5b7e2edd [2022-08-11T16:18:55.282Z] #52 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba [2022-08-11T16:18:55.282Z] #14 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-11T16:18:55.282Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-11T16:18:55.282Z] #72 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #39 sha256:2dcc089d3154cf1d36ef68fb293a573b2303db4e2b94c6c68e577460bba6fd99 [2022-08-11T16:18:55.282Z] #39 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82 [2022-08-11T16:18:55.282Z] #34 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #58 sha256:975b45594db522463a6dfe9f908467b00cea8b0de0e9e8d4aa7e1b8d4487a10f [2022-08-11T16:18:55.282Z] #58 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #44 sha256:f9ccd46e3948a4099f88819c97174b697b34247acde5a172589f4f972fce694e [2022-08-11T16:18:55.282Z] #44 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #31 sha256:5234709c067a86e3aaccc62de7de3913766e55859bc534d4d48bdb990602241e [2022-08-11T16:18:55.282Z] #31 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #54 sha256:5a14e859017dd1913d4ed9fac822f3de7116739e394cff90b79638a9eb62cc5a [2022-08-11T16:18:55.282Z] #54 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-11T16:18:55.282Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9 [2022-08-11T16:18:55.282Z] #33 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6 [2022-08-11T16:18:55.282Z] #13 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-08-11T16:18:55.282Z] #63 sha256:62aa8955f0ea53d4e86e8e6551833a5b6f83f6ef9a8ff9eabbc46a4e30a2d03d [2022-08-11T16:18:55.282Z] #63 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #65 sha256:1df6844ac1cfe86c069da347b8cbed16642f9a7ba74b1eb8884e04f574007614 [2022-08-11T16:18:55.282Z] #65 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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.46.2" && /build/golangci-lint --version [2022-08-11T16:18:55.282Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b [2022-08-11T16:18:55.282Z] #55 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #67 sha256:af01b29dc3b5c6cad639a75265940102fa646f17354859920f7994eb779f16b8 [2022-08-11T16:18:55.282Z] #67 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #26 sha256:acba9d286a147c368aa3a2be3f9ff1e3488d3714126872a9e44a3ef7161a1dcc [2022-08-11T16:18:55.282Z] #26 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-08-11T16:18:55.282Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13 [2022-08-11T16:18:55.282Z] #76 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #45 sha256:202d09181f63d1a353a481ab39dab380bef54ef2c2b26694dbaebb3a39e21480 [2022-08-11T16:18:55.282Z] #45 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-08-11T16:18:55.282Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62 [2022-08-11T16:18:55.282Z] #15 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b [2022-08-11T16:18:55.282Z] #47 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-08-11T16:18:55.282Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f [2022-08-11T16:18:55.282Z] #22 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #37 sha256:77130e84f96144da53694d81780db609dbdd2765b8eac2f1e81e981cbb6cfb86 [2022-08-11T16:18:55.282Z] #37 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-08-11T16:18:55.282Z] #25 sha256:5b60eb53103cf8cc025750e9200ec4057d17a54ade8aea318c32ada48f90a0cc [2022-08-11T16:18:55.282Z] #25 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-08-11T16:18:55.282Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad [2022-08-11T16:18:55.282Z] #20 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-08-11T16:18:55.282Z] #27 sha256:0d2a389752cbbeb5b761744fa262036a748c47e14ed6c021e264c167dc24213b [2022-08-11T16:18:55.282Z] #27 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-08-11T16:18:55.282Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a [2022-08-11T16:18:55.282Z] #36 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-11T16:18:55.282Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc [2022-08-11T16:18:55.282Z] #46 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-08-11T16:18:55.282Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d [2022-08-11T16:18:55.282Z] #23 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #70 sha256:473241a64e98e3c95e82870feef1c32f27ca19a13cb89830853195d1a8942bdc [2022-08-11T16:18:55.282Z] #70 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-08-11T16:18:55.282Z] #66 sha256:352aafe006b47668f31e0f37e54412f5409f51eb35f5976ad53e0065838aa9dd [2022-08-11T16:18:55.282Z] #66 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef [2022-08-11T16:18:55.282Z] #57 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #56 sha256:c6432f401fdcabf0f81b84d446fe5e9f70aa38f859282b71c5576745ffe98601 [2022-08-11T16:18:55.282Z] #56 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-11T16:18:55.282Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6 [2022-08-11T16:18:55.282Z] #18 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #41 sha256:10420d76e2e368406c36876405feb320e0f5a5d81072ee778a828c3f0dc6dbef [2022-08-11T16:18:55.282Z] #41 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-11T16:18:55.282Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7 [2022-08-11T16:18:55.282Z] #12 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #61 sha256:2f9aaf9455e33a2df8da73879f54e6c501ceeb4e5fd48f7979d66d94747d4278 [2022-08-11T16:18:55.282Z] #61 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363 [2022-08-11T16:18:55.282Z] #62 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5 [2022-08-11T16:18:55.282Z] #50 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e [2022-08-11T16:18:55.282Z] #51 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #75 sha256:80913a6a837bdd73a25c54ea83dc70e050078c1b2fd1f2b43a12c99219dac9a1 [2022-08-11T16:18:55.282Z] #75 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-08-11T16:18:55.282Z] #43 sha256:ca2fe48df169bd20d32825ef55011611de2e72be9740df474a65ed6bca91bcce [2022-08-11T16:18:55.282Z] #43 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #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-08-11T16:18:55.282Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f [2022-08-11T16:18:55.282Z] #53 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-11T16:18:55.282Z] #35 sha256:59bb4da10abd73e9758cdbac7525af7cce807f14727a8cad5ff39a4b85e91488 [2022-08-11T16:18:55.282Z] #35 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-08-11T16:18:55.282Z] #79 sha256:1d3a2e0cfffb47761b1dbb1e8c58fa935e705c5a425d1316ddb104315d8a0145 [2022-08-11T16:18:55.282Z] #79 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-11T16:18:55.282Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229 [2022-08-11T16:18:55.282Z] #17 CACHED [2022-08-11T16:18:55.282Z] [2022-08-11T16:18:55.282Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-11T16:18:55.283Z] #32 sha256:1ca3efe5d46e2bad6b619211cc60223d52a0e8379b95956092b05f81eed8648e [2022-08-11T16:18:55.283Z] #32 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-11T16:18:55.283Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba [2022-08-11T16:18:55.283Z] #19 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-08-11T16:18:55.283Z] #78 sha256:3c86b24c0125a3fc7d71b6ee1fd51a2914bf00c6fffe710114ad2c058e640525 [2022-08-11T16:18:55.283Z] #78 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-08-11T16:18:55.283Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21 [2022-08-11T16:18:55.283Z] #21 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-08-11T16:18:55.283Z] #59 sha256:dae8ea2ed507d1b76314767c034041cbc5225a900c5cd11f5dcf35eab28caa61 [2022-08-11T16:18:55.283Z] #59 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-08-11T16:18:55.283Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1 [2022-08-11T16:18:55.283Z] #77 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-08-11T16:18:55.283Z] #68 sha256:47db80fa5c81ceb1f35743705fa9e4597dfbe328464ec1187b30ae3690d00b4e [2022-08-11T16:18:55.283Z] #68 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-08-11T16:18:55.283Z] #80 sha256:331af4695945c4e92f313b9c52ab522a94ddf4db43e3f91efa03fd6c620b30d0 [2022-08-11T16:18:55.283Z] #80 CACHED [2022-08-11T16:18:55.283Z] [2022-08-11T16:18:55.283Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-11T16:18:55.283Z] #81 sha256:8064c77df0743e5e719e8857e6875bed74e1539fd67ca76b80d63f132558c43f [2022-08-11T16:18:55.846Z] #24 transferring context: 62.41MB 2.0s done [2022-08-11T16:18:55.899Z] + pkg_list='github.com/docker/docker/api [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/backend [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/container [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/events [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/filters [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/image [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/mount [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/network [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/registry [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/time [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/versions [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/volume [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/config [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/debug [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:18:55.900Z] github.com/docker/docker/client [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:18:55.900Z] github.com/docker/docker/container [2022-08-11T16:18:55.900Z] github.com/docker/docker/container/stream [2022-08-11T16:18:55.900Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:18:55.900Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:18:55.900Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/config [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/events [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/exec [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/images [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/links [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/names [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/network [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/stats [2022-08-11T16:18:55.900Z] github.com/docker/docker/distribution [2022-08-11T16:18:55.900Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:18:55.900Z] github.com/docker/docker/distribution/utils [2022-08-11T16:18:55.900Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:18:55.900Z] github.com/docker/docker/dockerversion [2022-08-11T16:18:55.900Z] github.com/docker/docker/errdefs [2022-08-11T16:18:55.900Z] github.com/docker/docker/image [2022-08-11T16:18:55.900Z] github.com/docker/docker/image/cache [2022-08-11T16:18:55.900Z] github.com/docker/docker/image/tarexport [2022-08-11T16:18:55.900Z] github.com/docker/docker/image/v1 [2022-08-11T16:18:55.900Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:18:55.900Z] github.com/docker/docker/layer [2022-08-11T16:18:55.900Z] github.com/docker/docker/libcontainerd [2022-08-11T16:18:55.900Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:18:55.900Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:18:55.900Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:18:55.900Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/libnetwork/types [2022-08-11T16:18:55.900Z] github.com/docker/docker/oci [2022-08-11T16:18:55.900Z] github.com/docker/docker/oci/caps [2022-08-11T16:18:55.900Z] github.com/docker/docker/opts [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/archive [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/directory [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/platform [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/pools [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/progress [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/signal [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/stack [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/system [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:18:55.900Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:18:55.900Z] github.com/docker/docker/plugin [2022-08-11T16:18:55.900Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:18:55.900Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:18:55.900Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:18:55.900Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:18:55.900Z] github.com/docker/docker/quota [2022-08-11T16:18:55.900Z] github.com/docker/docker/reference [2022-08-11T16:18:55.900Z] github.com/docker/docker/registry [2022-08-11T16:18:55.900Z] github.com/docker/docker/registry/resumable [2022-08-11T16:18:55.900Z] github.com/docker/docker/restartmanager [2022-08-11T16:18:55.900Z] github.com/docker/docker/rootless [2022-08-11T16:18:55.900Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:18:55.900Z] github.com/docker/docker/runconfig [2022-08-11T16:18:55.900Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/environment [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/registry [2022-08-11T16:18:55.900Z] github.com/docker/docker/testutil/request [2022-08-11T16:18:55.900Z] github.com/docker/docker/volume [2022-08-11T16:18:55.900Z] github.com/docker/docker/volume/drivers [2022-08-11T16:18:55.900Z] github.com/docker/docker/volume/local [2022-08-11T16:18:55.900Z] github.com/docker/docker/volume/mounts [2022-08-11T16:18:55.900Z] github.com/docker/docker/volume/service [2022-08-11T16:18:55.900Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:18:55.900Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:18:55.900Z] ++ grep --fixed-strings -v /libnetwork [2022-08-11T16:18:55.900Z] ++ echo 'github.com/docker/docker/api [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/backend [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/container [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/events [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/filters [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/image [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/mount [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/network [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/registry [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/time [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/versions [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:18:55.900Z] github.com/docker/docker/api/types/volume [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:18:55.900Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/config [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/debug [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:18:55.900Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:18:55.900Z] github.com/docker/docker/client [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:18:55.900Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:18:55.900Z] github.com/docker/docker/container [2022-08-11T16:18:55.900Z] github.com/docker/docker/container/stream [2022-08-11T16:18:55.900Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:18:55.900Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:18:55.900Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon [2022-08-11T16:18:55.900Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/config [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/events [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/exec [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/images [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/links [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/names [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/network [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/stats [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution/utils [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:18:55.901Z] github.com/docker/docker/dockerversion [2022-08-11T16:18:55.901Z] github.com/docker/docker/errdefs [2022-08-11T16:18:55.901Z] github.com/docker/docker/image [2022-08-11T16:18:55.901Z] github.com/docker/docker/image/cache [2022-08-11T16:18:55.901Z] github.com/docker/docker/image/tarexport [2022-08-11T16:18:55.901Z] github.com/docker/docker/image/v1 [2022-08-11T16:18:55.901Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:18:55.901Z] github.com/docker/docker/layer [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/libnetwork/types [2022-08-11T16:18:55.901Z] github.com/docker/docker/oci [2022-08-11T16:18:55.901Z] github.com/docker/docker/oci/caps [2022-08-11T16:18:55.901Z] github.com/docker/docker/opts [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/archive [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/directory [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/platform [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/pools [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/progress [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/signal [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/stack [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/system [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:18:55.901Z] github.com/docker/docker/plugin [2022-08-11T16:18:55.901Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:18:55.901Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:18:55.901Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:18:55.901Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:18:55.901Z] github.com/docker/docker/quota [2022-08-11T16:18:55.901Z] github.com/docker/docker/reference [2022-08-11T16:18:55.901Z] github.com/docker/docker/registry [2022-08-11T16:18:55.901Z] github.com/docker/docker/registry/resumable [2022-08-11T16:18:55.901Z] github.com/docker/docker/restartmanager [2022-08-11T16:18:55.901Z] github.com/docker/docker/rootless [2022-08-11T16:18:55.901Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:18:55.901Z] github.com/docker/docker/runconfig [2022-08-11T16:18:55.901Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/environment [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/registry [2022-08-11T16:18:55.901Z] github.com/docker/docker/testutil/request [2022-08-11T16:18:55.901Z] github.com/docker/docker/volume [2022-08-11T16:18:55.901Z] github.com/docker/docker/volume/drivers [2022-08-11T16:18:55.901Z] github.com/docker/docker/volume/local [2022-08-11T16:18:55.901Z] github.com/docker/docker/volume/mounts [2022-08-11T16:18:55.901Z] github.com/docker/docker/volume/service [2022-08-11T16:18:55.901Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:18:55.901Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:18:55.901Z] + base_pkg_list='github.com/docker/docker/api [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/backend [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/container [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/events [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/filters [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/image [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/mount [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/network [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/registry [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/time [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/versions [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:18:55.901Z] github.com/docker/docker/api/types/volume [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:18:55.901Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:18:55.901Z] github.com/docker/docker/cli [2022-08-11T16:18:55.901Z] github.com/docker/docker/cli/config [2022-08-11T16:18:55.901Z] github.com/docker/docker/cli/debug [2022-08-11T16:18:55.901Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:18:55.901Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:18:55.901Z] github.com/docker/docker/client [2022-08-11T16:18:55.901Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:18:55.901Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:18:55.901Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:18:55.901Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:18:55.901Z] github.com/docker/docker/container [2022-08-11T16:18:55.901Z] github.com/docker/docker/container/stream [2022-08-11T16:18:55.901Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:18:55.901Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:18:55.901Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/config [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/events [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/exec [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/images [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/links [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/names [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/network [2022-08-11T16:18:55.901Z] github.com/docker/docker/daemon/stats [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution/utils [2022-08-11T16:18:55.901Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:18:55.901Z] github.com/docker/docker/dockerversion [2022-08-11T16:18:55.901Z] github.com/docker/docker/errdefs [2022-08-11T16:18:55.901Z] github.com/docker/docker/image [2022-08-11T16:18:55.901Z] github.com/docker/docker/image/cache [2022-08-11T16:18:55.901Z] github.com/docker/docker/image/tarexport [2022-08-11T16:18:55.901Z] github.com/docker/docker/image/v1 [2022-08-11T16:18:55.901Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:18:55.901Z] github.com/docker/docker/layer [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:18:55.901Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:18:55.901Z] github.com/docker/docker/oci [2022-08-11T16:18:55.901Z] github.com/docker/docker/oci/caps [2022-08-11T16:18:55.901Z] github.com/docker/docker/opts [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/archive [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/directory [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:18:55.901Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/platform [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/pools [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/progress [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/signal [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/stack [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/system [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:18:55.902Z] github.com/docker/docker/plugin [2022-08-11T16:18:55.902Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:18:55.902Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:18:55.902Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:18:55.902Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:18:55.902Z] github.com/docker/docker/quota [2022-08-11T16:18:55.902Z] github.com/docker/docker/reference [2022-08-11T16:18:55.902Z] github.com/docker/docker/registry [2022-08-11T16:18:55.902Z] github.com/docker/docker/registry/resumable [2022-08-11T16:18:55.902Z] github.com/docker/docker/restartmanager [2022-08-11T16:18:55.902Z] github.com/docker/docker/rootless [2022-08-11T16:18:55.902Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:18:55.902Z] github.com/docker/docker/runconfig [2022-08-11T16:18:55.902Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/environment [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/registry [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/request [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/drivers [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/local [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/mounts [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/service [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:18:55.902Z] ++ grep --fixed-strings /libnetwork [2022-08-11T16:18:55.902Z] ++ echo 'github.com/docker/docker/api [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/backend [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/container [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/events [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/filters [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/image [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/mount [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/network [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/registry [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/time [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/versions [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:18:55.902Z] github.com/docker/docker/api/types/volume [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:18:55.902Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:18:55.902Z] github.com/docker/docker/cli [2022-08-11T16:18:55.902Z] github.com/docker/docker/cli/config [2022-08-11T16:18:55.902Z] github.com/docker/docker/cli/debug [2022-08-11T16:18:55.902Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:18:55.902Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:18:55.902Z] github.com/docker/docker/client [2022-08-11T16:18:55.902Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:18:55.902Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:18:55.902Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:18:55.902Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:18:55.902Z] github.com/docker/docker/container [2022-08-11T16:18:55.902Z] github.com/docker/docker/container/stream [2022-08-11T16:18:55.902Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:18:55.902Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:18:55.902Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/config [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/events [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/exec [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/images [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/links [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/names [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/network [2022-08-11T16:18:55.902Z] github.com/docker/docker/daemon/stats [2022-08-11T16:18:55.902Z] github.com/docker/docker/distribution [2022-08-11T16:18:55.902Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:18:55.902Z] github.com/docker/docker/distribution/utils [2022-08-11T16:18:55.902Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:18:55.902Z] github.com/docker/docker/dockerversion [2022-08-11T16:18:55.902Z] github.com/docker/docker/errdefs [2022-08-11T16:18:55.902Z] github.com/docker/docker/image [2022-08-11T16:18:55.902Z] github.com/docker/docker/image/cache [2022-08-11T16:18:55.902Z] github.com/docker/docker/image/tarexport [2022-08-11T16:18:55.902Z] github.com/docker/docker/image/v1 [2022-08-11T16:18:55.902Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:18:55.902Z] github.com/docker/docker/layer [2022-08-11T16:18:55.902Z] github.com/docker/docker/libcontainerd [2022-08-11T16:18:55.902Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:18:55.902Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:18:55.902Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:18:55.902Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/libnetwork/types [2022-08-11T16:18:55.902Z] github.com/docker/docker/oci [2022-08-11T16:18:55.902Z] github.com/docker/docker/oci/caps [2022-08-11T16:18:55.902Z] github.com/docker/docker/opts [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/archive [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/directory [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/platform [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/pools [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/progress [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/signal [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/stack [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/system [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:18:55.902Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:18:55.902Z] github.com/docker/docker/plugin [2022-08-11T16:18:55.902Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:18:55.902Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:18:55.902Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:18:55.902Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:18:55.902Z] github.com/docker/docker/quota [2022-08-11T16:18:55.902Z] github.com/docker/docker/reference [2022-08-11T16:18:55.902Z] github.com/docker/docker/registry [2022-08-11T16:18:55.902Z] github.com/docker/docker/registry/resumable [2022-08-11T16:18:55.902Z] github.com/docker/docker/restartmanager [2022-08-11T16:18:55.902Z] github.com/docker/docker/rootless [2022-08-11T16:18:55.902Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:18:55.902Z] github.com/docker/docker/runconfig [2022-08-11T16:18:55.902Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/environment [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/registry [2022-08-11T16:18:55.902Z] github.com/docker/docker/testutil/request [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/drivers [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/local [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/mounts [2022-08-11T16:18:55.902Z] github.com/docker/docker/volume/service [2022-08-11T16:18:55.903Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:18:55.903Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:18:55.903Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/types' [2022-08-11T16:18:55.903Z] + echo 'github.com/docker/docker/libnetwork [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/types' [2022-08-11T16:18:55.903Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:18:55.903Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:18:55.903Z] + type docker-proxy [2022-08-11T16:18:55.903Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-08-11T16:18:55.903Z] + hack/make.sh binary-proxy install-proxy [2022-08-11T16:18:55.903Z] [2022-08-11T16:18:55.903Z] Removing bundles/ [2022-08-11T16:18:55.903Z] [2022-08-11T16:18:55.903Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-08-11T16:18:55.903Z] Building: bundles/binary-proxy/docker-proxy [2022-08-11T16:18:55.903Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:18:56.105Z] #24 DONE 2.1s [2022-08-11T16:18:56.212Z] #81 DONE 1.1s [2022-08-11T16:18:56.228Z] #82 DONE 1.1s [2022-08-11T16:18:56.228Z] [2022-08-11T16:18:56.228Z] #83 exporting to image [2022-08-11T16:18:56.228Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-11T16:18:56.228Z] #83 exporting layers [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #60 sha256:1a5e81cd8549a8c1e8a16e2959c4298f2f3fc4499f34eb07e5652eae7d936f7e [2022-08-11T16:18:56.369Z] #60 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-08-11T16:18:56.369Z] #56 sha256:d244fc1fe94cf880364736440c417b50dfff3b386ae3c84d149b63cd5d2a72e1 [2022-08-11T16:18:56.369Z] #56 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-08-11T16:18:56.369Z] #76 sha256:6ba17c4108a5aa7ba2aa6db0a76d8b85c1344376e36c5ff27a957b34f02eef13 [2022-08-11T16:18:56.369Z] #76 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #57 sha256:2ca635a6002d0bd1a0b3bdf97ab7e2f85001ed11ec767a8b9f55ed2992da60ef [2022-08-11T16:18:56.369Z] #57 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #62 sha256:d0b9a58fbb5e4f8af7e102faf65164f0638b5a9fcc0846402c4ea26e7d7e2363 [2022-08-11T16:18:56.369Z] #62 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #53 sha256:ca7573725226e0cd8da5d65a6a414fd08e9df3c738ab2e94ae2a670155c2dd9f [2022-08-11T16:18:56.369Z] #53 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-08-11T16:18:56.369Z] #30 sha256:7ab25b7b1bbaaf3485364285279dcb9548209e9ec1aee05423c2226354f1f82d [2022-08-11T16:18:56.369Z] #30 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-08-11T16:18:56.369Z] #59 sha256:997d9c275b0d988b8ea372ae4ecf97813bd8572bd26b93326244f8f205b71522 [2022-08-11T16:18:56.369Z] #59 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #40 sha256:04163fb3f69291ebf8adab0c8f8e51a4e38463db1fbcfecbdb0a2aa98785ceb1 [2022-08-11T16:18:56.369Z] #40 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-08-11T16:18:56.369Z] #61 sha256:bc387f745a48b52c76041775f37d01d5c00a064ed936470de37b27001d71b615 [2022-08-11T16:18:56.369Z] #61 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #42 sha256:3c3c0379e5bcba0945381483f27d2b570a532e3d2496cd580f604a48e68e0a26 [2022-08-11T16:18:56.369Z] #42 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-08-11T16:18:56.369Z] #77 sha256:9e261e8b4a04c527fb12b318d6cb7641d1cad86a8b4160d053623aac84dcc2f1 [2022-08-11T16:18:56.369Z] #77 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-08-11T16:18:56.369Z] #27 sha256:957e0c095e154f00e9b20c14c7dfcbb5c8a3603d45eec9dc961bef8ba74b1fa5 [2022-08-11T16:18:56.369Z] #27 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-08-11T16:18:56.369Z] #39 sha256:d041b198c3b5e1a009121f78b4b882ced76e2abc1d2c586803314f4dc1b3e362 [2022-08-11T16:18:56.369Z] #39 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-08-11T16:18:56.369Z] #79 sha256:8430d0b64c4e67b60a14bc0524375a85a0f28c8281df94ac2019b3c3b6830e27 [2022-08-11T16:18:56.369Z] #79 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-08-11T16:18:56.369Z] #36 sha256:8bedd83179876fdb3665081577d58a70a9b45e4eb7ecb5a7bf64d88e4d61136a [2022-08-11T16:18:56.369Z] #36 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-08-11T16:18:56.369Z] #54 sha256:60571b48f7b9d1d0ac7f48b835475fb67a717c79e553827bab758fa53be8b117 [2022-08-11T16:18:56.369Z] #54 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #31 sha256:bc66e5c7ff4e2a96a4c78da0c74b705c7ae0a45bd5151b0b9502b3b8a2cbb2fe [2022-08-11T16:18:56.369Z] #31 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #47 sha256:a3d31ed0c916c9ea0b1c8e3bcea450a6c821f3fe6ec76d50aba959bd197ea91b [2022-08-11T16:18:56.369Z] #47 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #51 sha256:a481c3180569ecc5ea5f75ea94850c2e190f4a7c8879bb8cc94b7f27a476410e [2022-08-11T16:18:56.369Z] #51 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-08-11T16:18:56.369Z] #48 sha256:bba31c83648ae47c01adbc49ea95267a4b3ebdb0f5897957dc0ba30e81f7a6ab [2022-08-11T16:18:56.369Z] #48 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #13 sha256:02df85f6f55037f38d4b8512b732964b6b0038a617afb265c78cc0b9daa000f6 [2022-08-11T16:18:56.369Z] #13 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #38 sha256:a1fc0ec15961aec245b67c2809d1bdefeaa79d60e08b07062fce12a636760b52 [2022-08-11T16:18:56.369Z] #38 CACHED [2022-08-11T16:18:56.369Z] [2022-08-11T16:18:56.369Z] #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-08-11T16:18:56.369Z] #34 sha256:c0fc1778ed32c362ac8abc728100abc56d1b76171aa50ffc34ff241aa1a45f82 [2022-08-11T16:18:56.369Z] #34 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #75 sha256:a48048ee18b5b8152ff8edfc076beb5ef081950867680d9a48938ad9db5fa872 [2022-08-11T16:18:56.370Z] #75 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-08-11T16:18:56.370Z] #22 sha256:0b371c1d2fda20aef00028c14c4242742470327060511d93bf3159256d5c537f [2022-08-11T16:18:56.370Z] #22 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #70 sha256:d853691ec20a1f798b8b6b8fc4b7346dd368bc66d953837a74e8a60411f3ef78 [2022-08-11T16:18:56.370Z] #70 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-08-11T16:18:56.370Z] #15 sha256:077d7a259b0ad1112d80cac59b099c071f493e65cdf7318685176c5e35269c62 [2022-08-11T16:18:56.370Z] #15 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-08-11T16:18:56.370Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-08-11T16:18:56.370Z] #74 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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-08-11T16:18:56.370Z] #67 sha256:e0df046f3fc9c8762f766307134dbca4c55bbef5bc4d96cdf2aea965a7149def [2022-08-11T16:18:56.370Z] #67 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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-08-11T16:18:56.370Z] #26 sha256:413f84ad340fbc9d34215f6ea4a6a20400fc96b9d3c3da6ba21ae6d452826278 [2022-08-11T16:18:56.370Z] #26 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-08-11T16:18:56.370Z] #63 sha256:9691b99d7394d85b5551eeac9cb9c99a8bb1e9cb1611c210bb804ab1b5d460e8 [2022-08-11T16:18:56.370Z] #63 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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-08-11T16:18:56.370Z] #64 sha256:486d5ea2efe8c4003ed866f94847b14de2f0a2f7d308a6bed70db93b23f66c0b [2022-08-11T16:18:56.370Z] #64 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-08-11T16:18:56.370Z] #66 sha256:074cef84ee7f3f89f2b15cdf9827185bad703367258e10f7e0d87e3217bda706 [2022-08-11T16:18:56.370Z] #66 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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-08-11T16:18:56.370Z] #29 sha256:601c99527caa13aa55a51f6b29a631a12feecea5c86d74d8a96abc8e7e0c3ed4 [2022-08-11T16:18:56.370Z] #29 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-08-11T16:18:56.370Z] #46 sha256:204f13c2ebd5f8cf12661cec9fb153ac610aee1fee87cef4ff4fdc3075d6a0dc [2022-08-11T16:18:56.370Z] #46 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-08-11T16:18:56.370Z] #69 sha256:3559b432896682baf2f146b2521ff078942b183906b393bacce1270891fde773 [2022-08-11T16:18:56.370Z] #69 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-08-11T16:18:56.370Z] #68 sha256:e88d1d83656682444954f8ddcfe4226f17e873b096992c298c3d2ba4a7cb6abc [2022-08-11T16:18:56.370Z] #68 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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-08-11T16:18:56.370Z] #14 sha256:7a27d710a9248713efdb16a5c405162bf208596914e27cfa989f00ce9b0baeba [2022-08-11T16:18:56.370Z] #14 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-08-11T16:18:56.370Z] #43 sha256:43d7f3ef14f8008a3e1ee9fc3c0ebf440a746bc3b74e50e22e7134834bad9532 [2022-08-11T16:18:56.370Z] #43 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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-08-11T16:18:56.370Z] #50 sha256:f40f6a6097f0e6f58c8530714f759e174c7ccfb7106581173524f264af3a35e5 [2022-08-11T16:18:56.370Z] #50 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #58 sha256:a1a412d4a32ca82bdcaf93f6ca6c5d175903500d1001f14aa44e03102beb526b [2022-08-11T16:18:56.370Z] #58 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #35 sha256:9e0d4fabde0052def00854285415fa3102f71cd1b419b3a0d6ef426ed6686dde [2022-08-11T16:18:56.370Z] #35 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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-08-11T16:18:56.370Z] #44 sha256:d5bd6571d1d8e079189d7097985773969055daf76952d9e9a16ad106a9291fe8 [2022-08-11T16:18:56.370Z] #44 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-08-11T16:18:56.370Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-08-11T16:18:56.370Z] #72 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #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.46.2" && /build/golangci-lint --version [2022-08-11T16:18:56.370Z] #55 sha256:e0e7f03de1d728860f24599687294de4eab84429ae1557f6d5f277a62e3ba48b [2022-08-11T16:18:56.370Z] #55 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #78 sha256:cf72b06921f980c16d1da1ab91a47993920cc353452c1f3c364aa98bd6a59d45 [2022-08-11T16:18:56.370Z] #78 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-08-11T16:18:56.370Z] #16 sha256:d8e9851bb51fee408bb8b157f4bd569212be21f9947a8084c3a9e555b911b33b [2022-08-11T16:18:56.370Z] #16 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-08-11T16:18:56.370Z] #17 sha256:ccea2b62b67916b9b6892a4436109863b264b12fec2310ab94dd75b537f5d229 [2022-08-11T16:18:56.370Z] #17 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-08-11T16:18:56.370Z] #25 sha256:af0b79398dfdc1a813144711d3091b3bc039ff52fa1f22cd45600428cecee1f1 [2022-08-11T16:18:56.370Z] #25 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-08-11T16:18:56.370Z] #19 sha256:c435b6f0c56a8a1282389e932e75e2d2d70ae1f088d27b64596099b09def9eba [2022-08-11T16:18:56.370Z] #19 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #65 sha256:58ebf5a6b5d7e0b25b6beff094c711d52151328c7e708f904fe2b206aa3af0d3 [2022-08-11T16:18:56.370Z] #65 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #41 sha256:b7047621578f48f568c081caa1aa9e662ffd58e60ef0f7c9881d4d9a9d6be211 [2022-08-11T16:18:56.370Z] #41 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #45 sha256:9b0377641a4a5ed6713425d89377a95466ceb62891608d2ab7c19057a9d52737 [2022-08-11T16:18:56.370Z] #45 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-08-11T16:18:56.370Z] #23 sha256:564f4a03aa3790b36c9ce4bcde2032611dd3f5d6e0a097fb3177a898593d767d [2022-08-11T16:18:56.370Z] #23 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-08-11T16:18:56.370Z] #20 sha256:6a9eb29723672f54f61b1d381cbab2a47cf50514d165fbb1724e889f37a865ad [2022-08-11T16:18:56.370Z] #20 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-08-11T16:18:56.370Z] #12 sha256:fc1f9c6523b63e31cd6290c947a9bf9ef1e8accbd2728936630c3d6006fbceb7 [2022-08-11T16:18:56.370Z] #12 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #37 sha256:897d51962d7ede3f7e253e351b06d28d8f90a0c85672e0b6c91bce2c853ad270 [2022-08-11T16:18:56.370Z] #37 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-08-11T16:18:56.370Z] #33 sha256:ea61007e71da38551d3dc16a23be5958ed650772f19a0ab118fe57e63b053cc9 [2022-08-11T16:18:56.370Z] #33 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-08-11T16:18:56.370Z] #18 sha256:9b7f580850957ad0bb8f9ef2bad01882bcaa115ae2dcd7208636b5b7ad2c9dc6 [2022-08-11T16:18:56.370Z] #18 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-08-11T16:18:56.370Z] #21 sha256:43aa2c8963d5e346c4cd75940cb4c462b41722b0d34d05935ff761d4a6ae9f21 [2022-08-11T16:18:56.370Z] #21 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-08-11T16:18:56.370Z] #52 sha256:d344f61a2af62e01f7a03d3e7810ec97be4420c0f5c5bc804c6722e6f276d316 [2022-08-11T16:18:56.370Z] #52 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-08-11T16:18:56.370Z] #32 sha256:cac7fd4cfd45b8ce40def7e9f0b13b03f741bb9241ff44079378621dd843af1a [2022-08-11T16:18:56.370Z] #32 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-08-11T16:18:56.370Z] #80 sha256:32a1e7f958ead8c51864ea7352ec28d31ee1f3cb2f3f7679b2754778c315573e [2022-08-11T16:18:56.370Z] #80 CACHED [2022-08-11T16:18:56.370Z] [2022-08-11T16:18:56.370Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-08-11T16:18:56.370Z] #81 sha256:c0cef53ca622295b8b7942099e3fce669f7e5895146236aefa97e52a113bdbcc [2022-08-11T16:18:56.468Z] [2022-08-11T16:18:56.468Z] #82 exporting to image [2022-08-11T16:18:56.468Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-11T16:18:56.468Z] #82 exporting layers [2022-08-11T16:18:56.791Z] #83 exporting layers 0.9s done [2022-08-11T16:18:56.791Z] #83 writing image sha256:581b17003a2f845e2993583bfd16bcb00c4505d60dc3c7e58be0c02ee97a098d [2022-08-11T16:18:56.791Z] #83 writing image sha256:581b17003a2f845e2993583bfd16bcb00c4505d60dc3c7e58be0c02ee97a098d done [2022-08-11T16:18:56.791Z] #83 naming to docker.io/library/docker:8925f735a1940ab3fa363f58e754739a32028cb5 done [2022-08-11T16:18:56.791Z] #83 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-11T16:18:57.029Z] #82 exporting layers 0.8s done [2022-08-11T16:18:57.030Z] #82 writing image sha256:0273a0441a1793cf6c6eefe66fc4da520c243760a5768236f8e9938f96fbb9c6 done [2022-08-11T16:18:57.030Z] #82 naming to docker.io/library/docker:8925f735a1940ab3fa363f58e754739a32028cb5 done [2022-08-11T16:18:57.030Z] #82 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-11T16:18:57.125Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -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:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh dynbinary test-integration [2022-08-11T16:18:57.309Z] #81 DONE 1.0s [2022-08-11T16:18:57.309Z] [2022-08-11T16:18:57.309Z] #82 exporting to image [2022-08-11T16:18:57.309Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-08-11T16:18:57.309Z] #82 exporting layers [2022-08-11T16:18:57.358Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -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:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh dynbinary test-integration [2022-08-11T16:18:57.382Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-08-11T16:18:57.382Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-08-11T16:18:57.382Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-08-11T16:18:57.382Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-08-11T16:18:57.382Z] 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-08-11T16:18:57.382Z] Detected virtualization docker. [2022-08-11T16:18:57.382Z] Detected architecture x86-64. [2022-08-11T16:18:57.382Z] Set hostname to . [2022-08-11T16:18:57.639Z] modprobe@drm.service: Succeeded. [2022-08-11T16:18:57.639Z] modprobe@configfs.service: Succeeded. [2022-08-11T16:18:57.639Z] modprobe@fuse.service: Succeeded. [2022-08-11T16:18:57.639Z] + source /etc/docker-entrypoint-cmd [2022-08-11T16:18:57.639Z] ++ hack/make.sh dynbinary test-integration [2022-08-11T16:18:57.639Z] [2022-08-11T16:18:57.879Z] #82 exporting layers 0.9s done [2022-08-11T16:18:57.879Z] #82 writing image sha256:08b1a077bdbd8f006a7ca79784a986fcb65fe17e8d25e7150289b971543ca3ca done [2022-08-11T16:18:57.879Z] #82 naming to docker.io/library/docker:8925f735a1940ab3fa363f58e754739a32028cb5 done [2022-08-11T16:18:57.879Z] #82 DONE 0.9s [Pipeline] } [2022-08-11T16:18:57.895Z] Removing bundles/ [2022-08-11T16:18:57.895Z] [2022-08-11T16:18:57.895Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-11T16:18:57.895Z] Building: bundles/dynbinary-daemon/dockerd [2022-08-11T16:18:57.895Z] GOOS="" GOARCH="" GOARM="" [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-08-11T16:18:57.919Z] [2022-08-11T16:18:57.920Z] Removing bundles/ [2022-08-11T16:18:57.920Z] [2022-08-11T16:18:57.920Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-11T16:18:57.920Z] Building: bundles/dynbinary-daemon/dockerd [2022-08-11T16:18:57.920Z] GOOS="" GOARCH="" GOARM="" [Pipeline] sh [2022-08-11T16:18:58.211Z] + trap exit INT TERM [2022-08-11T16:18:58.211Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-08-11T16:18:58.211Z] + CONTAINER_NAME=docker-pr1 [2022-08-11T16:18:58.211Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43949/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh dynbinary [2022-08-11T16:18:58.470Z] [2022-08-11T16:18:58.729Z] Removing bundles/ [2022-08-11T16:18:58.729Z] [2022-08-11T16:18:58.729Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-11T16:18:58.988Z] Building: bundles/dynbinary-daemon/dockerd [2022-08-11T16:18:58.988Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:19:01.183Z] Created binary: bundles/binary-proxy/docker-proxy [2022-08-11T16:19:01.183Z] [2022-08-11T16:19:01.183Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-08-11T16:19:01.183Z] Installing docker-proxy to /usr/local/bin/ [2022-08-11T16:19:01.183Z] [2022-08-11T16:19:01.183Z] + mkdir -p bundles [2022-08-11T16:19:01.183Z] + '[' -n 'github.com/docker/docker/api [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/backend [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/container [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/events [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/filters [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/image [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/mount [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/network [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/registry [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/time [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/versions [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:19:01.183Z] github.com/docker/docker/api/types/volume [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:19:01.183Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:19:01.183Z] github.com/docker/docker/cli [2022-08-11T16:19:01.183Z] github.com/docker/docker/cli/config [2022-08-11T16:19:01.183Z] github.com/docker/docker/cli/debug [2022-08-11T16:19:01.183Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:19:01.183Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:19:01.183Z] github.com/docker/docker/client [2022-08-11T16:19:01.183Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:19:01.183Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:19:01.183Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:19:01.183Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:19:01.183Z] github.com/docker/docker/container [2022-08-11T16:19:01.183Z] github.com/docker/docker/container/stream [2022-08-11T16:19:01.183Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:19:01.183Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:19:01.183Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/config [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/events [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/exec [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/images [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/links [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:19:01.183Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:19:01.184Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:19:01.184Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:19:01.184Z] github.com/docker/docker/daemon/names [2022-08-11T16:19:01.184Z] github.com/docker/docker/daemon/network [2022-08-11T16:19:01.184Z] github.com/docker/docker/daemon/stats [2022-08-11T16:19:01.184Z] github.com/docker/docker/distribution [2022-08-11T16:19:01.184Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:19:01.184Z] github.com/docker/docker/distribution/utils [2022-08-11T16:19:01.184Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:19:01.184Z] github.com/docker/docker/dockerversion [2022-08-11T16:19:01.184Z] github.com/docker/docker/errdefs [2022-08-11T16:19:01.184Z] github.com/docker/docker/image [2022-08-11T16:19:01.184Z] github.com/docker/docker/image/cache [2022-08-11T16:19:01.184Z] github.com/docker/docker/image/tarexport [2022-08-11T16:19:01.184Z] github.com/docker/docker/image/v1 [2022-08-11T16:19:01.184Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:19:01.184Z] github.com/docker/docker/layer [2022-08-11T16:19:01.184Z] github.com/docker/docker/libcontainerd [2022-08-11T16:19:01.184Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:19:01.184Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:19:01.184Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:19:01.184Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:19:01.184Z] github.com/docker/docker/oci [2022-08-11T16:19:01.184Z] github.com/docker/docker/oci/caps [2022-08-11T16:19:01.184Z] github.com/docker/docker/opts [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/archive [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/directory [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/platform [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/pools [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/progress [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/signal [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/stack [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/system [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:19:01.184Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:19:01.184Z] github.com/docker/docker/plugin [2022-08-11T16:19:01.184Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:19:01.184Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:19:01.184Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:19:01.184Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:19:01.184Z] github.com/docker/docker/quota [2022-08-11T16:19:01.184Z] github.com/docker/docker/reference [2022-08-11T16:19:01.184Z] github.com/docker/docker/registry [2022-08-11T16:19:01.184Z] github.com/docker/docker/registry/resumable [2022-08-11T16:19:01.184Z] github.com/docker/docker/restartmanager [2022-08-11T16:19:01.184Z] github.com/docker/docker/rootless [2022-08-11T16:19:01.184Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:19:01.184Z] github.com/docker/docker/runconfig [2022-08-11T16:19:01.184Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/environment [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/registry [2022-08-11T16:19:01.184Z] github.com/docker/docker/testutil/request [2022-08-11T16:19:01.184Z] github.com/docker/docker/volume [2022-08-11T16:19:01.184Z] github.com/docker/docker/volume/drivers [2022-08-11T16:19:01.184Z] github.com/docker/docker/volume/local [2022-08-11T16:19:01.184Z] github.com/docker/docker/volume/mounts [2022-08-11T16:19:01.184Z] github.com/docker/docker/volume/service [2022-08-11T16:19:01.184Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:19:01.184Z] github.com/docker/docker/volume/testutils' ']' [2022-08-11T16:19:01.184Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/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/containerd 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/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/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/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-08-11T16:19:02.123Z] ? github.com/docker/docker/api [no test files] [2022-08-11T16:19:17.158Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 31.9% of statements [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/server/router/volume 0.016s coverage: 67.9% of statements [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/container [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/events [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/image [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/network [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2022-08-11T16:20:24.873Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 77.3% of statements [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-08-11T16:20:24.873Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-08-11T16:20:25.813Z] ok github.com/docker/docker/builder/remotecontext 0.105s coverage: 13.7% of statements [2022-08-11T16:20:26.074Z] ok github.com/docker/docker/builder/dockerfile 0.407s coverage: 49.3% of statements [2022-08-11T16:20:26.074Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-08-11T16:20:27.014Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-08-11T16:20:27.585Z] ok github.com/docker/docker/builder/remotecontext/git 1.568s coverage: 86.3% of statements [2022-08-11T16:20:27.585Z] ? github.com/docker/docker/cli [no test files] [2022-08-11T16:20:27.585Z] ? github.com/docker/docker/cli/config [no test files] [2022-08-11T16:20:27.585Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-08-11T16:20:27.585Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-08-11T16:20:27.845Z] ok github.com/docker/docker/cmd/docker-proxy 0.017s coverage: 67.6% of statements [2022-08-11T16:20:32.051Z] ok github.com/docker/docker/client 0.126s coverage: 75.9% of statements [2022-08-11T16:21:04.152Z] ok github.com/docker/docker/cmd/dockerd 0.070s coverage: 31.6% of statements [2022-08-11T16:21:04.152Z] ok github.com/docker/docker/container 0.119s coverage: 37.4% of statements [2022-08-11T16:21:04.318Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-08-11T16:21:04.318Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:21:04.318Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:21:04.318Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:21:04.318Z] [2022-08-11T16:21:04.318Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-11T16:21:04.318Z] DOCKER_SYSTEMD=1 [2022-08-11T16:21:04.318Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-11T16:21:04.318Z] HOSTNAME=f5d949a40797 [2022-08-11T16:21:04.318Z] DEST=bundles/test-integration [2022-08-11T16:21:04.318Z] PWD=/go/src/github.com/docker/docker [2022-08-11T16:21:04.318Z] DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:21:04.318Z] container=docker [2022-08-11T16:21:04.318Z] HOME=/root [2022-08-11T16:21:04.318Z] LANG=C.UTF-8 [2022-08-11T16:21:04.318Z] INVOCATION_ID=86821cedd67d48f2b4e2568583c806cb [2022-08-11T16:21:04.318Z] GOLANG_VERSION=1.18.5 [2022-08-11T16:21:04.318Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-11T16:21:04.318Z] VALIDATE_BRANCH=master [2022-08-11T16:21:04.318Z] TERM=xterm [2022-08-11T16:21:04.318Z] DOCKER_PKG=github.com/docker/docker [2022-08-11T16:21:04.318Z] SHLVL=3 [2022-08-11T16:21:04.318Z] TIMEOUT=120m [2022-08-11T16:21:04.318Z] DOCKER_BUILDTAGS= journald [2022-08-11T16:21:04.318Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-11T16:21:04.318Z] GO111MODULE=off [2022-08-11T16:21:04.318Z] DOCKER_EXPERIMENTAL=1 [2022-08-11T16:21:04.318Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-11T16:21:04.318Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-11T16:21:04.318Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-11T16:21:04.318Z] GOPATH=/go [2022-08-11T16:21:04.318Z] PKG_CONFIG=pkg-config [2022-08-11T16:21:04.318Z] _=/usr/bin/env [2022-08-11T16:21:04.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-11T16:21:04.326Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-08-11T16:21:04.326Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:21:04.326Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:21:04.326Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:21:04.326Z] [2022-08-11T16:21:04.326Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-11T16:21:04.326Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-11T16:21:04.326Z] HOSTNAME=82196380c0c8 [2022-08-11T16:21:04.326Z] DEST=bundles/test-integration [2022-08-11T16:21:04.326Z] PWD=/go/src/github.com/docker/docker [2022-08-11T16:21:04.326Z] DOCKER_ROOTLESS=1 [2022-08-11T16:21:04.326Z] DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:21:04.326Z] container=docker [2022-08-11T16:21:04.326Z] HOME=/root [2022-08-11T16:21:04.326Z] GOLANG_VERSION=1.18.5 [2022-08-11T16:21:04.326Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-11T16:21:04.326Z] VALIDATE_BRANCH=master [2022-08-11T16:21:04.326Z] TERM=xterm [2022-08-11T16:21:04.326Z] DOCKER_PKG=github.com/docker/docker [2022-08-11T16:21:04.326Z] SHLVL=1 [2022-08-11T16:21:04.326Z] TIMEOUT=120m [2022-08-11T16:21:04.326Z] DOCKER_BUILDTAGS= journald [2022-08-11T16:21:04.326Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-11T16:21:04.326Z] GO111MODULE=off [2022-08-11T16:21:04.326Z] DOCKER_EXPERIMENTAL=1 [2022-08-11T16:21:04.326Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-11T16:21:04.326Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-11T16:21:04.326Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-11T16:21:04.326Z] GOPATH=/go [2022-08-11T16:21:04.326Z] PKG_CONFIG=pkg-config [2022-08-11T16:21:04.326Z] _=/usr/bin/env [2022-08-11T16:21:04.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-11T16:21:04.721Z] ok github.com/docker/docker/cmd/dockerd/trap 2.448s coverage: 0.0% of statements [2022-08-11T16:21:04.721Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-08-11T16:21:04.721Z] ? github.com/docker/docker/container/stream [no test files] [2022-08-11T16:21:04.721Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-08-11T16:21:04.721Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-08-11T16:21:04.721Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-08-11T16:21:05.488Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-08-11T16:21:05.488Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:21:05.488Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:21:05.488Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:21:05.488Z] [2022-08-11T16:21:05.488Z] + TEST_INTEGRATION_DEST=2 [2022-08-11T16:21:05.488Z] + CONTAINER_NAME=docker-pr1-2 [2022-08-11T16:21:05.488Z] + TEST_SKIP_INTEGRATION=1 [2022-08-11T16:21:05.488Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-08-11T16:21:05.488Z] + run_tests [2022-08-11T16:21:05.488Z] + c=0 [2022-08-11T16:21:05.488Z] + '[' -n 0 ']' [2022-08-11T16:21:05.488Z] + rm= [2022-08-11T16:21:05.488Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43949/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43949/.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=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh '' test-integration [2022-08-11T16:21:05.488Z] ++ jobs -p [2022-08-11T16:21:05.488Z] + TEST_INTEGRATION_DEST=3 [2022-08-11T16:21:05.488Z] + CONTAINER_NAME=docker-pr1-3 [2022-08-11T16:21:05.488Z] + TEST_SKIP_INTEGRATION=1 [2022-08-11T16:21:05.488Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-08-11T16:21:05.488Z] + run_tests [2022-08-11T16:21:05.488Z] + for job in $(jobs -p) [2022-08-11T16:21:05.488Z] + wait 17467 [2022-08-11T16:21:05.488Z] + '[' -n 0 ']' [2022-08-11T16:21:05.488Z] + rm= [2022-08-11T16:21:05.488Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43949/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43949/.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=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh '' test-integration [2022-08-11T16:21:05.488Z] + TEST_INTEGRATION_DEST=1 [2022-08-11T16:21:05.488Z] + CONTAINER_NAME=docker-pr1-1 [2022-08-11T16:21:05.488Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-08-11T16:21:05.488Z] + run_tests test-integration-flaky [2022-08-11T16:21:05.488Z] + '[' -n 0 ']' [2022-08-11T16:21:05.488Z] + rm= [2022-08-11T16:21:05.488Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43949/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43949/.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=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh test-integration-flaky test-integration [2022-08-11T16:21:05.488Z] [2022-08-11T16:21:05.488Z] [2022-08-11T16:21:05.488Z] [2022-08-11T16:21:05.488Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-11T16:21:05.488Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-11T16:21:05.488Z] HOSTNAME=a36a5d2f6269 [2022-08-11T16:21:05.488Z] TEST_SKIP_INTEGRATION=1 [2022-08-11T16:21:05.488Z] TESTDEBUG=0 [2022-08-11T16:21:05.488Z] DEST=bundles/test-integration [2022-08-11T16:21:05.488Z] PWD=/go/src/github.com/docker/docker [2022-08-11T16:21:05.488Z] KEEPBUNDLE=1 [2022-08-11T16:21:05.488Z] DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:21:05.488Z] container=docker [2022-08-11T16:21:05.488Z] HOME=/root [2022-08-11T16:21:05.488Z] GOLANG_VERSION=1.18.5 [2022-08-11T16:21:05.488Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-11T16:21:05.488Z] VALIDATE_BRANCH=master [2022-08-11T16:21:05.488Z] TERM=xterm [2022-08-11T16:21:05.488Z] DOCKER_PKG=github.com/docker/docker [2022-08-11T16:21:05.488Z] SHLVL=1 [2022-08-11T16:21:05.488Z] TIMEOUT=120m [2022-08-11T16:21:05.488Z] DOCKER_BUILDTAGS= journald [2022-08-11T16:21:05.488Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-11T16:21:05.488Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-08-11T16:21:05.488Z] GO111MODULE=off [2022-08-11T16:21:05.488Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-11T16:21:05.488Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-11T16:21:05.488Z] GOPATH=/go [2022-08-11T16:21:05.488Z] PKG_CONFIG=pkg-config [2022-08-11T16:21:05.488Z] _=/usr/bin/env [2022-08-11T16:21:05.488Z] Building test suite binary ./integration-cli/test.main [2022-08-11T16:21:05.488Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-08-11T16:21:05.488Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-11T16:21:05.488Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-11T16:21:05.488Z] HOSTNAME=34f9d0a137d4 [2022-08-11T16:21:05.488Z] TEST_SKIP_INTEGRATION=1 [2022-08-11T16:21:05.488Z] TESTDEBUG=0 [2022-08-11T16:21:05.488Z] DEST=bundles/test-integration [2022-08-11T16:21:05.488Z] PWD=/go/src/github.com/docker/docker [2022-08-11T16:21:05.488Z] KEEPBUNDLE=1 [2022-08-11T16:21:05.488Z] DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:21:05.488Z] container=docker [2022-08-11T16:21:05.488Z] HOME=/root [2022-08-11T16:21:05.488Z] GOLANG_VERSION=1.18.5 [2022-08-11T16:21:05.488Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-11T16:21:05.488Z] VALIDATE_BRANCH=master [2022-08-11T16:21:05.488Z] TERM=xterm [2022-08-11T16:21:05.488Z] DOCKER_PKG=github.com/docker/docker [2022-08-11T16:21:05.488Z] SHLVL=1 [2022-08-11T16:21:05.488Z] TIMEOUT=120m [2022-08-11T16:21:05.488Z] DOCKER_BUILDTAGS= journald [2022-08-11T16:21:05.488Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-11T16:21:05.488Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-08-11T16:21:05.488Z] GO111MODULE=off [2022-08-11T16:21:05.488Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-11T16:21:05.488Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-11T16:21:05.488Z] GOPATH=/go [2022-08-11T16:21:05.488Z] PKG_CONFIG=pkg-config [2022-08-11T16:21:05.488Z] _=/usr/bin/env [2022-08-11T16:21:05.488Z] Building test suite binary ./integration-cli/test.main [2022-08-11T16:21:05.488Z] No new tests added to integration. [2022-08-11T16:21:05.488Z] [2022-08-11T16:21:05.488Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-11T16:21:05.488Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-11T16:21:05.488Z] HOSTNAME=a5345365b341 [2022-08-11T16:21:05.488Z] TESTDEBUG=0 [2022-08-11T16:21:05.488Z] DEST=bundles/test-integration [2022-08-11T16:21:05.488Z] PWD=/go/src/github.com/docker/docker [2022-08-11T16:21:05.488Z] KEEPBUNDLE=1 [2022-08-11T16:21:05.488Z] DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:21:05.488Z] container=docker [2022-08-11T16:21:05.488Z] HOME=/root [2022-08-11T16:21:05.488Z] GOLANG_VERSION=1.18.5 [2022-08-11T16:21:05.488Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-11T16:21:05.488Z] VALIDATE_BRANCH=master [2022-08-11T16:21:05.488Z] TERM=xterm [2022-08-11T16:21:05.488Z] DOCKER_PKG=github.com/docker/docker [2022-08-11T16:21:05.488Z] SHLVL=1 [2022-08-11T16:21:05.488Z] TIMEOUT=120m [2022-08-11T16:21:05.488Z] DOCKER_BUILDTAGS= journald [2022-08-11T16:21:05.488Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-11T16:21:05.488Z] GO111MODULE=off [2022-08-11T16:21:05.488Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-11T16:21:05.488Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-11T16:21:05.488Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-11T16:21:05.488Z] GOPATH=/go [2022-08-11T16:21:05.488Z] PKG_CONFIG=pkg-config [2022-08-11T16:21:05.488Z] _=/usr/bin/env [2022-08-11T16:21:05.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-11T16:21:10.002Z] ok github.com/docker/docker/daemon/cluster 0.074s coverage: 0.5% of statements [2022-08-11T16:21:11.384Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-08-11T16:21:12.766Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-08-11T16:21:19.343Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.4% of statements [2022-08-11T16:21:20.283Z] ok github.com/docker/docker/daemon/config 0.036s coverage: 81.7% of statements [2022-08-11T16:21:20.867Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-08-11T16:21:21.438Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-08-11T16:21:22.377Z] ok github.com/docker/docker/daemon 10.124s coverage: 16.6% of statements [2022-08-11T16:21:22.377Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-08-11T16:21:22.377Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-08-11T16:21:22.377Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-08-11T16:21:22.377Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-08-11T16:21:22.377Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-08-11T16:21:22.949Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.613s coverage: 74.8% of statements [2022-08-11T16:21:23.888Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.310s coverage: 60.7% of statements [2022-08-11T16:21:23.888Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-08-11T16:21:25.271Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.020s coverage: 1.9% of statements [2022-08-11T16:21:26.663Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.251s coverage: 50.6% of statements [2022-08-11T16:21:27.232Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.955s coverage: 46.1% of statements [2022-08-11T16:21:27.232Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-08-11T16:21:28.172Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.5% of statements [2022-08-11T16:21:28.743Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.832s coverage: 58.5% of statements [2022-08-11T16:21:28.743Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-08-11T16:21:28.743Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-08-11T16:21:29.003Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2022-08-11T16:21:29.574Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2022-08-11T16:21:30.956Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.9% of statements [2022-08-11T16:21:30.956Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-08-11T16:21:30.956Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-08-11T16:21:30.956Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.2% of statements [2022-08-11T16:21:31.901Z] ok github.com/docker/docker/daemon/logger/fluentd 0.008s coverage: 53.6% of statements [2022-08-11T16:21:31.901Z] ok github.com/docker/docker/daemon/logger/awslogs 0.131s coverage: 80.2% of statements [2022-08-11T16:21:31.901Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-08-11T16:21:32.470Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2022-08-11T16:21:33.041Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2022-08-11T16:21:33.981Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.157s coverage: 76.8% of statements [2022-08-11T16:21:34.241Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-08-11T16:21:34.812Z] ok github.com/docker/docker/daemon/logger/local 0.026s coverage: 79.4% of statements [2022-08-11T16:21:35.382Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.015s coverage: 67.4% of statements [2022-08-11T16:21:35.952Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2022-08-11T16:21:36.893Z] ok github.com/docker/docker/daemon/logger/journald 3.392s coverage: 74.3% of statements [2022-08-11T16:21:36.893Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2022-08-11T16:21:36.893Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2022-08-11T16:21:36.893Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-08-11T16:21:36.893Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-08-11T16:21:37.462Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-08-11T16:21:37.732Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-08-11T16:21:38.302Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-08-11T16:21:38.302Z] ok github.com/docker/docker/daemon/logger/splunk 1.555s coverage: 82.5% of statements [2022-08-11T16:21:38.302Z] ? github.com/docker/docker/daemon/names [no test files] [2022-08-11T16:21:38.302Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-08-11T16:21:39.241Z] ok github.com/docker/docker/distribution/metadata 0.032s coverage: 44.4% of statements [2022-08-11T16:21:41.150Z] ok github.com/docker/docker/distribution 1.494s coverage: 28.0% of statements [2022-08-11T16:21:41.150Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-08-11T16:21:41.411Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-08-11T16:21:41.980Z] ok github.com/docker/docker/distribution/xfer 1.889s coverage: 84.9% of statements [2022-08-11T16:21:41.980Z] ? github.com/docker/docker/dockerversion [no test files] [2022-08-11T16:21:41.980Z] ok github.com/docker/docker/image 0.030s coverage: 86.9% of statements [2022-08-11T16:21:42.550Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-08-11T16:21:42.810Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-08-11T16:21:42.810Z] ? github.com/docker/docker/image/v1 [no test files] [2022-08-11T16:21:42.810Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-08-11T16:21:42.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-11T16:21:42.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-11T16:21:43.070Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-08-11T16:21:44.010Z] ok github.com/docker/docker/oci 0.010s coverage: 46.0% of statements [2022-08-11T16:21:44.580Z] ok github.com/docker/docker/opts 0.023s coverage: 66.0% of statements [2022-08-11T16:21:44.580Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-08-11T16:21:46.489Z] ok github.com/docker/docker/pkg/archive 0.288s coverage: 82.2% of statements [2022-08-11T16:21:47.058Z] ok github.com/docker/docker/pkg/authorization 0.278s coverage: 68.3% of statements [2022-08-11T16:21:47.058Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-08-11T16:21:47.318Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-08-11T16:21:49.362Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|imports|exports_file|name|compiled_files|deps) took 2m53.887880433s [2022-08-11T16:21:49.362Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 525.505435ms [2022-08-11T16:21:50.611Z] ok github.com/docker/docker/pkg/chrootarchive 2.512s coverage: 42.7% of statements [2022-08-11T16:21:50.611Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-08-11T16:21:50.870Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-08-11T16:21:50.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-11T16:21:50.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-11T16:21:51.135Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-08-11T16:21:51.135Z] ok github.com/docker/docker/layer 7.100s coverage: 68.9% of statements [2022-08-11T16:21:51.135Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-08-11T16:21:51.135Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-08-11T16:21:51.135Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-08-11T16:21:51.135Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-08-11T16:21:51.135Z] ? github.com/docker/docker/oci/caps [no test files] [2022-08-11T16:21:51.135Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-08-11T16:21:51.395Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-08-11T16:21:51.655Z] ok github.com/docker/docker/pkg/fsutils 0.181s coverage: 85.1% of statements [2022-08-11T16:21:51.655Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2022-08-11T16:21:52.595Z] ok github.com/docker/docker/pkg/idtools 0.382s coverage: 69.3% of statements [2022-08-11T16:21:52.595Z] ok github.com/docker/docker/pkg/ioutils 0.349s coverage: 71.5% of statements [2022-08-11T16:21:52.854Z] ok github.com/docker/docker/pkg/longpath 0.012s coverage: 100.0% of statements [2022-08-11T16:21:52.854Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2022-08-11T16:21:52.854Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-08-11T16:21:53.115Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2022-08-11T16:21:53.115Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2022-08-11T16:21:53.375Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-08-11T16:21:53.635Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 90.5% of statements [2022-08-11T16:21:53.635Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-08-11T16:21:53.635Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-08-11T16:21:53.635Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-08-11T16:21:54.205Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2022-08-11T16:21:54.465Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-08-11T16:21:54.724Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-08-11T16:21:54.984Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-08-11T16:21:56.369Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-08-11T16:21:56.369Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-08-11T16:21:56.629Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-08-11T16:21:56.888Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-08-11T16:21:57.148Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-08-11T16:21:57.408Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-08-11T16:21:57.977Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-08-11T16:21:58.237Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-08-11T16:21:58.497Z] ok github.com/docker/docker/pkg/tailfile 0.039s coverage: 88.6% of statements [2022-08-11T16:21:59.066Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-08-11T16:21:59.066Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-08-11T16:22:00.974Z] ok github.com/docker/docker/plugin 0.520s coverage: 23.2% of statements [2022-08-11T16:22:01.234Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-08-11T16:22:01.494Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-08-11T16:22:02.876Z] ok github.com/docker/docker/quota 0.234s coverage: 71.4% of statements [2022-08-11T16:22:03.137Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-08-11T16:22:04.076Z] ok github.com/docker/docker/registry 0.082s coverage: 58.6% of statements [2022-08-11T16:22:04.337Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-08-11T16:22:04.598Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-08-11T16:22:04.857Z] ok github.com/docker/docker/runconfig 0.009s coverage: 64.5% of statements [2022-08-11T16:22:05.117Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-08-11T16:22:07.026Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-08-11T16:22:07.596Z] ok github.com/docker/docker/volume/local 0.092s coverage: 76.8% of statements [2022-08-11T16:22:07.856Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-08-11T16:22:09.237Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-08-11T16:22:09.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-08-11T16:22:12.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-08-11T16:22:13.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-11T16:22:19.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-11T16:22:23.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-08-11T16:22:23.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-11T16:22:23.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-11T16:22:24.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-11T16:22:25.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-11T16:22:25.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-11T16:22:26.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-11T16:22:27.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-08-11T16:22:27.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-11T16:22:28.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-11T16:22:28.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-11T16:22:29.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-11T16:22:29.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-11T16:22:30.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-11T16:22:30.196Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-11T16:22:30.196Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-11T16:22:30.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-11T16:22:31.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-11T16:22:31.181Z] ok github.com/docker/docker/pkg/plugins 33.643s coverage: 76.3% of statements [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/rootless [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/testutil/request [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/volume [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-08-11T16:22:31.181Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === Skipped [2022-08-11T16:22:31.181Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-08-11T16:22:31.181Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-08-11T16:22:31.181Z] network_proxy_test.go:208: No support for dual stack yet [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-08-11T16:22:31.181Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-08-11T16:22:31.181Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:71: No driver to put! [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-08-11T16:22:31.181Z] time="2022-08-11T16:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-08-11T16:22:31.181Z] time="2022-08-11T16:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-08-11T16:22:31.181Z] time="2022-08-11T16:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-08-11T16:22:31.181Z] time="2022-08-11T16:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-08-11T16:22:31.181Z] time="2022-08-11T16:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:71: No driver to put! [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-08-11T16:22:31.181Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-08-11T16:22:31.181Z] overlay_test.go:50: Fails to compute changes intermittently [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-08-11T16:22:31.181Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:22:31.181Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-08-11T16:22:31.181Z] graphtest_unix.go:71: No driver to put! [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-08-11T16:22:31.181Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-08-11T16:22:31.181Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-08-11T16:22:31.181Z] [2022-08-11T16:22:31.181Z] DONE 2875 tests, 28 skipped in 206.944s [2022-08-11T16:22:31.181Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:22:31.181Z] github.com/docker/docker/libnetwork/types' ']' [2022-08-11T16:22:31.181Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/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-08-11T16:22:31.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-11T16:22:32.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-11T16:22:33.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-11T16:22:33.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-11T16:22:33.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-11T16:22:34.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-11T16:22:34.684Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-11T16:22:35.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-11T16:22:35.614Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-11T16:22:35.614Z] Using test binary docker [2022-08-11T16:22:35.614Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-11T16:22:35.614Z] Not: starting. [2022-08-11T16:22:35.614Z] INFO: Waiting for daemon to start... [2022-08-11T16:22:35.614Z] Starting dockerd [2022-08-11T16:22:36.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-11T16:22:37.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-11T16:22:37.502Z] . [2022-08-11T16:22:37.502Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-11T16:22:37.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-11T16:22:37.758Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-11T16:22:37.758Z] Error: No such image: emptyfs [2022-08-11T16:22:37.758Z] Running integration-test (iteration 1) [2022-08-11T16:22:37.758Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-11T16:22:38.015Z] Loaded image: busybox:latest [2022-08-11T16:22:38.271Z] Loaded image: busybox:glibc [2022-08-11T16:22:38.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-11T16:22:39.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-11T16:22:39.637Z] Loaded image: debian:bullseye-slim [2022-08-11T16:22:39.637Z] Loaded image: hello-world:latest [2022-08-11T16:22:39.637Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:22:39.637Z] INFO: Testing against a local daemon [2022-08-11T16:22:39.637Z] === RUN TestCgroupNamespacesBuild [2022-08-11T16:22:40.428Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-11T16:22:41.025Z] --- PASS: TestCgroupNamespacesBuild (1.22s) [2022-08-11T16:22:41.025Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-11T16:22:41.359Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-11T16:22:41.359Z] Using test binary docker [2022-08-11T16:22:41.359Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-11T16:22:41.359Z] Starting apparmor (via systemctl): apparmor.service. [2022-08-11T16:22:41.359Z] INFO: Waiting for daemon to start... [2022-08-11T16:22:41.359Z] Starting dockerd [2022-08-11T16:22:41.966Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.20s) [2022-08-11T16:22:41.966Z] === RUN TestBuildWithSession [2022-08-11T16:22:41.966Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:22:41.966Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-11T16:22:41.966Z] === RUN TestBuildSquashParent [2022-08-11T16:22:43.249Z] . [2022-08-11T16:22:43.249Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-11T16:22:43.249Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-11T16:22:43.249Z] Error: No such image: emptyfs [2022-08-11T16:22:43.506Z] Running integration-test (iteration 1) [2022-08-11T16:22:43.506Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-11T16:22:43.762Z] Loaded image: busybox:latest [2022-08-11T16:22:44.018Z] Loaded image: busybox:glibc [2022-08-11T16:22:45.386Z] Loaded image: debian:bullseye-slim [2022-08-11T16:22:45.386Z] Loaded image: hello-world:latest [2022-08-11T16:22:45.386Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:22:45.386Z] INFO: Testing against a local daemon [2022-08-11T16:22:45.386Z] === RUN TestCgroupNamespacesBuild [2022-08-11T16:22:46.758Z] --- PASS: TestCgroupNamespacesBuild (1.29s) [2022-08-11T16:22:46.758Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-11T16:22:48.124Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s) [2022-08-11T16:22:48.124Z] === RUN TestBuildWithSession [2022-08-11T16:22:48.124Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:22:48.124Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-11T16:22:48.124Z] === RUN TestBuildSquashParent [2022-08-11T16:22:50.050Z] --- PASS: TestBuildSquashParent (7.12s) [2022-08-11T16:22:50.050Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-11T16:22:50.050Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:22:50.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:22:50.050Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:22:50.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:22:50.050Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:22:50.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:22:50.050Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:22:50.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:22:50.050Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:22:50.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:22:50.050Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:22:50.050Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:22:50.050Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:22:50.050Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:22:50.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:22:50.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:22:52.293Z] --- PASS: TestBuildSquashParent (4.45s) [2022-08-11T16:22:52.293Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-11T16:22:52.293Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:22:52.293Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:22:52.293Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:22:52.293Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:22:52.293Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:22:52.293Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:22:52.293Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:22:52.293Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:22:52.293Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:22:52.293Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:22:52.293Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:22:52.293Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:22:52.293Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:22:52.293Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:22:52.872Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:22:52.872Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:22:54.185Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:22:54.185Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:22:54.761Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-08-11T16:22:54.761Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.59s) [2022-08-11T16:22:54.761Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.62s) [2022-08-11T16:22:54.761Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.94s) [2022-08-11T16:22:54.761Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.94s) [2022-08-11T16:22:54.761Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.07s) [2022-08-11T16:22:54.761Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.13s) [2022-08-11T16:22:54.761Z] === RUN TestBuildMultiStageCopy [2022-08-11T16:22:54.761Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-11T16:22:55.552Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:22:55.809Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:22:57.176Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-08-11T16:22:57.176Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.50s) [2022-08-11T16:22:57.176Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.76s) [2022-08-11T16:22:57.176Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.59s) [2022-08-11T16:22:57.176Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.62s) [2022-08-11T16:22:57.176Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.57s) [2022-08-11T16:22:57.176Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.56s) [2022-08-11T16:22:57.176Z] === RUN TestBuildMultiStageCopy [2022-08-11T16:22:57.176Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-11T16:22:58.027Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-11T16:22:59.068Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-11T16:22:59.068Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-11T16:22:59.331Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-11T16:22:59.392Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-11T16:22:59.588Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-11T16:22:59.849Z] --- PASS: TestBuildMultiStageCopy (2.53s) [2022-08-11T16:22:59.849Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.59s) [2022-08-11T16:22:59.849Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-08-11T16:22:59.849Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2022-08-11T16:22:59.849Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-08-11T16:22:59.849Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2022-08-11T16:22:59.849Z] === RUN TestBuildMultiStageParentConfig [2022-08-11T16:23:00.318Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-11T16:23:00.777Z] --- PASS: TestBuildMultiStageParentConfig (0.78s) [2022-08-11T16:23:00.777Z] === RUN TestBuildLabelWithTargets [2022-08-11T16:23:01.244Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-11T16:23:01.706Z] --- PASS: TestBuildLabelWithTargets (1.00s) [2022-08-11T16:23:01.706Z] === RUN TestBuildWithEmptyLayers [2022-08-11T16:23:01.961Z] --- PASS: TestBuildWithEmptyLayers (0.46s) [2022-08-11T16:23:01.961Z] === RUN TestBuildMultiStageOnBuild [2022-08-11T16:23:02.171Z] --- PASS: TestBuildMultiStageCopy (7.28s) [2022-08-11T16:23:02.171Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.28s) [2022-08-11T16:23:02.171Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-08-11T16:23:02.171Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-08-11T16:23:02.171Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-08-11T16:23:02.171Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-08-11T16:23:02.171Z] === RUN TestBuildMultiStageParentConfig [2022-08-11T16:23:03.851Z] --- PASS: TestBuildMultiStageOnBuild (1.67s) [2022-08-11T16:23:03.851Z] === RUN TestBuildUncleanTarFilenames [2022-08-11T16:23:04.414Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-08-11T16:23:04.414Z] === RUN TestBuildMultiStageLayerLeak [2022-08-11T16:23:06.305Z] --- PASS: TestBuildMultiStageLayerLeak (1.73s) [2022-08-11T16:23:06.305Z] === RUN TestBuildWithHugeFile [2022-08-11T16:23:07.414Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-08-11T16:23:07.414Z] === RUN TestBuildLabelWithTargets [2022-08-11T16:23:15.495Z] --- PASS: TestBuildLabelWithTargets (8.01s) [2022-08-11T16:23:15.495Z] === RUN TestBuildWithEmptyLayers [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork 37.343s coverage: 40.6% of statements [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/bitseq 0.139s coverage: 84.4% of statements [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.498s coverage: 59.9% of statements [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.015s coverage: 5.2% of statements [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.7% of statements [2022-08-11T16:23:17.885Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-08-11T16:23:17.885Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-08-11T16:23:18.760Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-08-11T16:23:18.760Z] === RUN TestBuildMultiStageOnBuild [2022-08-11T16:23:24.005Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-08-11T16:23:24.005Z] === RUN TestBuildUncleanTarFilenames [2022-08-11T16:23:24.005Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2022-08-11T16:23:24.005Z] === RUN TestBuildMultiStageLayerLeak [2022-08-11T16:23:25.758Z] INFO [linters context/goanalysis] analyzers took 6m47.228771253s with top 10 stages: buildir: 2m22.200137744s, the_only_name: 40.671551837s, goimports: 29.880110311s, unconvert: 23.808202248s, gosec: 18.607765581s, S1038: 18.495489595s, misspell: 7.456926395s, unused: 5.503463241s, nilness: 5.352380284s, S1039: 4.977530495s [2022-08-11T16:23:25.758Z] INFO [runner] Issues before processing: 2443, after processing: 0 [2022-08-11T16:23:25.758Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2019/2019, exclude-rules: 79/2019, filename_unadjuster: 2122/2122, skip_dirs: 2122/2122, exclude: 2019/2019, path_prettifier: 2122/2122, autogenerated_exclude: 2019/2122, nolint: 0/79, cgo: 2122/2443, skip_files: 2122/2122 [2022-08-11T16:23:25.758Z] INFO [runner] processing took 134.195472ms with stages: identifier_marker: 40.496926ms, nolint: 37.259167ms, path_prettifier: 21.150013ms, autogenerated_exclude: 15.999454ms, exclude-rules: 14.171595ms, skip_dirs: 3.623311ms, cgo: 845.885µs, filename_unadjuster: 643.133µs, max_same_issues: 1.868µs, uniq_by_line: 813ns, skip_files: 720ns, exclude: 433ns, max_from_linter: 401ns, source_code: 322ns, severity-rules: 310ns, diff: 283ns, max_per_file_from_linter: 252ns, sort_results: 246ns, path_shortener: 235ns, path_prefixer: 105ns [2022-08-11T16:23:25.758Z] INFO [runner] linters took 1m47.276771944s with stages: goanalysis_metalinter: 1m47.142310423s [2022-08-11T16:23:25.758Z] INFO File cache stats: 1702 entries of total size 8.7MiB [2022-08-11T16:23:25.758Z] INFO Memory: 2819 samples, avg is 310.0MB, max is 1214.0MB [2022-08-11T16:23:25.758Z] INFO Execution took 4m41.701664302s [2022-08-11T16:23:25.758Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-08-11T16:23:26.125Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh dynbinary test-docker-py [2022-08-11T16:23:26.381Z] [2022-08-11T16:23:26.637Z] Removing bundles/ [2022-08-11T16:23:26.637Z] [2022-08-11T16:23:26.637Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-11T16:23:26.637Z] Building: bundles/dynbinary-daemon/dockerd [2022-08-11T16:23:26.637Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:23:27.871Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.295s coverage: 6.7% of statements [2022-08-11T16:23:27.871Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-08-11T16:23:27.871Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-08-11T16:23:27.871Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-08-11T16:23:27.871Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-08-11T16:23:27.871Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-08-11T16:23:27.871Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-08-11T16:23:28.131Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-08-11T16:23:28.169Z] --- PASS: TestBuildMultiStageLayerLeak (4.42s) [2022-08-11T16:23:28.169Z] === RUN TestBuildWithHugeFile [2022-08-11T16:23:28.391Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-08-11T16:23:28.651Z] ok github.com/docker/docker/libnetwork/idm 0.003s coverage: 87.5% of statements [2022-08-11T16:23:28.651Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-08-11T16:23:40.869Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-08-11T16:23:42.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-11T16:23:42.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-11T16:23:55.781Z] ok github.com/docker/docker/libnetwork/ipam 15.780s coverage: 85.3% of statements [2022-08-11T16:23:55.782Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-08-11T16:23:55.782Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-08-11T16:23:55.782Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-08-11T16:23:55.782Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-08-11T16:23:55.782Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-08-11T16:23:56.042Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-08-11T16:23:56.611Z] ok github.com/docker/docker/libnetwork/ipamutils 0.282s coverage: 74.0% of statements [2022-08-11T16:23:57.551Z] ok github.com/docker/docker/libnetwork/iptables 0.168s coverage: 45.0% of statements [2022-08-11T16:23:57.551Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-08-11T16:23:57.810Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-08-11T16:24:02.546Z] --- PASS: TestBuildWithHugeFile (48.75s) [2022-08-11T16:24:02.546Z] === RUN TestBuildWCOWSandboxSize [2022-08-11T16:24:02.546Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:24:02.546Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:24:02.546Z] === RUN TestBuildWithEmptyDockerfile [2022-08-11T16:24:02.546Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:24:02.546Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:24:02.546Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:24:02.546Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:24:02.546Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:24:02.546Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:24:02.546Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:24:02.546Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:24:02.546Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:24:02.546Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-08-11T16:24:02.546Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-08-11T16:24:02.546Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-08-11T16:24:02.546Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-11T16:24:02.546Z] === RUN TestBuildPreserveOwnership [2022-08-11T16:24:02.546Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-11T16:24:02.546Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-11T16:24:02.546Z] --- PASS: TestBuildPreserveOwnership (3.59s) [2022-08-11T16:24:02.546Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.42s) [2022-08-11T16:24:02.546Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.16s) [2022-08-11T16:24:02.546Z] === RUN TestBuildPlatformInvalid [2022-08-11T16:24:02.546Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-08-11T16:24:02.546Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-11T16:24:02.546Z] Loaded image: busybox:latest [2022-08-11T16:24:02.546Z] Loaded image: busybox:glibc [2022-08-11T16:24:02.546Z] Loaded image: debian:bullseye-slim [2022-08-11T16:24:02.546Z] Loaded image: hello-world:latest [2022-08-11T16:24:02.546Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:24:10.639Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.59s) [2022-08-11T16:24:10.639Z] PASS [2022-08-11T16:24:10.639Z] [2022-08-11T16:24:10.639Z] === Skipped [2022-08-11T16:24:10.639Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-11T16:24:10.639Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:24:10.639Z] [2022-08-11T16:24:10.639Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:24:10.639Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:24:10.639Z] [2022-08-11T16:24:10.639Z] DONE 34 tests, 2 skipped in 85.793s [2022-08-11T16:24:10.639Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-11T16:24:10.639Z] INFO: Testing against a local daemon [2022-08-11T16:24:10.639Z] === RUN TestConfigInspect [2022-08-11T16:24:11.569Z] --- PASS: TestConfigInspect (2.18s) [2022-08-11T16:24:11.569Z] === RUN TestConfigList [2022-08-11T16:24:14.144Z] --- PASS: TestConfigList (2.21s) [2022-08-11T16:24:14.144Z] === RUN TestConfigsCreateAndDelete [2022-08-11T16:24:16.033Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2022-08-11T16:24:16.033Z] === RUN TestConfigsUpdate [2022-08-11T16:24:17.923Z] --- PASS: TestConfigsUpdate (2.17s) [2022-08-11T16:24:17.923Z] === RUN TestTemplatedConfig [2022-08-11T16:24:21.190Z] --- PASS: TestTemplatedConfig (2.69s) [2022-08-11T16:24:21.190Z] === RUN TestConfigCreateResolve [2022-08-11T16:24:23.080Z] --- PASS: TestConfigCreateResolve (2.15s) [2022-08-11T16:24:23.080Z] PASS [2022-08-11T16:24:23.080Z] [2022-08-11T16:24:23.080Z] DONE 6 tests in 13.589s [2022-08-11T16:24:23.080Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-11T16:24:23.080Z] INFO: Testing against a local daemon [2022-08-11T16:24:23.080Z] === RUN TestAttachWithTTY [2022-08-11T16:24:23.080Z] --- PASS: TestAttachWithTTY (0.06s) [2022-08-11T16:24:23.080Z] === RUN TestAttachWithoutTTy [2022-08-11T16:24:23.080Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-08-11T16:24:23.080Z] === RUN TestCheckpoint [2022-08-11T16:24:23.080Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:24:23.080Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/commit [2022-08-11T16:24:23.080Z] === PAUSE TestContainerInvalidJSON/commit [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/create [2022-08-11T16:24:23.080Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:24:23.080Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:24:23.080Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:24:23.080Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:24:23.080Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:24:23.080Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:24:23.080Z] === CONT TestContainerInvalidJSON/commit [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-08-11T16:24:23.080Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-08-11T16:24:23.080Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-08-11T16:24:23.080Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-08-11T16:24:23.080Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-08-11T16:24:23.080Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-08-11T16:24:23.080Z] === CONT TestContainerInvalidJSON/containers/create [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-08-11T16:24:23.080Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-08-11T16:24:23.080Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-08-11T16:24:23.080Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-11T16:24:23.080Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-08-11T16:24:23.080Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-11T16:24:23.080Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-08-11T16:24:23.080Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-11T16:24:23.080Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-08-11T16:24:23.080Z] === RUN TestCopyEmptyFile [2022-08-11T16:24:23.336Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-08-11T16:24:23.336Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-11T16:24:23.336Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-08-11T16:24:23.336Z] === RUN TestCopyFromContainer [2022-08-11T16:24:24.344Z] --- PASS: TestBuildWithHugeFile (50.09s) [2022-08-11T16:24:24.344Z] === RUN TestBuildWCOWSandboxSize [2022-08-11T16:24:24.344Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:24:24.344Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:24:24.344Z] === RUN TestBuildWithEmptyDockerfile [2022-08-11T16:24:24.344Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:24:24.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:24:24.344Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:24:24.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:24:24.344Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:24:24.344Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:24:24.344Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:24:24.344Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:24:24.344Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:24:24.344Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2022-08-11T16:24:24.344Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2022-08-11T16:24:24.344Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2022-08-11T16:24:24.344Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-08-11T16:24:24.344Z] === RUN TestBuildPreserveOwnership [2022-08-11T16:24:24.344Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-11T16:24:24.703Z] === RUN TestCopyFromContainer// [2022-08-11T16:24:24.703Z] === RUN TestCopyFromContainer//bar/root [2022-08-11T16:24:24.703Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-11T16:24:24.703Z] === RUN TestCopyFromContainer/bar/quux [2022-08-11T16:24:24.703Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-11T16:24:24.703Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-11T16:24:24.959Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-11T16:24:24.959Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-11T16:24:24.959Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-11T16:24:24.959Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer (1.70s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-08-11T16:24:25.216Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-08-11T16:24:25.216Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-11T16:24:25.216Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:24:25.216Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:24:25.216Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:24:25.216Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:24:25.216Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:24:25.216Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:24:25.216Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:24:25.216Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:24:25.216Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:24:25.216Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-08-11T16:24:25.216Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-11T16:24:25.216Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-11T16:24:25.216Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-11T16:24:25.216Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-11T16:24:25.216Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-08-11T16:24:25.216Z] === RUN TestCreateWithInvalidEnv [2022-08-11T16:24:25.216Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-11T16:24:25.216Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-11T16:24:25.216Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-11T16:24:25.216Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-11T16:24:25.216Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-11T16:24:25.216Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-11T16:24:25.216Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-11T16:24:25.216Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-11T16:24:25.216Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-11T16:24:25.216Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-11T16:24:25.216Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-11T16:24:25.216Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-11T16:24:25.216Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-11T16:24:25.216Z] === RUN TestCreateTmpfsMountsTarget [2022-08-11T16:24:25.216Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-08-11T16:24:25.216Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-11T16:24:25.270Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-11T16:24:27.105Z] --- PASS: TestCreateWithCustomMaskedPaths (1.58s) [2022-08-11T16:24:27.105Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-11T16:24:28.472Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s) [2022-08-11T16:24:28.472Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-11T16:24:28.472Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:24:28.472Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:24:28.472Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:24:28.472Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:24:28.472Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:24:28.472Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:24:28.472Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:24:28.472Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:24:28.472Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:24:28.472Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:24:28.472Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:24:28.472Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:24:28.472Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:24:28.472Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:24:28.472Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:24:28.473Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-11T16:24:28.473Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-08-11T16:24:28.473Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-11T16:24:28.473Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-11T16:24:28.473Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-11T16:24:28.473Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-11T16:24:28.473Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-11T16:24:29.035Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-08-11T16:24:29.035Z] === RUN TestCreateDifferentPlatform [2022-08-11T16:24:29.035Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-11T16:24:29.035Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-11T16:24:29.035Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-08-11T16:24:29.035Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-11T16:24:29.035Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-11T16:24:29.035Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-11T16:24:29.035Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-08-11T16:24:29.035Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-11T16:24:29.035Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-08-11T16:24:29.035Z] === RUN TestCreateInvalidHostConfig [2022-08-11T16:24:29.035Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:24:29.035Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:24:29.035Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:24:29.035Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:24:29.035Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:24:29.035Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:24:29.035Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:24:29.035Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:24:29.035Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:24:29.035Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:24:29.035Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:24:29.035Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:24:29.035Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-08-11T16:24:29.035Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-08-11T16:24:29.035Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-08-11T16:24:29.035Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-08-11T16:24:29.035Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-08-11T16:24:29.035Z] === RUN TestContainerStartOnDaemonRestart [2022-08-11T16:24:29.035Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-11T16:24:29.035Z] === RUN TestDaemonRestartIpcMode [2022-08-11T16:24:29.035Z] === PAUSE TestDaemonRestartIpcMode [2022-08-11T16:24:29.035Z] === RUN TestDaemonHostGatewayIP [2022-08-11T16:24:29.035Z] === PAUSE TestDaemonHostGatewayIP [2022-08-11T16:24:29.035Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-11T16:24:29.035Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-11T16:24:29.035Z] === RUN TestContainerKillOnDaemonStart [2022-08-11T16:24:29.035Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-11T16:24:29.035Z] === RUN TestDiff [2022-08-11T16:24:29.432Z] --- PASS: TestBuildPreserveOwnership (10.49s) [2022-08-11T16:24:29.432Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.47s) [2022-08-11T16:24:29.432Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-08-11T16:24:29.432Z] === RUN TestBuildPlatformInvalid [2022-08-11T16:24:29.432Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-08-11T16:24:29.432Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-11T16:24:29.432Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-08-11T16:24:29.432Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-08-11T16:24:29.432Z] PASS [2022-08-11T16:24:29.432Z] [2022-08-11T16:24:29.432Z] === Skipped [2022-08-11T16:24:29.432Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-11T16:24:29.432Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:24:29.432Z] [2022-08-11T16:24:29.432Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:24:29.432Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:24:29.432Z] [2022-08-11T16:24:29.432Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-08-11T16:24:29.432Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-08-11T16:24:29.432Z] [2022-08-11T16:24:29.432Z] DONE 34 tests, 3 skipped in 111.413s [2022-08-11T16:24:29.432Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-11T16:24:29.432Z] INFO: Testing against a local daemon [2022-08-11T16:24:29.432Z] === RUN TestConfigInspect [2022-08-11T16:24:29.433Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] --- SKIP: TestConfigInspect (0.01s) [2022-08-11T16:24:29.433Z] === RUN TestConfigList [2022-08-11T16:24:29.433Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] --- SKIP: TestConfigList (0.01s) [2022-08-11T16:24:29.433Z] === RUN TestConfigsCreateAndDelete [2022-08-11T16:24:29.433Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-08-11T16:24:29.433Z] === RUN TestConfigsUpdate [2022-08-11T16:24:29.433Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-08-11T16:24:29.433Z] === RUN TestTemplatedConfig [2022-08-11T16:24:29.433Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-08-11T16:24:29.433Z] === RUN TestConfigCreateResolve [2022-08-11T16:24:29.433Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] --- SKIP: TestConfigCreateResolve (0.02s) [2022-08-11T16:24:29.433Z] PASS [2022-08-11T16:24:29.433Z] [2022-08-11T16:24:29.433Z] === Skipped [2022-08-11T16:24:29.433Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-08-11T16:24:29.433Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] [2022-08-11T16:24:29.433Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-08-11T16:24:29.433Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] [2022-08-11T16:24:29.433Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-08-11T16:24:29.433Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] [2022-08-11T16:24:29.433Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-08-11T16:24:29.433Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] [2022-08-11T16:24:29.433Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-08-11T16:24:29.433Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] [2022-08-11T16:24:29.433Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2022-08-11T16:24:29.433Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:24:29.433Z] [2022-08-11T16:24:29.433Z] DONE 6 tests, 6 skipped in 0.140s [2022-08-11T16:24:29.433Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-11T16:24:29.689Z] INFO: Testing against a local daemon [2022-08-11T16:24:29.689Z] === RUN TestAttachWithTTY [2022-08-11T16:24:29.689Z] --- PASS: TestAttachWithTTY (0.05s) [2022-08-11T16:24:29.689Z] === RUN TestAttachWithoutTTy [2022-08-11T16:24:29.689Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-08-11T16:24:29.689Z] === RUN TestCheckpoint [2022-08-11T16:24:29.689Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:24:29.689Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/commit [2022-08-11T16:24:29.689Z] === PAUSE TestContainerInvalidJSON/commit [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/create [2022-08-11T16:24:29.689Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:24:29.689Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:24:29.689Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:24:29.689Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:24:29.689Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:24:29.689Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:24:29.689Z] === CONT TestContainerInvalidJSON/commit [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-08-11T16:24:29.689Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-08-11T16:24:29.689Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-08-11T16:24:29.689Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-08-11T16:24:29.689Z] === CONT TestContainerInvalidJSON/containers/create [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-08-11T16:24:29.689Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-08-11T16:24:29.689Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-08-11T16:24:29.689Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-08-11T16:24:29.689Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-08-11T16:24:29.689Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-11T16:24:29.689Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-08-11T16:24:29.689Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-11T16:24:29.689Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-08-11T16:24:29.689Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-11T16:24:29.945Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-08-11T16:24:29.945Z] === RUN TestCopyEmptyFile [2022-08-11T16:24:29.945Z] --- PASS: TestCopyEmptyFile (0.19s) [2022-08-11T16:24:29.945Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-11T16:24:29.945Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-08-11T16:24:29.945Z] === RUN TestCopyFromContainer [2022-08-11T16:24:29.966Z] --- PASS: TestDiff (0.60s) [2022-08-11T16:24:29.966Z] === RUN TestExecConsoleSize [2022-08-11T16:24:30.527Z] --- PASS: TestExecConsoleSize (0.67s) [2022-08-11T16:24:30.527Z] === RUN TestExecWithCloseStdin [2022-08-11T16:24:31.090Z] --- PASS: TestExecWithCloseStdin (0.66s) [2022-08-11T16:24:31.090Z] === RUN TestExec [2022-08-11T16:24:31.652Z] --- PASS: TestExec (0.64s) [2022-08-11T16:24:31.652Z] === RUN TestExecUser [2022-08-11T16:24:32.215Z] --- PASS: TestExecUser (0.62s) [2022-08-11T16:24:32.215Z] === RUN TestExportContainerAndImportImage [2022-08-11T16:24:33.144Z] --- PASS: TestExportContainerAndImportImage (0.74s) [2022-08-11T16:24:33.144Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-11T16:24:34.110Z] === RUN TestCopyFromContainer// [2022-08-11T16:24:34.110Z] === RUN TestCopyFromContainer//bar/root [2022-08-11T16:24:34.367Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-11T16:24:34.367Z] === RUN TestCopyFromContainer/bar/quux [2022-08-11T16:24:34.367Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-11T16:24:34.367Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-11T16:24:34.367Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-11T16:24:34.511Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-08-11T16:24:34.511Z] === RUN TestHealthCheckWorkdir [2022-08-11T16:24:34.623Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-11T16:24:34.623Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-11T16:24:34.623Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer (4.65s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-08-11T16:24:34.623Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-08-11T16:24:34.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-11T16:24:34.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:24:34.623Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:24:34.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:24:34.623Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:24:34.623Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:24:34.623Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:24:34.623Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:24:34.623Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:24:34.623Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:24:34.623Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-08-11T16:24:34.623Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-11T16:24:34.623Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-11T16:24:34.623Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-11T16:24:34.623Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-11T16:24:34.880Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-08-11T16:24:34.880Z] === RUN TestCreateWithInvalidEnv [2022-08-11T16:24:34.880Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-11T16:24:34.880Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-11T16:24:34.880Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-11T16:24:34.880Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-11T16:24:34.880Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-11T16:24:34.880Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-11T16:24:34.880Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-11T16:24:34.880Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-11T16:24:34.880Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-11T16:24:34.880Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-11T16:24:34.880Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-11T16:24:34.880Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-11T16:24:34.880Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-11T16:24:34.880Z] === RUN TestCreateTmpfsMountsTarget [2022-08-11T16:24:34.880Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-08-11T16:24:34.880Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-11T16:24:35.074Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2022-08-11T16:24:35.074Z] === RUN TestHealthKillContainer [2022-08-11T16:24:35.808Z] --- PASS: TestCreateWithCustomMaskedPaths (1.15s) [2022-08-11T16:24:35.808Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-11T16:24:37.174Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.17s) [2022-08-11T16:24:37.174Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-11T16:24:37.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:24:37.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:24:37.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:24:37.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:24:37.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:24:37.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:24:37.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:24:37.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:24:37.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:24:37.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:24:37.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:24:37.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:24:37.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:24:37.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:24:37.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:24:37.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-11T16:24:37.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-08-11T16:24:37.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-08-11T16:24:37.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2022-08-11T16:24:37.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-08-11T16:24:37.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-08-11T16:24:37.174Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-11T16:24:37.736Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-08-11T16:24:37.736Z] === RUN TestCreateDifferentPlatform [2022-08-11T16:24:37.736Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-11T16:24:37.736Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-11T16:24:37.736Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-08-11T16:24:37.736Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-11T16:24:37.736Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-11T16:24:37.736Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-11T16:24:37.736Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-08-11T16:24:37.736Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-11T16:24:37.736Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-08-11T16:24:37.736Z] === RUN TestCreateInvalidHostConfig [2022-08-11T16:24:37.736Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:24:37.736Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:24:37.736Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:24:37.736Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:24:37.736Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:24:37.736Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:24:37.736Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:24:37.736Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:24:37.736Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:24:37.736Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:24:37.736Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:24:37.736Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:24:37.736Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-08-11T16:24:37.736Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-08-11T16:24:37.736Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-08-11T16:24:37.736Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-08-11T16:24:37.736Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-08-11T16:24:37.736Z] === RUN TestContainerStartOnDaemonRestart [2022-08-11T16:24:37.736Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-08-11T16:24:37.736Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-08-11T16:24:37.736Z] === RUN TestDaemonRestartIpcMode [2022-08-11T16:24:37.736Z] === PAUSE TestDaemonRestartIpcMode [2022-08-11T16:24:37.736Z] === RUN TestDaemonHostGatewayIP [2022-08-11T16:24:37.736Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:24:37.736Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-08-11T16:24:37.736Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-11T16:24:37.736Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-11T16:24:37.736Z] === RUN TestContainerKillOnDaemonStart [2022-08-11T16:24:37.736Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-08-11T16:24:37.736Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-08-11T16:24:37.736Z] === RUN TestDiff [2022-08-11T16:24:37.992Z] --- PASS: TestDiff (0.38s) [2022-08-11T16:24:37.992Z] === RUN TestExecConsoleSize [2022-08-11T16:24:38.554Z] --- PASS: TestExecConsoleSize (0.44s) [2022-08-11T16:24:38.554Z] === RUN TestExecWithCloseStdin [2022-08-11T16:24:38.810Z] --- PASS: TestExecWithCloseStdin (0.42s) [2022-08-11T16:24:38.810Z] === RUN TestExec [2022-08-11T16:24:39.373Z] --- PASS: TestExec (0.43s) [2022-08-11T16:24:39.373Z] === RUN TestExecUser [2022-08-11T16:24:39.935Z] --- PASS: TestExecUser (0.46s) [2022-08-11T16:24:39.935Z] === RUN TestExportContainerAndImportImage [2022-08-11T16:24:40.526Z] --- PASS: TestExportContainerAndImportImage (0.53s) [2022-08-11T16:24:40.526Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-11T16:24:41.915Z] --- PASS: TestExportContainerAfterDaemonRestart (1.34s) [2022-08-11T16:24:41.915Z] === RUN TestHealthCheckWorkdir [2022-08-11T16:24:42.477Z] --- PASS: TestHealthCheckWorkdir (0.64s) [2022-08-11T16:24:42.477Z] === RUN TestHealthKillContainer [2022-08-11T16:24:47.243Z] --- PASS: TestHealthKillContainer (10.21s) [2022-08-11T16:24:47.243Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-11T16:24:47.243Z] --- PASS: TestInspectCpusetInConfigPre120 (1.91s) [2022-08-11T16:24:47.243Z] === RUN TestIpcModeNone [2022-08-11T16:24:49.771Z] --- PASS: TestIpcModeNone (2.10s) [2022-08-11T16:24:49.771Z] === RUN TestIpcModePrivate [2022-08-11T16:24:50.343Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-08-11T16:24:50.556Z] --- PASS: TestHealthKillContainer (7.78s) [2022-08-11T16:24:50.556Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-11T16:24:50.556Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-11T16:24:50.556Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-08-11T16:24:50.556Z] === RUN TestIpcModeNone [2022-08-11T16:24:50.556Z] --- PASS: TestIpcModeNone (0.42s) [2022-08-11T16:24:50.556Z] === RUN TestIpcModePrivate [2022-08-11T16:24:50.812Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-08-11T16:24:50.812Z] --- PASS: TestIpcModePrivate (0.42s) [2022-08-11T16:24:50.812Z] === RUN TestIpcModeShareable [2022-08-11T16:24:50.812Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:24:50.812Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-08-11T16:24:50.812Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-11T16:24:51.269Z] --- PASS: TestIpcModePrivate (1.98s) [2022-08-11T16:24:51.269Z] === RUN TestIpcModeShareable [2022-08-11T16:24:52.634Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-08-11T16:24:52.703Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.38s) [2022-08-11T16:24:52.703Z] === RUN TestAPIIpcModeHost [2022-08-11T16:24:52.703Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:24:52.703Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-08-11T16:24:52.703Z] === RUN TestDaemonIpcModeShareable [2022-08-11T16:24:52.703Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:24:52.703Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-08-11T16:24:52.703Z] === RUN TestDaemonIpcModePrivate [2022-08-11T16:24:53.265Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-08-11T16:24:53.520Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-08-11T16:24:53.520Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-11T16:24:53.520Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:24:53.520Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-08-11T16:24:53.520Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-11T16:24:53.520Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:24:53.520Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-08-11T16:24:53.520Z] === RUN TestIpcModeOlderClient [2022-08-11T16:24:53.520Z] === PAUSE TestIpcModeOlderClient [2022-08-11T16:24:53.520Z] === RUN TestKillContainerInvalidSignal [2022-08-11T16:24:53.561Z] --- PASS: TestIpcModeShareable (2.11s) [2022-08-11T16:24:53.562Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-11T16:24:53.776Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-08-11T16:24:53.776Z] === RUN TestKillContainer [2022-08-11T16:24:53.776Z] === RUN TestKillContainer/no_signal [2022-08-11T16:24:54.338Z] === RUN TestKillContainer/non_killing_signal [2022-08-11T16:24:54.594Z] === RUN TestKillContainer/killing_signal [2022-08-11T16:24:55.156Z] --- PASS: TestKillContainer (1.20s) [2022-08-11T16:24:55.156Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-08-11T16:24:55.156Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-08-11T16:24:55.156Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-08-11T16:24:55.156Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-11T16:24:55.156Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-11T16:24:55.413Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-11T16:24:55.975Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-08-11T16:24:55.975Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-08-11T16:24:55.975Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-08-11T16:24:55.975Z] === RUN TestKillStoppedContainer [2022-08-11T16:24:55.975Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-08-11T16:24:55.975Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-11T16:24:55.975Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-08-11T16:24:55.975Z] === RUN TestKillDifferentUserContainer [2022-08-11T16:24:56.231Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-08-11T16:24:56.231Z] === RUN TestInspectOomKilledTrue [2022-08-11T16:24:56.231Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:24:56.231Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-11T16:24:56.231Z] === RUN TestInspectOomKilledFalse [2022-08-11T16:24:56.231Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:24:56.231Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-08-11T16:24:56.231Z] === RUN TestLinksEtcHostsContentMatch [2022-08-11T16:24:56.231Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-08-11T16:24:56.231Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-08-11T16:24:56.231Z] === RUN TestLinksContainerNames [2022-08-11T16:24:57.159Z] --- PASS: TestLinksContainerNames (0.79s) [2022-08-11T16:24:57.159Z] === RUN TestLogsFollowTailEmpty [2022-08-11T16:24:57.720Z] --- PASS: TestLogsFollowTailEmpty (0.48s) [2022-08-11T16:24:57.720Z] === RUN TestLogs [2022-08-11T16:24:57.720Z] === RUN TestLogs/driver_local [2022-08-11T16:24:57.720Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:24:57.720Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:24:57.720Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-08-11T16:24:57.720Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-08-11T16:24:57.720Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-08-11T16:24:57.720Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-08-11T16:24:57.720Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:24:57.720Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:24:57.720Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:24:57.720Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:24:57.720Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:24:57.720Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:24:57.720Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:24:57.720Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:24:58.282Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:24:58.282Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:24:58.845Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-08-11T16:24:58.845Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-08-11T16:24:59.408Z] === RUN TestLogs/driver_json-file [2022-08-11T16:24:59.408Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:24:59.408Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:24:59.408Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:24:59.408Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:24:59.408Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:24:59.408Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:24:59.408Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:24:59.408Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:24:59.408Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:24:59.408Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:24:59.408Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:24:59.408Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:24:59.408Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:24:59.408Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:24:59.970Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:25:00.226Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:25:00.483Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:25:00.738Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:25:01.300Z] --- PASS: TestLogs (3.63s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_local (0.01s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.76s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.79s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.52s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.53s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.51s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.50s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.67s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.72s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.47s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.55s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.62s) [2022-08-11T16:25:01.300Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.52s) [2022-08-11T16:25:01.300Z] === RUN TestContainerNetworkMountsNoChown [2022-08-11T16:25:01.557Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/default [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/default [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/private [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/private [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rprivate [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/slave [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/slave [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rslave [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/shared [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/shared [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rshared [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/default [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/rshared [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/shared [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/rslave [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/slave [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/rprivate [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:25:01.557Z] === CONT TestMountDaemonRoot/private [2022-08-11T16:25:01.557Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-11T16:25:01.557Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-11T16:25:01.558Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:25:01.558Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:25:01.558Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-11T16:25:01.558Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-11T16:25:01.558Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:25:01.558Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:25:01.558Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-11T16:25:01.558Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:25:01.558Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-11T16:25:01.558Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:25:01.645Z] --- PASS: TestAPIIpcModeShareableAndContainer (6.85s) [2022-08-11T16:25:01.645Z] === RUN TestAPIIpcModeHost [2022-08-11T16:25:01.645Z] --- PASS: TestAPIIpcModeHost (0.56s) [2022-08-11T16:25:01.645Z] === RUN TestDaemonIpcModeShareable [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:25:01.813Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:25:01.902Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-08-11T16:25:01.902Z] --- PASS: TestDaemonIpcModeShareable (1.17s) [2022-08-11T16:25:01.902Z] === RUN TestDaemonIpcModePrivate [2022-08-11T16:25:02.070Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-11T16:25:02.070Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-11T16:25:02.070Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-08-11T16:25:02.070Z] === RUN TestContainerBindMountNonRecursive [2022-08-11T16:25:02.070Z] 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-08-11T16:25:02.070Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-08-11T16:25:02.070Z] === RUN TestContainerVolumesMountedAsShared [2022-08-11T16:25:02.070Z] 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-08-11T16:25:02.070Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-08-11T16:25:02.070Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-11T16:25:02.070Z] 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-08-11T16:25:02.070Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-08-11T16:25:02.070Z] === RUN TestNetworkNat [2022-08-11T16:25:02.632Z] --- PASS: TestNetworkNat (0.46s) [2022-08-11T16:25:02.632Z] === RUN TestNetworkLocalhostTCPNat [2022-08-11T16:25:02.888Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-08-11T16:25:02.888Z] === RUN TestNetworkLoopbackNat [2022-08-11T16:25:03.268Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-08-11T16:25:03.268Z] --- PASS: TestDaemonIpcModePrivate (1.25s) [2022-08-11T16:25:03.268Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-11T16:25:03.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-08-11T16:25:04.196Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-08-11T16:25:04.452Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-08-11T16:25:04.452Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-11T16:25:05.379Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-08-11T16:25:05.401Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-08-11T16:25:05.401Z] === RUN TestPause [2022-08-11T16:25:05.401Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:05.401Z] --- SKIP: TestPause (0.00s) [2022-08-11T16:25:05.401Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-11T16:25:05.401Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:25:05.401Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:25:05.401Z] === RUN TestPauseStopPausedContainer [2022-08-11T16:25:05.401Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:05.401Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-08-11T16:25:05.401Z] === RUN TestPidHost [2022-08-11T16:25:05.636Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-08-11T16:25:05.636Z] === RUN TestIpcModeOlderClient [2022-08-11T16:25:05.636Z] === PAUSE TestIpcModeOlderClient [2022-08-11T16:25:05.636Z] === RUN TestKillContainerInvalidSignal [2022-08-11T16:25:05.893Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-08-11T16:25:05.893Z] === RUN TestKillContainer [2022-08-11T16:25:06.150Z] === RUN TestKillContainer/no_signal [2022-08-11T16:25:06.329Z] --- PASS: TestPidHost (0.85s) [2022-08-11T16:25:06.329Z] === RUN TestPsFilter [2022-08-11T16:25:06.329Z] --- PASS: TestPsFilter (0.09s) [2022-08-11T16:25:06.329Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-11T16:25:06.406Z] === RUN TestKillContainer/non_killing_signal [2022-08-11T16:25:06.663Z] === RUN TestKillContainer/killing_signal [2022-08-11T16:25:06.890Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-08-11T16:25:06.890Z] === RUN TestRemoveContainerWithVolume [2022-08-11T16:25:07.150Z] --- PASS: TestRemoveContainerWithVolume (0.38s) [2022-08-11T16:25:07.150Z] === RUN TestRemoveContainerRunning [2022-08-11T16:25:07.406Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-08-11T16:25:07.406Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-11T16:25:07.591Z] --- PASS: TestKillContainer (1.35s) [2022-08-11T16:25:07.591Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-08-11T16:25:07.591Z] --- PASS: TestKillContainer/non_killing_signal (0.31s) [2022-08-11T16:25:07.592Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2022-08-11T16:25:07.592Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-11T16:25:07.592Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-11T16:25:07.848Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-11T16:25:07.969Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2022-08-11T16:25:07.969Z] === RUN TestRemoveInvalidContainer [2022-08-11T16:25:07.969Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-11T16:25:07.969Z] === RUN TestRenameLinkedContainer [2022-08-11T16:25:08.777Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s) [2022-08-11T16:25:08.777Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2022-08-11T16:25:08.777Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2022-08-11T16:25:08.777Z] === RUN TestKillStoppedContainer [2022-08-11T16:25:08.777Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-08-11T16:25:08.777Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-11T16:25:08.777Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-08-11T16:25:08.777Z] === RUN TestKillDifferentUserContainer [2022-08-11T16:25:09.339Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2022-08-11T16:25:09.339Z] === RUN TestInspectOomKilledTrue [2022-08-11T16:25:09.339Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-08-11T16:25:09.339Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-11T16:25:09.339Z] === RUN TestInspectOomKilledFalse [2022-08-11T16:25:09.596Z] --- PASS: TestInspectOomKilledFalse (0.44s) [2022-08-11T16:25:09.596Z] === RUN TestLinksEtcHostsContentMatch [2022-08-11T16:25:09.852Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-08-11T16:25:09.852Z] === RUN TestLinksContainerNames [2022-08-11T16:25:09.857Z] --- PASS: TestRenameLinkedContainer (1.59s) [2022-08-11T16:25:09.857Z] === RUN TestRenameStoppedContainer [2022-08-11T16:25:10.157Z] --- PASS: TestRenameStoppedContainer (0.36s) [2022-08-11T16:25:10.157Z] === RUN TestRenameRunningContainerAndReuse [2022-08-11T16:25:10.719Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-08-11T16:25:10.719Z] === RUN TestRenameInvalidName [2022-08-11T16:25:10.781Z] --- PASS: TestLinksContainerNames (0.84s) [2022-08-11T16:25:10.781Z] === RUN TestLogsFollowTailEmpty [2022-08-11T16:25:11.281Z] --- PASS: TestRenameInvalidName (0.36s) [2022-08-11T16:25:11.281Z] === RUN TestRenameAnonymousContainer [2022-08-11T16:25:11.343Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-08-11T16:25:11.343Z] === RUN TestLogs [2022-08-11T16:25:11.343Z] === RUN TestLogs/driver_local [2022-08-11T16:25:11.343Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:25:11.343Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:25:11.343Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-08-11T16:25:11.343Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-08-11T16:25:11.343Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-08-11T16:25:11.343Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-08-11T16:25:11.343Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:25:11.343Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:25:11.343Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:25:11.343Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:25:11.343Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:25:11.343Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:25:11.343Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:25:11.343Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:25:11.908Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:25:11.908Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:25:12.472Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-08-11T16:25:12.472Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-08-11T16:25:12.646Z] --- PASS: TestRenameAnonymousContainer (1.42s) [2022-08-11T16:25:12.646Z] === RUN TestRenameContainerWithSameName [2022-08-11T16:25:12.901Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2022-08-11T16:25:12.901Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-11T16:25:13.403Z] === RUN TestLogs/driver_json-file [2022-08-11T16:25:13.403Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:25:13.403Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:25:13.403Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:25:13.403Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:25:13.403Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:25:13.403Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:25:13.403Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:25:13.403Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:25:13.403Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:25:13.403Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:25:13.403Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:25:13.403Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:25:13.403Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:25:13.403Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:25:13.829Z] --- PASS: TestRenameContainerWithLinkedContainer (0.80s) [2022-08-11T16:25:13.829Z] === RUN TestResize [2022-08-11T16:25:13.965Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:25:13.965Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:25:14.085Z] --- PASS: TestResize (0.39s) [2022-08-11T16:25:14.085Z] === RUN TestResizeWithInvalidSize [2022-08-11T16:25:14.528Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:25:14.647Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-08-11T16:25:14.647Z] === RUN TestResizeWhenContainerNotStarted [2022-08-11T16:25:14.784Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:25:14.903Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-08-11T16:25:14.903Z] === RUN TestDaemonRestartKillContainers [2022-08-11T16:25:14.903Z] restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-08-11T16:25:14.903Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-08-11T16:25:14.903Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-08-11T16:25:14.903Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-08-11T16:25:15.346Z] --- PASS: TestLogs (4.03s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_local (0.02s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.66s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.67s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.67s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.67s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.66s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.66s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.65s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.76s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.72s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.65s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.54s) [2022-08-11T16:25:15.346Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.59s) [2022-08-11T16:25:15.346Z] === RUN TestContainerNetworkMountsNoChown [2022-08-11T16:25:15.602Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/default [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/default [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/private [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/private [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/rprivate [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/slave [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/slave [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/rslave [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/shared [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/shared [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/rshared [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-11T16:25:15.602Z] === CONT TestMountDaemonRoot/default [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-11T16:25:15.602Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:25:15.602Z] === CONT TestMountDaemonRoot/rshared [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:25:15.602Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:25:15.602Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:25:15.602Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:25:15.830Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/shared [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/rslave [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/slave [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/rprivate [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/private [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-11T16:25:15.859Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:25:15.859Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-11T16:25:15.859Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-11T16:25:16.115Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-11T16:25:16.115Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-11T16:25:16.115Z] === RUN TestContainerBindMountNonRecursive [2022-08-11T16:25:16.758Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.69s) [2022-08-11T16:25:16.758Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.85s) [2022-08-11T16:25:16.758Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.84s) [2022-08-11T16:25:16.758Z] === RUN TestCgroupNamespacesRun [2022-08-11T16:25:17.686Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-08-11T16:25:17.686Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-11T16:25:18.006Z] --- PASS: TestContainerBindMountNonRecursive (1.43s) [2022-08-11T16:25:18.006Z] === RUN TestContainerVolumesMountedAsShared [2022-08-11T16:25:18.006Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-08-11T16:25:18.006Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-11T16:25:18.263Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2022-08-11T16:25:18.263Z] === RUN TestNetworkNat [2022-08-11T16:25:18.825Z] --- PASS: TestNetworkNat (0.46s) [2022-08-11T16:25:18.826Z] === RUN TestNetworkLocalhostTCPNat [2022-08-11T16:25:19.052Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-08-11T16:25:19.052Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-11T16:25:19.387Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2022-08-11T16:25:19.387Z] === RUN TestNetworkLoopbackNat [2022-08-11T16:25:19.980Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) [2022-08-11T16:25:19.980Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-11T16:25:21.345Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2022-08-11T16:25:21.345Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-11T16:25:21.903Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-08-11T16:25:21.904Z] === RUN TestPause [2022-08-11T16:25:22.273Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-08-11T16:25:22.273Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-11T16:25:22.467Z] --- PASS: TestPause (0.47s) [2022-08-11T16:25:22.467Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-11T16:25:22.467Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:25:22.467Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:25:22.467Z] === RUN TestPauseStopPausedContainer [2022-08-11T16:25:22.723Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-08-11T16:25:22.723Z] === RUN TestPidHost [2022-08-11T16:25:23.200Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s) [2022-08-11T16:25:23.200Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-11T16:25:23.651Z] --- PASS: TestPidHost (1.01s) [2022-08-11T16:25:23.652Z] === RUN TestPsFilter [2022-08-11T16:25:23.908Z] --- PASS: TestPsFilter (0.12s) [2022-08-11T16:25:23.908Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-11T16:25:24.128Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-08-11T16:25:24.128Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-11T16:25:24.470Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.46s) [2022-08-11T16:25:24.470Z] === RUN TestRemoveContainerWithVolume [2022-08-11T16:25:24.727Z] --- PASS: TestRemoveContainerWithVolume (0.50s) [2022-08-11T16:25:24.727Z] === RUN TestRemoveContainerRunning [2022-08-11T16:25:25.059Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s) [2022-08-11T16:25:25.059Z] === RUN TestNISDomainname [2022-08-11T16:25:25.059Z] run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-08-11T16:25:25.059Z] --- SKIP: TestNISDomainname (0.02s) [2022-08-11T16:25:25.059Z] === RUN TestHostnameDnsResolution [2022-08-11T16:25:25.290Z] --- PASS: TestRemoveContainerRunning (0.46s) [2022-08-11T16:25:25.290Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-11T16:25:25.851Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-08-11T16:25:25.851Z] === RUN TestRemoveInvalidContainer [2022-08-11T16:25:25.851Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-11T16:25:25.851Z] === RUN TestRenameLinkedContainer [2022-08-11T16:25:25.986Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-08-11T16:25:25.986Z] === RUN TestUnprivilegedPortsAndPing [2022-08-11T16:25:25.986Z] run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-08-11T16:25:25.986Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-08-11T16:25:25.986Z] === RUN TestPrivilegedHostDevices [2022-08-11T16:25:26.242Z] --- PASS: TestPrivilegedHostDevices (0.42s) [2022-08-11T16:25:26.242Z] === RUN TestRunConsoleSize [2022-08-11T16:25:26.498Z] --- PASS: TestRunConsoleSize (0.42s) [2022-08-11T16:25:26.498Z] === RUN TestRunWithAlternativeContainerdShim [2022-08-11T16:25:27.742Z] --- PASS: TestRenameLinkedContainer (1.78s) [2022-08-11T16:25:27.742Z] === RUN TestRenameStoppedContainer [2022-08-11T16:25:27.865Z] --- PASS: TestRunWithAlternativeContainerdShim (1.07s) [2022-08-11T16:25:27.865Z] === RUN TestStats [2022-08-11T16:25:27.865Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:27.865Z] --- SKIP: TestStats (0.00s) [2022-08-11T16:25:27.865Z] === RUN TestStopContainerWithTimeout [2022-08-11T16:25:27.865Z] === RUN TestStopContainerWithTimeout/0 [2022-08-11T16:25:27.865Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-11T16:25:27.865Z] === RUN TestStopContainerWithTimeout/1 [2022-08-11T16:25:27.865Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-11T16:25:27.865Z] === RUN TestStopContainerWithTimeout/3 [2022-08-11T16:25:27.865Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-11T16:25:27.865Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-11T16:25:27.865Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-11T16:25:27.865Z] === CONT TestStopContainerWithTimeout/0 [2022-08-11T16:25:27.865Z] === CONT TestStopContainerWithTimeout/3 [2022-08-11T16:25:28.003Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-08-11T16:25:28.003Z] === RUN TestRenameRunningContainerAndReuse [2022-08-11T16:25:28.428Z] === CONT TestStopContainerWithTimeout/1 [2022-08-11T16:25:28.933Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2022-08-11T16:25:28.933Z] === RUN TestRenameInvalidName [2022-08-11T16:25:29.190Z] --- PASS: TestRenameInvalidName (0.44s) [2022-08-11T16:25:29.190Z] === RUN TestRenameAnonymousContainer [2022-08-11T16:25:29.791Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-11T16:25:30.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-11T16:25:31.084Z] --- PASS: TestRenameAnonymousContainer (1.62s) [2022-08-11T16:25:31.084Z] === RUN TestRenameContainerWithSameName [2022-08-11T16:25:31.340Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-08-11T16:25:31.340Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-11T16:25:32.269Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2022-08-11T16:25:32.269Z] === RUN TestResize [2022-08-11T16:25:32.303Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-11T16:25:32.304Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-08-11T16:25:32.304Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-08-11T16:25:32.304Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2022-08-11T16:25:32.304Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-08-11T16:25:32.304Z] === RUN TestDeleteDevicemapper [2022-08-11T16:25:32.304Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:25:32.304Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-11T16:25:32.304Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-11T16:25:32.836Z] --- PASS: TestResize (0.45s) [2022-08-11T16:25:32.836Z] === RUN TestResizeWithInvalidSize [2022-08-11T16:25:33.054Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-08-11T16:25:33.054Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:25:33.054Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:25:33.054Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:25:33.054Z] [2022-08-11T16:25:33.054Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-08-11T16:25:33.054Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-08-11T16:25:33.054Z] Using test binary docker [2022-08-11T16:25:33.054Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-11T16:25:33.054Z] Not: starting. [2022-08-11T16:25:33.054Z] INFO: Waiting for daemon to start... [2022-08-11T16:25:33.054Z] Starting dockerd [2022-08-11T16:25:33.054Z] . [2022-08-11T16:25:33.054Z] INFO: Building docker-sdk-python3:5.0.3... [2022-08-11T16:25:33.093Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-08-11T16:25:33.093Z] === RUN TestResizeWhenContainerNotStarted [2022-08-11T16:25:33.655Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:25:33.655Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:25:33.655Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:25:33.655Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:25:33.655Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:25:34.194Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.97s) [2022-08-11T16:25:34.194Z] === RUN TestUpdateMemory [2022-08-11T16:25:34.194Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:34.194Z] --- SKIP: TestUpdateMemory (0.00s) [2022-08-11T16:25:34.194Z] === RUN TestUpdateCPUQuota [2022-08-11T16:25:34.194Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:34.194Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-08-11T16:25:34.194Z] === RUN TestUpdatePidsLimit [2022-08-11T16:25:34.194Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:34.194Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-08-11T16:25:34.194Z] === RUN TestUpdateRestartPolicy [2022-08-11T16:25:35.547Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:25:37.457Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:25:37.714Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:25:39.084Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:25:39.647Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:25:41.014Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:25:41.577Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:25:42.945Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:25:43.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:25:44.129Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:25:44.386Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:25:45.316Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:25:45.878Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:25:46.420Z] --- PASS: TestUpdateRestartPolicy (10.84s) [2022-08-11T16:25:46.420Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-11T16:25:46.420Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-08-11T16:25:46.420Z] === RUN TestWaitNonBlocked [2022-08-11T16:25:46.420Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:25:46.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:25:46.420Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:25:46.420Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:25:46.420Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:25:46.420Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:25:46.420Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-08-11T16:25:46.420Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2022-08-11T16:25:46.420Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2022-08-11T16:25:46.420Z] === RUN TestWaitBlocked [2022-08-11T16:25:46.420Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:25:46.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:25:46.420Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:25:46.420Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:25:46.420Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:25:46.420Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:25:46.982Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-11T16:25:46.982Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2022-08-11T16:25:46.982Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s) [2022-08-11T16:25:46.982Z] === RUN TestWaitConditions [2022-08-11T16:25:46.982Z] === RUN TestWaitConditions/default [2022-08-11T16:25:46.982Z] === PAUSE TestWaitConditions/default [2022-08-11T16:25:46.982Z] === RUN TestWaitConditions/not-running [2022-08-11T16:25:46.982Z] === PAUSE TestWaitConditions/not-running [2022-08-11T16:25:46.982Z] === RUN TestWaitConditions/next-exit [2022-08-11T16:25:46.982Z] === PAUSE TestWaitConditions/next-exit [2022-08-11T16:25:46.982Z] === RUN TestWaitConditions/removed [2022-08-11T16:25:46.982Z] === PAUSE TestWaitConditions/removed [2022-08-11T16:25:46.982Z] === CONT TestWaitConditions/default [2022-08-11T16:25:46.982Z] === CONT TestWaitConditions/removed [2022-08-11T16:25:48.869Z] === CONT TestWaitConditions/next-exit [2022-08-11T16:25:48.869Z] === CONT TestWaitConditions/not-running [2022-08-11T16:25:49.148Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:25:49.286Z] time="2022-08-11T16:25:44Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2022-08-11T16:25:49.286Z] ok github.com/docker/docker/libnetwork/networkdb 105.188s coverage: 60.7% of statements [2022-08-11T16:25:49.286Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-08-11T16:25:49.286Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-08-11T16:25:49.548Z] ok github.com/docker/docker/libnetwork/osl 4.314s coverage: 39.7% of statements [2022-08-11T16:25:49.808Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-08-11T16:25:50.068Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-08-11T16:25:50.233Z] --- PASS: TestWaitConditions (0.01s) [2022-08-11T16:25:50.233Z] --- PASS: TestWaitConditions/default (1.54s) [2022-08-11T16:25:50.233Z] --- PASS: TestWaitConditions/removed (1.61s) [2022-08-11T16:25:50.233Z] --- PASS: TestWaitConditions/next-exit (1.61s) [2022-08-11T16:25:50.233Z] --- PASS: TestWaitConditions/not-running (1.60s) [2022-08-11T16:25:50.233Z] === RUN TestWaitRestartedContainer [2022-08-11T16:25:50.233Z] === RUN TestWaitRestartedContainer/default [2022-08-11T16:25:50.233Z] === PAUSE TestWaitRestartedContainer/default [2022-08-11T16:25:50.233Z] === RUN TestWaitRestartedContainer/not-running [2022-08-11T16:25:50.233Z] === PAUSE TestWaitRestartedContainer/not-running [2022-08-11T16:25:50.233Z] === RUN TestWaitRestartedContainer/next-exit [2022-08-11T16:25:50.233Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-08-11T16:25:50.233Z] === CONT TestWaitRestartedContainer/default [2022-08-11T16:25:50.233Z] === CONT TestWaitRestartedContainer/next-exit [2022-08-11T16:25:51.450Z] ok github.com/docker/docker/libnetwork/portmapper 0.713s coverage: 48.6% of statements [2022-08-11T16:25:51.450Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-08-11T16:25:51.450Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-08-11T16:25:51.598Z] === CONT TestWaitRestartedContainer/not-running [2022-08-11T16:25:51.710Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === Skipped [2022-08-11T16:25:51.710Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-08-11T16:25:51.710Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-08-11T16:25:51.710Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-08-11T16:25:51.710Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-08-11T16:25:51.710Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-08-11T16:25:51.710Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-08-11T16:25:51.710Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-08-11T16:25:51.710Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-08-11T16:25:51.710Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-08-11T16:25:51.710Z] firewalld_test.go:14: firewalld is not running [2022-08-11T16:25:51.710Z] [2022-08-11T16:25:51.710Z] DONE 327 tests, 9 skipped in 203.517s [2022-08-11T16:25:52.161Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-08-11T16:25:52.161Z] --- PASS: TestWaitRestartedContainer/default (1.23s) [2022-08-11T16:25:52.161Z] --- PASS: TestWaitRestartedContainer/next-exit (1.28s) [2022-08-11T16:25:52.161Z] --- PASS: TestWaitRestartedContainer/not-running (0.89s) [2022-08-11T16:25:52.161Z] === CONT TestDaemonRestartIpcMode [2022-08-11T16:25:52.161Z] === CONT TestIpcModeOlderClient Post stage [Pipeline] junit [2022-08-11T16:25:52.294Z] Recording test results [2022-08-11T16:25:52.423Z] [Checks API] No suitable checks publisher found. [2022-08-11T16:25:52.423Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-08-11T16:25:52.423Z] === CONT TestRestartDaemonWithRestartingContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-11T16:25:52.762Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -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:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh dynbinary test-integration [2022-08-11T16:25:53.022Z] [2022-08-11T16:25:53.282Z] Removing bundles/ [2022-08-11T16:25:53.282Z] [2022-08-11T16:25:53.282Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-08-11T16:25:53.282Z] Building: bundles/dynbinary-daemon/dockerd [2022-08-11T16:25:53.282Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.95s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.19s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.80s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.96s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.11s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.88s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.78s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.60s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-08-11T16:25:53.315Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2022-08-11T16:25:53.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.45s) [2022-08-11T16:25:53.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.44s) [2022-08-11T16:25:53.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.77s) [2022-08-11T16:25:53.316Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-08-11T16:25:53.316Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-08-11T16:25:53.572Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-08-11T16:25:54.501Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.91s) [2022-08-11T16:25:54.501Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.92s) [2022-08-11T16:25:54.501Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.99s) [2022-08-11T16:25:54.501Z] === RUN TestCgroupNamespacesRun [2022-08-11T16:25:54.951Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.33s) [2022-08-11T16:25:54.951Z] --- PASS: TestDaemonRestartIpcMode (2.73s) [2022-08-11T16:25:54.951Z] PASS [2022-08-11T16:25:54.951Z] [2022-08-11T16:25:54.951Z] === Skipped [2022-08-11T16:25:54.951Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-11T16:25:54.951Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:25:54.951Z] [2022-08-11T16:25:54.951Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-08-11T16:25:54.951Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-08-11T16:25:54.951Z] [2022-08-11T16:25:54.951Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-08-11T16:25:54.952Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-08-11T16:25:54.952Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-08-11T16:25:54.952Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-08-11T16:25:54.952Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-08-11T16:25:54.952Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-08-11T16:25:54.952Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-08-11T16:25:54.952Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-08-11T16:25:54.952Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-11T16:25:54.952Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-08-11T16:25:54.952Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-08-11T16:25:54.952Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-08-11T16:25:54.952Z] 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-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-08-11T16:25:54.952Z] 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-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-08-11T16:25:54.952Z] 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-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-08-11T16:25:54.952Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:25:54.952Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-08-11T16:25:54.952Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-08-11T16:25:54.952Z] restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-08-11T16:25:54.952Z] run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-08-11T16:25:54.952Z] run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-08-11T16:25:54.952Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-11T16:25:54.952Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-08-11T16:25:54.952Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-08-11T16:25:54.952Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-08-11T16:25:54.952Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-08-11T16:25:54.952Z] [2022-08-11T16:25:54.952Z] DONE 249 tests, 27 skipped in 85.578s [2022-08-11T16:25:54.952Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-08-11T16:25:55.208Z] === RUN TestConfigDaemonLibtrustID [2022-08-11T16:25:55.772Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-08-11T16:25:55.772Z] === RUN TestConfigDaemonID [2022-08-11T16:25:55.866Z] --- PASS: TestCgroupNamespacesRun (1.20s) [2022-08-11T16:25:55.866Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-11T16:25:55.866Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-08-11T16:25:55.866Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-08-11T16:25:55.866Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-11T16:25:56.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-08-11T16:25:56.701Z] daemon_test.go:83: [d5cd60cf17b10] daemon is not started [2022-08-11T16:25:56.701Z] --- PASS: TestConfigDaemonID (1.07s) [2022-08-11T16:25:56.701Z] === RUN TestDaemonConfigValidation [2022-08-11T16:25:56.701Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:25:56.701Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:25:56.701Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-08-11T16:25:56.701Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-08-11T16:25:56.701Z] === RUN TestDaemonConfigValidation/invalid_config [2022-08-11T16:25:56.701Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-08-11T16:25:56.701Z] === RUN TestDaemonConfigValidation/malformed_config [2022-08-11T16:25:56.701Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-08-11T16:25:56.701Z] === RUN TestDaemonConfigValidation/valid_config [2022-08-11T16:25:56.701Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-08-11T16:25:56.701Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:25:56.701Z] === CONT TestDaemonConfigValidation/malformed_config [2022-08-11T16:25:56.796Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-08-11T16:25:56.796Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-11T16:25:56.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-11T16:25:56.957Z] === CONT TestDaemonConfigValidation/valid_config [2022-08-11T16:25:56.957Z] === CONT TestDaemonConfigValidation/invalid_config [2022-08-11T16:25:56.957Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-08-11T16:25:56.957Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-08-11T16:25:56.957Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-08-11T16:25:56.957Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-08-11T16:25:56.957Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-08-11T16:25:56.957Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-08-11T16:25:56.957Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-08-11T16:25:56.957Z] === RUN TestConfigDaemonSeccompProfiles [2022-08-11T16:25:56.957Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-08-11T16:25:58.166Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s) [2022-08-11T16:25:58.166Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-11T16:25:58.322Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-08-11T16:25:59.249Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-08-11T16:25:59.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-11T16:25:59.532Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-08-11T16:25:59.532Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-11T16:26:00.176Z] === CONT TestConfigDaemonSeccompProfiles [2022-08-11T16:26:00.176Z] daemon_test.go:197: [d5800db90d626] daemon is not started [2022-08-11T16:26:00.176Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-08-11T16:26:00.176Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-08-11T16:26:00.176Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-08-11T16:26:00.176Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-08-11T16:26:00.176Z] === RUN TestDaemonProxy [2022-08-11T16:26:00.176Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-08-11T16:26:00.176Z] --- SKIP: TestDaemonProxy (0.00s) [2022-08-11T16:26:00.176Z] PASS [2022-08-11T16:26:00.176Z] [2022-08-11T16:26:00.176Z] === Skipped [2022-08-11T16:26:00.176Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-08-11T16:26:00.176Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-08-11T16:26:00.176Z] [2022-08-11T16:26:00.176Z] DONE 13 tests, 1 skipped in 5.232s [2022-08-11T16:26:00.176Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-11T16:26:00.431Z] INFO: Testing against a local daemon [2022-08-11T16:26:00.431Z] === RUN TestCommitInheritsEnv [2022-08-11T16:26:00.461Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s) [2022-08-11T16:26:00.461Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-11T16:26:01.024Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-08-11T16:26:01.024Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-11T16:26:01.979Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-11T16:26:02.319Z] --- PASS: TestCommitInheritsEnv (1.74s) [2022-08-11T16:26:02.319Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-11T16:26:02.319Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/#00 [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/_______ [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform// [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/linux [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/LINUX [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/macos [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-08-11T16:26:02.319Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-08-11T16:26:02.400Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.27s) [2022-08-11T16:26:02.400Z] === RUN TestNISDomainname [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-08-11T16:26:02.574Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-08-11T16:26:02.574Z] === RUN TestImagesFilterMultiReference [2022-08-11T16:26:02.574Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-08-11T16:26:02.574Z] === RUN TestImagePullPlatformInvalid [2022-08-11T16:26:02.574Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-08-11T16:26:02.574Z] === RUN TestRemoveImageOrphaning [2022-08-11T16:26:02.962Z] --- PASS: TestNISDomainname (0.58s) [2022-08-11T16:26:02.962Z] === RUN TestHostnameDnsResolution [2022-08-11T16:26:03.890Z] --- PASS: TestHostnameDnsResolution (0.77s) [2022-08-11T16:26:03.890Z] === RUN TestUnprivilegedPortsAndPing [2022-08-11T16:26:04.148Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2022-08-11T16:26:04.148Z] === RUN TestPrivilegedHostDevices [2022-08-11T16:26:04.462Z] --- PASS: TestRemoveImageOrphaning (1.59s) [2022-08-11T16:26:04.462Z] === RUN TestRemoveImageGarbageCollector [2022-08-11T16:26:04.462Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-08-11T16:26:04.462Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-08-11T16:26:04.462Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-11T16:26:04.462Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-08-11T16:26:04.462Z] === RUN TestTagInvalidReference [2022-08-11T16:26:04.462Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-11T16:26:04.462Z] === RUN TestTagValidPrefixedRepo [2022-08-11T16:26:04.462Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-08-11T16:26:04.462Z] === RUN TestTagExistedNameWithoutForce [2022-08-11T16:26:04.462Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-11T16:26:04.462Z] === RUN TestTagOfficialNames [2022-08-11T16:26:04.462Z] --- PASS: TestTagOfficialNames (0.04s) [2022-08-11T16:26:04.462Z] === RUN TestTagMatchesDigest [2022-08-11T16:26:04.462Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-11T16:26:04.462Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-11T16:26:04.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-08-11T16:26:04.711Z] --- PASS: TestPrivilegedHostDevices (0.49s) [2022-08-11T16:26:04.711Z] === RUN TestRunConsoleSize [2022-08-11T16:26:05.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-11T16:26:05.276Z] --- PASS: TestRunConsoleSize (0.43s) [2022-08-11T16:26:05.276Z] === RUN TestRunWithAlternativeContainerdShim [2022-08-11T16:26:06.204Z] --- PASS: TestRunWithAlternativeContainerdShim (1.11s) [2022-08-11T16:26:06.204Z] === RUN TestStats [2022-08-11T16:26:08.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-11T16:26:08.719Z] --- PASS: TestStats (2.46s) [2022-08-11T16:26:08.720Z] === RUN TestStopContainerWithTimeout [2022-08-11T16:26:08.720Z] === RUN TestStopContainerWithTimeout/0 [2022-08-11T16:26:08.720Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-11T16:26:08.720Z] === RUN TestStopContainerWithTimeout/1 [2022-08-11T16:26:08.720Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-11T16:26:08.720Z] === RUN TestStopContainerWithTimeout/3 [2022-08-11T16:26:08.720Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-11T16:26:08.720Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-11T16:26:08.720Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-11T16:26:08.720Z] === CONT TestStopContainerWithTimeout/0 [2022-08-11T16:26:08.720Z] === CONT TestStopContainerWithTimeout/3 [2022-08-11T16:26:09.649Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-11T16:26:11.537Z] === CONT TestStopContainerWithTimeout/1 [2022-08-11T16:26:11.716Z] sha256:160e99f489d51e446fc4d81c030aefd3a553e1545b4c796aece5a47d8aa1085e [2022-08-11T16:26:11.716Z] INFO: Starting docker-py tests... [2022-08-11T16:26:11.716Z] ============================= test session starts ============================== [2022-08-11T16:26:11.716Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-08-11T16:26:11.716Z] rootdir: /src, inifile: pytest.ini [2022-08-11T16:26:11.716Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-08-11T16:26:11.716Z] collected 395 items / 2 deselected / 393 selected [2022-08-11T16:26:11.716Z] [2022-08-11T16:26:13.426Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-11T16:26:13.426Z] --- PASS: TestStopContainerWithTimeout/0 (0.77s) [2022-08-11T16:26:13.426Z] --- PASS: TestStopContainerWithTimeout/3 (2.76s) [2022-08-11T16:26:13.426Z] --- PASS: TestStopContainerWithTimeout/-1 (2.42s) [2022-08-11T16:26:13.426Z] --- PASS: TestStopContainerWithTimeout/1 (1.52s) [2022-08-11T16:26:13.426Z] === RUN TestDeleteDevicemapper [2022-08-11T16:26:13.426Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:26:13.426Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-11T16:26:13.426Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-11T16:26:14.793Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.47s) [2022-08-11T16:26:14.793Z] === RUN TestUpdateMemory [2022-08-11T16:26:15.050Z] --- PASS: TestUpdateMemory (0.58s) [2022-08-11T16:26:15.050Z] === RUN TestUpdateCPUQuota [2022-08-11T16:26:15.978Z] --- PASS: TestUpdateCPUQuota (0.98s) [2022-08-11T16:26:15.978Z] === RUN TestUpdatePidsLimit [2022-08-11T16:26:15.978Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-11T16:26:16.235Z] === RUN TestUpdatePidsLimit/no_change [2022-08-11T16:26:16.491Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-11T16:26:16.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-11T16:26:16.749Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-11T16:26:17.004Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-11T16:26:17.261Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-11T16:26:17.517Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit (2.01s) [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-08-11T16:26:18.080Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-08-11T16:26:18.080Z] === RUN TestUpdateRestartPolicy [2022-08-11T16:26:19.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-11T16:26:22.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-11T16:26:23.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-11T16:26:25.673Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-08-11T16:26:26.490Z] tests/integration/api_client_test.py ..... [ 7%] [2022-08-11T16:26:27.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-11T16:26:28.235Z] tests/integration/api_config_test.py ...... [ 8%] [2022-08-11T16:26:29.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-11T16:26:30.249Z] --- PASS: TestUpdateRestartPolicy (11.14s) [2022-08-11T16:26:30.249Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-11T16:26:30.249Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s) [2022-08-11T16:26:30.249Z] === RUN TestWaitNonBlocked [2022-08-11T16:26:30.249Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:26:30.249Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:26:30.249Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:26:30.249Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:26:30.249Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:26:30.249Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:26:30.505Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-08-11T16:26:30.505Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.75s) [2022-08-11T16:26:30.505Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.77s) [2022-08-11T16:26:30.505Z] === RUN TestWaitBlocked [2022-08-11T16:26:30.505Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:26:30.505Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:26:30.505Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:26:30.505Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:26:30.505Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:26:30.505Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:26:31.435Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-11T16:26:31.435Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2022-08-11T16:26:31.435Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-08-11T16:26:31.435Z] === RUN TestWaitConditions [2022-08-11T16:26:31.435Z] === RUN TestWaitConditions/default [2022-08-11T16:26:31.435Z] === PAUSE TestWaitConditions/default [2022-08-11T16:26:31.435Z] === RUN TestWaitConditions/not-running [2022-08-11T16:26:31.435Z] === PAUSE TestWaitConditions/not-running [2022-08-11T16:26:31.435Z] === RUN TestWaitConditions/next-exit [2022-08-11T16:26:31.435Z] === PAUSE TestWaitConditions/next-exit [2022-08-11T16:26:31.435Z] === RUN TestWaitConditions/removed [2022-08-11T16:26:31.435Z] === PAUSE TestWaitConditions/removed [2022-08-11T16:26:31.435Z] === CONT TestWaitConditions/default [2022-08-11T16:26:31.435Z] === CONT TestWaitConditions/next-exit [2022-08-11T16:26:32.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-11T16:26:32.822Z] === CONT TestWaitConditions/removed [2022-08-11T16:26:33.086Z] === CONT TestWaitConditions/not-running [2022-08-11T16:26:34.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-11T16:26:34.975Z] --- PASS: TestWaitConditions (0.01s) [2022-08-11T16:26:34.975Z] --- PASS: TestWaitConditions/next-exit (1.68s) [2022-08-11T16:26:34.975Z] --- PASS: TestWaitConditions/default (1.73s) [2022-08-11T16:26:34.975Z] --- PASS: TestWaitConditions/not-running (1.60s) [2022-08-11T16:26:34.975Z] --- PASS: TestWaitConditions/removed (1.67s) [2022-08-11T16:26:34.975Z] === RUN TestWaitRestartedContainer [2022-08-11T16:26:34.975Z] === RUN TestWaitRestartedContainer/default [2022-08-11T16:26:34.975Z] === PAUSE TestWaitRestartedContainer/default [2022-08-11T16:26:34.975Z] === RUN TestWaitRestartedContainer/not-running [2022-08-11T16:26:34.975Z] === PAUSE TestWaitRestartedContainer/not-running [2022-08-11T16:26:34.975Z] === RUN TestWaitRestartedContainer/next-exit [2022-08-11T16:26:34.975Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-08-11T16:26:34.975Z] === CONT TestWaitRestartedContainer/default [2022-08-11T16:26:34.975Z] === CONT TestWaitRestartedContainer/next-exit [2022-08-11T16:26:35.906Z] === CONT TestWaitRestartedContainer/not-running [2022-08-11T16:26:36.835Z] --- PASS: TestWaitRestartedContainer (0.01s) [2022-08-11T16:26:36.835Z] --- PASS: TestWaitRestartedContainer/default (1.38s) [2022-08-11T16:26:36.835Z] --- PASS: TestWaitRestartedContainer/next-exit (1.42s) [2022-08-11T16:26:36.835Z] --- PASS: TestWaitRestartedContainer/not-running (0.91s) [2022-08-11T16:26:36.835Z] === CONT TestContainerStartOnDaemonRestart [2022-08-11T16:26:36.835Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-11T16:26:37.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-11T16:26:39.357Z] --- PASS: TestContainerStartOnDaemonRestart (2.32s) [2022-08-11T16:26:39.357Z] === CONT TestIpcModeOlderClient [2022-08-11T16:26:39.357Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.35s) [2022-08-11T16:26:39.357Z] === CONT TestContainerKillOnDaemonStart [2022-08-11T16:26:39.357Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-08-11T16:26:39.357Z] === CONT TestDaemonHostGatewayIP [2022-08-11T16:26:39.930Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-11T16:26:39.930Z] Using test binary docker [2022-08-11T16:26:40.190Z] +++ /etc/init.d/apparmor start [2022-08-11T16:26:40.190Z] Not: starting. [2022-08-11T16:26:40.190Z] INFO: Waiting for daemon to start... [2022-08-11T16:26:40.190Z] Starting dockerd [2022-08-11T16:26:40.190Z] +++ 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-08-11T16:26:41.880Z] --- PASS: TestDaemonHostGatewayIP (2.54s) [2022-08-11T16:26:41.880Z] === CONT TestDaemonRestartIpcMode [2022-08-11T16:26:42.734Z] . [2022-08-11T16:26:42.734Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-11T16:26:42.734Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-11T16:26:42.734Z] Error: No such image: emptyfs [2022-08-11T16:26:42.734Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-11T16:26:42.734Z] ++++ docker load [2022-08-11T16:26:42.734Z] Running integration-test (iteration 1) [2022-08-11T16:26:42.734Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-08-11T16:26:42.734Z] ++ 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-08-11T16:26:42.734Z] ++ set -e [2022-08-11T16:26:42.734Z] ++ '[' -n 0 ']' [2022-08-11T16:26:42.734Z] ++ set -x [2022-08-11T16:26:42.734Z] ++ 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-08-11T16:26:43.675Z] Loaded image: busybox:latest [2022-08-11T16:26:44.245Z] Loaded image: busybox:glibc [2022-08-11T16:26:44.395Z] --- PASS: TestDaemonRestartIpcMode (2.24s) [2022-08-11T16:26:48.448Z] Loaded image: debian:bullseye-slim [2022-08-11T16:26:48.708Z] Loaded image: hello-world:latest [2022-08-11T16:26:48.969Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:26:48.969Z] INFO: Testing against a local daemon [2022-08-11T16:26:48.969Z] === RUN TestCgroupNamespacesBuild [2022-08-11T16:26:50.931Z] --- PASS: TestContainerKillOnDaemonStart (11.74s) [2022-08-11T16:26:50.931Z] PASS [2022-08-11T16:26:50.931Z] [2022-08-11T16:26:50.931Z] === Skipped [2022-08-11T16:26:50.931Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-11T16:26:50.931Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:26:50.931Z] [2022-08-11T16:26:50.931Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-11T16:26:50.931Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-08-11T16:26:50.931Z] [2022-08-11T16:26:50.931Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:26:50.931Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:26:50.931Z] [2022-08-11T16:26:50.931Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-08-11T16:26:50.931Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-08-11T16:26:50.931Z] [2022-08-11T16:26:50.931Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-11T16:26:50.931Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:26:50.931Z] [2022-08-11T16:26:50.931Z] DONE 272 tests, 5 skipped in 148.124s [2022-08-11T16:26:50.931Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-08-11T16:26:50.931Z] === RUN TestConfigDaemonLibtrustID [2022-08-11T16:26:51.494Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-08-11T16:26:51.494Z] === RUN TestConfigDaemonID [2022-08-11T16:26:51.512Z] --- PASS: TestCgroupNamespacesBuild (2.41s) [2022-08-11T16:26:51.512Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-11T16:26:52.861Z] daemon_test.go:83: [dabc2bfa6e861] daemon is not started [2022-08-11T16:26:52.861Z] --- PASS: TestConfigDaemonID (1.04s) [2022-08-11T16:26:52.861Z] === RUN TestDaemonConfigValidation [2022-08-11T16:26:52.861Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:26:52.861Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:26:52.861Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-08-11T16:26:52.861Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-08-11T16:26:52.861Z] === RUN TestDaemonConfigValidation/invalid_config [2022-08-11T16:26:52.861Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-08-11T16:26:52.861Z] === RUN TestDaemonConfigValidation/malformed_config [2022-08-11T16:26:52.861Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-08-11T16:26:52.861Z] === RUN TestDaemonConfigValidation/valid_config [2022-08-11T16:26:52.861Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-08-11T16:26:52.861Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:26:52.861Z] === CONT TestDaemonConfigValidation/malformed_config [2022-08-11T16:26:52.861Z] === CONT TestDaemonConfigValidation/valid_config [2022-08-11T16:26:52.861Z] === CONT TestDaemonConfigValidation/invalid_config [2022-08-11T16:26:52.861Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-08-11T16:26:52.861Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-08-11T16:26:52.861Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-08-11T16:26:52.861Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2022-08-11T16:26:52.861Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-08-11T16:26:52.861Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-08-11T16:26:52.861Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-08-11T16:26:52.861Z] === RUN TestConfigDaemonSeccompProfiles [2022-08-11T16:26:52.861Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-08-11T16:26:53.790Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-08-11T16:26:54.053Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.28s) [2022-08-11T16:26:54.053Z] === RUN TestBuildWithSession [2022-08-11T16:26:54.053Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:26:54.053Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-11T16:26:54.053Z] === RUN TestBuildSquashParent [2022-08-11T16:26:55.156Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-08-11T16:26:56.084Z] === CONT TestConfigDaemonSeccompProfiles [2022-08-11T16:26:56.084Z] daemon_test.go:197: [d57c6557920ad] daemon is not started [2022-08-11T16:26:56.084Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-08-11T16:26:56.084Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-08-11T16:26:56.084Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s) [2022-08-11T16:26:56.084Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-08-11T16:26:56.084Z] === RUN TestDaemonProxy [2022-08-11T16:26:56.084Z] === RUN TestDaemonProxy/environment_variables [2022-08-11T16:26:57.936Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-08-11T16:26:57.972Z] === RUN TestDaemonProxy/command-line_options [2022-08-11T16:26:59.337Z] === RUN TestDaemonProxy/configuration_file [2022-08-11T16:27:01.242Z] === RUN TestDaemonProxy/conflicting_options [2022-08-11T16:27:01.808Z] === RUN TestDaemonProxy/reload_sanitized [2022-08-11T16:27:02.064Z] --- PASS: TestDaemonProxy (6.23s) [2022-08-11T16:27:02.064Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-08-11T16:27:02.064Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-08-11T16:27:02.064Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-08-11T16:27:02.064Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-08-11T16:27:02.064Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-08-11T16:27:02.064Z] PASS [2022-08-11T16:27:02.064Z] [2022-08-11T16:27:02.064Z] DONE 18 tests in 11.147s [2022-08-11T16:27:02.064Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-11T16:27:02.320Z] INFO: Testing against a local daemon [2022-08-11T16:27:02.320Z] === RUN TestCommitInheritsEnv [2022-08-11T16:27:02.577Z] --- PASS: TestCommitInheritsEnv (0.32s) [2022-08-11T16:27:02.577Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-11T16:27:02.577Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-11T16:27:02.577Z] === RUN TestImportWithCustomPlatform [2022-08-11T16:27:02.577Z] === RUN TestImportWithCustomPlatform/#00 [2022-08-11T16:27:02.578Z] === RUN TestImportWithCustomPlatform/_______ [2022-08-11T16:27:02.578Z] === RUN TestImportWithCustomPlatform// [2022-08-11T16:27:02.578Z] === RUN TestImportWithCustomPlatform/linux [2022-08-11T16:27:02.834Z] === RUN TestImportWithCustomPlatform/LINUX [2022-08-11T16:27:02.834Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-08-11T16:27:02.834Z] === RUN TestImportWithCustomPlatform/macos [2022-08-11T16:27:02.834Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-08-11T16:27:02.834Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform// (0.01s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-08-11T16:27:02.834Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-08-11T16:27:02.834Z] === RUN TestImagesFilterMultiReference [2022-08-11T16:27:02.834Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-08-11T16:27:02.834Z] === RUN TestImagePullPlatformInvalid [2022-08-11T16:27:02.834Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-11T16:27:02.834Z] === RUN TestRemoveImageOrphaning [2022-08-11T16:27:03.396Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2022-08-11T16:27:03.396Z] === RUN TestRemoveImageGarbageCollector [2022-08-11T16:27:03.653Z] time="2022-08-11T16:27:03Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-08-11T16:27:04.048Z] --- PASS: TestBuildSquashParent (9.08s) [2022-08-11T16:27:04.049Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-11T16:27:04.049Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:27:04.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:27:04.049Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:27:04.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:27:04.049Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:27:04.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:27:04.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:27:04.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:27:04.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:27:04.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:27:04.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:27:04.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:27:04.049Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:27:04.049Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:27:05.019Z] --- PASS: TestRemoveImageGarbageCollector (1.90s) [2022-08-11T16:27:05.019Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-11T16:27:05.275Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-08-11T16:27:05.275Z] === RUN TestTagInvalidReference [2022-08-11T16:27:05.275Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-11T16:27:05.275Z] === RUN TestTagValidPrefixedRepo [2022-08-11T16:27:05.275Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-08-11T16:27:05.275Z] === RUN TestTagExistedNameWithoutForce [2022-08-11T16:27:05.275Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-11T16:27:05.275Z] === RUN TestTagOfficialNames [2022-08-11T16:27:05.275Z] --- PASS: TestTagOfficialNames (0.04s) [2022-08-11T16:27:05.275Z] === RUN TestTagMatchesDigest [2022-08-11T16:27:05.275Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-08-11T16:27:05.275Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-11T16:27:06.112Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:27:06.374Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:27:09.672Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:27:09.672Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:27:12.970Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-08-11T16:27:12.970Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.51s) [2022-08-11T16:27:12.970Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.58s) [2022-08-11T16:27:12.970Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.17s) [2022-08-11T16:27:12.970Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.34s) [2022-08-11T16:27:12.970Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.21s) [2022-08-11T16:27:12.970Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.27s) [2022-08-11T16:27:12.970Z] === RUN TestBuildMultiStageCopy [2022-08-11T16:27:12.970Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-11T16:27:16.268Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-11T16:27:16.268Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-11T16:27:17.207Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-11T16:27:17.776Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-11T16:27:18.347Z] --- PASS: TestBuildMultiStageCopy (5.33s) [2022-08-11T16:27:18.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.76s) [2022-08-11T16:27:18.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2022-08-11T16:27:18.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.82s) [2022-08-11T16:27:18.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2022-08-11T16:27:18.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2022-08-11T16:27:18.347Z] === RUN TestBuildMultiStageParentConfig [2022-08-11T16:27:19.730Z] --- PASS: TestBuildMultiStageParentConfig (1.48s) [2022-08-11T16:27:19.730Z] === RUN TestBuildLabelWithTargets [2022-08-11T16:27:22.296Z] --- PASS: TestBuildLabelWithTargets (2.33s) [2022-08-11T16:27:22.296Z] === RUN TestBuildWithEmptyLayers [2022-08-11T16:27:23.688Z] --- PASS: TestBuildWithEmptyLayers (1.42s) [2022-08-11T16:27:23.688Z] === RUN TestBuildMultiStageOnBuild [2022-08-11T16:27:26.980Z] --- PASS: TestBuildMultiStageOnBuild (3.15s) [2022-08-11T16:27:26.980Z] === RUN TestBuildUncleanTarFilenames [2022-08-11T16:27:28.361Z] --- PASS: TestBuildUncleanTarFilenames (1.83s) [2022-08-11T16:27:28.361Z] === RUN TestBuildMultiStageLayerLeak [2022-08-11T16:27:29.759Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-08-11T16:27:29.759Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:27:29.759Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:27:29.759Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-08-11T16:27:29.759Z] [2022-08-11T16:27:29.759Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-08-11T16:27:29.759Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-08-11T16:27:29.759Z] HOSTNAME=5e8a989d563f [2022-08-11T16:27:29.759Z] TESTDEBUG=0 [2022-08-11T16:27:29.759Z] DEST=bundles/test-integration [2022-08-11T16:27:29.759Z] PWD=/go/src/github.com/docker/docker [2022-08-11T16:27:29.759Z] DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 [2022-08-11T16:27:29.759Z] container=docker [2022-08-11T16:27:29.759Z] HOME=/root [2022-08-11T16:27:29.759Z] GOLANG_VERSION=1.18.5 [2022-08-11T16:27:29.759Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-08-11T16:27:29.759Z] VALIDATE_BRANCH=master [2022-08-11T16:27:29.759Z] TERM=xterm [2022-08-11T16:27:29.759Z] DOCKER_PKG=github.com/docker/docker [2022-08-11T16:27:29.759Z] SHLVL=1 [2022-08-11T16:27:29.759Z] TIMEOUT=120m [2022-08-11T16:27:29.759Z] DOCKER_BUILDTAGS= journald [2022-08-11T16:27:29.759Z] DOCKER_GRAPHDRIVER=overlay2 [2022-08-11T16:27:29.759Z] GO111MODULE=off [2022-08-11T16:27:29.759Z] DOCKER_EXPERIMENTAL=1 [2022-08-11T16:27:29.759Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-08-11T16:27:29.759Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-08-11T16:27:29.759Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-08-11T16:27:29.759Z] GOPATH=/go [2022-08-11T16:27:29.759Z] PKG_CONFIG=pkg-config [2022-08-11T16:27:29.759Z] _=/usr/bin/env [2022-08-11T16:27:29.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-08-11T16:27:32.561Z] --- PASS: TestBuildMultiStageLayerLeak (3.54s) [2022-08-11T16:27:32.561Z] === RUN TestBuildWithHugeFile [2022-08-11T16:27:40.843Z] --- PASS: TestImportExtremelyLargeImageWorks (93.24s) [2022-08-11T16:27:40.843Z] PASS [2022-08-11T16:27:40.843Z] [2022-08-11T16:27:40.843Z] === Skipped [2022-08-11T16:27:40.843Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-08-11T16:27:40.843Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-08-11T16:27:40.843Z] [2022-08-11T16:27:40.843Z] DONE 22 tests, 1 skipped in 97.271s [2022-08-11T16:27:40.843Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-08-11T16:27:40.843Z] === RUN TestStripANSICommands [2022-08-11T16:27:40.843Z] === RUN TestStripANSICommands/#00 [2022-08-11T16:27:40.843Z] === RUN TestStripANSICommands/#01 [2022-08-11T16:27:40.843Z] --- PASS: TestStripANSICommands (0.00s) [2022-08-11T16:27:40.843Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-08-11T16:27:40.843Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-08-11T16:27:40.843Z] PASS [2022-08-11T16:27:40.843Z] [2022-08-11T16:27:40.843Z] DONE 3 tests in 0.038s [2022-08-11T16:27:40.843Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-11T16:27:40.843Z] INFO: Testing against a local daemon [2022-08-11T16:27:40.843Z] === RUN TestNetworkCreateDelete [2022-08-11T16:27:40.843Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-08-11T16:27:40.843Z] === RUN TestDockerNetworkDeletePreferID [2022-08-11T16:27:40.843Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-08-11T16:27:40.843Z] === RUN TestDaemonDNSFallback [2022-08-11T16:27:45.005Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-08-11T16:27:45.005Z] === RUN TestInspectNetwork [2022-08-11T16:27:45.005Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.005Z] --- SKIP: TestInspectNetwork (0.00s) [2022-08-11T16:27:45.005Z] === RUN TestRunContainerWithBridgeNone [2022-08-11T16:27:45.005Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.005Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/create [2022-08-11T16:27:45.005Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:27:45.005Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:27:45.005Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:27:45.005Z] === CONT TestNetworkInvalidJSON/networks/create [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-08-11T16:27:45.005Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-08-11T16:27:45.005Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-08-11T16:27:45.005Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-08-11T16:27:45.005Z] === RUN TestNetworkList [2022-08-11T16:27:45.005Z] === RUN TestNetworkList//networks [2022-08-11T16:27:45.005Z] === PAUSE TestNetworkList//networks [2022-08-11T16:27:45.005Z] === RUN TestNetworkList//networks/ [2022-08-11T16:27:45.005Z] === PAUSE TestNetworkList//networks/ [2022-08-11T16:27:45.005Z] === CONT TestNetworkList//networks [2022-08-11T16:27:45.005Z] === CONT TestNetworkList//networks/ [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkList (0.01s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-11T16:27:45.005Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-11T16:27:45.005Z] === RUN TestHostIPv4BridgeLabel [2022-08-11T16:27:45.005Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.005Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-08-11T16:27:45.005Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-11T16:27:45.005Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.005Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-08-11T16:27:45.005Z] === RUN TestDaemonDefaultNetworkPools [2022-08-11T16:27:45.005Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.005Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-08-11T16:27:45.005Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-11T16:27:45.005Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.005Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-08-11T16:27:45.005Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-11T16:27:45.006Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-08-11T16:27:45.006Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-11T16:27:45.006Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-08-11T16:27:45.006Z] === RUN TestServiceWithPredefinedNetwork [2022-08-11T16:27:45.006Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.006Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-11T16:27:45.006Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:27:45.006Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestServiceWithDataPathPortInit [2022-08-11T16:27:45.006Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.006Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-08-11T16:27:45.006Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-11T16:27:45.006Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.006Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-08-11T16:27:45.006Z] PASS [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === Skipped [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-08-11T16:27:45.006Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-08-11T16:27:45.006Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-08-11T16:27:45.006Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-08-11T16:27:45.006Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-08-11T16:27:45.006Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-08-11T16:27:45.006Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-08-11T16:27:45.006Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-08-11T16:27:45.006Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-08-11T16:27:45.006Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:27:45.006Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-08-11T16:27:45.006Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-08-11T16:27:45.006Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] DONE 34 tests, 12 skipped in 7.016s [2022-08-11T16:27:45.006Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:27:45.006Z] INFO: Testing against a local daemon [2022-08-11T16:27:45.006Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-11T16:27:45.006Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:27:45.006Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestDockerNetworkIpvlan [2022-08-11T16:27:45.006Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:27:45.006Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:27:45.006Z] PASS [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === Skipped [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:27:45.006Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:27:45.006Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] DONE 2 tests, 2 skipped in 0.094s [2022-08-11T16:27:45.006Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:27:45.006Z] INFO: Testing against a local daemon [2022-08-11T16:27:45.006Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-11T16:27:45.006Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestDockerNetworkMacvlan [2022-08-11T16:27:45.006Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-08-11T16:27:45.006Z] PASS [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === Skipped [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-08-11T16:27:45.006Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-08-11T16:27:45.006Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] DONE 2 tests, 2 skipped in 0.076s [2022-08-11T16:27:45.006Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-11T16:27:45.006Z] testing: warning: no tests to run [2022-08-11T16:27:45.006Z] PASS [2022-08-11T16:27:45.006Z] [2022-08-11T16:27:45.006Z] DONE 0 tests in 0.022s [2022-08-11T16:27:45.006Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-11T16:27:45.006Z] INFO: Testing against a local daemon [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginAllowRequest [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginTLS [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginDenyRequest [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginDenyResponse [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginAllowEventStream [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginErrorResponse [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginErrorRequest [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginHeader [2022-08-11T16:27:45.006Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.006Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-08-11T16:27:45.006Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-11T16:27:45.262Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.262Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.41s) [2022-08-11T16:27:45.262Z] === RUN TestAuthZPluginV2Disable [2022-08-11T16:27:45.632Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.632Z] --- SKIP: TestAuthZPluginV2Disable (0.32s) [2022-08-11T16:27:45.632Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-11T16:27:45.900Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:45.900Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-08-11T16:27:45.900Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-11T16:27:46.461Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.461Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.35s) [2022-08-11T16:27:46.461Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-08-11T16:27:46.717Z] PASS [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === Skipped [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.41s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.35s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-08-11T16:27:46.717Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] DONE 17 tests, 17 skipped in 1.804s [2022-08-11T16:27:46.717Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-11T16:27:46.717Z] INFO: Testing against a local daemon [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:27:46.717Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:27:46.717Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-08-11T16:27:46.717Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-08-11T16:27:46.717Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-08-11T16:27:46.717Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-08-11T16:27:46.717Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-08-11T16:27:46.717Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-08-11T16:27:46.717Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-08-11T16:27:46.717Z] === RUN TestPluginInstall [2022-08-11T16:27:46.717Z] plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] --- SKIP: TestPluginInstall (0.00s) [2022-08-11T16:27:46.717Z] === RUN TestPluginsWithRuntimes [2022-08-11T16:27:46.717Z] plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-08-11T16:27:46.717Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-08-11T16:27:46.717Z] === RUN TestPluginBackCompatMediaTypes [2022-08-11T16:27:46.717Z] plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-08-11T16:27:46.717Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-08-11T16:27:46.717Z] PASS [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === Skipped [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-08-11T16:27:46.717Z] plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-08-11T16:27:46.717Z] plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-08-11T16:27:46.717Z] plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-08-11T16:27:46.717Z] [2022-08-11T16:27:46.717Z] DONE 19 tests, 3 skipped in 0.129s [2022-08-11T16:27:46.717Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-11T16:27:46.973Z] INFO: Testing against a local daemon [2022-08-11T16:27:46.973Z] === RUN TestExternalGraphDriver [2022-08-11T16:27:47.229Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-08-11T16:27:47.229Z] --- SKIP: TestExternalGraphDriver (0.34s) [2022-08-11T16:27:47.229Z] === RUN TestGraphdriverPluginV2 [2022-08-11T16:27:51.391Z] .........................xx.................... [ 29%] [2022-08-11T16:27:52.473Z] --- PASS: TestGraphdriverPluginV2 (4.29s) [2022-08-11T16:27:52.473Z] PASS [2022-08-11T16:27:52.473Z] [2022-08-11T16:27:52.473Z] === Skipped [2022-08-11T16:27:52.473Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s) [2022-08-11T16:27:52.473Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-08-11T16:27:52.473Z] [2022-08-11T16:27:52.473Z] DONE 2 tests, 1 skipped in 4.721s [2022-08-11T16:27:52.473Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-11T16:27:52.473Z] INFO: Testing against a local daemon [2022-08-11T16:27:52.473Z] === RUN TestContinueAfterPluginCrash [2022-08-11T16:27:52.473Z] === PAUSE TestContinueAfterPluginCrash [2022-08-11T16:27:52.473Z] === RUN TestReadPluginNoRead [2022-08-11T16:27:52.473Z] === PAUSE TestReadPluginNoRead [2022-08-11T16:27:52.473Z] === RUN TestDaemonStartWithLogOpt [2022-08-11T16:27:52.473Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-11T16:27:52.473Z] === CONT TestContinueAfterPluginCrash [2022-08-11T16:27:52.473Z] === CONT TestDaemonStartWithLogOpt [2022-08-11T16:27:55.741Z] --- PASS: TestDaemonStartWithLogOpt (4.00s) [2022-08-11T16:27:55.741Z] === CONT TestReadPluginNoRead [2022-08-11T16:27:56.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-08-11T16:27:56.889Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-08-11T16:27:58.260Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-11T16:27:59.189Z] === RUN TestReadPluginNoRead/default [2022-08-11T16:28:00.556Z] --- PASS: TestContinueAfterPluginCrash (8.78s) [2022-08-11T16:28:00.556Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-11T16:28:01.921Z] === CONT TestReadPluginNoRead [2022-08-11T16:28:01.921Z] read_test.go:92: [d849c3a29b28b] daemon is not started [2022-08-11T16:28:01.921Z] --- PASS: TestReadPluginNoRead (6.07s) [2022-08-11T16:28:01.921Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-08-11T16:28:01.921Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2022-08-11T16:28:01.921Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.28s) [2022-08-11T16:28:01.921Z] PASS [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] DONE 6 tests in 10.165s [2022-08-11T16:28:01.921Z] 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-08-11T16:28:01.921Z] testing: warning: no tests to run [2022-08-11T16:28:01.921Z] PASS [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] DONE 0 tests in 0.030s [2022-08-11T16:28:01.921Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-11T16:28:01.921Z] INFO: Testing against a local daemon [2022-08-11T16:28:01.921Z] === RUN TestPluginWithDevMounts [2022-08-11T16:28:01.921Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-08-11T16:28:01.921Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-08-11T16:28:01.921Z] PASS [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] === Skipped [2022-08-11T16:28:01.921Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-08-11T16:28:01.921Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] DONE 1 tests, 1 skipped in 0.090s [2022-08-11T16:28:01.921Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-11T16:28:01.921Z] INFO: Testing against a local daemon [2022-08-11T16:28:01.921Z] === RUN TestSecretInspect [2022-08-11T16:28:01.921Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] --- SKIP: TestSecretInspect (0.01s) [2022-08-11T16:28:01.921Z] === RUN TestSecretList [2022-08-11T16:28:01.921Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] --- SKIP: TestSecretList (0.01s) [2022-08-11T16:28:01.921Z] === RUN TestSecretsCreateAndDelete [2022-08-11T16:28:01.921Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-08-11T16:28:01.921Z] === RUN TestSecretsUpdate [2022-08-11T16:28:01.921Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-08-11T16:28:01.921Z] === RUN TestTemplatedSecret [2022-08-11T16:28:01.921Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-08-11T16:28:01.921Z] === RUN TestSecretCreateResolve [2022-08-11T16:28:01.921Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-08-11T16:28:01.921Z] PASS [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] === Skipped [2022-08-11T16:28:01.921Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-08-11T16:28:01.921Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-08-11T16:28:01.921Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-08-11T16:28:01.921Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-08-11T16:28:01.921Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-08-11T16:28:01.921Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-08-11T16:28:01.921Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:01.921Z] [2022-08-11T16:28:01.921Z] DONE 6 tests, 6 skipped in 0.138s [2022-08-11T16:28:01.921Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-11T16:28:02.178Z] INFO: Testing against a local daemon [2022-08-11T16:28:02.178Z] === RUN TestServiceCreateInit [2022-08-11T16:28:02.178Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-11T16:28:02.178Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-11T16:28:02.178Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- PASS: TestServiceCreateInit (0.02s) [2022-08-11T16:28:02.178Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-11T16:28:02.178Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-11T16:28:02.178Z] === RUN TestCreateServiceMultipleTimes [2022-08-11T16:28:02.178Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-08-11T16:28:02.178Z] === RUN TestCreateServiceConflict [2022-08-11T16:28:02.178Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateServiceConflict (0.02s) [2022-08-11T16:28:02.178Z] === RUN TestCreateServiceMaxReplicas [2022-08-11T16:28:02.178Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-08-11T16:28:02.178Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-11T16:28:02.178Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-08-11T16:28:02.178Z] === RUN TestCreateServiceSecretFileMode [2022-08-11T16:28:02.178Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-08-11T16:28:02.178Z] === RUN TestCreateServiceConfigFileMode [2022-08-11T16:28:02.178Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-08-11T16:28:02.178Z] === RUN TestCreateServiceSysctls [2022-08-11T16:28:02.178Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-08-11T16:28:02.178Z] === RUN TestCreateServiceCapabilities [2022-08-11T16:28:02.178Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-08-11T16:28:02.178Z] === RUN TestInspect [2022-08-11T16:28:02.178Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestInspect (0.01s) [2022-08-11T16:28:02.178Z] === RUN TestCreateJob [2022-08-11T16:28:02.178Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.178Z] --- SKIP: TestCreateJob (0.01s) [2022-08-11T16:28:02.178Z] === RUN TestReplicatedJob [2022-08-11T16:28:02.178Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.435Z] --- SKIP: TestReplicatedJob (0.01s) [2022-08-11T16:28:02.435Z] === RUN TestUpdateReplicatedJob [2022-08-11T16:28:02.435Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.435Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-08-11T16:28:02.435Z] === RUN TestServiceListWithStatuses [2022-08-11T16:28:02.435Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:28:02.435Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-11T16:28:02.435Z] === RUN TestDockerNetworkConnectAlias [2022-08-11T16:28:02.435Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.435Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-08-11T16:28:02.435Z] === RUN TestDockerNetworkReConnect [2022-08-11T16:28:02.435Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:02.435Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-08-11T16:28:02.435Z] === RUN TestServicePlugin [2022-08-11T16:28:04.326Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServicePlugin (1.90s) [2022-08-11T16:28:04.326Z] === RUN TestServiceUpdateLabel [2022-08-11T16:28:04.326Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-08-11T16:28:04.326Z] === RUN TestServiceUpdateSecrets [2022-08-11T16:28:04.326Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2022-08-11T16:28:04.326Z] === RUN TestServiceUpdateConfigs [2022-08-11T16:28:04.326Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-08-11T16:28:04.326Z] === RUN TestServiceUpdateNetwork [2022-08-11T16:28:04.326Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-08-11T16:28:04.326Z] === RUN TestServiceUpdatePidsLimit [2022-08-11T16:28:04.326Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-08-11T16:28:04.326Z] PASS [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === Skipped [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-11T16:28:04.326Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-11T16:28:04.326Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-08-11T16:28:04.326Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2022-08-11T16:28:04.326Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-08-11T16:28:04.326Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-08-11T16:28:04.326Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-08-11T16:28:04.326Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-08-11T16:28:04.326Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-08-11T16:28:04.326Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.04s) [2022-08-11T16:28:04.326Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-08-11T16:28:04.326Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-08-11T16:28:04.326Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-08-11T16:28:04.326Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-08-11T16:28:04.326Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-11T16:28:04.326Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-08-11T16:28:04.326Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-08-11T16:28:04.326Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s) [2022-08-11T16:28:04.326Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-08-11T16:28:04.326Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2022-08-11T16:28:04.326Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-08-11T16:28:04.326Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-08-11T16:28:04.326Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-08-11T16:28:04.326Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-08-11T16:28:04.326Z] [2022-08-11T16:28:04.326Z] DONE 24 tests, 23 skipped in 2.321s [2022-08-11T16:28:04.326Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-11T16:28:04.326Z] INFO: Testing against a local daemon [2022-08-11T16:28:04.326Z] === RUN TestSessionCreate [2022-08-11T16:28:04.582Z] --- PASS: TestSessionCreate (0.04s) [2022-08-11T16:28:04.582Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-11T16:28:04.582Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-08-11T16:28:04.582Z] PASS [2022-08-11T16:28:04.582Z] [2022-08-11T16:28:04.582Z] DONE 2 tests in 0.151s [2022-08-11T16:28:04.582Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-11T16:28:04.582Z] INFO: Testing against a local daemon [2022-08-11T16:28:04.582Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-11T16:28:04.582Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-11T16:28:04.582Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-11T16:28:04.582Z] === RUN TestDiskUsage [2022-08-11T16:28:04.582Z] === PAUSE TestDiskUsage [2022-08-11T16:28:04.582Z] === RUN TestEventsExecDie [2022-08-11T16:28:05.145Z] --- PASS: TestEventsExecDie (0.47s) [2022-08-11T16:28:05.145Z] === RUN TestEventsBackwardsCompatible [2022-08-11T16:28:05.145Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-08-11T16:28:05.145Z] === RUN TestEventsVolumeCreate [2022-08-11T16:28:05.145Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-08-11T16:28:05.145Z] === RUN TestInfoBinaryCommits [2022-08-11T16:28:05.145Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-11T16:28:05.145Z] === RUN TestInfoAPIVersioned [2022-08-11T16:28:05.145Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-08-11T16:28:05.145Z] === RUN TestInfoAPI [2022-08-11T16:28:05.145Z] --- PASS: TestInfoAPI (0.02s) [2022-08-11T16:28:05.145Z] === RUN TestInfoAPIWarnings [2022-08-11T16:28:07.551Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-08-11T16:28:14.992Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-08-11T16:28:18.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-08-11T16:28:21.018Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-08-11T16:28:23.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-08-11T16:28:23.195Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-08-11T16:28:23.195Z] === RUN TestInfoDebug [2022-08-11T16:28:23.195Z] --- PASS: TestInfoDebug (0.54s) [2022-08-11T16:28:23.195Z] === RUN TestInfoInsecureRegistries [2022-08-11T16:28:23.195Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-08-11T16:28:23.195Z] === RUN TestInfoRegistryMirrors [2022-08-11T16:28:23.451Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-08-11T16:28:23.451Z] === RUN TestLoginFailsWithBadCredentials [2022-08-11T16:28:23.706Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-08-11T16:28:23.706Z] === RUN TestPingCacheHeaders [2022-08-11T16:28:23.706Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-08-11T16:28:23.706Z] === RUN TestPingGet [2022-08-11T16:28:23.706Z] --- PASS: TestPingGet (0.01s) [2022-08-11T16:28:23.706Z] === RUN TestPingHead [2022-08-11T16:28:23.962Z] --- PASS: TestPingHead (0.03s) [2022-08-11T16:28:23.962Z] === RUN TestPingSwarmHeader [2022-08-11T16:28:24.523Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-08-11T16:28:25.085Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-08-11T16:28:26.015Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-08-11T16:28:26.015Z] --- PASS: TestPingSwarmHeader (2.02s) [2022-08-11T16:28:26.015Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-08-11T16:28:26.015Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-08-11T16:28:26.016Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-08-11T16:28:26.016Z] === RUN TestVersion [2022-08-11T16:28:26.016Z] --- PASS: TestVersion (0.03s) [2022-08-11T16:28:26.016Z] === CONT TestDiskUsage [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/container_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/image_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/volume_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-08-11T16:28:26.582Z] === RUN TestDiskUsage/after_container.Run [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-08-11T16:28:26.837Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage (1.26s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-08-11T16:28:27.093Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-08-11T16:28:27.093Z] PASS [2022-08-11T16:28:27.093Z] [2022-08-11T16:28:27.093Z] === Skipped [2022-08-11T16:28:27.093Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-11T16:28:27.093Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-11T16:28:27.093Z] [2022-08-11T16:28:27.093Z] DONE 54 tests, 1 skipped in 22.650s [2022-08-11T16:28:27.093Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-11T16:28:27.349Z] INFO: Testing against a local daemon [2022-08-11T16:28:27.349Z] === RUN TestVolumesCreateAndList [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-11T16:28:27.349Z] === RUN TestVolumesRemove [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesRemove (0.05s) [2022-08-11T16:28:27.349Z] === RUN TestVolumesInspect [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-11T16:28:27.349Z] === RUN TestVolumesInvalidJSON [2022-08-11T16:28:27.349Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-08-11T16:28:27.349Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-08-11T16:28:27.349Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-08-11T16:28:27.349Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-08-11T16:28:27.349Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-08-11T16:28:27.349Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-08-11T16:28:27.349Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-08-11T16:28:27.349Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-08-11T16:28:27.349Z] PASS [2022-08-11T16:28:27.349Z] [2022-08-11T16:28:27.349Z] DONE 9 tests in 0.191s [2022-08-11T16:28:27.349Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-11T16:28:27.349Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14256 is not a child of this shell [2022-08-11T16:28:27.349Z] warning: PID 14256 from bundles/test-integration/docker.pid had a nonzero exit code [2022-08-11T16:28:27.605Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-11T16:28:27.605Z] [2022-08-11T16:28:27.605Z] Unloading profiles will leave already running processes permanently [2022-08-11T16:28:27.605Z] unconfined, which can lead to unexpected situations. [2022-08-11T16:28:27.605Z] [2022-08-11T16:28:27.605Z] To set a process to complain mode, use the command line tool [2022-08-11T16:28:27.605Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-11T16:28:27.605Z] Removing test suite binaries [2022-08-11T16:28:27.605Z] exiting test-integration [2022-08-11T16:28:27.605Z] ++ exit 0 [2022-08-11T16:28:27.605Z] Post stage [Pipeline] junit [2022-08-11T16:28:28.541Z] Recording test results [2022-08-11T16:28:28.963Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-11T16:28:29.286Z] + echo Ensuring container killed. [2022-08-11T16:28:29.286Z] Ensuring container killed. [2022-08-11T16:28:29.286Z] + docker rm -vf docker-pr1 [2022-08-11T16:28:29.286Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-11T16:28:29.609Z] + echo Chowning /workspace to jenkins user [2022-08-11T16:28:29.609Z] Chowning /workspace to jenkins user [2022-08-11T16:28:29.609Z] + id -u [2022-08-11T16:28:29.609Z] + id -g [2022-08-11T16:28:29.609Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43949:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-11T16:28:31.193Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-08-11T16:28:31.193Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-08-11T16:28:31.193Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-08-11T16:28:31.305Z] + bundleName=amd64-rootless [2022-08-11T16:28:31.306Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-08-11T16:28:31.306Z] Creating amd64-rootless-bundles.tar.gz [2022-08-11T16:28:31.306Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-11T16:28:31.306Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-08-11T16:28:31.315Z] Archiving artifacts [2022-08-11T16:28:31.725Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43949/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-11T16:28:31.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-08-11T16:28:32.023Z] + make clean [2022-08-11T16:28:32.023Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-08-11T16:28:32.023Z] docker-dev-cache [2022-08-11T16:28:32.023Z] docker-mod-cache [Pipeline] deleteDir [2022-08-11T16:28:32.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-11T16:28:32.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-08-11T16:28:33.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-08-11T16:28:35.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-08-11T16:28:36.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-08-11T16:28:36.883Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-08-11T16:28:37.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-08-11T16:28:37.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-08-11T16:28:38.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-08-11T16:28:39.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-08-11T16:28:40.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-08-11T16:28:40.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-08-11T16:28:41.661Z] --- PASS: TestImportExtremelyLargeImageWorks (91.40s) [2022-08-11T16:28:41.661Z] PASS [2022-08-11T16:28:41.661Z] [2022-08-11T16:28:41.661Z] DONE 22 tests in 94.523s [2022-08-11T16:28:41.661Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-08-11T16:28:41.661Z] === RUN TestStripANSICommands [2022-08-11T16:28:41.661Z] === RUN TestStripANSICommands/#00 [2022-08-11T16:28:41.661Z] === RUN TestStripANSICommands/#01 [2022-08-11T16:28:41.661Z] --- PASS: TestStripANSICommands (0.00s) [2022-08-11T16:28:41.661Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-08-11T16:28:41.661Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-08-11T16:28:41.661Z] PASS [2022-08-11T16:28:41.661Z] [2022-08-11T16:28:41.661Z] DONE 3 tests in 0.009s [2022-08-11T16:28:41.661Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-11T16:28:41.661Z] INFO: Testing against a local daemon [2022-08-11T16:28:41.661Z] === RUN TestNetworkCreateDelete [2022-08-11T16:28:41.661Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-08-11T16:28:41.661Z] === RUN TestDockerNetworkDeletePreferID [2022-08-11T16:28:41.661Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-08-11T16:28:41.661Z] === RUN TestDaemonDNSFallback [2022-08-11T16:28:41.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-08-11T16:28:42.244Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-11T16:28:42.244Z] Using test binary docker [2022-08-11T16:28:42.244Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-08-11T16:28:42.244Z] +++ /etc/init.d/apparmor start [2022-08-11T16:28:42.244Z] Not: starting. [2022-08-11T16:28:42.244Z] INFO: Waiting for daemon to start... [2022-08-11T16:28:42.244Z] Starting dockerd [2022-08-11T16:28:42.244Z] +++ 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-08-11T16:28:43.550Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-08-11T16:28:43.550Z] === RUN TestInspectNetwork [2022-08-11T16:28:44.798Z] . [2022-08-11T16:28:44.798Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-11T16:28:44.798Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-11T16:28:44.798Z] Error: No such image: emptyfs [2022-08-11T16:28:44.798Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-11T16:28:44.798Z] ++++ docker load [2022-08-11T16:28:44.798Z] Running integration-test (iteration 1) [2022-08-11T16:28:44.798Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-08-11T16:28:44.798Z] ++ 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-08-11T16:28:44.798Z] ++ set -e [2022-08-11T16:28:44.798Z] ++ '[' -n 0 ']' [2022-08-11T16:28:44.798Z] ++ set -x [2022-08-11T16:28:44.798Z] ++ 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-08-11T16:28:44.798Z] Loaded image: busybox:latest [2022-08-11T16:28:45.058Z] Loaded image: busybox:glibc [2022-08-11T16:28:45.996Z] Loaded image: debian:bullseye-slim [2022-08-11T16:28:45.996Z] Loaded image: hello-world:latest [2022-08-11T16:28:46.256Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:28:46.256Z] INFO: Testing against a local daemon [2022-08-11T16:28:46.256Z] === RUN TestCgroupNamespacesBuild [2022-08-11T16:28:46.691Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-08-11T16:28:47.194Z] --- PASS: TestCgroupNamespacesBuild (1.15s) [2022-08-11T16:28:47.194Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-08-11T16:28:47.723Z] === RUN TestInspectNetwork/full_network_id [2022-08-11T16:28:47.723Z] === RUN TestInspectNetwork/partial_network_id [2022-08-11T16:28:47.723Z] === RUN TestInspectNetwork/network_name [2022-08-11T16:28:47.723Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-11T16:28:48.130Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-08-11T16:28:48.576Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-08-11T16:28:48.576Z] === RUN TestBuildWithSession [2022-08-11T16:28:48.576Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:28:48.576Z] --- SKIP: TestBuildWithSession (0.00s) [2022-08-11T16:28:48.576Z] === RUN TestBuildSquashParent [2022-08-11T16:28:51.889Z] --- PASS: TestInspectNetwork (7.87s) [2022-08-11T16:28:51.889Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-11T16:28:51.889Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-11T16:28:51.889Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-11T16:28:51.889Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-11T16:28:51.889Z] === RUN TestRunContainerWithBridgeNone [2022-08-11T16:28:52.276Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-08-11T16:28:52.772Z] --- PASS: TestBuildSquashParent (3.80s) [2022-08-11T16:28:52.772Z] === RUN TestBuildWithRemoveAndForceRemove [2022-08-11T16:28:52.772Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:28:52.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:28:52.772Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:28:52.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:28:52.772Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:28:52.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:28:52.772Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:28:52.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:28:52.772Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:28:52.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:28:52.772Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:28:52.772Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:28:52.772Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-08-11T16:28:52.772Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-08-11T16:28:53.260Z] --- PASS: TestRunContainerWithBridgeNone (1.63s) [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/create [2022-08-11T16:28:53.260Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:28:53.260Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:28:53.260Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:28:53.260Z] === CONT TestNetworkInvalidJSON/networks/create [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-08-11T16:28:53.260Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-08-11T16:28:53.260Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-08-11T16:28:53.260Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-08-11T16:28:53.260Z] === RUN TestNetworkList [2022-08-11T16:28:53.260Z] === RUN TestNetworkList//networks [2022-08-11T16:28:53.260Z] === PAUSE TestNetworkList//networks [2022-08-11T16:28:53.260Z] === RUN TestNetworkList//networks/ [2022-08-11T16:28:53.260Z] === PAUSE TestNetworkList//networks/ [2022-08-11T16:28:53.260Z] === CONT TestNetworkList//networks [2022-08-11T16:28:53.260Z] === CONT TestNetworkList//networks/ [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkList (0.02s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-11T16:28:53.260Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-11T16:28:53.260Z] === RUN TestHostIPv4BridgeLabel [2022-08-11T16:28:53.711Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-08-11T16:28:53.711Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-08-11T16:28:53.824Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-08-11T16:28:53.824Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-11T16:28:54.768Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-08-11T16:28:54.768Z] === RUN TestDaemonDefaultNetworkPools [2022-08-11T16:28:55.093Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-08-11T16:28:55.093Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-08-11T16:28:55.337Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2022-08-11T16:28:55.337Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-11T16:28:56.032Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-08-11T16:28:56.032Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.25s) [2022-08-11T16:28:56.032Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.41s) [2022-08-11T16:28:56.032Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.29s) [2022-08-11T16:28:56.032Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.26s) [2022-08-11T16:28:56.032Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.14s) [2022-08-11T16:28:56.032Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.19s) [2022-08-11T16:28:56.032Z] === RUN TestBuildMultiStageCopy [2022-08-11T16:28:56.032Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-08-11T16:28:56.702Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-08-11T16:28:56.702Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-11T16:28:56.933Z] ............................ [ 66%] [2022-08-11T16:28:57.412Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-08-11T16:28:57.412Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-08-11T16:28:57.631Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-08-11T16:28:57.631Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-11T16:28:57.672Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-08-11T16:28:57.932Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-08-11T16:28:58.192Z] --- PASS: TestBuildMultiStageCopy (2.02s) [2022-08-11T16:28:58.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.15s) [2022-08-11T16:28:58.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-08-11T16:28:58.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-08-11T16:28:58.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-08-11T16:28:58.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-08-11T16:28:58.192Z] === RUN TestBuildMultiStageParentConfig [2022-08-11T16:28:58.558Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-08-11T16:28:58.559Z] === RUN TestServiceWithPredefinedNetwork [2022-08-11T16:28:58.762Z] --- PASS: TestBuildMultiStageParentConfig (0.65s) [2022-08-11T16:28:58.762Z] === RUN TestBuildLabelWithTargets [2022-08-11T16:28:59.701Z] --- PASS: TestBuildLabelWithTargets (1.00s) [2022-08-11T16:28:59.701Z] === RUN TestBuildWithEmptyLayers [2022-08-11T16:29:00.270Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-08-11T16:29:00.270Z] === RUN TestBuildMultiStageOnBuild [2022-08-11T16:29:01.075Z] --- PASS: TestServiceWithPredefinedNetwork (2.46s) [2022-08-11T16:29:01.076Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-11T16:29:01.076Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:29:01.076Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:29:01.076Z] === RUN TestServiceWithDataPathPortInit [2022-08-11T16:29:01.651Z] --- PASS: TestBuildMultiStageOnBuild (1.40s) [2022-08-11T16:29:01.651Z] === RUN TestBuildUncleanTarFilenames [2022-08-11T16:29:02.221Z] --- PASS: TestBuildUncleanTarFilenames (0.64s) [2022-08-11T16:29:02.221Z] === RUN TestBuildMultiStageLayerLeak [2022-08-11T16:29:04.147Z] --- PASS: TestBuildMultiStageLayerLeak (1.48s) [2022-08-11T16:29:04.147Z] === RUN TestBuildWithHugeFile [2022-08-11T16:29:19.117Z] --- PASS: TestServiceWithDataPathPortInit (15.54s) [2022-08-11T16:29:19.117Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-11T16:29:19.374Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xfb0lv020qrvdkf4q3434vnnq Created:2022-08-11 16:29:17.996036602 +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[fa8a253b4e18ff14801aab41d8a036fab95efc2c020addf6b01ec9f6578eedca:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8wztevn351bso0ev48solvbes EndpointID:c03e86ac6e5a3aae463792cf8c1a3739d50993ada7169baedf80645a5230283e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:fe2b00e1766a9e8ee9a9be6b5b953557ef3425550fa34cb4f27060b9455851c5 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:3c9babc44929 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8wztevn351bso0ev48solvbes EndpointID:c03e86ac6e5a3aae463792cf8c1a3739d50993ada7169baedf80645a5230283e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-11T16:29:24.618Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.46s) [2022-08-11T16:29:24.618Z] PASS [2022-08-11T16:29:24.618Z] [2022-08-11T16:29:24.618Z] === Skipped [2022-08-11T16:29:24.618Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:29:24.618Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:29:24.618Z] [2022-08-11T16:29:24.618Z] DONE 38 tests, 1 skipped in 47.055s [2022-08-11T16:29:24.618Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:29:24.618Z] INFO: Testing against a local daemon [2022-08-11T16:29:24.618Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-11T16:29:24.618Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:29:24.618Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:29:24.618Z] === RUN TestDockerNetworkIpvlan [2022-08-11T16:29:24.618Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:29:24.618Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:29:24.618Z] PASS [2022-08-11T16:29:24.618Z] [2022-08-11T16:29:24.618Z] === Skipped [2022-08-11T16:29:24.618Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:29:24.618Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:29:24.618Z] [2022-08-11T16:29:24.618Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:29:24.618Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:29:24.618Z] [2022-08-11T16:29:24.618Z] DONE 2 tests, 2 skipped in 0.023s [2022-08-11T16:29:24.618Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:29:24.618Z] INFO: Testing against a local daemon [2022-08-11T16:29:24.618Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-11T16:29:25.180Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-08-11T16:29:25.180Z] === RUN TestDockerNetworkMacvlan [2022-08-11T16:29:25.789Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-11T16:29:26.717Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-11T16:29:27.283Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-11T16:29:29.174Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-11T16:29:31.066Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-11T16:29:34.336Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-11T16:29:34.907Z] --- PASS: TestDockerNetworkMacvlan (9.80s) [2022-08-11T16:29:34.907Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-08-11T16:29:34.907Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-08-11T16:29:34.907Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2022-08-11T16:29:34.907Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-08-11T16:29:34.907Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.15s) [2022-08-11T16:29:34.907Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2022-08-11T16:29:34.907Z] PASS [2022-08-11T16:29:34.907Z] [2022-08-11T16:29:34.907Z] DONE 8 tests in 11.065s [2022-08-11T16:29:34.907Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-11T16:29:34.907Z] testing: warning: no tests to run [2022-08-11T16:29:34.907Z] PASS [2022-08-11T16:29:34.907Z] [2022-08-11T16:29:34.907Z] DONE 0 tests in 0.007s [2022-08-11T16:29:34.907Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-11T16:29:34.907Z] INFO: Testing against a local daemon [2022-08-11T16:29:34.907Z] === RUN TestAuthZPluginAllowRequest [2022-08-11T16:29:36.281Z] --- PASS: TestAuthZPluginAllowRequest (1.20s) [2022-08-11T16:29:36.281Z] === RUN TestAuthZPluginTLS [2022-08-11T16:29:36.847Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-08-11T16:29:36.847Z] === RUN TestAuthZPluginDenyRequest [2022-08-11T16:29:37.103Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-08-11T16:29:37.103Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-11T16:29:37.664Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-08-11T16:29:37.664Z] === RUN TestAuthZPluginDenyResponse [2022-08-11T16:29:38.024Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-08-11T16:29:38.226Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-08-11T16:29:38.226Z] === RUN TestAuthZPluginAllowEventStream [2022-08-11T16:29:39.063Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-11T16:29:39.063Z] Using test binary docker [2022-08-11T16:29:39.063Z] +++ /etc/init.d/apparmor start [2022-08-11T16:29:39.063Z] Not: starting. [2022-08-11T16:29:39.063Z] INFO: Waiting for daemon to start... [2022-08-11T16:29:39.064Z] Starting dockerd [2022-08-11T16:29:39.064Z] +++ 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-08-11T16:29:39.064Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-08-11T16:29:39.064Z] Using test binary docker [2022-08-11T16:29:39.064Z] +++ /etc/init.d/apparmor start [2022-08-11T16:29:39.064Z] Not: starting. [2022-08-11T16:29:39.064Z] INFO: Waiting for daemon to start... [2022-08-11T16:29:39.064Z] Starting dockerd [2022-08-11T16:29:39.064Z] +++ 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-08-11T16:29:39.064Z] . [2022-08-11T16:29:39.064Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-11T16:29:39.064Z] [2022-08-11T16:29:39.064Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-08-11T16:29:39.064Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-11T16:29:39.064Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-08-11T16:29:39.064Z] Error: No such image: emptyfs [2022-08-11T16:29:39.064Z] Error: No such image: emptyfs [2022-08-11T16:29:39.064Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-11T16:29:39.064Z] ++++ docker load [2022-08-11T16:29:39.064Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-08-11T16:29:39.064Z] ++++ docker load [2022-08-11T16:29:39.064Z] Running integration-test (iteration 1) [2022-08-11T16:29:39.064Z] Running integration-test (iteration 1) [2022-08-11T16:29:39.064Z] 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-08-11T16:29:39.064Z] ++ 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-08-11T16:29:39.064Z] ++ set -e [2022-08-11T16:29:39.064Z] ++ '[' -n 0 ']' [2022-08-11T16:29:39.064Z] ++ set -x [2022-08-11T16:29:39.064Z] ++ 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-08-11T16:29:39.064Z] 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-08-11T16:29:39.064Z] ++ 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-08-11T16:29:39.064Z] ++ set -e [2022-08-11T16:29:39.064Z] ++ '[' -n 0 ']' [2022-08-11T16:29:39.064Z] ++ set -x [2022-08-11T16:29:39.064Z] ++ 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-08-11T16:29:39.064Z] Loaded image: busybox:latest [2022-08-11T16:29:39.064Z] Loaded image: busybox:latest [2022-08-11T16:29:39.064Z] Loaded image: busybox:glibc [2022-08-11T16:29:39.064Z] Loaded image: busybox:glibc [2022-08-11T16:29:39.064Z] Loaded image: debian:bullseye-slim [2022-08-11T16:29:39.064Z] Loaded image: hello-world:latest [2022-08-11T16:29:39.064Z] Loaded image: debian:bullseye-slim [2022-08-11T16:29:39.064Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:29:39.064Z] INFO: Testing against a local daemon [2022-08-11T16:29:39.064Z] === RUN TestDockerDaemonSuite [2022-08-11T16:29:39.064Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-08-11T16:29:39.064Z] Loaded image: hello-world:latest [2022-08-11T16:29:39.064Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:29:39.064Z] INFO: Testing against a local daemon [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-08-11T16:29:39.064Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-08-11T16:29:39.593Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s) [2022-08-11T16:29:39.593Z] === RUN TestAuthZPluginErrorResponse [2022-08-11T16:29:40.155Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-08-11T16:29:40.155Z] === RUN TestAuthZPluginErrorRequest [2022-08-11T16:29:40.411Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-11T16:29:40.411Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-11T16:29:40.974Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-08-11T16:29:40.974Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-11T16:29:40.976Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-08-11T16:29:40.976Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-08-11T16:29:41.545Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-08-11T16:29:41.804Z] --- PASS: TestBuildWithHugeFile (129.76s) [2022-08-11T16:29:41.804Z] === RUN TestBuildWCOWSandboxSize [2022-08-11T16:29:41.804Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:29:41.804Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:29:41.804Z] === RUN TestBuildWithEmptyDockerfile [2022-08-11T16:29:41.804Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:29:41.804Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:29:41.804Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:29:41.804Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:29:41.804Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:29:41.804Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:29:41.804Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:29:41.804Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:29:41.804Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:29:41.804Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-08-11T16:29:42.065Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-08-11T16:29:42.065Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-08-11T16:29:42.066Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-08-11T16:29:42.066Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2022-08-11T16:29:42.066Z] === RUN TestBuildPreserveOwnership [2022-08-11T16:29:42.066Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-11T16:29:42.634Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-08-11T16:29:42.866Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s) [2022-08-11T16:29:42.866Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-11T16:29:42.884Z] --- PASS: TestBuildWithHugeFile (34.72s) [2022-08-11T16:29:42.884Z] === RUN TestBuildWCOWSandboxSize [2022-08-11T16:29:42.884Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:29:42.884Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:29:42.884Z] === RUN TestBuildWithEmptyDockerfile [2022-08-11T16:29:42.884Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:29:42.884Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:29:42.884Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:29:42.884Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:29:42.884Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:29:42.884Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:29:42.884Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-08-11T16:29:42.884Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-08-11T16:29:42.884Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-08-11T16:29:42.884Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-08-11T16:29:42.884Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-08-11T16:29:42.884Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-08-11T16:29:42.884Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-08-11T16:29:42.884Z] === RUN TestBuildPreserveOwnership [2022-08-11T16:29:42.884Z] === RUN TestBuildPreserveOwnership/copy_from [2022-08-11T16:29:42.884Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-11T16:29:42.884Z] --- PASS: TestBuildPreserveOwnership (3.01s) [2022-08-11T16:29:42.884Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.99s) [2022-08-11T16:29:42.884Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s) [2022-08-11T16:29:42.884Z] === RUN TestBuildPlatformInvalid [2022-08-11T16:29:42.884Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-08-11T16:29:42.884Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-11T16:29:42.884Z] Loaded image: busybox:latest [2022-08-11T16:29:42.884Z] Loaded image: busybox:glibc [2022-08-11T16:29:43.573Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-08-11T16:29:43.573Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-08-11T16:29:43.823Z] Loaded image: debian:bullseye-slim [2022-08-11T16:29:43.823Z] Loaded image: hello-world:latest [2022-08-11T16:29:43.823Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:29:44.234Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s) [2022-08-11T16:29:44.234Z] === RUN TestAuthZPluginHeader [2022-08-11T16:29:44.511Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-08-11T16:29:44.771Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-08-11T16:29:44.795Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-08-11T16:29:44.795Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-11T16:29:45.030Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-08-11T16:29:45.031Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-08-11T16:29:45.031Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-08-11T16:29:45.031Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-08-11T16:29:45.970Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-08-11T16:29:46.229Z] --- PASS: TestBuildPreserveOwnership (4.36s) [2022-08-11T16:29:46.230Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.67s) [2022-08-11T16:29:46.230Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.68s) [2022-08-11T16:29:46.230Z] === RUN TestBuildPlatformInvalid [2022-08-11T16:29:46.489Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-08-11T16:29:46.489Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2022-08-11T16:29:46.489Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-08-11T16:29:47.058Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-08-11T16:29:47.058Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-08-11T16:29:47.058Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-08-11T16:29:47.058Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-08-11T16:29:47.627Z] Loaded image: busybox:latest [2022-08-11T16:29:47.627Z] Loaded image: busybox:glibc [2022-08-11T16:29:49.006Z] Loaded image: debian:bullseye-slim [2022-08-11T16:29:49.006Z] Loaded image: hello-world:latest [2022-08-11T16:29:49.266Z] Loaded image: arm32v7/hello-world:latest [2022-08-11T16:29:50.040Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.45s) [2022-08-11T16:29:50.040Z] === RUN TestAuthZPluginV2Disable [2022-08-11T16:29:50.646Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-08-11T16:29:51.954Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.55s) [2022-08-11T16:29:51.954Z] PASS [2022-08-11T16:29:51.954Z] [2022-08-11T16:29:51.954Z] === Skipped [2022-08-11T16:29:51.954Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-08-11T16:29:51.954Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:29:51.954Z] [2022-08-11T16:29:51.954Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:29:51.954Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:29:51.954Z] [2022-08-11T16:29:51.954Z] DONE 34 tests, 2 skipped in 66.772s [2022-08-11T16:29:51.954Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-08-11T16:29:51.954Z] ++ 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-08-11T16:29:51.954Z] ++ set -e [2022-08-11T16:29:51.954Z] ++ '[' -n 0 ']' [2022-08-11T16:29:51.954Z] ++ set -x [2022-08-11T16:29:51.954Z] ++ 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-08-11T16:29:51.954Z] INFO: Testing against a local daemon [2022-08-11T16:29:51.954Z] === RUN TestConfigInspect [2022-08-11T16:29:53.186Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-08-11T16:29:53.307Z] --- PASS: TestAuthZPluginV2Disable (3.76s) [2022-08-11T16:29:53.307Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-11T16:29:53.862Z] --- PASS: TestConfigInspect (2.28s) [2022-08-11T16:29:53.862Z] === RUN TestConfigList [2022-08-11T16:29:55.093Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-08-11T16:29:56.065Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-08-11T16:29:56.065Z] tests/integration/client_test.py ..... [ 75%] [2022-08-11T16:29:56.065Z] tests/integration/context_api_test.py ... [ 76%] [2022-08-11T16:29:56.065Z] tests/integration/errors_test.py . [ 76%] [2022-08-11T16:29:56.399Z] --- PASS: TestConfigList (2.16s) [2022-08-11T16:29:56.399Z] === RUN TestConfigsCreateAndDelete [2022-08-11T16:29:56.575Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.58s) [2022-08-11T16:29:56.575Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-11T16:29:56.999Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-08-11T16:29:57.569Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-08-11T16:29:58.306Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-08-11T16:29:58.306Z] === RUN TestConfigsUpdate [2022-08-11T16:29:58.507Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.04s) [2022-08-11T16:29:58.507Z] PASS [2022-08-11T16:29:58.507Z] [2022-08-11T16:29:58.507Z] === Skipped [2022-08-11T16:29:58.507Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-08-11T16:29:58.507Z] build_session_test.go:25: TODO: BuildKit [2022-08-11T16:29:58.507Z] [2022-08-11T16:29:58.507Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-08-11T16:29:58.507Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-08-11T16:29:58.507Z] [2022-08-11T16:29:58.507Z] DONE 34 tests, 2 skipped in 195.682s [2022-08-11T16:29:58.507Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-08-11T16:29:58.507Z] ++ 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-08-11T16:29:58.507Z] ++ set -e [2022-08-11T16:29:58.507Z] ++ '[' -n 0 ']' [2022-08-11T16:29:58.507Z] ++ set -x [2022-08-11T16:29:58.507Z] ++ 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-08-11T16:29:58.767Z] INFO: Testing against a local daemon [2022-08-11T16:29:58.767Z] === RUN TestConfigInspect [2022-08-11T16:29:58.767Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-08-11T16:30:00.147Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-08-11T16:30:00.215Z] --- PASS: TestConfigsUpdate (2.19s) [2022-08-11T16:30:00.215Z] === RUN TestTemplatedConfig [2022-08-11T16:30:00.739Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-08-11T16:30:01.308Z] --- PASS: TestConfigInspect (2.66s) [2022-08-11T16:30:01.308Z] === RUN TestConfigList [2022-08-11T16:30:01.568Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-08-11T16:30:01.568Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-08-11T16:30:02.507Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-08-11T16:30:02.766Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-08-11T16:30:02.814Z] --- PASS: TestTemplatedConfig (2.47s) [2022-08-11T16:30:02.814Z] === RUN TestConfigCreateResolve [2022-08-11T16:30:03.027Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-08-11T16:30:03.596Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-08-11T16:30:04.166Z] --- PASS: TestConfigList (2.80s) [2022-08-11T16:30:04.167Z] === RUN TestConfigsCreateAndDelete [2022-08-11T16:30:04.735Z] docker_cli_daemon_test.go:1475: [db1bb40bbc532] daemon is not started [2022-08-11T16:30:04.735Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-08-11T16:30:05.351Z] --- PASS: TestConfigCreateResolve (2.17s) [2022-08-11T16:30:05.352Z] PASS [2022-08-11T16:30:05.352Z] [2022-08-11T16:30:05.352Z] DONE 6 tests in 13.549s [2022-08-11T16:30:05.352Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-08-11T16:30:05.352Z] ++ 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-08-11T16:30:05.352Z] ++ set -e [2022-08-11T16:30:05.352Z] ++ '[' -n 0 ']' [2022-08-11T16:30:05.352Z] ++ set -x [2022-08-11T16:30:05.352Z] ++ 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-08-11T16:30:05.352Z] INFO: Testing against a local daemon [2022-08-11T16:30:05.352Z] === RUN TestAttachWithTTY [2022-08-11T16:30:05.352Z] --- PASS: TestAttachWithTTY (0.07s) [2022-08-11T16:30:05.352Z] === RUN TestAttachWithoutTTy [2022-08-11T16:30:05.352Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-08-11T16:30:05.352Z] === RUN TestCheckpoint [2022-08-11T16:30:05.352Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:30:05.352Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/commit [2022-08-11T16:30:05.352Z] === PAUSE TestContainerInvalidJSON/commit [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/create [2022-08-11T16:30:05.352Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:30:05.352Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:30:05.352Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:30:05.352Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:30:05.352Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:30:05.352Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:30:05.352Z] === CONT TestContainerInvalidJSON/commit [2022-08-11T16:30:05.352Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-08-11T16:30:05.352Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-08-11T16:30:05.352Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-08-11T16:30:05.352Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-08-11T16:30:05.352Z] === CONT TestContainerInvalidJSON/containers/create [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-08-11T16:30:05.352Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-08-11T16:30:05.352Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-08-11T16:30:05.352Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-08-11T16:30:05.352Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-11T16:30:05.352Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-08-11T16:30:05.352Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-11T16:30:05.352Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-08-11T16:30:05.352Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-11T16:30:05.352Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-08-11T16:30:05.352Z] === RUN TestCopyEmptyFile [2022-08-11T16:30:05.612Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-08-11T16:30:05.612Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-11T16:30:05.612Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-08-11T16:30:05.612Z] === RUN TestCopyFromContainer [2022-08-11T16:30:05.674Z] check_test.go:540: [de389e190dc4a] daemon is not started [2022-08-11T16:30:05.675Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-08-11T16:30:06.524Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.01s) [2022-08-11T16:30:06.524Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-11T16:30:06.550Z] === RUN TestCopyFromContainer// [2022-08-11T16:30:06.810Z] === RUN TestCopyFromContainer//bar/root [2022-08-11T16:30:06.810Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-11T16:30:06.810Z] === RUN TestCopyFromContainer/bar/quux [2022-08-11T16:30:06.810Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-11T16:30:07.070Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-11T16:30:07.070Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-11T16:30:07.070Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-11T16:30:07.070Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-11T16:30:07.070Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer (1.54s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-08-11T16:30:07.329Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-08-11T16:30:07.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-11T16:30:07.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:30:07.329Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:30:07.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:30:07.329Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:30:07.329Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:30:07.329Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:30:07.329Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:30:07.329Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:30:07.329Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:30:07.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-08-11T16:30:07.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-11T16:30:07.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-11T16:30:07.329Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-11T16:30:07.329Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-11T16:30:07.329Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-08-11T16:30:07.329Z] === RUN TestCreateWithInvalidEnv [2022-08-11T16:30:07.329Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-11T16:30:07.329Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-11T16:30:07.329Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-11T16:30:07.329Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-11T16:30:07.329Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-11T16:30:07.329Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-11T16:30:07.329Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-11T16:30:07.329Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-11T16:30:07.329Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-11T16:30:07.329Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-08-11T16:30:07.329Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-11T16:30:07.329Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-11T16:30:07.329Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-11T16:30:07.329Z] === RUN TestCreateTmpfsMountsTarget [2022-08-11T16:30:07.329Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-08-11T16:30:07.329Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-11T16:30:07.584Z] --- PASS: TestConfigsCreateAndDelete (3.15s) [2022-08-11T16:30:07.584Z] === RUN TestConfigsUpdate [2022-08-11T16:30:07.843Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-08-11T16:30:08.714Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s) [2022-08-11T16:30:08.714Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-11T16:30:09.226Z] check_test.go:540: [d2b230d7b2081] daemon is not started [2022-08-11T16:30:09.226Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-08-11T16:30:10.095Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.25s) [2022-08-11T16:30:10.095Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-11T16:30:10.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:30:10.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:30:10.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:30:10.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:30:10.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:30:10.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:30:10.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:30:10.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:30:10.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:30:10.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:30:10.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:30:10.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:30:10.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:30:10.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:30:10.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:30:10.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-08-11T16:30:10.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-08-11T16:30:10.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-08-11T16:30:10.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-08-11T16:30:10.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-08-11T16:30:10.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-08-11T16:30:10.095Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-11T16:30:10.164Z] --- PASS: TestConfigsUpdate (2.90s) [2022-08-11T16:30:10.164Z] === RUN TestTemplatedConfig [2022-08-11T16:30:10.164Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-08-11T16:30:10.355Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-08-11T16:30:10.355Z] === RUN TestCreateDifferentPlatform [2022-08-11T16:30:10.355Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-11T16:30:10.355Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-11T16:30:10.355Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-08-11T16:30:10.355Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-11T16:30:10.355Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-11T16:30:10.355Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-11T16:30:10.355Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-08-11T16:30:10.355Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-11T16:30:10.355Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-08-11T16:30:10.355Z] === RUN TestCreateInvalidHostConfig [2022-08-11T16:30:10.355Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:30:10.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:30:10.355Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:30:10.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:30:10.355Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:30:10.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:30:10.355Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:30:10.355Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:30:10.355Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:30:10.355Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:30:10.355Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:30:10.355Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:30:10.355Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-08-11T16:30:10.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-08-11T16:30:10.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-08-11T16:30:10.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-08-11T16:30:10.355Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-08-11T16:30:10.355Z] === RUN TestContainerStartOnDaemonRestart [2022-08-11T16:30:10.355Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-11T16:30:10.355Z] === RUN TestDaemonRestartIpcMode [2022-08-11T16:30:10.355Z] === PAUSE TestDaemonRestartIpcMode [2022-08-11T16:30:10.355Z] === RUN TestDaemonHostGatewayIP [2022-08-11T16:30:10.355Z] === PAUSE TestDaemonHostGatewayIP [2022-08-11T16:30:10.355Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-11T16:30:10.355Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-11T16:30:10.355Z] === RUN TestContainerKillOnDaemonStart [2022-08-11T16:30:10.355Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-11T16:30:10.355Z] === RUN TestDiff [2022-08-11T16:30:10.734Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-08-11T16:30:10.924Z] --- PASS: TestDiff (0.43s) [2022-08-11T16:30:10.924Z] === RUN TestExecConsoleSize [2022-08-11T16:30:11.184Z] --- PASS: TestExecConsoleSize (0.52s) [2022-08-11T16:30:11.184Z] === RUN TestExecWithCloseStdin [2022-08-11T16:30:11.303Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-08-11T16:30:11.562Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-08-11T16:30:11.753Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-08-11T16:30:11.753Z] === RUN TestExec [2022-08-11T16:30:12.134Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-08-11T16:30:12.134Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-08-11T16:30:12.134Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-08-11T16:30:12.322Z] --- PASS: TestExec (0.49s) [2022-08-11T16:30:12.322Z] === RUN TestExecUser [2022-08-11T16:30:12.892Z] --- PASS: TestExecUser (0.48s) [2022-08-11T16:30:12.892Z] === RUN TestExportContainerAndImportImage [2022-08-11T16:30:13.461Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2022-08-11T16:30:13.461Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-11T16:30:13.515Z] --- PASS: TestTemplatedConfig (3.19s) [2022-08-11T16:30:13.516Z] === RUN TestConfigCreateResolve [2022-08-11T16:30:13.516Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-08-11T16:30:13.775Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-08-11T16:30:14.432Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-08-11T16:30:14.841Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-08-11T16:30:14.841Z] === RUN TestHealthCheckWorkdir [2022-08-11T16:30:15.101Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-08-11T16:30:15.101Z] === RUN TestHealthKillContainer [2022-08-11T16:30:15.194Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-08-11T16:30:15.194Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-08-11T16:30:15.773Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-08-11T16:30:16.713Z] --- PASS: TestConfigCreateResolve (3.22s) [2022-08-11T16:30:16.713Z] PASS [2022-08-11T16:30:16.713Z] [2022-08-11T16:30:16.713Z] DONE 6 tests in 18.047s [2022-08-11T16:30:16.713Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-08-11T16:30:16.713Z] ++ 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-08-11T16:30:16.713Z] ++ set -e [2022-08-11T16:30:16.713Z] ++ '[' -n 0 ']' [2022-08-11T16:30:16.713Z] ++ set -x [2022-08-11T16:30:16.713Z] ++ 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-08-11T16:30:16.713Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-08-11T16:30:16.713Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-08-11T16:30:16.973Z] INFO: Testing against a local daemon [2022-08-11T16:30:16.973Z] === RUN TestAttachWithTTY [2022-08-11T16:30:16.973Z] --- PASS: TestAttachWithTTY (0.07s) [2022-08-11T16:30:16.973Z] === RUN TestAttachWithoutTTy [2022-08-11T16:30:16.973Z] --- PASS: TestAttachWithoutTTy (0.07s) [2022-08-11T16:30:16.973Z] === RUN TestCheckpoint [2022-08-11T16:30:16.973Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:30:16.973Z] --- SKIP: TestCheckpoint (0.00s) [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/commit [2022-08-11T16:30:16.973Z] === PAUSE TestContainerInvalidJSON/commit [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/create [2022-08-11T16:30:16.973Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:30:16.973Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:30:16.973Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:30:16.973Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:30:16.973Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:30:16.973Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:30:16.973Z] === CONT TestContainerInvalidJSON/commit [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-08-11T16:30:16.973Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-08-11T16:30:16.973Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-08-11T16:30:16.973Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-08-11T16:30:16.973Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-08-11T16:30:16.973Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-08-11T16:30:16.973Z] === CONT TestContainerInvalidJSON/containers/create [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-08-11T16:30:16.973Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.03s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.03s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-08-11T16:30:16.973Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-08-11T16:30:16.973Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-08-11T16:30:17.233Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-08-11T16:30:17.233Z] === RUN TestCopyFromContainerPathIsNotDir [2022-08-11T16:30:17.233Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-08-11T16:30:17.233Z] === RUN TestCopyToContainerPathDoesNotExist [2022-08-11T16:30:17.233Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-08-11T16:30:17.233Z] === RUN TestCopyEmptyFile [2022-08-11T16:30:17.493Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-08-11T16:30:17.753Z] --- PASS: TestCopyEmptyFile (0.39s) [2022-08-11T16:30:17.753Z] === RUN TestCopyToContainerPathIsNotDir [2022-08-11T16:30:17.753Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-08-11T16:30:17.753Z] === RUN TestCopyFromContainer [2022-08-11T16:30:18.324Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-08-11T16:30:18.895Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-08-11T16:30:19.155Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-08-11T16:30:19.155Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-08-11T16:30:19.416Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-08-11T16:30:19.416Z] === RUN TestCopyFromContainer// [2022-08-11T16:30:19.416Z] === RUN TestCopyFromContainer//bar/root [2022-08-11T16:30:19.678Z] === RUN TestCopyFromContainer//bar/root/ [2022-08-11T16:30:19.678Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-08-11T16:30:19.678Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-08-11T16:30:19.678Z] === RUN TestCopyFromContainer/bar/quux [2022-08-11T16:30:19.678Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-08-11T16:30:19.938Z] === RUN TestCopyFromContainer/bar/quux/ [2022-08-11T16:30:19.938Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-08-11T16:30:19.938Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-08-11T16:30:19.938Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-08-11T16:30:20.197Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-08-11T16:30:20.197Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-08-11T16:30:20.457Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-08-11T16:30:20.457Z] === RUN TestCopyFromContainer/bar/notarget [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer (2.95s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer// (0.15s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.17s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2022-08-11T16:30:20.716Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-08-11T16:30:20.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-08-11T16:30:20.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:30:20.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:30:20.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:30:20.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:30:20.716Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:30:20.716Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:30:20.716Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-08-11T16:30:20.716Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-08-11T16:30:20.716Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-08-11T16:30:20.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-08-11T16:30:20.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-08-11T16:30:20.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-08-11T16:30:20.716Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-08-11T16:30:20.716Z] === RUN TestCreateLinkToNonExistingContainer [2022-08-11T16:30:20.716Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-08-11T16:30:20.716Z] === RUN TestCreateWithInvalidEnv [2022-08-11T16:30:20.716Z] === RUN TestCreateWithInvalidEnv/0 [2022-08-11T16:30:20.716Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-08-11T16:30:20.716Z] === RUN TestCreateWithInvalidEnv/1 [2022-08-11T16:30:20.716Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-08-11T16:30:20.716Z] === RUN TestCreateWithInvalidEnv/2 [2022-08-11T16:30:20.716Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-08-11T16:30:20.716Z] === CONT TestCreateWithInvalidEnv/0 [2022-08-11T16:30:20.716Z] === CONT TestCreateWithInvalidEnv/2 [2022-08-11T16:30:20.716Z] === CONT TestCreateWithInvalidEnv/1 [2022-08-11T16:30:20.716Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-08-11T16:30:20.716Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-08-11T16:30:20.716Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-08-11T16:30:20.716Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-08-11T16:30:20.716Z] === RUN TestCreateTmpfsMountsTarget [2022-08-11T16:30:20.716Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-08-11T16:30:20.716Z] === RUN TestCreateWithCustomMaskedPaths [2022-08-11T16:30:20.976Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-08-11T16:30:21.916Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-08-11T16:30:22.485Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-08-11T16:30:22.485Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-08-11T16:30:22.745Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-08-11T16:30:23.005Z] --- PASS: TestCreateWithCustomMaskedPaths (2.28s) [2022-08-11T16:30:23.005Z] === RUN TestCreateWithCustomReadonlyPaths [2022-08-11T16:30:23.223Z] --- PASS: TestHealthKillContainer (7.94s) [2022-08-11T16:30:23.223Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-11T16:30:23.483Z] --- PASS: TestInspectCpusetInConfigPre120 (0.42s) [2022-08-11T16:30:23.483Z] === RUN TestIpcModeNone [2022-08-11T16:30:24.052Z] --- PASS: TestIpcModeNone (0.48s) [2022-08-11T16:30:24.052Z] === RUN TestIpcModePrivate [2022-08-11T16:30:24.311Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-08-11T16:30:24.386Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-08-11T16:30:24.571Z] --- PASS: TestIpcModePrivate (0.49s) [2022-08-11T16:30:24.571Z] === RUN TestIpcModeShareable [2022-08-11T16:30:24.587Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2022-08-11T16:30:24.587Z] PASS [2022-08-11T16:30:24.587Z] [2022-08-11T16:30:24.587Z] DONE 17 tests in 48.382s [2022-08-11T16:30:24.587Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-11T16:30:24.587Z] INFO: Testing against a local daemon [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:30:24.587Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:30:24.587Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-08-11T16:30:24.587Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-08-11T16:30:24.587Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-08-11T16:30:24.587Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-08-11T16:30:24.587Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-08-11T16:30:24.587Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-08-11T16:30:24.587Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-08-11T16:30:24.588Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-08-11T16:30:24.588Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-08-11T16:30:24.588Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-08-11T16:30:24.588Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-08-11T16:30:24.588Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-08-11T16:30:24.588Z] === RUN TestPluginInstall [2022-08-11T16:30:24.588Z] === RUN TestPluginInstall/no_auth [2022-08-11T16:30:24.588Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:30:24.588Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d4d3db3fd8879f01570add39187589d1395e9fb30548a316be4823e7154a898" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:30:24.588Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:30:24.588Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d4d3db3fd8879f01570add39187589d1395e9fb30548a316be4823e7154a898" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:30:24.588Z] === RUN TestPluginInstall/with_htpasswd [2022-08-11T16:30:24.832Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-08-11T16:30:24.832Z] --- PASS: TestIpcModeShareable (0.45s) [2022-08-11T16:30:24.832Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-11T16:30:24.843Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:30:24.843Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea6a0ecc5fe1afa807ddc6da67028c0e9536653bfa6522635335bd564047e924" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:30:24.843Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:30:24.844Z] time="2022-08-11T16:30:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea6a0ecc5fe1afa807ddc6da67028c0e9536653bfa6522635335bd564047e924" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:30:24.956Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-08-11T16:30:24.956Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-08-11T16:30:25.100Z] === RUN TestPluginInstall/with_insecure [2022-08-11T16:30:25.216Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.16s) [2022-08-11T16:30:25.216Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-08-11T16:30:25.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:30:25.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:30:25.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:30:25.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:30:25.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:30:25.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:30:25.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:30:25.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:30:25.216Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:30:25.216Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:30:25.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-08-11T16:30:25.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-08-11T16:30:25.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-08-11T16:30:25.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-08-11T16:30:25.216Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-08-11T16:30:25.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-08-11T16:30:25.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-08-11T16:30:25.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-08-11T16:30:25.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-08-11T16:30:25.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-08-11T16:30:25.216Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-08-11T16:30:25.216Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-08-11T16:30:25.786Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-08-11T16:30:26.028Z] time="2022-08-11T16:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:30:26.028Z] time="2022-08-11T16:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04a56474fb00c4347a9f23bc716d7f2cd6294de3592a6da2e37034e9de67ee33" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:30:26.028Z] time="2022-08-11T16:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:30:26.028Z] time="2022-08-11T16:30:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:04a56474fb00c4347a9f23bc716d7f2cd6294de3592a6da2e37034e9de67ee33" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:30:26.028Z] plugin_test.go:196: [da1827743dcbc] daemon is not started [2022-08-11T16:30:26.028Z] --- PASS: TestPluginInstall (2.73s) [2022-08-11T16:30:26.028Z] --- PASS: TestPluginInstall/no_auth (1.03s) [2022-08-11T16:30:26.028Z] --- PASS: TestPluginInstall/with_htpasswd (0.63s) [2022-08-11T16:30:26.028Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-08-11T16:30:26.028Z] === RUN TestPluginsWithRuntimes [2022-08-11T16:30:26.047Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2022-08-11T16:30:26.047Z] === RUN TestCreateDifferentPlatform [2022-08-11T16:30:26.047Z] === RUN TestCreateDifferentPlatform/different_os [2022-08-11T16:30:26.047Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-08-11T16:30:26.047Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-08-11T16:30:26.047Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-08-11T16:30:26.047Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-08-11T16:30:26.047Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-08-11T16:30:26.309Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-08-11T16:30:26.309Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-08-11T16:30:26.309Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-08-11T16:30:26.309Z] === RUN TestCreateInvalidHostConfig [2022-08-11T16:30:26.309Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-08-11T16:30:26.309Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:30:26.309Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:30:26.309Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:30:26.309Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:30:26.309Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:30:26.309Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:30:26.309Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:30:26.309Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:30:26.309Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-08-11T16:30:26.309Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-08-11T16:30:26.309Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-08-11T16:30:26.309Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-08-11T16:30:26.309Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-08-11T16:30:26.309Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-08-11T16:30:26.309Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-08-11T16:30:26.309Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-08-11T16:30:26.309Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-08-11T16:30:26.309Z] === RUN TestContainerStartOnDaemonRestart [2022-08-11T16:30:26.309Z] === PAUSE TestContainerStartOnDaemonRestart [2022-08-11T16:30:26.309Z] === RUN TestDaemonRestartIpcMode [2022-08-11T16:30:26.309Z] === PAUSE TestDaemonRestartIpcMode [2022-08-11T16:30:26.309Z] === RUN TestDaemonHostGatewayIP [2022-08-11T16:30:26.309Z] === PAUSE TestDaemonHostGatewayIP [2022-08-11T16:30:26.309Z] === RUN TestRestartDaemonWithRestartingContainer [2022-08-11T16:30:26.309Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-08-11T16:30:26.309Z] === RUN TestContainerKillOnDaemonStart [2022-08-11T16:30:26.309Z] === PAUSE TestContainerKillOnDaemonStart [2022-08-11T16:30:26.309Z] === RUN TestDiff [2022-08-11T16:30:26.570Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-08-11T16:30:26.762Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.60s) [2022-08-11T16:30:26.762Z] === RUN TestAPIIpcModeHost [2022-08-11T16:30:26.762Z] --- PASS: TestAPIIpcModeHost (0.37s) [2022-08-11T16:30:26.762Z] === RUN TestDaemonIpcModeShareable [2022-08-11T16:30:27.141Z] --- PASS: TestDiff (0.75s) [2022-08-11T16:30:27.141Z] === RUN TestExecConsoleSize [2022-08-11T16:30:27.401Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-08-11T16:30:27.919Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-11T16:30:27.972Z] --- PASS: TestExecConsoleSize (0.84s) [2022-08-11T16:30:27.972Z] === RUN TestExecWithCloseStdin [2022-08-11T16:30:28.142Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-08-11T16:30:28.142Z] --- PASS: TestDaemonIpcModeShareable (1.18s) [2022-08-11T16:30:28.142Z] === RUN TestDaemonIpcModePrivate [2022-08-11T16:30:28.232Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-08-11T16:30:28.232Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-08-11T16:30:28.481Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-11T16:30:28.801Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-08-11T16:30:28.801Z] --- PASS: TestExecWithCloseStdin (0.95s) [2022-08-11T16:30:28.801Z] === RUN TestExec [2022-08-11T16:30:29.061Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-08-11T16:30:29.080Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-08-11T16:30:29.347Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-08-11T16:30:29.347Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-11T16:30:29.408Z] --- PASS: TestPluginsWithRuntimes (3.34s) [2022-08-11T16:30:29.408Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-08-11T16:30:29.408Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-08-11T16:30:29.408Z] === RUN TestPluginBackCompatMediaTypes [2022-08-11T16:30:29.631Z] --- PASS: TestExec (0.89s) [2022-08-11T16:30:29.631Z] === RUN TestExecUser [2022-08-11T16:30:29.891Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-08-11T16:30:29.970Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-08-11T16:30:29.970Z] PASS [2022-08-11T16:30:29.970Z] [2022-08-11T16:30:29.970Z] DONE 24 tests in 6.680s [2022-08-11T16:30:29.970Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-11T16:30:29.970Z] INFO: Testing against a local daemon [2022-08-11T16:30:29.970Z] === RUN TestExternalGraphDriver [2022-08-11T16:30:30.151Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-08-11T16:30:30.285Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-08-11T16:30:30.411Z] --- PASS: TestExecUser (0.71s) [2022-08-11T16:30:30.411Z] === RUN TestExportContainerAndImportImage [2022-08-11T16:30:30.532Z] === RUN TestExternalGraphDriver/json [2022-08-11T16:30:30.545Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-08-11T16:30:30.545Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-11T16:30:30.594Z] ......... [ 85%] [2022-08-11T16:30:30.981Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-08-11T16:30:30.981Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-08-11T16:30:31.485Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-08-11T16:30:31.485Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-08-11T16:30:31.485Z] === RUN TestIpcModeOlderClient [2022-08-11T16:30:31.552Z] --- PASS: TestExportContainerAndImportImage (1.15s) [2022-08-11T16:30:31.552Z] === RUN TestExportContainerAfterDaemonRestart [2022-08-11T16:30:31.745Z] === PAUSE TestIpcModeOlderClient [2022-08-11T16:30:31.745Z] === RUN TestKillContainerInvalidSignal [2022-08-11T16:30:31.812Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-08-11T16:30:32.004Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-08-11T16:30:32.004Z] === RUN TestKillContainer [2022-08-11T16:30:32.004Z] === RUN TestKillContainer/no_signal [2022-08-11T16:30:32.382Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-08-11T16:30:32.423Z] === RUN TestExternalGraphDriver/spec [2022-08-11T16:30:32.573Z] === RUN TestKillContainer/non_killing_signal [2022-08-11T16:30:32.833Z] === RUN TestKillContainer/killing_signal [2022-08-11T16:30:33.323Z] --- PASS: TestExportContainerAfterDaemonRestart (1.59s) [2022-08-11T16:30:33.323Z] === RUN TestHealthCheckWorkdir [2022-08-11T16:30:33.323Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-08-11T16:30:33.401Z] --- PASS: TestKillContainer (1.27s) [2022-08-11T16:30:33.401Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-08-11T16:30:33.401Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-08-11T16:30:33.401Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-08-11T16:30:33.401Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-11T16:30:33.401Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-11T16:30:33.661Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-11T16:30:33.788Z] === RUN TestExternalGraphDriver/pull [2022-08-11T16:30:33.892Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-08-11T16:30:34.152Z] --- PASS: TestHealthCheckWorkdir (1.10s) [2022-08-11T16:30:34.152Z] === RUN TestHealthKillContainer [2022-08-11T16:30:34.152Z] check_test.go:540: [d6791fa8d4f66] daemon is not started [2022-08-11T16:30:34.152Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-08-11T16:30:34.599Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2022-08-11T16:30:34.599Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-08-11T16:30:34.599Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-08-11T16:30:34.599Z] === RUN TestKillStoppedContainer [2022-08-11T16:30:34.599Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-08-11T16:30:34.599Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-11T16:30:34.599Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-08-11T16:30:34.599Z] === RUN TestKillDifferentUserContainer [2022-08-11T16:30:34.721Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-08-11T16:30:34.721Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-08-11T16:30:34.721Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-08-11T16:30:34.721Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-08-11T16:30:34.721Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-08-11T16:30:35.168Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-08-11T16:30:35.168Z] === RUN TestInspectOomKilledTrue [2022-08-11T16:30:35.290Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-08-11T16:30:35.497Z] tests/integration/models_images_test.py ............... [ 89%] [2022-08-11T16:30:35.679Z] --- PASS: TestExternalGraphDriver (5.35s) [2022-08-11T16:30:35.679Z] --- PASS: TestExternalGraphDriver/json (1.68s) [2022-08-11T16:30:35.679Z] --- PASS: TestExternalGraphDriver/spec (1.66s) [2022-08-11T16:30:35.679Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2022-08-11T16:30:35.679Z] === RUN TestGraphdriverPluginV2 [2022-08-11T16:30:35.737Z] --- PASS: TestInspectOomKilledTrue (0.49s) [2022-08-11T16:30:35.737Z] === RUN TestInspectOomKilledFalse [2022-08-11T16:30:35.997Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-08-11T16:30:35.997Z] === RUN TestLinksEtcHostsContentMatch [2022-08-11T16:30:36.228Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-08-11T16:30:36.257Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-08-11T16:30:36.257Z] === RUN TestLinksContainerNames [2022-08-11T16:30:36.934Z] tests/integration/models_networks_test.py .... [ 90%] [2022-08-11T16:30:37.195Z] --- PASS: TestLinksContainerNames (0.86s) [2022-08-11T16:30:37.195Z] === RUN TestLogsFollowTailEmpty [2022-08-11T16:30:37.608Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-08-11T16:30:37.763Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-08-11T16:30:37.763Z] === RUN TestLogs [2022-08-11T16:30:37.763Z] === RUN TestLogs/driver_local [2022-08-11T16:30:37.763Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:30:37.763Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:30:37.763Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-08-11T16:30:37.763Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-08-11T16:30:37.763Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-08-11T16:30:37.763Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-08-11T16:30:37.763Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:30:37.763Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:30:37.763Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:30:37.764Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:30:37.764Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:30:37.764Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:30:37.764Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:30:37.764Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:30:38.333Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:30:38.333Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:30:38.902Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-08-11T16:30:38.902Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-08-11T16:30:39.471Z] === RUN TestLogs/driver_json-file [2022-08-11T16:30:39.471Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:30:39.471Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:30:39.471Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:30:39.471Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:30:39.471Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:30:39.471Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:30:39.471Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:30:39.471Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:30:39.471Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:30:39.471Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:30:39.471Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:30:39.471Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:30:39.471Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:30:39.471Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:30:39.518Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-08-11T16:30:39.777Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-08-11T16:30:39.847Z] --- PASS: TestGraphdriverPluginV2 (4.33s) [2022-08-11T16:30:39.847Z] PASS [2022-08-11T16:30:39.847Z] [2022-08-11T16:30:39.847Z] DONE 5 tests in 9.718s [2022-08-11T16:30:39.847Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-11T16:30:39.847Z] INFO: Testing against a local daemon [2022-08-11T16:30:39.847Z] === RUN TestContinueAfterPluginCrash [2022-08-11T16:30:39.847Z] === PAUSE TestContinueAfterPluginCrash [2022-08-11T16:30:39.847Z] === RUN TestReadPluginNoRead [2022-08-11T16:30:39.847Z] === PAUSE TestReadPluginNoRead [2022-08-11T16:30:39.847Z] === RUN TestDaemonStartWithLogOpt [2022-08-11T16:30:39.847Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-11T16:30:39.847Z] === CONT TestContinueAfterPluginCrash [2022-08-11T16:30:39.847Z] === CONT TestDaemonStartWithLogOpt [2022-08-11T16:30:40.347Z] === RUN TestDockerSuite/TestContainerAPITop [2022-08-11T16:30:40.409Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:30:40.410Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:30:40.669Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:30:40.915Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-08-11T16:30:40.915Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-08-11T16:30:40.915Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-08-11T16:30:40.915Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-08-11T16:30:40.929Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:30:41.497Z] --- PASS: TestLogs (3.76s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_local (0.01s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.70s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.74s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.48s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.55s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.67s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.61s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.64s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.73s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.49s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.64s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.58s) [2022-08-11T16:30:41.497Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.56s) [2022-08-11T16:30:41.497Z] === RUN TestContainerNetworkMountsNoChown [2022-08-11T16:30:41.756Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2022-08-11T16:30:41.756Z] === RUN TestMountDaemonRoot [2022-08-11T16:30:41.756Z] === RUN TestMountDaemonRoot/default [2022-08-11T16:30:41.756Z] === PAUSE TestMountDaemonRoot/default [2022-08-11T16:30:41.756Z] === RUN TestMountDaemonRoot/private [2022-08-11T16:30:41.756Z] === PAUSE TestMountDaemonRoot/private [2022-08-11T16:30:41.756Z] === RUN TestMountDaemonRoot/rprivate [2022-08-11T16:30:41.756Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-11T16:30:41.756Z] === RUN TestMountDaemonRoot/slave [2022-08-11T16:30:41.756Z] === PAUSE TestMountDaemonRoot/slave [2022-08-11T16:30:41.756Z] === RUN TestMountDaemonRoot/rslave [2022-08-11T16:30:41.756Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-11T16:30:41.756Z] === RUN TestMountDaemonRoot/shared [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/shared [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rshared [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/default [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/rslave [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/rshared [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/shared [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/rprivate [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/slave [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/private [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-11T16:30:41.757Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:30:41.757Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:30:41.757Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:30:42.016Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:30:42.276Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-08-11T16:30:42.276Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-08-11T16:30:42.276Z] === RUN TestContainerBindMountNonRecursive [2022-08-11T16:30:42.818Z] --- PASS: TestHealthKillContainer (8.24s) [2022-08-11T16:30:42.818Z] === RUN TestInspectCpusetInConfigPre120 [2022-08-11T16:30:43.078Z] --- PASS: TestInspectCpusetInConfigPre120 (0.47s) [2022-08-11T16:30:43.078Z] === RUN TestIpcModeNone [2022-08-11T16:30:43.078Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-08-11T16:30:43.115Z] --- PASS: TestDaemonStartWithLogOpt (3.41s) [2022-08-11T16:30:43.116Z] === CONT TestReadPluginNoRead [2022-08-11T16:30:43.337Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-08-11T16:30:43.467Z] tests/integration/models_nodes_test.py . [ 90%] [2022-08-11T16:30:43.467Z] tests/integration/models_resources_test.py . [ 91%] [2022-08-11T16:30:43.599Z] --- PASS: TestIpcModeNone (0.76s) [2022-08-11T16:30:43.599Z] === RUN TestIpcModePrivate [2022-08-11T16:30:43.656Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-08-11T16:30:43.657Z] === RUN TestContainerVolumesMountedAsShared [2022-08-11T16:30:43.860Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-08-11T16:30:44.122Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:89, shared: false, mustBeShared: false [2022-08-11T16:30:44.230Z] --- PASS: TestContainerVolumesMountedAsShared (0.43s) [2022-08-11T16:30:44.230Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-11T16:30:44.493Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-08-11T16:30:44.493Z] === RUN TestNetworkNat [2022-08-11T16:30:44.524Z] --- PASS: TestIpcModePrivate (0.67s) [2022-08-11T16:30:44.524Z] === RUN TestIpcModeShareable [2022-08-11T16:30:44.801Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:84, shared: true, mustBeShared: true [2022-08-11T16:30:45.065Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-08-11T16:30:45.065Z] --- PASS: TestIpcModeShareable (0.72s) [2022-08-11T16:30:45.065Z] === RUN TestAPIIpcModeShareableAndContainer [2022-08-11T16:30:45.067Z] --- PASS: TestNetworkNat (0.47s) [2022-08-11T16:30:45.067Z] === RUN TestNetworkLocalhostTCPNat [2022-08-11T16:30:45.212Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-08-11T16:30:45.326Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-08-11T16:30:45.326Z] === RUN TestNetworkLoopbackNat [2022-08-11T16:30:45.634Z] === RUN TestReadPluginNoRead/default [2022-08-11T16:30:46.444Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-08-11T16:30:46.562Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-11T16:30:46.704Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-08-11T16:30:46.964Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.87s) [2022-08-11T16:30:46.964Z] === RUN TestAPIIpcModeHost [2022-08-11T16:30:47.224Z] check_test.go:540: [dda059351eb81] daemon is not started [2022-08-11T16:30:47.224Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-08-11T16:30:47.484Z] --- PASS: TestAPIIpcModeHost (0.45s) [2022-08-11T16:30:47.484Z] === RUN TestDaemonIpcModeShareable [2022-08-11T16:30:47.744Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-08-11T16:30:47.862Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-08-11T16:30:47.862Z] === RUN TestPause [2022-08-11T16:30:47.935Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-11T16:30:48.004Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-08-11T16:30:48.198Z] --- PASS: TestContinueAfterPluginCrash (8.40s) [2022-08-11T16:30:48.264Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-08-11T16:30:48.431Z] --- PASS: TestPause (0.47s) [2022-08-11T16:30:48.431Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-11T16:30:48.431Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:30:48.431Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:30:48.431Z] === RUN TestPauseStopPausedContainer [2022-08-11T16:30:48.464Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-08-11T16:30:48.464Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-08-11T16:30:48.834Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: true, mustBeShared: true [2022-08-11T16:30:48.834Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-08-11T16:30:49.000Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-08-11T16:30:49.000Z] === RUN TestPidHost [2022-08-11T16:30:49.093Z] --- PASS: TestDaemonIpcModeShareable (1.54s) [2022-08-11T16:30:49.093Z] === RUN TestDaemonIpcModePrivate [2022-08-11T16:30:49.128Z] === CONT TestReadPluginNoRead [2022-08-11T16:30:49.128Z] read_test.go:92: [d4ffb33102a18] daemon is not started [2022-08-11T16:30:49.128Z] --- PASS: TestReadPluginNoRead (5.88s) [2022-08-11T16:30:49.128Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-08-11T16:30:49.128Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-08-11T16:30:49.128Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-08-11T16:30:49.128Z] PASS [2022-08-11T16:30:49.128Z] [2022-08-11T16:30:49.128Z] DONE 6 tests in 9.312s [2022-08-11T16:30:49.128Z] 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-08-11T16:30:49.128Z] testing: warning: no tests to run [2022-08-11T16:30:49.128Z] PASS [2022-08-11T16:30:49.128Z] [2022-08-11T16:30:49.128Z] DONE 0 tests in 0.007s [2022-08-11T16:30:49.128Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-11T16:30:49.128Z] INFO: Testing against a local daemon [2022-08-11T16:30:49.128Z] === RUN TestPluginWithDevMounts [2022-08-11T16:30:49.128Z] === PAUSE TestPluginWithDevMounts [2022-08-11T16:30:49.128Z] === CONT TestPluginWithDevMounts [2022-08-11T16:30:49.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-08-11T16:30:49.939Z] --- PASS: TestPidHost (0.98s) [2022-08-11T16:30:49.939Z] === RUN TestPsFilter [2022-08-11T16:30:49.939Z] --- PASS: TestPsFilter (0.11s) [2022-08-11T16:30:49.939Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-11T16:30:50.508Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-08-11T16:30:50.508Z] === RUN TestRemoveContainerWithVolume [2022-08-11T16:30:50.736Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2022-08-11T16:30:50.736Z] --- PASS: TestDaemonIpcModePrivate (1.68s) [2022-08-11T16:30:50.736Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-08-11T16:30:50.767Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-08-11T16:30:50.767Z] === RUN TestRemoveContainerRunning [2022-08-11T16:30:50.996Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001053560__} [2022-08-11T16:30:51.019Z] --- PASS: TestPluginWithDevMounts (1.55s) [2022-08-11T16:30:51.019Z] PASS [2022-08-11T16:30:51.019Z] [2022-08-11T16:30:51.019Z] DONE 1 tests in 1.577s [2022-08-11T16:30:51.019Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-11T16:30:51.019Z] INFO: Testing against a local daemon [2022-08-11T16:30:51.019Z] === RUN TestSecretInspect [2022-08-11T16:30:51.337Z] --- PASS: TestRemoveContainerRunning (0.45s) [2022-08-11T16:30:51.337Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-11T16:30:51.568Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-08-11T16:30:51.906Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-08-11T16:30:51.906Z] === RUN TestRemoveInvalidContainer [2022-08-11T16:30:51.906Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-08-11T16:30:51.906Z] === RUN TestRenameLinkedContainer [2022-08-11T16:30:52.138Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-08-11T16:30:52.138Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.60s) [2022-08-11T16:30:52.138Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-08-11T16:30:52.359Z] tests/integration/regression_test.py ...... [ 98%] [2022-08-11T16:30:52.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13963989564_/foo_false_____} [2022-08-11T16:30:52.615Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-08-11T16:30:52.615Z] tests/integration/credentials/utils_test.py . [100%] [2022-08-11T16:30:52.615Z] [2022-08-11T16:30:52.615Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-08-11T16:30:52.615Z] =========================== short test summary info ============================ [2022-08-11T16:30:52.615Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-08-11T16:30:52.615Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-08-11T16:30:52.615Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-08-11T16:30:52.615Z] Not supported on most drivers [2022-08-11T16:30:52.615Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-08-11T16:30:52.615Z] Output of docker top depends on host distro, and is not formalized. [2022-08-11T16:30:52.615Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-08-11T16:30:52.615Z] Output of docker top depends on host distro, and is not formalized. [2022-08-11T16:30:52.615Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-08-11T16:30:52.615Z] Can fail if eth0 has multiple IP addresses [2022-08-11T16:30:52.615Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-08-11T16:30:52.615Z] This doesn't seem to be taken into account by the engine [2022-08-11T16:30:52.615Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-08-11T16:30:52.615Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-08-11T16:30:52.615Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 284.58 seconds == [2022-08-11T16:30:52.871Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-08-11T16:30:52.911Z] --- PASS: TestSecretInspect (2.18s) [2022-08-11T16:30:52.911Z] === RUN TestSecretList [2022-08-11T16:30:53.338Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13963989564_/foo_true_____} [2022-08-11T16:30:53.813Z] --- PASS: TestRenameLinkedContainer (1.79s) [2022-08-11T16:30:53.813Z] === RUN TestRenameStoppedContainer [2022-08-11T16:30:53.908Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: true, mustBeShared: true [2022-08-11T16:30:53.908Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s) [2022-08-11T16:30:53.908Z] === RUN TestIpcModeOlderClient [2022-08-11T16:30:53.908Z] === PAUSE TestIpcModeOlderClient [2022-08-11T16:30:53.908Z] === RUN TestKillContainerInvalidSignal [2022-08-11T16:30:54.073Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-08-11T16:30:54.073Z] === RUN TestRenameRunningContainerAndReuse [2022-08-11T16:30:54.477Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-08-11T16:30:54.477Z] === RUN TestKillContainer [2022-08-11T16:30:54.477Z] === RUN TestKillContainer/no_signal [2022-08-11T16:30:54.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33777507827_/foo_false_____} [2022-08-11T16:30:55.001Z] === RUN TestKillContainer/non_killing_signal [2022-08-11T16:30:55.011Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-08-11T16:30:55.011Z] === RUN TestRenameInvalidName [2022-08-11T16:30:55.261Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33777507827_/foo_true_____} [2022-08-11T16:30:55.270Z] --- PASS: TestRenameInvalidName (0.45s) [2022-08-11T16:30:55.270Z] === RUN TestRenameAnonymousContainer [2022-08-11T16:30:55.427Z] --- PASS: TestSecretList (2.18s) [2022-08-11T16:30:55.427Z] === RUN TestSecretsCreateAndDelete [2022-08-11T16:30:55.522Z] === RUN TestKillContainer/killing_signal [2022-08-11T16:30:56.462Z] --- PASS: TestKillContainer (2.00s) [2022-08-11T16:30:56.462Z] --- PASS: TestKillContainer/no_signal (0.59s) [2022-08-11T16:30:56.462Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2022-08-11T16:30:56.462Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2022-08-11T16:30:56.462Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-08-11T16:30:56.462Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-08-11T16:30:56.723Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-08-11T16:30:56.984Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33777507827_/foo_true__0xc001053590___} [2022-08-11T16:30:56.984Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-08-11T16:30:57.179Z] --- PASS: TestRenameAnonymousContainer (1.59s) [2022-08-11T16:30:57.179Z] === RUN TestRenameContainerWithSameName [2022-08-11T16:30:57.179Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-08-11T16:30:57.179Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-11T16:30:57.315Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-08-11T16:30:57.315Z] === RUN TestSecretsUpdate [2022-08-11T16:30:57.926Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.36s) [2022-08-11T16:30:57.926Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.61s) [2022-08-11T16:30:57.926Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2022-08-11T16:30:57.926Z] === RUN TestKillStoppedContainer [2022-08-11T16:30:57.926Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-08-11T16:30:57.926Z] === RUN TestKillStoppedContainerAPIPre120 [2022-08-11T16:30:57.926Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-08-11T16:30:57.926Z] === RUN TestKillDifferentUserContainer [2022-08-11T16:30:58.118Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2022-08-11T16:30:58.118Z] === RUN TestResize [2022-08-11T16:30:58.495Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001053638__} [2022-08-11T16:30:58.496Z] --- PASS: TestKillDifferentUserContainer (0.55s) [2022-08-11T16:30:58.496Z] === RUN TestInspectOomKilledTrue [2022-08-11T16:30:58.496Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:30:58.496Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-08-11T16:30:58.496Z] === RUN TestInspectOomKilledFalse [2022-08-11T16:30:58.496Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:30:58.496Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-08-11T16:30:58.496Z] === RUN TestLinksEtcHostsContentMatch [2022-08-11T16:30:58.687Z] --- PASS: TestResize (0.43s) [2022-08-11T16:30:58.687Z] === RUN TestResizeWithInvalidSize [2022-08-11T16:30:58.947Z] --- PASS: TestResizeWithInvalidSize (0.48s) [2022-08-11T16:30:58.947Z] === RUN TestResizeWhenContainerNotStarted [2022-08-11T16:30:59.065Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-08-11T16:30:59.065Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-08-11T16:30:59.065Z] check_test.go:540: [de7a7dc937286] daemon is not started [2022-08-11T16:30:59.065Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-08-11T16:30:59.065Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2022-08-11T16:30:59.065Z] === RUN TestLinksContainerNames [2022-08-11T16:30:59.517Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:30:59.517Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:30:59.517Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:30:59.517Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:30:59.517Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:30:59.831Z] --- PASS: TestSecretsUpdate (2.26s) [2022-08-11T16:30:59.831Z] === RUN TestTemplatedSecret [2022-08-11T16:31:00.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0010536b0__} [2022-08-11T16:31:00.286Z] --- PASS: TestLinksContainerNames (1.13s) [2022-08-11T16:31:00.286Z] === RUN TestLogsFollowTailEmpty [2022-08-11T16:31:00.855Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-08-11T16:31:01.115Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2022-08-11T16:31:01.115Z] === RUN TestLogs [2022-08-11T16:31:01.115Z] === RUN TestLogs/driver_local [2022-08-11T16:31:01.115Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:31:01.115Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:31:01.115Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-08-11T16:31:01.115Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-08-11T16:31:01.115Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-08-11T16:31:01.115Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-08-11T16:31:01.115Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:31:01.115Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:31:01.115Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:31:01.115Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:31:01.115Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:31:01.115Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:31:01.115Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-08-11T16:31:01.115Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-08-11T16:31:01.424Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:01.685Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0010536e0__} [2022-08-11T16:31:01.947Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-08-11T16:31:01.947Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-08-11T16:31:02.348Z] --- PASS: TestTemplatedSecret (2.61s) [2022-08-11T16:31:02.348Z] === RUN TestSecretCreateResolve [2022-08-11T16:31:02.802Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:02.891Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-08-11T16:31:02.891Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-08-11T16:31:03.151Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-08-11T16:31:03.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0010536f8__} [2022-08-11T16:31:03.372Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:03.940Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:04.090Z] === RUN TestLogs/driver_json-file [2022-08-11T16:31:04.090Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:31:04.090Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:31:04.090Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:31:04.090Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:31:04.090Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:31:04.090Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:31:04.090Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:31:04.090Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:31:04.090Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:31:04.090Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:31:04.090Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:31:04.090Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:31:04.090Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-08-11T16:31:04.090Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-08-11T16:31:04.240Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-08-11T16:31:04.240Z] PASS [2022-08-11T16:31:04.240Z] [2022-08-11T16:31:04.240Z] DONE 6 tests in 13.597s [2022-08-11T16:31:04.240Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-11T16:31:04.240Z] INFO: Testing against a local daemon [2022-08-11T16:31:04.240Z] === RUN TestServiceCreateInit [2022-08-11T16:31:04.240Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-11T16:31:04.660Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-08-11T16:31:04.883Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:04.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-08-11T16:31:05.034Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-11T16:31:05.034Z] [2022-08-11T16:31:05.034Z] Unloading profiles will leave already running processes permanently [2022-08-11T16:31:05.034Z] unconfined, which can lead to unexpected situations. [2022-08-11T16:31:05.034Z] [2022-08-11T16:31:05.034Z] To set a process to complain mode, use the command line tool [2022-08-11T16:31:05.034Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-11T16:31:05.034Z] Post stage [Pipeline] junit [2022-08-11T16:31:05.046Z] Recording test results [2022-08-11T16:31:05.145Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:31:05.180Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-08-11T16:31:05.198Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-08-11T16:31:05.440Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-08-11T16:31:05.510Z] + echo Ensuring container killed. [2022-08-11T16:31:05.510Z] Ensuring container killed. [2022-08-11T16:31:05.510Z] + docker rm -vf docker-pr1 [2022-08-11T16:31:05.510Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-11T16:31:05.825Z] + echo Chowning /workspace to jenkins user [2022-08-11T16:31:05.825Z] Chowning /workspace to jenkins user [2022-08-11T16:31:05.825Z] + id -u [2022-08-11T16:31:05.825Z] + id -g [2022-08-11T16:31:05.825Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43949:/workspace busybox chown -R 1000:1000 /workspace [2022-08-11T16:31:06.378Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-08-11T16:31:06.378Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-08-11T16:31:06.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-08-11T16:31:06.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-08-11T16:31:06.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-08-11T16:31:06.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-08-11T16:31:06.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-08-11T16:31:06.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-08-11T16:31:06.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-11T16:31:06.639Z] check_test.go:540: [d62e9ce951696] daemon is not started [2022-08-11T16:31:06.639Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-08-11T16:31:06.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-08-11T16:31:06.743Z] + bundleName=docker-py [2022-08-11T16:31:06.743Z] + echo Creating docker-py-bundles.tar.gz [2022-08-11T16:31:06.743Z] Creating docker-py-bundles.tar.gz [2022-08-11T16:31:06.743Z] + 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-08-11T16:31:06.752Z] Archiving artifacts [2022-08-11T16:31:06.900Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-08-11T16:31:06.900Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-08-11T16:31:06.900Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-08-11T16:31:06.900Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-08-11T16:31:06.900Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-08-11T16:31:06.900Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-08-11T16:31:07.011Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43949/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-08-11T16:31:07.346Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh binary [2022-08-11T16:31:07.602Z] [2022-08-11T16:31:07.840Z] --- PASS: TestLogs (6.62s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_local (0.01s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.87s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.92s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.99s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.11s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.24s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.18s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_json-file (0.02s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.94s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.12s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.28s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.17s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.01s) [2022-08-11T16:31:07.840Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.20s) [2022-08-11T16:31:07.840Z] === RUN TestContainerNetworkMountsNoChown [2022-08-11T16:31:07.840Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-08-11T16:31:07.858Z] Removing bundles/ [2022-08-11T16:31:07.858Z] [2022-08-11T16:31:07.858Z] ---> Making bundle: binary (in bundles/binary) [2022-08-11T16:31:07.858Z] Building: bundles/binary-daemon/dockerd [2022-08-11T16:31:07.858Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:31:08.409Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-11T16:31:08.411Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/default [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/default [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/private [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/private [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rprivate [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rprivate [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/slave [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/slave [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rslave [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rslave [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/shared [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/shared [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rshared [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rshared [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/default [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/default/bind_root [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/rslave [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/default/mount_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/slave [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/rprivate [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/private [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/private/mount_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/private/bind_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/rshared [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/shared [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:31:08.411Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/default/bind_root [2022-08-11T16:31:08.411Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-08-11T16:31:08.411Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-08-11T16:31:08.437Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:08.437Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/default/mount_root [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/private/mount_root [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-08-11T16:31:08.675Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/private/bind_root [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-08-11T16:31:08.935Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-08-11T16:31:09.195Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-08-11T16:31:09.195Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-08-11T16:31:09.195Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-08-11T16:31:09.195Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-08-11T16:31:09.195Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-08-11T16:31:09.195Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-08-11T16:31:09.195Z] === RUN TestContainerBindMountNonRecursive [2022-08-11T16:31:09.765Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-08-11T16:31:10.026Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-08-11T16:31:10.345Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:31:10.596Z] check_test.go:540: [d2acc92ebf43a] daemon is not started [2022-08-11T16:31:10.596Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-08-11T16:31:10.596Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-08-11T16:31:11.165Z] --- PASS: TestContainerBindMountNonRecursive (1.86s) [2022-08-11T16:31:11.165Z] === RUN TestContainerVolumesMountedAsShared [2022-08-11T16:31:11.735Z] --- PASS: TestContainerVolumesMountedAsShared (0.67s) [2022-08-11T16:31:11.735Z] === RUN TestContainerVolumesMountedAsSlave [2022-08-11T16:31:11.995Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-08-11T16:31:12.252Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:31:12.252Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:31:12.255Z] --- PASS: TestContainerVolumesMountedAsSlave (0.50s) [2022-08-11T16:31:12.255Z] === RUN TestNetworkNat [2022-08-11T16:31:12.577Z] --- PASS: TestServiceCreateInit (7.78s) [2022-08-11T16:31:12.577Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.83s) [2022-08-11T16:31:12.577Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.93s) [2022-08-11T16:31:12.577Z] === RUN TestCreateServiceMultipleTimes [2022-08-11T16:31:13.194Z] --- PASS: TestNetworkNat (0.74s) [2022-08-11T16:31:13.194Z] === RUN TestNetworkLocalhostTCPNat [2022-08-11T16:31:13.455Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-08-11T16:31:13.716Z] docker_cli_daemon_plugins_test.go:80: [d25aacf6ef8c0] daemon is not started [2022-08-11T16:31:13.716Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s) [2022-08-11T16:31:13.716Z] === RUN TestNetworkLoopbackNat [2022-08-11T16:31:14.161Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:31:14.161Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:31:14.285Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-08-11T16:31:14.854Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-08-11T16:31:14.854Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-08-11T16:31:14.854Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-08-11T16:31:15.424Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-08-11T16:31:15.541Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:31:15.992Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-08-11T16:31:16.562Z] === RUN TestDockerSuite/TestExecAPIStart [2022-08-11T16:31:16.562Z] --- PASS: TestNetworkLoopbackNat (2.93s) [2022-08-11T16:31:16.562Z] === RUN TestPause [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.84s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.41s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.87s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.64s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.86s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.90s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.98s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.77s) [2022-08-11T16:31:16.922Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.52s) [2022-08-11T16:31:16.922Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-08-11T16:31:16.922Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-08-11T16:31:17.502Z] --- PASS: TestPause (0.80s) [2022-08-11T16:31:17.502Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-08-11T16:31:17.502Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:31:17.502Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:31:17.502Z] === RUN TestPauseStopPausedContainer [2022-08-11T16:31:17.763Z] docker_cli_daemon_plugins_test.go:170: [dc53001257d9d] daemon is not started [2022-08-11T16:31:17.861Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-08-11T16:31:18.332Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2022-08-11T16:31:18.332Z] === RUN TestPidHost [2022-08-11T16:31:18.332Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-08-11T16:31:18.799Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.85s) [2022-08-11T16:31:18.799Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.89s) [2022-08-11T16:31:18.799Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.96s) [2022-08-11T16:31:18.799Z] === RUN TestCgroupNamespacesRun [2022-08-11T16:31:19.271Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-08-11T16:31:19.271Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-08-11T16:31:19.843Z] --- PASS: TestPidHost (1.59s) [2022-08-11T16:31:19.843Z] === RUN TestPsFilter [2022-08-11T16:31:19.843Z] --- PASS: TestPsFilter (0.18s) [2022-08-11T16:31:20.103Z] === RUN TestRemoveContainerWithRemovedVolume [2022-08-11T16:31:20.103Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-08-11T16:31:20.179Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-08-11T16:31:20.179Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-11T16:31:20.694Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2022-08-11T16:31:20.694Z] === RUN TestRemoveContainerWithVolume [2022-08-11T16:31:20.979Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-08-11T16:31:21.118Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-08-11T16:31:21.119Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-11T16:31:21.553Z] --- PASS: TestRemoveContainerWithVolume (0.87s) [2022-08-11T16:31:21.553Z] === RUN TestRemoveContainerRunning [2022-08-11T16:31:21.812Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-08-11T16:31:22.382Z] --- PASS: TestRemoveContainerRunning (0.63s) [2022-08-11T16:31:22.382Z] === RUN TestRemoveContainerForceRemoveRunning [2022-08-11T16:31:22.498Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-08-11T16:31:22.499Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-11T16:31:22.950Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-08-11T16:31:22.950Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-08-11T16:31:23.210Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2022-08-11T16:31:23.210Z] === RUN TestRemoveInvalidContainer [2022-08-11T16:31:23.210Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-08-11T16:31:23.210Z] === RUN TestRenameLinkedContainer [2022-08-11T16:31:23.437Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2022-08-11T16:31:23.437Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-11T16:31:23.470Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-08-11T16:31:23.730Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-08-11T16:31:23.990Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-08-11T16:31:24.250Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-08-11T16:31:24.510Z] check_test.go:540: [d24c625befc7a] daemon is not started [2022-08-11T16:31:24.510Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-08-11T16:31:24.817Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2022-08-11T16:31:24.817Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-11T16:31:25.755Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-08-11T16:31:25.755Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-11T16:31:26.418Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-08-11T16:31:26.419Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-08-11T16:31:26.419Z] --- PASS: TestRenameLinkedContainer (3.04s) [2022-08-11T16:31:26.419Z] === RUN TestRenameStoppedContainer [2022-08-11T16:31:26.693Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-08-11T16:31:26.693Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-11T16:31:26.988Z] --- PASS: TestRenameStoppedContainer (0.95s) [2022-08-11T16:31:26.988Z] === RUN TestRenameRunningContainerAndReuse [2022-08-11T16:31:27.645Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2022-08-11T16:31:27.645Z] === RUN TestNISDomainname [2022-08-11T16:31:27.928Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-08-11T16:31:28.216Z] --- PASS: TestNISDomainname (0.54s) [2022-08-11T16:31:28.216Z] === RUN TestHostnameDnsResolution [2022-08-11T16:31:28.498Z] --- PASS: TestRenameRunningContainerAndReuse (1.29s) [2022-08-11T16:31:28.498Z] === RUN TestRenameInvalidName [2022-08-11T16:31:29.070Z] --- PASS: TestRenameInvalidName (0.59s) [2022-08-11T16:31:29.070Z] === RUN TestRenameAnonymousContainer [2022-08-11T16:31:29.154Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-08-11T16:31:29.154Z] === RUN TestUnprivilegedPortsAndPing [2022-08-11T16:31:29.330Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-08-11T16:31:29.725Z] --- PASS: TestUnprivilegedPortsAndPing (0.63s) [2022-08-11T16:31:29.725Z] === RUN TestPrivilegedHostDevices [2022-08-11T16:31:29.985Z] --- PASS: TestPrivilegedHostDevices (0.52s) [2022-08-11T16:31:29.985Z] === RUN TestRunConsoleSize [2022-08-11T16:31:30.554Z] --- PASS: TestRunConsoleSize (0.43s) [2022-08-11T16:31:30.554Z] === RUN TestRunWithAlternativeContainerdShim [2022-08-11T16:31:30.668Z] --- PASS: TestCreateServiceMultipleTimes (15.98s) [2022-08-11T16:31:30.668Z] === RUN TestCreateServiceConflict [2022-08-11T16:31:30.668Z] --- PASS: TestCreateServiceConflict (2.19s) [2022-08-11T16:31:30.668Z] === RUN TestCreateServiceMaxReplicas [2022-08-11T16:31:30.710Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-08-11T16:31:31.279Z] --- PASS: TestRenameAnonymousContainer (2.19s) [2022-08-11T16:31:31.279Z] === RUN TestRenameContainerWithSameName [2022-08-11T16:31:31.850Z] --- PASS: TestRenameContainerWithSameName (0.62s) [2022-08-11T16:31:31.850Z] === RUN TestRenameContainerWithLinkedContainer [2022-08-11T16:31:31.933Z] --- PASS: TestRunWithAlternativeContainerdShim (1.16s) [2022-08-11T16:31:31.933Z] === RUN TestStats [2022-08-11T16:31:32.111Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-08-11T16:31:33.050Z] --- PASS: TestRenameContainerWithLinkedContainer (1.14s) [2022-08-11T16:31:33.050Z] === RUN TestResize [2022-08-11T16:31:33.186Z] --- PASS: TestCreateServiceMaxReplicas (2.82s) [2022-08-11T16:31:33.186Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-11T16:31:33.620Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-08-11T16:31:33.620Z] --- PASS: TestResize (0.62s) [2022-08-11T16:31:33.620Z] === RUN TestResizeWithInvalidSize [2022-08-11T16:31:34.190Z] --- PASS: TestResizeWithInvalidSize (0.53s) [2022-08-11T16:31:34.190Z] === RUN TestResizeWhenContainerNotStarted [2022-08-11T16:31:34.469Z] --- PASS: TestStats (2.48s) [2022-08-11T16:31:34.469Z] === RUN TestStopContainerWithTimeout [2022-08-11T16:31:34.469Z] === RUN TestStopContainerWithTimeout/0 [2022-08-11T16:31:34.469Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-11T16:31:34.469Z] === RUN TestStopContainerWithTimeout/1 [2022-08-11T16:31:34.469Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-11T16:31:34.469Z] === RUN TestStopContainerWithTimeout/3 [2022-08-11T16:31:34.469Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-11T16:31:34.469Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-11T16:31:34.469Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-11T16:31:34.469Z] === CONT TestStopContainerWithTimeout/0 [2022-08-11T16:31:34.469Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-11T16:31:34.762Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:34.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:34.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:34.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-08-11T16:31:34.762Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:31:35.038Z] === CONT TestStopContainerWithTimeout/3 [2022-08-11T16:31:35.347Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-08-11T16:31:35.608Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-08-11T16:31:36.944Z] === CONT TestStopContainerWithTimeout/1 [2022-08-11T16:31:36.988Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:37.559Z] === RUN TestDockerSuite/TestGetContainerStats [2022-08-11T16:31:38.127Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:38.323Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-11T16:31:38.323Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2022-08-11T16:31:38.323Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2022-08-11T16:31:38.323Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-08-11T16:31:38.323Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-08-11T16:31:38.323Z] === RUN TestDeleteDevicemapper [2022-08-11T16:31:38.323Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:31:38.323Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-11T16:31:38.323Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-11T16:31:39.505Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-08-11T16:31:39.506Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-08-11T16:31:39.506Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-08-11T16:31:39.704Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s) [2022-08-11T16:31:39.704Z] === RUN TestUpdateMemory [2022-08-11T16:31:40.272Z] --- PASS: TestUpdateMemory (0.57s) [2022-08-11T16:31:40.272Z] === RUN TestUpdateCPUQuota [2022-08-11T16:31:40.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:40.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-08-11T16:31:41.211Z] --- PASS: TestUpdateCPUQuota (0.71s) [2022-08-11T16:31:41.211Z] === RUN TestUpdatePidsLimit [2022-08-11T16:31:41.211Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-11T16:31:41.211Z] === RUN TestUpdatePidsLimit/no_change [2022-08-11T16:31:41.471Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-11T16:31:41.730Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-11T16:31:41.989Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-11T16:31:41.990Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-11T16:31:42.101Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-08-11T16:31:42.249Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit (1.93s) [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-08-11T16:31:43.188Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-08-11T16:31:43.188Z] === RUN TestUpdateRestartPolicy [2022-08-11T16:31:44.636Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-08-11T16:31:44.636Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-08-11T16:31:46.016Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-08-11T16:31:46.276Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-08-11T16:31:46.535Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-08-11T16:31:48.024Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s) [2022-08-11T16:31:48.024Z] === RUN TestCreateServiceSecretFileMode [2022-08-11T16:31:48.444Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-08-11T16:31:48.444Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-08-11T16:31:48.444Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-08-11T16:31:48.951Z] --- PASS: TestCreateServiceSecretFileMode (2.56s) [2022-08-11T16:31:48.951Z] === RUN TestCreateServiceConfigFileMode [2022-08-11T16:31:50.983Z] check_test.go:540: [d443cfb3154e8] daemon is not started [2022-08-11T16:31:50.983Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-08-11T16:31:51.468Z] --- PASS: TestCreateServiceConfigFileMode (2.52s) [2022-08-11T16:31:51.468Z] === RUN TestCreateServiceSysctls [2022-08-11T16:31:51.554Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-08-11T16:31:51.814Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-08-11T16:31:53.196Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-08-11T16:31:53.196Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-08-11T16:31:53.766Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-08-11T16:31:54.026Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-08-11T16:31:54.026Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-08-11T16:31:54.286Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-08-11T16:31:54.734Z] --- PASS: TestCreateServiceSysctls (3.16s) [2022-08-11T16:31:54.735Z] === RUN TestCreateServiceCapabilities [2022-08-11T16:31:55.400Z] --- PASS: TestUpdateRestartPolicy (10.88s) [2022-08-11T16:31:55.400Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-11T16:31:55.400Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-08-11T16:31:55.400Z] === RUN TestWaitNonBlocked [2022-08-11T16:31:55.400Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:31:55.400Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:31:55.400Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:31:55.400Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:31:55.400Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:31:55.400Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:31:55.400Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-08-11T16:31:55.400Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-08-11T16:31:55.400Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2022-08-11T16:31:55.400Z] === RUN TestWaitBlocked [2022-08-11T16:31:55.400Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:31:55.400Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:31:55.400Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:31:55.400Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:31:55.400Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:31:55.400Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:31:55.670Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-08-11T16:31:55.973Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-11T16:31:55.973Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-08-11T16:31:55.973Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) [2022-08-11T16:31:55.973Z] === RUN TestWaitConditions [2022-08-11T16:31:55.973Z] === RUN TestWaitConditions/default [2022-08-11T16:31:55.973Z] === PAUSE TestWaitConditions/default [2022-08-11T16:31:55.973Z] === RUN TestWaitConditions/not-running [2022-08-11T16:31:55.973Z] === PAUSE TestWaitConditions/not-running [2022-08-11T16:31:55.973Z] === RUN TestWaitConditions/next-exit [2022-08-11T16:31:55.973Z] === PAUSE TestWaitConditions/next-exit [2022-08-11T16:31:55.973Z] === RUN TestWaitConditions/removed [2022-08-11T16:31:55.973Z] === PAUSE TestWaitConditions/removed [2022-08-11T16:31:55.973Z] === CONT TestWaitConditions/default [2022-08-11T16:31:55.973Z] === CONT TestWaitConditions/next-exit [2022-08-11T16:31:56.240Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.11s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.60s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.64s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.63s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.86s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.14s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.20s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.14s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.36s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.18s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.32s) [2022-08-11T16:31:56.240Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.68s) [2022-08-11T16:31:56.240Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-08-11T16:31:56.240Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-08-11T16:31:57.180Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-08-11T16:31:57.251Z] --- PASS: TestCreateServiceCapabilities (2.50s) [2022-08-11T16:31:57.251Z] === RUN TestInspect [2022-08-11T16:31:57.352Z] === CONT TestWaitConditions/removed [2022-08-11T16:31:57.612Z] === CONT TestWaitConditions/not-running [2022-08-11T16:31:58.119Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-08-11T16:31:58.119Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-08-11T16:31:59.061Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-08-11T16:31:59.519Z] --- PASS: TestWaitConditions (0.01s) [2022-08-11T16:31:59.519Z] --- PASS: TestWaitConditions/next-exit (1.58s) [2022-08-11T16:31:59.519Z] --- PASS: TestWaitConditions/default (1.64s) [2022-08-11T16:31:59.519Z] --- PASS: TestWaitConditions/removed (1.75s) [2022-08-11T16:31:59.519Z] --- PASS: TestWaitConditions/not-running (1.72s) [2022-08-11T16:31:59.519Z] === RUN TestWaitRestartedContainer [2022-08-11T16:31:59.519Z] === RUN TestWaitRestartedContainer/default [2022-08-11T16:31:59.519Z] === PAUSE TestWaitRestartedContainer/default [2022-08-11T16:31:59.519Z] === RUN TestWaitRestartedContainer/not-running [2022-08-11T16:31:59.519Z] === PAUSE TestWaitRestartedContainer/not-running [2022-08-11T16:31:59.519Z] === RUN TestWaitRestartedContainer/next-exit [2022-08-11T16:31:59.519Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-08-11T16:31:59.519Z] === CONT TestWaitRestartedContainer/default [2022-08-11T16:31:59.519Z] === CONT TestWaitRestartedContainer/next-exit [2022-08-11T16:31:59.770Z] --- PASS: TestInspect (2.88s) [2022-08-11T16:31:59.770Z] === RUN TestCreateJob [2022-08-11T16:32:00.000Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (3.53s) [2022-08-11T16:32:00.000Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.85s) [2022-08-11T16:32:00.000Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.65s) [2022-08-11T16:32:00.000Z] === RUN TestCgroupNamespacesRun [2022-08-11T16:32:00.259Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-08-11T16:32:00.259Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-08-11T16:32:00.259Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-08-11T16:32:00.898Z] === CONT TestWaitRestartedContainer/not-running [2022-08-11T16:32:01.200Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-08-11T16:32:01.467Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-08-11T16:32:01.467Z] --- PASS: TestWaitRestartedContainer/default (1.42s) [2022-08-11T16:32:01.467Z] --- PASS: TestWaitRestartedContainer/next-exit (1.45s) [2022-08-11T16:32:01.467Z] --- PASS: TestWaitRestartedContainer/not-running (0.92s) [2022-08-11T16:32:01.467Z] === CONT TestContainerStartOnDaemonRestart [2022-08-11T16:32:01.467Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-11T16:32:01.770Z] --- PASS: TestCgroupNamespacesRun (1.84s) [2022-08-11T16:32:01.770Z] === RUN TestCgroupNamespacesRunPrivileged [2022-08-11T16:32:02.343Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-08-11T16:32:03.038Z] --- PASS: TestCreateJob (2.74s) [2022-08-11T16:32:03.038Z] === RUN TestReplicatedJob [2022-08-11T16:32:03.737Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.09s) [2022-08-11T16:32:03.737Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-08-11T16:32:04.004Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.07s) [2022-08-11T16:32:04.004Z] === CONT TestIpcModeOlderClient [2022-08-11T16:32:04.004Z] --- PASS: TestContainerStartOnDaemonRestart (2.12s) [2022-08-11T16:32:04.004Z] === CONT TestContainerKillOnDaemonStart [2022-08-11T16:32:04.004Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-08-11T16:32:04.004Z] === CONT TestDaemonHostGatewayIP [2022-08-11T16:32:05.645Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.61s) [2022-08-11T16:32:05.645Z] === RUN TestCgroupNamespacesRunHostMode [2022-08-11T16:32:06.541Z] --- PASS: TestDaemonHostGatewayIP (2.55s) [2022-08-11T16:32:06.541Z] === CONT TestDaemonRestartIpcMode [2022-08-11T16:32:06.586Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-08-11T16:32:06.586Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-08-11T16:32:07.161Z] --- PASS: TestCgroupNamespacesRunHostMode (1.65s) [2022-08-11T16:32:07.161Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-08-11T16:32:07.161Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-08-11T16:32:08.288Z] --- PASS: TestReplicatedJob (5.09s) [2022-08-11T16:32:08.288Z] === RUN TestUpdateReplicatedJob [2022-08-11T16:32:08.451Z] --- PASS: TestDaemonRestartIpcMode (2.22s) [2022-08-11T16:32:09.068Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2022-08-11T16:32:09.068Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-08-11T16:32:09.068Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-08-11T16:32:10.006Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-08-11T16:32:10.265Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2022-08-11T16:32:10.265Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-08-11T16:32:10.833Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2022-08-11T16:32:10.834Z] === RUN TestCgroupNamespacesRunOlderClient [2022-08-11T16:32:11.578Z] --- PASS: TestUpdateReplicatedJob (3.25s) [2022-08-11T16:32:11.578Z] === RUN TestServiceListWithStatuses [2022-08-11T16:32:11.578Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:32:11.578Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-11T16:32:11.578Z] === RUN TestDockerNetworkConnectAlias [2022-08-11T16:32:12.215Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-08-11T16:32:12.475Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) [2022-08-11T16:32:12.475Z] === RUN TestNISDomainname [2022-08-11T16:32:12.735Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-08-11T16:32:13.675Z] --- PASS: TestNISDomainname (0.94s) [2022-08-11T16:32:13.675Z] === RUN TestHostnameDnsResolution [2022-08-11T16:32:14.244Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-08-11T16:32:14.244Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-08-11T16:32:14.815Z] --- PASS: TestHostnameDnsResolution (1.23s) [2022-08-11T16:32:14.815Z] === RUN TestUnprivilegedPortsAndPing [2022-08-11T16:32:15.755Z] --- PASS: TestDockerNetworkConnectAlias (4.19s) [2022-08-11T16:32:15.755Z] === RUN TestDockerNetworkReConnect [2022-08-11T16:32:15.756Z] --- PASS: TestUnprivilegedPortsAndPing (0.84s) [2022-08-11T16:32:15.756Z] === RUN TestPrivilegedHostDevices [2022-08-11T16:32:16.328Z] --- PASS: TestPrivilegedHostDevices (0.72s) [2022-08-11T16:32:16.328Z] === RUN TestRunConsoleSize [2022-08-11T16:32:16.574Z] --- PASS: TestContainerKillOnDaemonStart (11.74s) [2022-08-11T16:32:16.574Z] PASS [2022-08-11T16:32:16.574Z] [2022-08-11T16:32:16.574Z] === Skipped [2022-08-11T16:32:16.574Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-08-11T16:32:16.574Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:32:16.574Z] [2022-08-11T16:32:16.574Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:32:16.574Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:32:16.574Z] [2022-08-11T16:32:16.574Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-11T16:32:16.574Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:32:16.574Z] [2022-08-11T16:32:16.574Z] DONE 272 tests, 3 skipped in 130.481s [2022-08-11T16:32:16.574Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-08-11T16:32:16.574Z] ++ 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-08-11T16:32:16.574Z] ++ set -e [2022-08-11T16:32:16.574Z] ++ '[' -n 0 ']' [2022-08-11T16:32:16.574Z] ++ set -x [2022-08-11T16:32:16.574Z] ++ 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-08-11T16:32:16.574Z] === RUN TestConfigDaemonLibtrustID [2022-08-11T16:32:16.574Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-08-11T16:32:16.574Z] === RUN TestConfigDaemonID [2022-08-11T16:32:16.897Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-08-11T16:32:16.897Z] --- PASS: TestRunConsoleSize (0.58s) [2022-08-11T16:32:16.897Z] === RUN TestRunWithAlternativeContainerdShim [2022-08-11T16:32:17.143Z] daemon_test.go:83: [da7ed517953f2] daemon is not started [2022-08-11T16:32:17.143Z] --- PASS: TestConfigDaemonID (1.04s) [2022-08-11T16:32:17.143Z] === RUN TestDaemonConfigValidation [2022-08-11T16:32:17.143Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:32:17.143Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:32:17.143Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-08-11T16:32:17.143Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-08-11T16:32:17.143Z] === RUN TestDaemonConfigValidation/invalid_config [2022-08-11T16:32:17.143Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-08-11T16:32:17.143Z] === RUN TestDaemonConfigValidation/malformed_config [2022-08-11T16:32:17.143Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-08-11T16:32:17.143Z] === RUN TestDaemonConfigValidation/valid_config [2022-08-11T16:32:17.143Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-08-11T16:32:17.143Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:32:17.143Z] === CONT TestDaemonConfigValidation/malformed_config [2022-08-11T16:32:17.143Z] === CONT TestDaemonConfigValidation/valid_config [2022-08-11T16:32:17.143Z] === CONT TestDaemonConfigValidation/invalid_config [2022-08-11T16:32:17.403Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-08-11T16:32:17.403Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-08-11T16:32:17.403Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-08-11T16:32:17.403Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-08-11T16:32:17.403Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-08-11T16:32:17.403Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-08-11T16:32:17.403Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-08-11T16:32:17.403Z] === RUN TestConfigDaemonSeccompProfiles [2022-08-11T16:32:17.403Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-08-11T16:32:18.341Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-08-11T16:32:18.803Z] --- PASS: TestRunWithAlternativeContainerdShim (1.53s) [2022-08-11T16:32:18.803Z] === RUN TestStats [2022-08-11T16:32:19.023Z] --- PASS: TestDockerNetworkReConnect (3.44s) [2022-08-11T16:32:19.023Z] === RUN TestServicePlugin [2022-08-11T16:32:19.720Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-08-11T16:32:20.658Z] === CONT TestConfigDaemonSeccompProfiles [2022-08-11T16:32:20.658Z] daemon_test.go:197: [de0e5b3e68d44] daemon is not started [2022-08-11T16:32:20.658Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-08-11T16:32:20.658Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-08-11T16:32:20.658Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-08-11T16:32:20.658Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-08-11T16:32:20.658Z] === RUN TestDaemonProxy [2022-08-11T16:32:20.658Z] === RUN TestDaemonProxy/environment_variables [2022-08-11T16:32:20.712Z] check_test.go:540: [dac069760a36c] daemon is not started [2022-08-11T16:32:20.712Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-08-11T16:32:20.971Z] --- PASS: TestStats (2.59s) [2022-08-11T16:32:20.971Z] === RUN TestStopContainerWithTimeout [2022-08-11T16:32:20.971Z] === RUN TestStopContainerWithTimeout/0 [2022-08-11T16:32:20.971Z] === PAUSE TestStopContainerWithTimeout/0 [2022-08-11T16:32:20.971Z] === RUN TestStopContainerWithTimeout/1 [2022-08-11T16:32:20.971Z] === PAUSE TestStopContainerWithTimeout/1 [2022-08-11T16:32:20.971Z] === RUN TestStopContainerWithTimeout/3 [2022-08-11T16:32:20.971Z] === PAUSE TestStopContainerWithTimeout/3 [2022-08-11T16:32:20.971Z] === RUN TestStopContainerWithTimeout/-1 [2022-08-11T16:32:20.971Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-08-11T16:32:20.971Z] === CONT TestStopContainerWithTimeout/0 [2022-08-11T16:32:20.971Z] === CONT TestStopContainerWithTimeout/3 [2022-08-11T16:32:21.232Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-08-11T16:32:21.232Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-08-11T16:32:21.232Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-08-11T16:32:22.172Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-08-11T16:32:22.172Z] === CONT TestStopContainerWithTimeout/-1 [2022-08-11T16:32:22.172Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-08-11T16:32:22.172Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-08-11T16:32:22.292Z] plugin_test.go:61: [d8cf17e9b4df7] joining swarm manager [dc7e10536deaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:32:22.564Z] === RUN TestDaemonProxy/command-line_options [2022-08-11T16:32:23.112Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-08-11T16:32:23.112Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-08-11T16:32:23.657Z] plugin_test.go:64: [da309730146ef] joining swarm manager [dc7e10536deaa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:32:23.683Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-08-11T16:32:23.683Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-08-11T16:32:23.963Z] === RUN TestDaemonProxy/configuration_file [2022-08-11T16:32:24.252Z] === CONT TestStopContainerWithTimeout/1 [2022-08-11T16:32:24.252Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-08-11T16:32:25.207Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-08-11T16:32:25.207Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-08-11T16:32:25.776Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-08-11T16:32:25.869Z] === RUN TestDaemonProxy/conflicting_options [2022-08-11T16:32:26.035Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-08-11T16:32:26.036Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2022-08-11T16:32:26.036Z] --- PASS: TestStopContainerWithTimeout/3 (3.14s) [2022-08-11T16:32:26.036Z] --- PASS: TestStopContainerWithTimeout/-1 (2.77s) [2022-08-11T16:32:26.036Z] --- PASS: TestStopContainerWithTimeout/1 (1.92s) [2022-08-11T16:32:26.036Z] === RUN TestDeleteDevicemapper [2022-08-11T16:32:26.036Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:32:26.036Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-08-11T16:32:26.036Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-08-11T16:32:26.129Z] === RUN TestDaemonProxy/reload_sanitized [2022-08-11T16:32:26.698Z] --- PASS: TestDaemonProxy (6.27s) [2022-08-11T16:32:26.698Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-08-11T16:32:26.698Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-08-11T16:32:26.698Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-08-11T16:32:26.698Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-08-11T16:32:26.698Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-08-11T16:32:26.698Z] PASS [2022-08-11T16:32:26.698Z] [2022-08-11T16:32:26.698Z] DONE 18 tests in 11.307s [2022-08-11T16:32:26.698Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-08-11T16:32:26.698Z] ++ 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-08-11T16:32:26.698Z] ++ set -e [2022-08-11T16:32:26.698Z] ++ '[' -n 0 ']' [2022-08-11T16:32:26.698Z] ++ set -x [2022-08-11T16:32:26.698Z] ++ 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-08-11T16:32:26.958Z] INFO: Testing against a local daemon [2022-08-11T16:32:26.958Z] === RUN TestCommitInheritsEnv [2022-08-11T16:32:27.218Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-08-11T16:32:27.218Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-11T16:32:27.218Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-08-11T16:32:27.218Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-08-11T16:32:27.218Z] === RUN TestImportWithCustomPlatform [2022-08-11T16:32:27.218Z] === RUN TestImportWithCustomPlatform/#00 [2022-08-11T16:32:27.218Z] === RUN TestImportWithCustomPlatform/_______ [2022-08-11T16:32:27.218Z] === RUN TestImportWithCustomPlatform// [2022-08-11T16:32:27.218Z] === RUN TestImportWithCustomPlatform/linux [2022-08-11T16:32:27.479Z] === RUN TestImportWithCustomPlatform/LINUX [2022-08-11T16:32:27.479Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-08-11T16:32:27.479Z] === RUN TestImportWithCustomPlatform/macos [2022-08-11T16:32:27.479Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-08-11T16:32:27.479Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform (0.35s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-08-11T16:32:27.479Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-08-11T16:32:27.479Z] === RUN TestImagesFilterMultiReference [2022-08-11T16:32:27.739Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-08-11T16:32:27.739Z] === RUN TestImagePullPlatformInvalid [2022-08-11T16:32:27.739Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-08-11T16:32:27.739Z] === RUN TestRemoveImageOrphaning [2022-08-11T16:32:27.946Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-08-11T16:32:27.999Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2022-08-11T16:32:27.999Z] === RUN TestRemoveImageGarbageCollector [2022-08-11T16:32:27.999Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:32:27.999Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-08-11T16:32:27.999Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-11T16:32:27.999Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-08-11T16:32:27.999Z] === RUN TestTagInvalidReference [2022-08-11T16:32:27.999Z] --- PASS: TestTagInvalidReference (0.01s) [2022-08-11T16:32:27.999Z] === RUN TestTagValidPrefixedRepo [2022-08-11T16:32:27.999Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-08-11T16:32:27.999Z] === RUN TestTagExistedNameWithoutForce [2022-08-11T16:32:27.999Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-08-11T16:32:27.999Z] === RUN TestTagOfficialNames [2022-08-11T16:32:28.259Z] --- PASS: TestTagOfficialNames (0.06s) [2022-08-11T16:32:28.259Z] === RUN TestTagMatchesDigest [2022-08-11T16:32:28.259Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-08-11T16:32:28.259Z] PASS [2022-08-11T16:32:28.259Z] [2022-08-11T16:32:28.259Z] === Skipped [2022-08-11T16:32:28.259Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-08-11T16:32:28.259Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-08-11T16:32:28.259Z] [2022-08-11T16:32:28.259Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-08-11T16:32:28.259Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:32:28.259Z] [2022-08-11T16:32:28.259Z] DONE 22 tests, 2 skipped in 1.392s [2022-08-11T16:32:28.259Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-08-11T16:32:28.259Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-08-11T16:32:28.259Z] ++ set -e [2022-08-11T16:32:28.259Z] ++ '[' -n 0 ']' [2022-08-11T16:32:28.259Z] ++ set -x [2022-08-11T16:32:28.259Z] ++ 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-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-08-11T16:32:28.259Z] === RUN TestStripANSICommands [2022-08-11T16:32:28.259Z] === RUN TestStripANSICommands/#00 [2022-08-11T16:32:28.259Z] === RUN TestStripANSICommands/#01 [2022-08-11T16:32:28.259Z] --- PASS: TestStripANSICommands (0.00s) [2022-08-11T16:32:28.259Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-08-11T16:32:28.259Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-08-11T16:32:28.259Z] PASS [2022-08-11T16:32:28.259Z] [2022-08-11T16:32:28.259Z] DONE 3 tests in 0.038s [2022-08-11T16:32:28.259Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-08-11T16:32:28.259Z] ++ 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-08-11T16:32:28.259Z] ++ set -e [2022-08-11T16:32:28.259Z] ++ '[' -n 0 ']' [2022-08-11T16:32:28.259Z] ++ set -x [2022-08-11T16:32:28.259Z] ++ 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-08-11T16:32:28.259Z] INFO: Testing against a local daemon [2022-08-11T16:32:28.259Z] === RUN TestNetworkCreateDelete [2022-08-11T16:32:28.518Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-08-11T16:32:28.518Z] === RUN TestDockerNetworkDeletePreferID [2022-08-11T16:32:28.778Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s) [2022-08-11T16:32:28.778Z] === RUN TestDaemonDNSFallback [2022-08-11T16:32:28.886Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.68s) [2022-08-11T16:32:28.886Z] === RUN TestUpdateMemory [2022-08-11T16:32:28.886Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:32:28.886Z] --- SKIP: TestUpdateMemory (0.00s) [2022-08-11T16:32:28.886Z] === RUN TestUpdateCPUQuota [2022-08-11T16:32:29.461Z] === RUN TestDockerSuite/TestAttachDetach [2022-08-11T16:32:30.029Z] --- PASS: TestUpdateCPUQuota (1.37s) [2022-08-11T16:32:30.029Z] === RUN TestUpdatePidsLimit [2022-08-11T16:32:30.029Z] === RUN TestUpdatePidsLimit/update_from_none [2022-08-11T16:32:30.603Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-08-11T16:32:30.603Z] === RUN TestUpdatePidsLimit/no_change [2022-08-11T16:32:30.862Z] === RUN TestUpdatePidsLimit/update_lower [2022-08-11T16:32:31.433Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-08-11T16:32:31.433Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-08-11T16:32:31.693Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-08-11T16:32:32.262Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-08-11T16:32:32.523Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-08-11T16:32:33.092Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-08-11T16:32:33.352Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit (3.47s) [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.31s) [2022-08-11T16:32:33.612Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2022-08-11T16:32:33.612Z] === RUN TestUpdateRestartPolicy [2022-08-11T16:32:34.182Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-08-11T16:32:34.751Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-08-11T16:32:35.352Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-08-11T16:32:35.352Z] === RUN TestInspectNetwork [2022-08-11T16:32:36.134Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-08-11T16:32:37.516Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-08-11T16:32:38.645Z] === RUN TestInspectNetwork/full_network_id [2022-08-11T16:32:38.645Z] === RUN TestInspectNetwork/partial_network_id [2022-08-11T16:32:38.645Z] === RUN TestInspectNetwork/network_name [2022-08-11T16:32:38.645Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-11T16:32:39.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-08-11T16:32:41.963Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-08-11T16:32:41.963Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-08-11T16:32:41.963Z] check_test.go:540: [d2170d84178c3] daemon is not started [2022-08-11T16:32:41.963Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-08-11T16:32:41.964Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-08-11T16:32:41.964Z] check_test.go:540: [de95c30a09aaa] daemon is not started [2022-08-11T16:32:41.964Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-08-11T16:32:42.839Z] --- PASS: TestInspectNetwork (7.00s) [2022-08-11T16:32:42.839Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-11T16:32:42.839Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-11T16:32:42.839Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-11T16:32:42.839Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-11T16:32:42.839Z] === RUN TestRunContainerWithBridgeNone [2022-08-11T16:32:43.777Z] --- PASS: TestRunContainerWithBridgeNone (1.50s) [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/create [2022-08-11T16:32:43.777Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:32:43.777Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:32:43.777Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:32:43.777Z] === CONT TestNetworkInvalidJSON/networks/create [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-08-11T16:32:43.777Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-08-11T16:32:43.777Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-08-11T16:32:43.777Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-08-11T16:32:43.777Z] === RUN TestNetworkList [2022-08-11T16:32:43.777Z] === RUN TestNetworkList//networks [2022-08-11T16:32:43.777Z] === PAUSE TestNetworkList//networks [2022-08-11T16:32:43.777Z] === RUN TestNetworkList//networks/ [2022-08-11T16:32:43.777Z] === PAUSE TestNetworkList//networks/ [2022-08-11T16:32:43.777Z] === CONT TestNetworkList//networks [2022-08-11T16:32:43.777Z] === CONT TestNetworkList//networks/ [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkList (0.01s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-11T16:32:43.777Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-11T16:32:43.777Z] === RUN TestHostIPv4BridgeLabel [2022-08-11T16:32:44.346Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-08-11T16:32:44.346Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-11T16:32:45.261Z] check_test.go:540: [dd7d816cd8113] daemon is not started [2022-08-11T16:32:45.262Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-08-11T16:32:45.284Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-08-11T16:32:45.285Z] === RUN TestDaemonDefaultNetworkPools [2022-08-11T16:32:46.222Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-08-11T16:32:46.222Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-11T16:32:46.643Z] --- PASS: TestUpdateRestartPolicy (12.78s) [2022-08-11T16:32:46.643Z] === RUN TestUpdateRestartWithAutoRemove [2022-08-11T16:32:47.161Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-08-11T16:32:47.161Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-11T16:32:47.212Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2022-08-11T16:32:47.212Z] === RUN TestWaitNonBlocked [2022-08-11T16:32:47.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:32:47.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:32:47.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:32:47.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:32:47.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-08-11T16:32:47.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-08-11T16:32:48.549Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-08-11T16:32:48.549Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-11T16:32:48.610Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-08-11T16:32:48.610Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2022-08-11T16:32:48.610Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.25s) [2022-08-11T16:32:48.610Z] === RUN TestWaitBlocked [2022-08-11T16:32:48.610Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:32:48.610Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:32:48.610Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:32:48.610Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:32:48.610Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-08-11T16:32:48.610Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-08-11T16:32:49.121Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-08-11T16:32:49.121Z] === RUN TestServiceWithPredefinedNetwork [2022-08-11T16:32:49.550Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-08-11T16:32:49.550Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-08-11T16:32:49.810Z] --- PASS: TestWaitBlocked (0.01s) [2022-08-11T16:32:49.810Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.29s) [2022-08-11T16:32:49.810Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.35s) [2022-08-11T16:32:49.810Z] === RUN TestWaitConditions [2022-08-11T16:32:49.810Z] === RUN TestWaitConditions/default [2022-08-11T16:32:49.810Z] === PAUSE TestWaitConditions/default [2022-08-11T16:32:49.810Z] === RUN TestWaitConditions/not-running [2022-08-11T16:32:49.810Z] === PAUSE TestWaitConditions/not-running [2022-08-11T16:32:49.810Z] === RUN TestWaitConditions/next-exit [2022-08-11T16:32:49.810Z] === PAUSE TestWaitConditions/next-exit [2022-08-11T16:32:49.810Z] === RUN TestWaitConditions/removed [2022-08-11T16:32:49.810Z] === PAUSE TestWaitConditions/removed [2022-08-11T16:32:49.810Z] === CONT TestWaitConditions/default [2022-08-11T16:32:49.810Z] === CONT TestWaitConditions/removed [2022-08-11T16:32:50.155Z] --- PASS: TestServicePlugin (30.14s) [2022-08-11T16:32:50.155Z] === RUN TestServiceUpdateLabel [2022-08-11T16:32:50.379Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-08-11T16:32:50.410Z] --- PASS: TestServiceUpdateLabel (1.79s) [2022-08-11T16:32:50.411Z] === RUN TestServiceUpdateSecrets [2022-08-11T16:32:51.659Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2022-08-11T16:32:51.659Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-11T16:32:51.659Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:32:51.659Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:32:51.659Z] === RUN TestServiceWithDataPathPortInit [2022-08-11T16:32:51.759Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-08-11T16:32:51.759Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-08-11T16:32:52.019Z] === CONT TestWaitConditions/next-exit [2022-08-11T16:32:52.019Z] === CONT TestWaitConditions/not-running [2022-08-11T16:32:52.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-08-11T16:32:53.900Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-08-11T16:32:54.161Z] --- PASS: TestWaitConditions (0.03s) [2022-08-11T16:32:54.161Z] --- PASS: TestWaitConditions/default (2.09s) [2022-08-11T16:32:54.161Z] --- PASS: TestWaitConditions/removed (2.15s) [2022-08-11T16:32:54.161Z] --- PASS: TestWaitConditions/next-exit (2.00s) [2022-08-11T16:32:54.161Z] --- PASS: TestWaitConditions/not-running (2.03s) [2022-08-11T16:32:54.161Z] === RUN TestWaitRestartedContainer [2022-08-11T16:32:54.161Z] === RUN TestWaitRestartedContainer/default [2022-08-11T16:32:54.161Z] === PAUSE TestWaitRestartedContainer/default [2022-08-11T16:32:54.161Z] === RUN TestWaitRestartedContainer/not-running [2022-08-11T16:32:54.161Z] === PAUSE TestWaitRestartedContainer/not-running [2022-08-11T16:32:54.161Z] === RUN TestWaitRestartedContainer/next-exit [2022-08-11T16:32:54.161Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-08-11T16:32:54.161Z] === CONT TestWaitRestartedContainer/default [2022-08-11T16:32:54.161Z] === CONT TestWaitRestartedContainer/next-exit [2022-08-11T16:32:56.073Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-08-11T16:32:56.332Z] === CONT TestWaitRestartedContainer/not-running [2022-08-11T16:32:56.592Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-08-11T16:32:57.533Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-08-11T16:32:57.793Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-08-11T16:32:57.793Z] --- PASS: TestWaitRestartedContainer/default (2.28s) [2022-08-11T16:32:57.793Z] --- PASS: TestWaitRestartedContainer/next-exit (2.35s) [2022-08-11T16:32:57.793Z] --- PASS: TestWaitRestartedContainer/not-running (1.40s) [2022-08-11T16:32:57.793Z] === CONT TestContainerStartOnDaemonRestart [2022-08-11T16:32:57.793Z] === CONT TestRestartDaemonWithRestartingContainer [2022-08-11T16:32:58.733Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-08-11T16:33:01.273Z] --- PASS: TestContainerStartOnDaemonRestart (3.62s) [2022-08-11T16:33:01.273Z] === CONT TestIpcModeOlderClient [2022-08-11T16:33:01.532Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.71s) [2022-08-11T16:33:01.532Z] === CONT TestContainerKillOnDaemonStart [2022-08-11T16:33:01.532Z] --- PASS: TestIpcModeOlderClient (0.12s) [2022-08-11T16:33:01.532Z] === CONT TestDaemonHostGatewayIP [2022-08-11T16:33:04.072Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-08-11T16:33:04.641Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-08-11T16:33:05.250Z] --- PASS: TestServiceUpdateSecrets (14.57s) [2022-08-11T16:33:05.250Z] === RUN TestServiceUpdateConfigs [2022-08-11T16:33:05.582Z] --- PASS: TestDaemonHostGatewayIP (3.83s) [2022-08-11T16:33:05.582Z] === CONT TestDaemonRestartIpcMode [2022-08-11T16:33:06.549Z] --- PASS: TestServiceWithDataPathPortInit (13.84s) [2022-08-11T16:33:06.549Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-11T16:33:07.488Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2bh8vruohtzzmu4g03557957j Created:2022-08-11 16:33:06.40714902 +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[0074ed3cbf598b07fcd9ad45f70fa9e472ebcf38ffc6ef0d3a0e71972bb4c114:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fksyk5773adkomfty79mi27hw EndpointID:b2853621fd912be6d0aa2c19ef56dd25c41c9b27fb5fcca43af8ff753f83181a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e558803e4d76488f6f54cbff07142310f72edc9e8a407560d78b0f404af12954 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:115480ed2cb3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.fksyk5773adkomfty79mi27hw EndpointID:b2853621fd912be6d0aa2c19ef56dd25c41c9b27fb5fcca43af8ff753f83181a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-11T16:33:07.491Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-08-11T16:33:08.870Z] --- PASS: TestDaemonRestartIpcMode (3.37s) [2022-08-11T16:33:08.870Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-08-11T16:33:08.870Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-08-11T16:33:10.252Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-08-11T16:33:11.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-08-11T16:33:12.764Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s) [2022-08-11T16:33:12.764Z] PASS [2022-08-11T16:33:12.764Z] [2022-08-11T16:33:12.764Z] === Skipped [2022-08-11T16:33:12.764Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:33:12.764Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:33:12.764Z] [2022-08-11T16:33:12.764Z] DONE 38 tests, 1 skipped in 43.657s [2022-08-11T16:33:12.764Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:33:12.764Z] ++ 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-08-11T16:33:12.764Z] ++ set -e [2022-08-11T16:33:12.764Z] ++ '[' -n 0 ']' [2022-08-11T16:33:12.764Z] ++ set -x [2022-08-11T16:33:12.764Z] ++ 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-08-11T16:33:12.764Z] INFO: Testing against a local daemon [2022-08-11T16:33:12.764Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-11T16:33:12.764Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:33:12.764Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:33:12.764Z] === RUN TestDockerNetworkIpvlan [2022-08-11T16:33:12.764Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:33:12.764Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:33:12.764Z] PASS [2022-08-11T16:33:12.764Z] [2022-08-11T16:33:12.764Z] === Skipped [2022-08-11T16:33:12.764Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:33:12.764Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:33:12.764Z] [2022-08-11T16:33:12.764Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:33:12.764Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:33:12.764Z] [2022-08-11T16:33:12.764Z] DONE 2 tests, 2 skipped in 0.090s [2022-08-11T16:33:12.764Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:33:12.764Z] ++ 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-08-11T16:33:12.764Z] ++ set -e [2022-08-11T16:33:12.764Z] ++ '[' -n 0 ']' [2022-08-11T16:33:12.764Z] ++ set -x [2022-08-11T16:33:12.764Z] ++ 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-08-11T16:33:12.764Z] INFO: Testing against a local daemon [2022-08-11T16:33:12.764Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-11T16:33:13.106Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-08-11T16:33:13.106Z] check_test.go:540: [dc3df10678385] daemon is not started [2022-08-11T16:33:13.106Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-08-11T16:33:13.333Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-08-11T16:33:13.333Z] === RUN TestDockerNetworkMacvlan [2022-08-11T16:33:13.902Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-11T16:33:14.266Z] Created binary: bundles/binary-daemon/dockerd [2022-08-11T16:33:14.266Z] Copying nested executables into bundles/binary-daemon [2022-08-11T16:33:14.266Z] Building: bundles/binary-daemon/docker-proxy [2022-08-11T16:33:14.266Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:33:14.266Z] Created binary: bundles/binary-daemon/docker-proxy [2022-08-11T16:33:14.266Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-08-11T16:33:14.486Z] --- PASS: TestContainerKillOnDaemonStart (12.73s) [2022-08-11T16:33:14.486Z] PASS [2022-08-11T16:33:14.486Z] [2022-08-11T16:33:14.486Z] === Skipped [2022-08-11T16:33:14.486Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-08-11T16:33:14.486Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-08-11T16:33:14.486Z] [2022-08-11T16:33:14.486Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-08-11T16:33:14.486Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:33:14.486Z] [2022-08-11T16:33:14.486Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-08-11T16:33:14.486Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:33:14.486Z] [2022-08-11T16:33:14.486Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-08-11T16:33:14.486Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-08-11T16:33:14.486Z] [2022-08-11T16:33:14.486Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-08-11T16:33:14.486Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-08-11T16:33:14.486Z] [2022-08-11T16:33:14.486Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-08-11T16:33:14.486Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-08-11T16:33:14.486Z] [2022-08-11T16:33:14.486Z] DONE 272 tests, 6 skipped in 177.578s [2022-08-11T16:33:14.486Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-08-11T16:33:14.486Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-08-11T16:33:14.486Z] ++ 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-08-11T16:33:14.486Z] ++ set -e [2022-08-11T16:33:14.486Z] ++ '[' -n 0 ']' [2022-08-11T16:33:14.486Z] ++ set -x [2022-08-11T16:33:14.486Z] ++ 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-08-11T16:33:14.486Z] === RUN TestConfigDaemonLibtrustID [2022-08-11T16:33:14.619Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/make.sh cross [2022-08-11T16:33:14.841Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-11T16:33:14.875Z] [2022-08-11T16:33:14.875Z] Removing bundles/ [2022-08-11T16:33:15.058Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-08-11T16:33:15.058Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-08-11T16:33:15.058Z] === RUN TestConfigDaemonID [2022-08-11T16:33:15.130Z] [2022-08-11T16:33:15.130Z] ---> Making bundle: cross (in bundles/cross) [2022-08-11T16:33:15.131Z] Cross building: bundles/cross/linux/amd64 [2022-08-11T16:33:15.131Z] Building: bundles/cross/linux/amd64-daemon/dockerd [2022-08-11T16:33:15.131Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-08-11T16:33:15.410Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-11T16:33:15.998Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-08-11T16:33:15.998Z] daemon_test.go:83: [d32be5a4f5afc] daemon is not started [2022-08-11T16:33:15.998Z] --- PASS: TestConfigDaemonID (1.07s) [2022-08-11T16:33:15.998Z] === RUN TestDaemonConfigValidation [2022-08-11T16:33:15.998Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:33:15.998Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:33:15.998Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-08-11T16:33:15.998Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-08-11T16:33:15.998Z] === RUN TestDaemonConfigValidation/invalid_config [2022-08-11T16:33:15.998Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-08-11T16:33:15.998Z] === RUN TestDaemonConfigValidation/malformed_config [2022-08-11T16:33:15.998Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-08-11T16:33:15.998Z] === RUN TestDaemonConfigValidation/valid_config [2022-08-11T16:33:15.998Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-08-11T16:33:15.998Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-08-11T16:33:16.258Z] === CONT TestDaemonConfigValidation/malformed_config [2022-08-11T16:33:16.258Z] === CONT TestDaemonConfigValidation/invalid_config [2022-08-11T16:33:16.258Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-08-11T16:33:16.258Z] === CONT TestDaemonConfigValidation/valid_config [2022-08-11T16:33:16.518Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-08-11T16:33:16.518Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.11s) [2022-08-11T16:33:16.518Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-08-11T16:33:16.518Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.14s) [2022-08-11T16:33:16.518Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.14s) [2022-08-11T16:33:16.518Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-08-11T16:33:16.518Z] === RUN TestConfigDaemonSeccompProfiles [2022-08-11T16:33:16.518Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-08-11T16:33:17.318Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-11T16:33:17.455Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-08-11T16:33:17.715Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-08-11T16:33:18.809Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-11T16:33:18.813Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-08-11T16:33:19.750Z] === CONT TestConfigDaemonSeccompProfiles [2022-08-11T16:33:19.750Z] daemon_test.go:197: [d439233366b81] daemon is not started [2022-08-11T16:33:19.750Z] --- PASS: TestConfigDaemonSeccompProfiles (3.16s) [2022-08-11T16:33:19.750Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-08-11T16:33:19.750Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-08-11T16:33:19.750Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-08-11T16:33:19.750Z] === RUN TestDaemonProxy [2022-08-11T16:33:19.750Z] === RUN TestDaemonProxy/environment_variables [2022-08-11T16:33:20.009Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-08-11T16:33:20.093Z] --- PASS: TestServiceUpdateConfigs (14.45s) [2022-08-11T16:33:20.093Z] === RUN TestServiceUpdateNetwork [2022-08-11T16:33:20.577Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-08-11T16:33:21.516Z] === RUN TestDaemonProxy/command-line_options [2022-08-11T16:33:21.516Z] === RUN TestDockerSuite/TestBuildAddScript [2022-08-11T16:33:21.516Z] check_test.go:540: [d2db065a3778d] daemon is not started [2022-08-11T16:33:21.516Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-08-11T16:33:22.106Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-11T16:33:22.676Z] --- PASS: TestDockerNetworkMacvlan (9.40s) [2022-08-11T16:33:22.676Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-08-11T16:33:22.676Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-08-11T16:33:22.676Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.76s) [2022-08-11T16:33:22.676Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-08-11T16:33:22.676Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s) [2022-08-11T16:33:22.676Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-08-11T16:33:22.676Z] PASS [2022-08-11T16:33:22.676Z] [2022-08-11T16:33:22.676Z] DONE 8 tests in 10.722s [2022-08-11T16:33:22.676Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-11T16:33:22.676Z] ++ 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-08-11T16:33:22.676Z] ++ set -e [2022-08-11T16:33:22.676Z] ++ '[' -n 0 ']' [2022-08-11T16:33:22.676Z] ++ set -x [2022-08-11T16:33:22.676Z] ++ 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-08-11T16:33:22.676Z] testing: warning: no tests to run [2022-08-11T16:33:22.676Z] PASS [2022-08-11T16:33:22.676Z] [2022-08-11T16:33:22.676Z] DONE 0 tests in 0.027s [2022-08-11T16:33:22.676Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-11T16:33:22.676Z] ++ 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-08-11T16:33:22.676Z] ++ set -e [2022-08-11T16:33:22.676Z] ++ '[' -n 0 ']' [2022-08-11T16:33:22.676Z] ++ set -x [2022-08-11T16:33:22.676Z] ++ 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-08-11T16:33:22.936Z] INFO: Testing against a local daemon [2022-08-11T16:33:22.936Z] === RUN TestAuthZPluginAllowRequest [2022-08-11T16:33:23.423Z] === RUN TestDaemonProxy/configuration_file [2022-08-11T16:33:23.423Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-08-11T16:33:24.336Z] --- PASS: TestAuthZPluginAllowRequest (1.15s) [2022-08-11T16:33:24.336Z] === RUN TestAuthZPluginTLS [2022-08-11T16:33:24.595Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-08-11T16:33:24.595Z] === RUN TestAuthZPluginDenyRequest [2022-08-11T16:33:24.804Z] === RUN TestDaemonProxy/conflicting_options [2022-08-11T16:33:25.064Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-08-11T16:33:25.164Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-08-11T16:33:25.164Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-11T16:33:25.324Z] === RUN TestDaemonProxy/reload_sanitized [2022-08-11T16:33:25.733Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-08-11T16:33:25.733Z] === RUN TestAuthZPluginDenyResponse [2022-08-11T16:33:25.893Z] --- PASS: TestDaemonProxy (6.26s) [2022-08-11T16:33:25.893Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-08-11T16:33:25.893Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-08-11T16:33:25.893Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-08-11T16:33:25.893Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-08-11T16:33:25.893Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-08-11T16:33:25.894Z] PASS [2022-08-11T16:33:25.894Z] [2022-08-11T16:33:25.894Z] DONE 18 tests in 11.608s [2022-08-11T16:33:25.894Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-08-11T16:33:25.894Z] ++ 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-08-11T16:33:25.894Z] ++ set -e [2022-08-11T16:33:25.894Z] ++ '[' -n 0 ']' [2022-08-11T16:33:25.894Z] ++ set -x [2022-08-11T16:33:25.894Z] ++ 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-08-11T16:33:26.153Z] INFO: Testing against a local daemon [2022-08-11T16:33:26.153Z] === RUN TestCommitInheritsEnv [2022-08-11T16:33:26.302Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-08-11T16:33:26.302Z] === RUN TestAuthZPluginAllowEventStream [2022-08-11T16:33:26.412Z] --- PASS: TestCommitInheritsEnv (0.37s) [2022-08-11T16:33:26.412Z] === RUN TestImportExtremelyLargeImageWorks [2022-08-11T16:33:26.412Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-08-11T16:33:26.412Z] === RUN TestImportWithCustomPlatform [2022-08-11T16:33:26.412Z] === RUN TestImportWithCustomPlatform/#00 [2022-08-11T16:33:26.673Z] === RUN TestImportWithCustomPlatform/_______ [2022-08-11T16:33:26.673Z] === RUN TestImportWithCustomPlatform// [2022-08-11T16:33:26.673Z] === RUN TestImportWithCustomPlatform/linux [2022-08-11T16:33:26.933Z] === RUN TestImportWithCustomPlatform/LINUX [2022-08-11T16:33:27.193Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-08-11T16:33:27.193Z] === RUN TestImportWithCustomPlatform/macos [2022-08-11T16:33:27.193Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-08-11T16:33:27.193Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-08-11T16:33:27.240Z] --- PASS: TestAuthZPluginAllowEventStream (1.13s) [2022-08-11T16:33:27.240Z] === RUN TestAuthZPluginErrorResponse [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform (0.85s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform/#00 (0.15s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform/_______ (0.02s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform/linux (0.25s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.22s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.17s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-08-11T16:33:27.453Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-08-11T16:33:27.454Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-08-11T16:33:27.454Z] === RUN TestImagesFilterMultiReference [2022-08-11T16:33:27.454Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-08-11T16:33:27.454Z] === RUN TestImagePullPlatformInvalid [2022-08-11T16:33:27.454Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-08-11T16:33:27.454Z] === RUN TestRemoveImageOrphaning [2022-08-11T16:33:27.810Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-08-11T16:33:27.810Z] === RUN TestAuthZPluginErrorRequest [2022-08-11T16:33:28.024Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2022-08-11T16:33:28.024Z] === RUN TestRemoveImageGarbageCollector [2022-08-11T16:33:28.285Z] time="2022-08-11T16:33:28Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-08-11T16:33:28.380Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-11T16:33:28.380Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-11T16:33:28.853Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-08-11T16:33:28.948Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-08-11T16:33:28.948Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-11T16:33:30.328Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.36s) [2022-08-11T16:33:30.328Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-11T16:33:30.766Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-08-11T16:33:30.766Z] --- PASS: TestRemoveImageGarbageCollector (2.86s) [2022-08-11T16:33:30.766Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-08-11T16:33:30.766Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-08-11T16:33:30.766Z] === RUN TestTagInvalidReference [2022-08-11T16:33:30.766Z] --- PASS: TestTagInvalidReference (0.03s) [2022-08-11T16:33:30.766Z] === RUN TestTagValidPrefixedRepo [2022-08-11T16:33:30.766Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2022-08-11T16:33:30.766Z] === RUN TestTagExistedNameWithoutForce [2022-08-11T16:33:31.026Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-08-11T16:33:31.026Z] === RUN TestTagOfficialNames [2022-08-11T16:33:31.026Z] --- PASS: TestTagOfficialNames (0.10s) [2022-08-11T16:33:31.026Z] === RUN TestTagMatchesDigest [2022-08-11T16:33:31.026Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-08-11T16:33:31.026Z] === CONT TestImportExtremelyLargeImageWorks [2022-08-11T16:33:31.708Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s) [2022-08-11T16:33:31.708Z] === RUN TestAuthZPluginHeader [2022-08-11T16:33:31.971Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-08-11T16:33:32.231Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-08-11T16:33:32.271Z] --- PASS: TestServiceUpdateNetwork (12.05s) [2022-08-11T16:33:32.271Z] === RUN TestServiceUpdatePidsLimit [2022-08-11T16:33:32.276Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-08-11T16:33:32.276Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-11T16:33:32.276Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:32.276Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-08-11T16:33:32.276Z] === RUN TestAuthZPluginV2Disable [2022-08-11T16:33:32.276Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:32.276Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-08-11T16:33:32.276Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-11T16:33:32.276Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:32.276Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-08-11T16:33:32.276Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-11T16:33:32.276Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:32.276Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-08-11T16:33:32.276Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-11T16:33:32.819Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-08-11T16:33:32.819Z] docker_cli_daemon_test.go:2841: Checking IpcMode private set from config [2022-08-11T16:33:32.833Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-11T16:33:33.086Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-08-11T16:33:33.345Z] docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from config [2022-08-11T16:33:33.762Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-11T16:33:33.915Z] docker_cli_daemon_test.go:2841: Checking IpcMode host set from config [2022-08-11T16:33:34.483Z] docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from config [2022-08-11T16:33:35.053Z] docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from config [2022-08-11T16:33:35.622Z] docker_cli_daemon_test.go:2841: Checking IpcMode private set from cli [2022-08-11T16:33:35.882Z] docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from cli [2022-08-11T16:33:36.142Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-08-11T16:33:36.402Z] docker_cli_daemon_test.go:2841: Checking IpcMode host set from cli [2022-08-11T16:33:36.661Z] === RUN TestDockerSuite/TestBuildAddTar [2022-08-11T16:33:36.922Z] docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from cli [2022-08-11T16:33:37.493Z] docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from cli [2022-08-11T16:33:38.063Z] check_test.go:540: [d00ef86e73b5d] daemon is not started [2022-08-11T16:33:38.063Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-08-11T16:33:39.002Z] check_test.go:540: [dfe50b606cb4c] daemon is not started [2022-08-11T16:33:39.002Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-08-11T16:33:39.574Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-08-11T16:33:40.297Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-11T16:33:41.483Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-08-11T16:33:44.778Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-08-11T16:33:44.778Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-08-11T16:33:44.778Z] check_test.go:540: [d74eb796aa936] daemon is not started [2022-08-11T16:33:44.778Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-08-11T16:33:46.158Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-08-11T16:33:47.539Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-08-11T16:33:47.800Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-08-11T16:33:48.381Z] --- PASS: TestServiceUpdatePidsLimit (16.16s) [2022-08-11T16:33:48.382Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-08-11T16:33:48.382Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-08-11T16:33:48.382Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-08-11T16:33:48.382Z] PASS [2022-08-11T16:33:48.382Z] [2022-08-11T16:33:48.382Z] === Skipped [2022-08-11T16:33:48.382Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-11T16:33:48.382Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:33:48.382Z] [2022-08-11T16:33:48.382Z] DONE 27 tests, 1 skipped in 163.454s [2022-08-11T16:33:48.382Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-11T16:33:48.382Z] INFO: Testing against a local daemon [2022-08-11T16:33:48.382Z] === RUN TestSessionCreate [2022-08-11T16:33:48.382Z] --- PASS: TestSessionCreate (0.02s) [2022-08-11T16:33:48.382Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-11T16:33:48.382Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-11T16:33:48.382Z] PASS [2022-08-11T16:33:48.382Z] [2022-08-11T16:33:48.382Z] DONE 2 tests in 0.056s [2022-08-11T16:33:48.382Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-11T16:33:48.382Z] INFO: Testing against a local daemon [2022-08-11T16:33:48.382Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-11T16:33:48.382Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-08-11T16:33:48.382Z] === RUN TestDiskUsage [2022-08-11T16:33:48.382Z] === PAUSE TestDiskUsage [2022-08-11T16:33:48.382Z] === RUN TestEventsExecDie [2022-08-11T16:33:48.382Z] --- PASS: TestEventsExecDie (0.53s) [2022-08-11T16:33:48.382Z] === RUN TestEventsBackwardsCompatible [2022-08-11T16:33:48.382Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-08-11T16:33:48.382Z] === RUN TestEventsVolumeCreate [2022-08-11T16:33:48.637Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-08-11T16:33:48.637Z] === RUN TestInfoBinaryCommits [2022-08-11T16:33:48.637Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-11T16:33:48.637Z] === RUN TestInfoAPIVersioned [2022-08-11T16:33:48.637Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-11T16:33:48.637Z] === RUN TestInfoAPI [2022-08-11T16:33:48.637Z] --- PASS: TestInfoAPI (0.02s) [2022-08-11T16:33:48.637Z] === RUN TestInfoAPIWarnings [2022-08-11T16:33:49.710Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-08-11T16:33:50.371Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2022-08-11T16:33:50.371Z] PASS [2022-08-11T16:33:50.371Z] [2022-08-11T16:33:50.371Z] === Skipped [2022-08-11T16:33:50.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-08-11T16:33:50.371Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:50.371Z] [2022-08-11T16:33:50.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-08-11T16:33:50.371Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:50.371Z] [2022-08-11T16:33:50.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-08-11T16:33:50.371Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:50.371Z] [2022-08-11T16:33:50.371Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-08-11T16:33:50.371Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:33:50.371Z] [2022-08-11T16:33:50.371Z] DONE 17 tests, 4 skipped in 26.420s [2022-08-11T16:33:50.371Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-11T16:33:50.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-08-11T16:33:50.371Z] ++ set -e [2022-08-11T16:33:50.371Z] ++ '[' -n 0 ']' [2022-08-11T16:33:50.371Z] ++ set -x [2022-08-11T16:33:50.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-08-11T16:33:50.371Z] INFO: Testing against a local daemon [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:33:50.371Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:33:50.371Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-08-11T16:33:50.371Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-08-11T16:33:50.371Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-08-11T16:33:50.371Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-08-11T16:33:50.371Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-08-11T16:33:50.371Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.01s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.01s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-08-11T16:33:50.371Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-08-11T16:33:50.371Z] === RUN TestPluginInstall [2022-08-11T16:33:50.371Z] === RUN TestPluginInstall/no_auth [2022-08-11T16:33:50.371Z] time="2022-08-11T16:33:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:33:50.371Z] time="2022-08-11T16:33:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11e8afcd929c73add444704f6503b60cc9a317f6a086dc26157d1b868a22090b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:33:50.371Z] time="2022-08-11T16:33:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:33:50.371Z] time="2022-08-11T16:33:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11e8afcd929c73add444704f6503b60cc9a317f6a086dc26157d1b868a22090b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:33:50.371Z] === RUN TestPluginInstall/with_htpasswd [2022-08-11T16:33:50.631Z] time="2022-08-11T16:33:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:33:50.631Z] time="2022-08-11T16:33:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:088ca8cd2721eaf941dd1e7fe5367b57ffc47555676193820541a0d725de4c7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:33:50.631Z] time="2022-08-11T16:33:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:33:50.631Z] time="2022-08-11T16:33:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:088ca8cd2721eaf941dd1e7fe5367b57ffc47555676193820541a0d725de4c7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:33:50.891Z] === RUN TestPluginInstall/with_insecure [2022-08-11T16:33:51.829Z] time="2022-08-11T16:33:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:33:51.829Z] time="2022-08-11T16:33:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5686c8e21176b48fc0751e1ba4d8488ca8ba6eb143e0839805dfa7ea6ffae24" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:33:51.829Z] time="2022-08-11T16:33:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:33:51.829Z] time="2022-08-11T16:33:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5686c8e21176b48fc0751e1ba4d8488ca8ba6eb143e0839805dfa7ea6ffae24" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:33:51.829Z] plugin_test.go:196: [db82327095042] daemon is not started [2022-08-11T16:33:51.829Z] --- PASS: TestPluginInstall (2.52s) [2022-08-11T16:33:51.829Z] --- PASS: TestPluginInstall/no_auth (0.93s) [2022-08-11T16:33:51.829Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-08-11T16:33:51.829Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-08-11T16:33:51.829Z] === RUN TestPluginsWithRuntimes [2022-08-11T16:33:52.249Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-08-11T16:33:53.631Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-08-11T16:33:53.736Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-11T16:33:54.305Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-11T16:33:54.571Z] check_test.go:540: [d1349cc9269e9] daemon is not started [2022-08-11T16:33:54.571Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-08-11T16:33:55.243Z] --- PASS: TestPluginsWithRuntimes (3.29s) [2022-08-11T16:33:55.243Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-08-11T16:33:55.243Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-08-11T16:33:55.243Z] === RUN TestPluginBackCompatMediaTypes [2022-08-11T16:33:55.811Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-08-11T16:33:55.811Z] PASS [2022-08-11T16:33:55.811Z] [2022-08-11T16:33:55.811Z] DONE 24 tests in 6.520s [2022-08-11T16:33:55.811Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-11T16:33:55.811Z] ++ 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-08-11T16:33:55.811Z] ++ set -e [2022-08-11T16:33:55.811Z] ++ '[' -n 0 ']' [2022-08-11T16:33:55.811Z] ++ set -x [2022-08-11T16:33:55.812Z] ++ 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-08-11T16:33:55.812Z] INFO: Testing against a local daemon [2022-08-11T16:33:55.812Z] === RUN TestExternalGraphDriver [2022-08-11T16:33:56.399Z] === RUN TestExternalGraphDriver/json [2022-08-11T16:33:57.778Z] === RUN TestExternalGraphDriver/spec [2022-08-11T16:33:58.780Z] === RUN TestDockerSuite/TestBuildBlankName [2022-08-11T16:33:59.348Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-08-11T16:33:59.348Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-08-11T16:33:59.685Z] === RUN TestExternalGraphDriver/pull [2022-08-11T16:34:01.064Z] --- PASS: TestExternalGraphDriver (5.20s) [2022-08-11T16:34:01.064Z] --- PASS: TestExternalGraphDriver/json (1.61s) [2022-08-11T16:34:01.064Z] --- PASS: TestExternalGraphDriver/spec (1.58s) [2022-08-11T16:34:01.064Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2022-08-11T16:34:01.064Z] === RUN TestGraphdriverPluginV2 [2022-08-11T16:34:01.324Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:34:01.324Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-08-11T16:34:01.324Z] PASS [2022-08-11T16:34:01.324Z] [2022-08-11T16:34:01.324Z] === Skipped [2022-08-11T16:34:01.324Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-08-11T16:34:01.324Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:34:01.324Z] [2022-08-11T16:34:01.324Z] DONE 5 tests, 1 skipped in 5.643s [2022-08-11T16:34:01.324Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-11T16:34:01.324Z] ++ 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-08-11T16:34:01.324Z] ++ set -e [2022-08-11T16:34:01.324Z] ++ '[' -n 0 ']' [2022-08-11T16:34:01.324Z] ++ set -x [2022-08-11T16:34:01.324Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-08-11T16:34:01.584Z] INFO: Testing against a local daemon [2022-08-11T16:34:01.584Z] === RUN TestContinueAfterPluginCrash [2022-08-11T16:34:01.584Z] === PAUSE TestContinueAfterPluginCrash [2022-08-11T16:34:01.584Z] === RUN TestReadPluginNoRead [2022-08-11T16:34:01.584Z] === PAUSE TestReadPluginNoRead [2022-08-11T16:34:01.584Z] === RUN TestDaemonStartWithLogOpt [2022-08-11T16:34:01.584Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-11T16:34:01.584Z] === CONT TestContinueAfterPluginCrash [2022-08-11T16:34:01.584Z] === CONT TestDaemonStartWithLogOpt [2022-08-11T16:34:01.887Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-08-11T16:34:02.826Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-08-11T16:34:03.767Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-08-11T16:34:04.875Z] --- PASS: TestDaemonStartWithLogOpt (3.09s) [2022-08-11T16:34:04.876Z] === CONT TestReadPluginNoRead [2022-08-11T16:34:05.148Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-08-11T16:34:05.719Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-08-11T16:34:06.678Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-08-11T16:34:06.678Z] === RUN TestInfoDebug [2022-08-11T16:34:06.678Z] --- PASS: TestInfoDebug (0.52s) [2022-08-11T16:34:06.678Z] === RUN TestInfoInsecureRegistries [2022-08-11T16:34:06.678Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-08-11T16:34:06.678Z] === RUN TestInfoRegistryMirrors [2022-08-11T16:34:06.678Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-08-11T16:34:06.678Z] === RUN TestLoginFailsWithBadCredentials [2022-08-11T16:34:06.784Z] === RUN TestReadPluginNoRead/default [2022-08-11T16:34:06.934Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s) [2022-08-11T16:34:06.934Z] === RUN TestPingCacheHeaders [2022-08-11T16:34:07.191Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-11T16:34:07.191Z] === RUN TestPingGet [2022-08-11T16:34:07.191Z] --- PASS: TestPingGet (0.01s) [2022-08-11T16:34:07.191Z] === RUN TestPingHead [2022-08-11T16:34:07.191Z] --- PASS: TestPingHead (0.02s) [2022-08-11T16:34:07.191Z] === RUN TestPingSwarmHeader [2022-08-11T16:34:07.627Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-08-11T16:34:07.753Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-08-11T16:34:08.164Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-11T16:34:08.197Z] check_test.go:540: [d961d5a9c5bac] daemon is not started [2022-08-11T16:34:08.197Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-08-11T16:34:08.314Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-08-11T16:34:08.767Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-08-11T16:34:09.101Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-11T16:34:09.242Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-08-11T16:34:09.242Z] --- PASS: TestPingSwarmHeader (2.02s) [2022-08-11T16:34:09.242Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-08-11T16:34:09.242Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-08-11T16:34:09.242Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-08-11T16:34:09.242Z] === RUN TestVersion [2022-08-11T16:34:09.242Z] --- PASS: TestVersion (0.02s) [2022-08-11T16:34:09.242Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-08-11T16:34:09.242Z] === CONT TestDiskUsage [2022-08-11T16:34:09.338Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-08-11T16:34:09.671Z] --- PASS: TestContinueAfterPluginCrash (7.98s) [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/container_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/image_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/volume_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/build-cache_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-08-11T16:34:09.805Z] === RUN TestDiskUsage/after_LoadBusybox [2022-08-11T16:34:09.908Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-08-11T16:34:09.908Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-08-11T16:34:10.061Z] === RUN TestDiskUsage/after_container.Run [2022-08-11T16:34:10.610Z] === CONT TestReadPluginNoRead [2022-08-11T16:34:10.610Z] read_test.go:92: [d031231e1ec9a] daemon is not started [2022-08-11T16:34:10.610Z] --- PASS: TestReadPluginNoRead (5.75s) [2022-08-11T16:34:10.610Z] --- PASS: TestReadPluginNoRead/default (1.27s) [2022-08-11T16:34:10.610Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2022-08-11T16:34:10.610Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s) [2022-08-11T16:34:10.610Z] PASS [2022-08-11T16:34:10.610Z] [2022-08-11T16:34:10.610Z] DONE 6 tests in 8.970s [2022-08-11T16:34:10.610Z] 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-08-11T16:34:10.610Z] ++ 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-08-11T16:34:10.610Z] ++ set -e [2022-08-11T16:34:10.610Z] ++ '[' -n 0 ']' [2022-08-11T16:34:10.610Z] ++ set -x [2022-08-11T16:34:10.610Z] ++ 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-08-11T16:34:10.610Z] testing: warning: no tests to run [2022-08-11T16:34:10.610Z] PASS [2022-08-11T16:34:10.610Z] [2022-08-11T16:34:10.610Z] DONE 0 tests in 0.032s [2022-08-11T16:34:10.610Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-11T16:34:10.610Z] ++ 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-08-11T16:34:10.610Z] ++ set -e [2022-08-11T16:34:10.610Z] ++ '[' -n 0 ']' [2022-08-11T16:34:10.610Z] ++ set -x [2022-08-11T16:34:10.610Z] ++ 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-08-11T16:34:10.610Z] INFO: Testing against a local daemon [2022-08-11T16:34:10.610Z] === RUN TestPluginWithDevMounts [2022-08-11T16:34:10.610Z] === PAUSE TestPluginWithDevMounts [2022-08-11T16:34:10.610Z] === CONT TestPluginWithDevMounts [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-08-11T16:34:10.625Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage (1.57s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.30s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run (0.51s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:34:10.625Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.59s) [2022-08-11T16:34:10.625Z] PASS [2022-08-11T16:34:10.625Z] [2022-08-11T16:34:10.625Z] DONE 54 tests in 22.904s [2022-08-11T16:34:10.625Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-11T16:34:10.882Z] INFO: Testing against a local daemon [2022-08-11T16:34:10.882Z] === RUN TestVolumesCreateAndList [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-08-11T16:34:10.882Z] === RUN TestVolumesRemove [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesRemove (0.08s) [2022-08-11T16:34:10.882Z] === RUN TestVolumesInspect [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-11T16:34:10.882Z] === RUN TestVolumesInvalidJSON [2022-08-11T16:34:10.882Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-08-11T16:34:10.882Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-08-11T16:34:10.882Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-08-11T16:34:10.882Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-08-11T16:34:10.882Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-08-11T16:34:10.882Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-08-11T16:34:10.882Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-08-11T16:34:10.882Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-08-11T16:34:10.882Z] PASS [2022-08-11T16:34:10.882Z] [2022-08-11T16:34:10.882Z] DONE 9 tests in 0.166s [2022-08-11T16:34:10.882Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-11T16:34:11.464Z] Stopping apparmor (via systemctl): apparmor.service. [2022-08-11T16:34:11.464Z] Removing test suite binaries [2022-08-11T16:34:11.464Z] exiting test-integration [2022-08-11T16:34:11.464Z] ++ exit 0 [2022-08-11T16:34:11.464Z] [2022-08-11T16:34:11.819Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-08-11T16:34:11.819Z] check_test.go:540: [dc9e9704a0b49] daemon is not started [2022-08-11T16:34:11.819Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-08-11T16:34:11.995Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-08-11T16:34:11.995Z] PASS [2022-08-11T16:34:11.995Z] [2022-08-11T16:34:11.995Z] DONE 1 tests in 1.628s [2022-08-11T16:34:11.995Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-11T16:34:11.995Z] ++ 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-08-11T16:34:11.995Z] ++ set -e [2022-08-11T16:34:11.995Z] ++ '[' -n 0 ']' [2022-08-11T16:34:11.995Z] ++ set -x [2022-08-11T16:34:11.995Z] ++ 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-08-11T16:34:12.255Z] INFO: Testing against a local daemon [2022-08-11T16:34:12.255Z] === RUN TestSecretInspect [2022-08-11T16:34:12.393Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection Post stage [Pipeline] junit [2022-08-11T16:34:12.851Z] Recording test results [2022-08-11T16:34:13.069Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-11T16:34:13.388Z] + echo Ensuring container killed. [2022-08-11T16:34:13.388Z] Ensuring container killed. [2022-08-11T16:34:13.388Z] + docker rm -vf docker-pr1 [2022-08-11T16:34:13.388Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-11T16:34:13.661Z] + echo Chowning /workspace to jenkins user [2022-08-11T16:34:13.661Z] Chowning /workspace to jenkins user [2022-08-11T16:34:13.661Z] + id -u [2022-08-11T16:34:13.661Z] + id -g [2022-08-11T16:34:13.661Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43949:/workspace busybox chown -R 1000:1000 /workspace [2022-08-11T16:34:13.777Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-08-11T16:34:14.346Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-08-11T16:34:14.791Z] --- PASS: TestSecretInspect (2.13s) [2022-08-11T16:34:14.791Z] === RUN TestSecretList [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-11T16:34:15.356Z] + bundleName=amd64-cgroup2 [2022-08-11T16:34:15.356Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-08-11T16:34:15.356Z] Creating amd64-cgroup2-bundles.tar.gz [2022-08-11T16:34:15.356Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-11T16:34:15.356Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-08-11T16:34:15.622Z] Archiving artifacts [2022-08-11T16:34:15.957Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43949/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-11T16:34:16.255Z] + make clean [2022-08-11T16:34:16.255Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-08-11T16:34:16.255Z] docker-dev-cache [2022-08-11T16:34:16.255Z] docker-mod-cache [Pipeline] deleteDir [2022-08-11T16:34:16.697Z] --- PASS: TestSecretList (2.14s) [2022-08-11T16:34:16.697Z] === RUN TestSecretsCreateAndDelete [2022-08-11T16:34:16.887Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-08-11T16:34:16.887Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-11T16:34:18.603Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-08-11T16:34:18.604Z] === RUN TestSecretsUpdate [2022-08-11T16:34:21.151Z] --- PASS: TestSecretsUpdate (2.20s) [2022-08-11T16:34:21.151Z] === RUN TestTemplatedSecret [2022-08-11T16:34:23.688Z] --- PASS: TestTemplatedSecret (2.50s) [2022-08-11T16:34:23.688Z] === RUN TestSecretCreateResolve [2022-08-11T16:34:25.596Z] --- PASS: TestSecretCreateResolve (2.25s) [2022-08-11T16:34:25.597Z] PASS [2022-08-11T16:34:25.597Z] [2022-08-11T16:34:25.597Z] DONE 6 tests in 13.512s [2022-08-11T16:34:25.597Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-08-11T16:34:25.597Z] ++ 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-08-11T16:34:25.597Z] ++ set -e [2022-08-11T16:34:25.597Z] ++ '[' -n 0 ']' [2022-08-11T16:34:25.597Z] ++ set -x [2022-08-11T16:34:25.597Z] ++ 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-08-11T16:34:25.856Z] INFO: Testing against a local daemon [2022-08-11T16:34:25.856Z] === RUN TestServiceCreateInit [2022-08-11T16:34:25.856Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-11T16:34:26.875Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-08-11T16:34:28.796Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-08-11T16:34:29.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-08-11T16:34:29.147Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-11T16:34:30.436Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-08-11T16:34:31.820Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-08-11T16:34:32.080Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-08-11T16:34:32.340Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-08-11T16:34:33.342Z] --- PASS: TestServiceCreateInit (7.18s) [2022-08-11T16:34:33.342Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.49s) [2022-08-11T16:34:33.342Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.67s) [2022-08-11T16:34:33.342Z] === RUN TestCreateServiceMultipleTimes [2022-08-11T16:34:34.879Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-08-11T16:34:35.823Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-08-11T16:34:37.205Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-08-11T16:34:39.113Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-08-11T16:34:43.310Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-08-11T16:34:43.570Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-08-11T16:34:44.509Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-08-11T16:34:45.450Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-08-11T16:34:46.019Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-08-11T16:34:46.279Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-08-11T16:34:46.848Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-08-11T16:34:47.787Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-08-11T16:34:47.787Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-08-11T16:34:48.230Z] --- PASS: TestCreateServiceMultipleTimes (15.32s) [2022-08-11T16:34:48.230Z] === RUN TestCreateServiceConflict [2022-08-11T16:34:50.767Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-08-11T16:34:50.767Z] === RUN TestCreateServiceMaxReplicas [2022-08-11T16:34:51.081Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-08-11T16:34:53.304Z] --- PASS: TestCreateServiceMaxReplicas (2.70s) [2022-08-11T16:34:53.304Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-11T16:34:54.402Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-08-11T16:34:56.310Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-08-11T16:34:56.570Z] docker_cli_daemon_test.go:2504: [deef63419b6af] daemon is not started [2022-08-11T16:34:56.830Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-08-11T16:34:57.770Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-08-11T16:34:58.339Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-08-11T16:35:00.247Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-08-11T16:35:01.187Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-08-11T16:35:02.126Z] === RUN TestDockerSuite/TestBuildCmd [2022-08-11T16:35:02.386Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-08-11T16:35:02.645Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-08-11T16:35:02.905Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-08-11T16:35:02.905Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-08-11T16:35:02.905Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-08-11T16:35:04.285Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-08-11T16:35:06.823Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-08-11T16:35:08.197Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.99s) [2022-08-11T16:35:08.197Z] === RUN TestCreateServiceSecretFileMode [2022-08-11T16:35:08.457Z] --- PASS: TestCreateServiceSecretFileMode (2.41s) [2022-08-11T16:35:08.457Z] === RUN TestCreateServiceConfigFileMode [2022-08-11T16:35:10.117Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-08-11T16:35:10.117Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-08-11T16:35:10.994Z] --- PASS: TestCreateServiceConfigFileMode (2.39s) [2022-08-11T16:35:10.994Z] === RUN TestCreateServiceSysctls [2022-08-11T16:35:11.056Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-08-11T16:35:11.319Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-08-11T16:35:12.263Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-08-11T16:35:12.523Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-08-11T16:35:13.462Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-08-11T16:35:14.032Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-08-11T16:35:14.032Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-08-11T16:35:14.286Z] --- PASS: TestCreateServiceSysctls (3.00s) [2022-08-11T16:35:14.286Z] === RUN TestCreateServiceCapabilities [2022-08-11T16:35:14.291Z] check_test.go:540: [dcf6982e18e6d] daemon is not started [2022-08-11T16:35:14.291Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-08-11T16:35:14.551Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-08-11T16:35:16.826Z] --- PASS: TestCreateServiceCapabilities (2.44s) [2022-08-11T16:35:16.826Z] === RUN TestInspect [2022-08-11T16:35:19.364Z] --- PASS: TestInspect (2.68s) [2022-08-11T16:35:19.364Z] === RUN TestCreateJob [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite (342.23s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.91s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.42s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.59s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.50s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.24s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.49s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.41s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.13s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.51s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.51s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.45s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.39s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.49s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.23s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.39s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.07s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.30s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.79s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.70s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.86s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.03s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.29s) [2022-08-11T16:35:21.135Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.95s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.18s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.52s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.95s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.38s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.23s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.42s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.71s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.70s) [2022-08-11T16:35:21.135Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.67s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.49s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.39s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.45s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.40s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.65s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.12s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.15s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.54s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.28s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.13s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.79s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (3.79s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.62s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.98s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.92s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.68s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.97s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.56s) [2022-08-11T16:35:21.136Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-08-11T16:35:21.136Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.07s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.61s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.16s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.91s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.15s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.80s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.86s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.60s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.08s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.90s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.95s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.46s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.65s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.56s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.56s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.84s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.95s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.96s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.63s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.45s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.95s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.44s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.90s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.63s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.52s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (11.63s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.67s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.91s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.44s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.45s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.54s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.08s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.10s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.74s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.39s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.81s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.82s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.69s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2022-08-11T16:35:21.136Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.06s) [2022-08-11T16:35:21.136Z] === RUN TestDockerSwarmSuite [2022-08-11T16:35:21.136Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-08-11T16:35:21.549Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd [2022-08-11T16:35:21.549Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-08-11T16:35:21.549Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy [2022-08-11T16:35:21.549Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-08-11T16:35:21.549Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy [2022-08-11T16:35:21.549Z] Cross building: bundles/cross/windows/amd64 [2022-08-11T16:35:21.549Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-08-11T16:35:21.549Z] { [2022-08-11T16:35:21.549Z] "RT_GROUP_ICON": { [2022-08-11T16:35:21.549Z] "#1": { [2022-08-11T16:35:21.549Z] "0409": "../../winresources/docker.ico" [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] }, [2022-08-11T16:35:21.549Z] "RT_MANIFEST": { [2022-08-11T16:35:21.549Z] "#1": { [2022-08-11T16:35:21.549Z] "0409": { [2022-08-11T16:35:21.549Z] "identity": {}, [2022-08-11T16:35:21.549Z] "description": "Docker Engine", [2022-08-11T16:35:21.549Z] "minimum-os": "vista", [2022-08-11T16:35:21.549Z] "execution-level": "", [2022-08-11T16:35:21.549Z] "ui-access": false, [2022-08-11T16:35:21.549Z] "auto-elevate": false, [2022-08-11T16:35:21.549Z] "dpi-awareness": "unaware", [2022-08-11T16:35:21.549Z] "disable-theming": false, [2022-08-11T16:35:21.549Z] "disable-window-filtering": false, [2022-08-11T16:35:21.549Z] "high-resolution-scrolling-aware": false, [2022-08-11T16:35:21.549Z] "ultra-high-resolution-scrolling-aware": false, [2022-08-11T16:35:21.549Z] "long-path-aware": false, [2022-08-11T16:35:21.549Z] "printer-driver-isolation": false, [2022-08-11T16:35:21.549Z] "gdi-scaling": false, [2022-08-11T16:35:21.549Z] "segment-heap": false, [2022-08-11T16:35:21.549Z] "use-common-controls-v6": false [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] }, [2022-08-11T16:35:21.549Z] "RT_MESSAGETABLE": { [2022-08-11T16:35:21.549Z] "#1": { [2022-08-11T16:35:21.549Z] "0409": "../../winresources/event_messages.bin" [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] }, [2022-08-11T16:35:21.549Z] "RT_VERSION": { [2022-08-11T16:35:21.549Z] "#1": { [2022-08-11T16:35:21.549Z] "0409": { [2022-08-11T16:35:21.549Z] "fixed": { [2022-08-11T16:35:21.549Z] "file_version": "0.0.0.0", [2022-08-11T16:35:21.549Z] "product_version": "0.0.0.0", [2022-08-11T16:35:21.549Z] "type": "Unknown" [2022-08-11T16:35:21.549Z] }, [2022-08-11T16:35:21.549Z] "info": { [2022-08-11T16:35:21.549Z] "0000": { [2022-08-11T16:35:21.549Z] "CompanyName": "", [2022-08-11T16:35:21.549Z] "FileVersion": "dev", [2022-08-11T16:35:21.549Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-08-11T16:35:21.549Z] "OriginalFileName": "dockerd.exe", [2022-08-11T16:35:21.549Z] "ProductName": "", [2022-08-11T16:35:21.549Z] "ProductVersion": "dev", [2022-08-11T16:35:21.549Z] "SpecialBuild": "8925f735a1940ab3fa363f58e754739a32028cb5" [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] } [2022-08-11T16:35:21.549Z] cmd/dockerd/config.go [2022-08-11T16:35:21.549Z] cmd/dockerd/config_windows.go [2022-08-11T16:35:21.549Z] cmd/dockerd/daemon.go [2022-08-11T16:35:21.549Z] cmd/dockerd/daemon_test.go [2022-08-11T16:35:21.549Z] cmd/dockerd/daemon_windows.go [2022-08-11T16:35:21.549Z] cmd/dockerd/docker.go [2022-08-11T16:35:21.549Z] cmd/dockerd/docker_windows.go [2022-08-11T16:35:21.549Z] cmd/dockerd/genwinres_windows.go [2022-08-11T16:35:21.549Z] cmd/dockerd/metrics.go [2022-08-11T16:35:21.549Z] cmd/dockerd/options.go [2022-08-11T16:35:21.549Z] cmd/dockerd/options_test.go [2022-08-11T16:35:21.549Z] cmd/dockerd/service_windows.go [2022-08-11T16:35:21.549Z] Building: bundles/cross/windows/amd64-daemon/dockerd.exe [2022-08-11T16:35:21.549Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-08-11T16:35:22.657Z] --- PASS: TestCreateJob (3.00s) [2022-08-11T16:35:22.657Z] === RUN TestReplicatedJob [2022-08-11T16:35:23.680Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-08-11T16:35:26.218Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-08-11T16:35:26.477Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-08-11T16:35:26.736Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-08-11T16:35:26.851Z] --- PASS: TestReplicatedJob (4.45s) [2022-08-11T16:35:26.851Z] === RUN TestUpdateReplicatedJob [2022-08-11T16:35:30.032Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-08-11T16:35:30.143Z] --- PASS: TestUpdateReplicatedJob (3.05s) [2022-08-11T16:35:30.143Z] === RUN TestServiceListWithStatuses [2022-08-11T16:35:30.143Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:35:30.143Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-11T16:35:30.143Z] === RUN TestDockerNetworkConnectAlias [2022-08-11T16:35:32.570Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-08-11T16:35:34.370Z] --- PASS: TestDockerNetworkConnectAlias (4.06s) [2022-08-11T16:35:34.370Z] === RUN TestDockerNetworkReConnect [2022-08-11T16:35:34.480Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-08-11T16:35:35.863Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-08-11T16:35:35.863Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-08-11T16:35:35.863Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-08-11T16:35:35.863Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-08-11T16:35:35.863Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-08-11T16:35:35.863Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-08-11T16:35:35.863Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-08-11T16:35:35.863Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-08-11T16:35:35.863Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-08-11T16:35:36.906Z] --- PASS: TestDockerNetworkReConnect (3.38s) [2022-08-11T16:35:36.906Z] === RUN TestServicePlugin [2022-08-11T16:35:36.906Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:35:36.906Z] --- SKIP: TestServicePlugin (0.00s) [2022-08-11T16:35:36.906Z] === RUN TestServiceUpdateLabel [2022-08-11T16:35:38.405Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-08-11T16:35:39.443Z] --- PASS: TestServiceUpdateLabel (2.22s) [2022-08-11T16:35:39.443Z] === RUN TestServiceUpdateSecrets [2022-08-11T16:35:42.602Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-08-11T16:35:45.141Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-08-11T16:35:45.141Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-08-11T16:35:45.710Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-08-11T16:35:46.650Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-08-11T16:35:49.959Z] docker_api_swarm_test.go:563: [d778022b78b2f] joining swarm manager [d19ee1c340d18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:35:51.343Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-08-11T16:35:54.331Z] --- PASS: TestServiceUpdateSecrets (14.29s) [2022-08-11T16:35:54.331Z] === RUN TestServiceUpdateConfigs [2022-08-11T16:35:56.623Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-08-11T16:35:57.192Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-08-11T16:35:58.573Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-08-11T16:36:02.769Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-08-11T16:36:02.769Z] docker_api_swarm_test.go:585: [d52f4caaa44ab] joining swarm manager [d19ee1c340d18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:36:03.028Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-08-11T16:36:03.028Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-08-11T16:36:04.406Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-08-11T16:36:05.789Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-08-11T16:36:06.049Z] check_test.go:611: [d778022b78b2f] daemon is not started [2022-08-11T16:36:06.988Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-08-11T16:36:09.218Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2022-08-11T16:36:09.218Z] === RUN TestServiceUpdateNetwork [2022-08-11T16:36:15.116Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-08-11T16:36:16.498Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-08-11T16:36:16.498Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-08-11T16:36:16.498Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-08-11T16:36:16.498Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-08-11T16:36:19.796Z] docker_api_swarm_test.go:46: [db19fc3623dd0] joining swarm manager [db8df5975578e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:36:19.796Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-08-11T16:36:21.432Z] --- PASS: TestServiceUpdateNetwork (12.34s) [2022-08-11T16:36:21.432Z] === RUN TestServiceUpdatePidsLimit [2022-08-11T16:36:21.432Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-11T16:36:21.692Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-11T16:36:29.800Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-08-11T16:36:29.800Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-08-11T16:36:29.800Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-08-11T16:36:29.825Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-11T16:36:33.995Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-08-11T16:36:33.995Z] --- PASS: TestImportExtremelyLargeImageWorks (182.86s) [2022-08-11T16:36:33.995Z] PASS [2022-08-11T16:36:33.995Z] [2022-08-11T16:36:33.995Z] DONE 22 tests in 187.963s [2022-08-11T16:36:33.995Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-08-11T16:36:33.995Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-08-11T16:36:33.995Z] ++ set -e [2022-08-11T16:36:33.995Z] ++ '[' -n 0 ']' [2022-08-11T16:36:33.995Z] ++ set -x [2022-08-11T16:36:33.995Z] ++ 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-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-08-11T16:36:33.995Z] === RUN TestStripANSICommands [2022-08-11T16:36:33.995Z] === RUN TestStripANSICommands/#00 [2022-08-11T16:36:33.995Z] === RUN TestStripANSICommands/#01 [2022-08-11T16:36:33.995Z] --- PASS: TestStripANSICommands (0.00s) [2022-08-11T16:36:33.995Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-08-11T16:36:33.995Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-08-11T16:36:33.995Z] PASS [2022-08-11T16:36:33.995Z] [2022-08-11T16:36:33.995Z] DONE 3 tests in 0.045s [2022-08-11T16:36:33.995Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-08-11T16:36:33.995Z] ++ 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-08-11T16:36:33.995Z] ++ set -e [2022-08-11T16:36:33.995Z] ++ '[' -n 0 ']' [2022-08-11T16:36:33.995Z] ++ set -x [2022-08-11T16:36:33.995Z] ++ 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-08-11T16:36:33.995Z] INFO: Testing against a local daemon [2022-08-11T16:36:33.995Z] === RUN TestNetworkCreateDelete [2022-08-11T16:36:34.254Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-08-11T16:36:34.254Z] === RUN TestDockerNetworkDeletePreferID [2022-08-11T16:36:34.823Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2022-08-11T16:36:34.823Z] === RUN TestDaemonDNSFallback [2022-08-11T16:36:35.392Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-08-11T16:36:36.392Z] --- PASS: TestServiceUpdatePidsLimit (15.70s) [2022-08-11T16:36:36.392Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-08-11T16:36:36.392Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-08-11T16:36:36.392Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-08-11T16:36:36.392Z] PASS [2022-08-11T16:36:36.392Z] [2022-08-11T16:36:36.392Z] === Skipped [2022-08-11T16:36:36.392Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-11T16:36:36.392Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:36:36.392Z] [2022-08-11T16:36:36.392Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-08-11T16:36:36.392Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-08-11T16:36:36.392Z] [2022-08-11T16:36:36.392Z] DONE 27 tests, 2 skipped in 130.315s [2022-08-11T16:36:36.392Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-08-11T16:36:36.392Z] ++ 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-08-11T16:36:36.392Z] ++ set -e [2022-08-11T16:36:36.392Z] ++ '[' -n 0 ']' [2022-08-11T16:36:36.392Z] ++ set -x [2022-08-11T16:36:36.392Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-08-11T16:36:36.392Z] INFO: Testing against a local daemon [2022-08-11T16:36:36.392Z] === RUN TestSessionCreate [2022-08-11T16:36:36.392Z] --- PASS: TestSessionCreate (0.02s) [2022-08-11T16:36:36.392Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-11T16:36:36.392Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-08-11T16:36:36.392Z] PASS [2022-08-11T16:36:36.392Z] [2022-08-11T16:36:36.392Z] DONE 2 tests in 0.136s [2022-08-11T16:36:36.392Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-08-11T16:36:36.392Z] ++ 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-08-11T16:36:36.392Z] ++ set -e [2022-08-11T16:36:36.392Z] ++ '[' -n 0 ']' [2022-08-11T16:36:36.392Z] ++ set -x [2022-08-11T16:36:36.392Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-08-11T16:36:36.392Z] INFO: Testing against a local daemon [2022-08-11T16:36:36.392Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-11T16:36:36.392Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-11T16:36:36.392Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-11T16:36:36.392Z] === RUN TestDiskUsage [2022-08-11T16:36:36.392Z] === PAUSE TestDiskUsage [2022-08-11T16:36:36.392Z] === RUN TestEventsExecDie [2022-08-11T16:36:36.770Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-08-11T16:36:36.961Z] --- PASS: TestEventsExecDie (0.54s) [2022-08-11T16:36:36.961Z] === RUN TestEventsBackwardsCompatible [2022-08-11T16:36:36.961Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-08-11T16:36:36.961Z] === RUN TestEventsVolumeCreate [2022-08-11T16:36:36.961Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-08-11T16:36:36.961Z] === RUN TestInfoBinaryCommits [2022-08-11T16:36:36.961Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-11T16:36:36.961Z] === RUN TestInfoAPIVersioned [2022-08-11T16:36:36.961Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-11T16:36:36.961Z] === RUN TestInfoAPI [2022-08-11T16:36:36.961Z] --- PASS: TestInfoAPI (0.02s) [2022-08-11T16:36:36.961Z] === RUN TestInfoAPIWarnings [2022-08-11T16:36:37.708Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-08-11T16:36:38.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-08-11T16:36:41.187Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-08-11T16:36:41.446Z] --- PASS: TestDaemonDNSFallback (6.66s) [2022-08-11T16:36:41.446Z] === RUN TestInspectNetwork [2022-08-11T16:36:42.384Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-08-11T16:36:44.295Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-08-11T16:36:45.675Z] === RUN TestInspectNetwork/full_network_id [2022-08-11T16:36:45.675Z] === RUN TestInspectNetwork/partial_network_id [2022-08-11T16:36:45.675Z] === RUN TestInspectNetwork/network_name [2022-08-11T16:36:45.675Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-08-11T16:36:49.868Z] --- PASS: TestInspectNetwork (8.42s) [2022-08-11T16:36:49.868Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-08-11T16:36:49.868Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-08-11T16:36:49.868Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-08-11T16:36:49.868Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-08-11T16:36:49.868Z] === RUN TestRunContainerWithBridgeNone [2022-08-11T16:36:52.407Z] --- PASS: TestRunContainerWithBridgeNone (2.15s) [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/create [2022-08-11T16:36:52.407Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:36:52.407Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:36:52.407Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:36:52.407Z] === CONT TestNetworkInvalidJSON/networks/create [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-08-11T16:36:52.407Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-08-11T16:36:52.407Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-08-11T16:36:52.407Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-08-11T16:36:52.407Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-08-11T16:36:52.408Z] === RUN TestNetworkList [2022-08-11T16:36:52.408Z] === RUN TestNetworkList//networks [2022-08-11T16:36:52.408Z] === PAUSE TestNetworkList//networks [2022-08-11T16:36:52.408Z] === RUN TestNetworkList//networks/ [2022-08-11T16:36:52.408Z] === PAUSE TestNetworkList//networks/ [2022-08-11T16:36:52.408Z] === CONT TestNetworkList//networks [2022-08-11T16:36:52.408Z] === CONT TestNetworkList//networks/ [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkList (0.02s) [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-08-11T16:36:52.408Z] --- PASS: TestNetworkList//networks (0.00s) [2022-08-11T16:36:52.408Z] === RUN TestHostIPv4BridgeLabel [2022-08-11T16:36:52.667Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2022-08-11T16:36:52.667Z] === RUN TestDaemonRestartWithLiveRestore [2022-08-11T16:36:53.606Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2022-08-11T16:36:53.606Z] === RUN TestDaemonDefaultNetworkPools [2022-08-11T16:36:54.558Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2022-08-11T16:36:54.558Z] === RUN TestDaemonRestartWithExistingNetwork [2022-08-11T16:36:55.056Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-08-11T16:36:55.056Z] === RUN TestInfoDebug [2022-08-11T16:36:55.056Z] --- PASS: TestInfoDebug (0.52s) [2022-08-11T16:36:55.056Z] === RUN TestInfoInsecureRegistries [2022-08-11T16:36:55.056Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-08-11T16:36:55.056Z] === RUN TestInfoRegistryMirrors [2022-08-11T16:36:55.056Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-08-11T16:36:55.056Z] === RUN TestLoginFailsWithBadCredentials [2022-08-11T16:36:55.126Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-08-11T16:36:55.126Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-08-11T16:36:55.626Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s) [2022-08-11T16:36:55.626Z] === RUN TestPingCacheHeaders [2022-08-11T16:36:55.626Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-08-11T16:36:55.626Z] === RUN TestPingGet [2022-08-11T16:36:55.626Z] --- PASS: TestPingGet (0.01s) [2022-08-11T16:36:55.626Z] === RUN TestPingHead [2022-08-11T16:36:55.626Z] --- PASS: TestPingHead (0.02s) [2022-08-11T16:36:55.626Z] === RUN TestPingSwarmHeader [2022-08-11T16:36:55.696Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2022-08-11T16:36:55.696Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-08-11T16:36:56.195Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-08-11T16:36:56.764Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-08-11T16:36:57.078Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-08-11T16:36:57.078Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-08-11T16:36:57.646Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-08-11T16:36:57.646Z] === RUN TestServiceWithPredefinedNetwork [2022-08-11T16:36:57.701Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-08-11T16:36:57.701Z] --- PASS: TestPingSwarmHeader (2.02s) [2022-08-11T16:36:57.701Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-08-11T16:36:57.701Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-08-11T16:36:57.701Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-08-11T16:36:57.701Z] === RUN TestVersion [2022-08-11T16:36:57.701Z] --- PASS: TestVersion (0.02s) [2022-08-11T16:36:57.701Z] === CONT TestDiskUsage [2022-08-11T16:36:57.942Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd.exe [2022-08-11T16:36:57.942Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-08-11T16:36:57.942Z] { [2022-08-11T16:36:57.942Z] "RT_GROUP_ICON": { [2022-08-11T16:36:57.942Z] "#1": { [2022-08-11T16:36:57.942Z] "0409": "../../winresources/docker.ico" [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] }, [2022-08-11T16:36:57.942Z] "RT_MANIFEST": { [2022-08-11T16:36:57.942Z] "#1": { [2022-08-11T16:36:57.942Z] "0409": { [2022-08-11T16:36:57.942Z] "identity": {}, [2022-08-11T16:36:57.942Z] "description": "Docker Engine", [2022-08-11T16:36:57.942Z] "minimum-os": "vista", [2022-08-11T16:36:57.942Z] "execution-level": "", [2022-08-11T16:36:57.942Z] "ui-access": false, [2022-08-11T16:36:57.942Z] "auto-elevate": false, [2022-08-11T16:36:57.942Z] "dpi-awareness": "unaware", [2022-08-11T16:36:57.942Z] "disable-theming": false, [2022-08-11T16:36:57.942Z] "disable-window-filtering": false, [2022-08-11T16:36:57.942Z] "high-resolution-scrolling-aware": false, [2022-08-11T16:36:57.942Z] "ultra-high-resolution-scrolling-aware": false, [2022-08-11T16:36:57.942Z] "long-path-aware": false, [2022-08-11T16:36:57.942Z] "printer-driver-isolation": false, [2022-08-11T16:36:57.942Z] "gdi-scaling": false, [2022-08-11T16:36:57.942Z] "segment-heap": false, [2022-08-11T16:36:57.942Z] "use-common-controls-v6": false [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] }, [2022-08-11T16:36:57.942Z] "RT_MESSAGETABLE": { [2022-08-11T16:36:57.942Z] "#1": { [2022-08-11T16:36:57.942Z] "0409": "../../winresources/event_messages.bin" [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] }, [2022-08-11T16:36:57.942Z] "RT_VERSION": { [2022-08-11T16:36:57.942Z] "#1": { [2022-08-11T16:36:57.942Z] "0409": { [2022-08-11T16:36:57.942Z] "fixed": { [2022-08-11T16:36:57.942Z] "file_version": "0.0.0.0", [2022-08-11T16:36:57.942Z] "product_version": "0.0.0.0", [2022-08-11T16:36:57.942Z] "type": "Unknown" [2022-08-11T16:36:57.942Z] }, [2022-08-11T16:36:57.942Z] "info": { [2022-08-11T16:36:57.942Z] "0000": { [2022-08-11T16:36:57.942Z] "CompanyName": "", [2022-08-11T16:36:57.942Z] "FileVersion": "dev", [2022-08-11T16:36:57.942Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-08-11T16:36:57.942Z] "OriginalFileName": "docker-proxy.exe", [2022-08-11T16:36:57.942Z] "ProductName": "", [2022-08-11T16:36:57.942Z] "ProductVersion": "dev", [2022-08-11T16:36:57.942Z] "SpecialBuild": "8925f735a1940ab3fa363f58e754739a32028cb5" [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] } [2022-08-11T16:36:57.942Z] cmd/docker-proxy/genwinres_windows.go [2022-08-11T16:36:57.942Z] cmd/docker-proxy/main.go [2022-08-11T16:36:57.942Z] cmd/docker-proxy/network_proxy_test.go [2022-08-11T16:36:57.942Z] cmd/docker-proxy/proxy.go [2022-08-11T16:36:57.942Z] cmd/docker-proxy/sctp_proxy.go [2022-08-11T16:36:57.942Z] cmd/docker-proxy/tcp_proxy.go [2022-08-11T16:36:57.942Z] cmd/docker-proxy/udp_proxy.go [2022-08-11T16:36:57.942Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy.exe [2022-08-11T16:36:57.942Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-08-11T16:36:57.942Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy.exe [2022-08-11T16:36:57.942Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-08-11T16:36:57.942Z] remote: Enumerating objects: 23, done. [2022-08-11T16:36:57.942Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-08-11T16:36:57.942Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-08-11T16:36:57.942Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-08-11T16:36:57.943Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-08-11T16:36:57.943Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-08-11T16:36:57.943Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-08-11T16:36:57.943Z] Cross building: bundles/cross/linux/ppc64le [2022-08-11T16:36:57.943Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd [2022-08-11T16:36:57.943Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-08-11T16:36:57.960Z] === RUN TestDiskUsage/empty [2022-08-11T16:36:57.960Z] === RUN TestDiskUsage/empty/container_types [2022-08-11T16:36:57.960Z] === RUN TestDiskUsage/empty/image_types [2022-08-11T16:36:58.216Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/volume_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-08-11T16:36:58.220Z] === RUN TestDiskUsage/after_container.Run [2022-08-11T16:36:58.476Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-08-11T16:36:58.480Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-08-11T16:36:58.735Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage (1.18s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-08-11T16:36:58.740Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:36:58.740Z] PASS [2022-08-11T16:36:58.740Z] [2022-08-11T16:36:58.740Z] === Skipped [2022-08-11T16:36:58.740Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-11T16:36:58.740Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-11T16:36:58.740Z] [2022-08-11T16:36:58.741Z] DONE 54 tests, 1 skipped in 22.622s [2022-08-11T16:36:58.741Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-11T16:36:58.741Z] ++ 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-08-11T16:36:58.741Z] ++ set -e [2022-08-11T16:36:58.741Z] ++ '[' -n 0 ']' [2022-08-11T16:36:58.741Z] ++ set -x [2022-08-11T16:36:58.741Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-08-11T16:36:58.741Z] INFO: Testing against a local daemon [2022-08-11T16:36:58.741Z] === RUN TestVolumesCreateAndList [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-11T16:36:59.000Z] === RUN TestVolumesRemove [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesRemove (0.07s) [2022-08-11T16:36:59.000Z] === RUN TestVolumesInspect [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-11T16:36:59.000Z] === RUN TestVolumesInvalidJSON [2022-08-11T16:36:59.000Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-08-11T16:36:59.000Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-08-11T16:36:59.000Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-08-11T16:36:59.000Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-08-11T16:36:59.000Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-08-11T16:36:59.000Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-08-11T16:36:59.000Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-08-11T16:36:59.000Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-08-11T16:36:59.000Z] PASS [2022-08-11T16:36:59.000Z] [2022-08-11T16:36:59.000Z] DONE 9 tests in 0.216s [2022-08-11T16:36:59.000Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-11T16:36:59.000Z] ++++ cat bundles/test-integration/docker.pid [2022-08-11T16:36:59.000Z] +++ kill 14316 [2022-08-11T16:36:59.260Z] +++ /etc/init.d/apparmor stop [2022-08-11T16:36:59.260Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-11T16:36:59.260Z] [2022-08-11T16:36:59.260Z] Unloading profiles will leave already running processes permanently [2022-08-11T16:36:59.260Z] unconfined, which can lead to unexpected situations. [2022-08-11T16:36:59.260Z] [2022-08-11T16:36:59.260Z] To set a process to complain mode, use the command line tool [2022-08-11T16:36:59.260Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-11T16:36:59.260Z] +++ true [2022-08-11T16:36:59.260Z] exiting test-integration [2022-08-11T16:36:59.260Z] ++ exit 0 [2022-08-11T16:36:59.260Z] [2022-08-11T16:36:59.304Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-08-11T16:36:59.304Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-08-11T16:36:59.564Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-08-11T16:36:59.823Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild Post stage [Pipeline] junit [2022-08-11T16:37:00.211Z] Recording test results [2022-08-11T16:37:00.377Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2022-08-11T16:37:00.392Z] --- PASS: TestServiceWithPredefinedNetwork (2.74s) [2022-08-11T16:37:00.392Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-08-11T16:37:00.392Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:37:00.392Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:37:00.392Z] === RUN TestServiceWithDataPathPortInit [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-11T16:37:00.704Z] + echo Ensuring container killed. [2022-08-11T16:37:00.704Z] Ensuring container killed. [2022-08-11T16:37:00.704Z] + docker rm -vf docker-pr1 [2022-08-11T16:37:00.704Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-11T16:37:00.987Z] + echo Chowning /workspace to jenkins user [2022-08-11T16:37:00.987Z] Chowning /workspace to jenkins user [2022-08-11T16:37:00.987Z] + id -u [2022-08-11T16:37:00.987Z] + id -g [2022-08-11T16:37:00.987Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43949:/workspace busybox chown -R 1000:1000 /workspace [2022-08-11T16:37:01.334Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-11T16:37:02.663Z] + bundleName=arm64-integration [2022-08-11T16:37:02.663Z] + echo Creating arm64-integration-bundles.tar.gz [2022-08-11T16:37:02.663Z] Creating arm64-integration-bundles.tar.gz [2022-08-11T16:37:02.663Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-08-11T16:37:02.663Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-11T16:37:02.714Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [Pipeline] archiveArtifacts [2022-08-11T16:37:03.059Z] Archiving artifacts [2022-08-11T16:37:03.329Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43949/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-11T16:37:03.637Z] + make clean [2022-08-11T16:37:03.637Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-08-11T16:37:03.637Z] docker-dev-cache [2022-08-11T16:37:03.637Z] docker-mod-cache [Pipeline] deleteDir [2022-08-11T16:37:03.726Z] === RUN TestDockerSuite/TestBuildEnv [2022-08-11T16:37:04.664Z] === RUN TestDockerSuite/TestBuildEnvEscapes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-11T16:37:05.601Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-08-11T16:37:06.172Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-08-11T16:37:11.450Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-08-11T16:37:16.726Z] --- PASS: TestServiceWithDataPathPortInit (16.35s) [2022-08-11T16:37:16.726Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-08-11T16:37:20.020Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:q4vd033np1jwyxiuuje3cezse Created:2022-08-11 16:37:18.01248072 +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[3b3e054adbcce67149e914627d33b829b1c6cce2715e40b4a4aa3b6947d998c8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uxtm2x9nzy8eh3euy94ivylb0 EndpointID:307de34277ff3591abb194d73a0921a3a8c9aa98fc2470d5cb316138f01a73b9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e3c1bfc134fcc86ce54ec93bdca80e9e14ed7a6e0e2ef7b67020eb80bb141a33 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:3428c38f8c1f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uxtm2x9nzy8eh3euy94ivylb0 EndpointID:307de34277ff3591abb194d73a0921a3a8c9aa98fc2470d5cb316138f01a73b9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-08-11T16:37:25.306Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.01s) [2022-08-11T16:37:25.306Z] PASS [2022-08-11T16:37:25.306Z] [2022-08-11T16:37:25.306Z] === Skipped [2022-08-11T16:37:25.306Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-08-11T16:37:25.306Z] service_test.go:243: FLAKY_TEST [2022-08-11T16:37:25.306Z] [2022-08-11T16:37:25.306Z] DONE 38 tests, 1 skipped in 50.626s [2022-08-11T16:37:25.306Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:37:25.306Z] ++ 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-08-11T16:37:25.306Z] ++ set -e [2022-08-11T16:37:25.306Z] ++ '[' -n 0 ']' [2022-08-11T16:37:25.306Z] ++ set -x [2022-08-11T16:37:25.306Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_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-08-11T16:37:25.306Z] INFO: Testing against a local daemon [2022-08-11T16:37:25.306Z] === RUN TestDockerNetworkIpvlanPersistance [2022-08-11T16:37:25.306Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:37:25.306Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:37:25.306Z] === RUN TestDockerNetworkIpvlan [2022-08-11T16:37:25.306Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:37:25.306Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:37:25.306Z] PASS [2022-08-11T16:37:25.306Z] [2022-08-11T16:37:25.306Z] === Skipped [2022-08-11T16:37:25.306Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-08-11T16:37:25.306Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:37:25.306Z] [2022-08-11T16:37:25.306Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-08-11T16:37:25.306Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-08-11T16:37:25.306Z] [2022-08-11T16:37:25.306Z] DONE 2 tests, 2 skipped in 0.116s [2022-08-11T16:37:25.306Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-08-11T16:37:25.306Z] ++ 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-08-11T16:37:25.306Z] ++ set -e [2022-08-11T16:37:25.306Z] ++ '[' -n 0 ']' [2022-08-11T16:37:25.306Z] ++ set -x [2022-08-11T16:37:25.306Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_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-08-11T16:37:25.306Z] INFO: Testing against a local daemon [2022-08-11T16:37:25.306Z] === RUN TestDockerNetworkMacvlanPersistance [2022-08-11T16:37:25.306Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-08-11T16:37:26.244Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-08-11T16:37:26.244Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2022-08-11T16:37:26.244Z] === RUN TestDockerNetworkMacvlan [2022-08-11T16:37:27.184Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-08-11T16:37:27.184Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-08-11T16:37:28.383Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-08-11T16:37:28.953Z] docker_api_swarm_test.go:304: [d13df7366b355] joining swarm manager [de07c211b8e5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:37:29.213Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-08-11T16:37:30.596Z] docker_api_swarm_test.go:305: [de836ded19d0d] joining swarm manager [de07c211b8e5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:37:31.976Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-08-11T16:37:32.235Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-08-11T16:37:34.774Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-08-11T16:37:35.713Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-08-11T16:37:36.652Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-08-11T16:37:36.912Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-08-11T16:37:37.482Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-08-11T16:37:38.863Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-08-11T16:37:38.863Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-08-11T16:37:38.863Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-08-11T16:37:38.863Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-08-11T16:37:39.123Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-08-11T16:37:40.067Z] --- PASS: TestDockerNetworkMacvlan (13.76s) [2022-08-11T16:37:40.067Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2022-08-11T16:37:40.067Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-08-11T16:37:40.067Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.79s) [2022-08-11T16:37:40.067Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.38s) [2022-08-11T16:37:40.067Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.01s) [2022-08-11T16:37:40.067Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.83s) [2022-08-11T16:37:40.067Z] PASS [2022-08-11T16:37:40.067Z] [2022-08-11T16:37:40.067Z] DONE 8 tests in 15.280s [2022-08-11T16:37:40.067Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-08-11T16:37:40.067Z] ++ 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-08-11T16:37:40.067Z] ++ set -e [2022-08-11T16:37:40.067Z] ++ '[' -n 0 ']' [2022-08-11T16:37:40.067Z] ++ set -x [2022-08-11T16:37:40.067Z] ++ 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-08-11T16:37:40.067Z] testing: warning: no tests to run [2022-08-11T16:37:40.067Z] PASS [2022-08-11T16:37:40.067Z] [2022-08-11T16:37:40.067Z] DONE 0 tests in 0.034s [2022-08-11T16:37:40.067Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-08-11T16:37:40.067Z] ++ 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-08-11T16:37:40.067Z] ++ set -e [2022-08-11T16:37:40.067Z] ++ '[' -n 0 ']' [2022-08-11T16:37:40.067Z] ++ set -x [2022-08-11T16:37:40.067Z] ++ 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-08-11T16:37:40.327Z] INFO: Testing against a local daemon [2022-08-11T16:37:40.327Z] === RUN TestAuthZPluginAllowRequest [2022-08-11T16:37:41.707Z] --- PASS: TestAuthZPluginAllowRequest (1.49s) [2022-08-11T16:37:41.707Z] === RUN TestAuthZPluginTLS [2022-08-11T16:37:42.276Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-08-11T16:37:42.276Z] === RUN TestAuthZPluginDenyRequest [2022-08-11T16:37:42.845Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-08-11T16:37:42.845Z] === RUN TestAuthZPluginAPIDenyResponse [2022-08-11T16:37:43.413Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2022-08-11T16:37:43.413Z] === RUN TestAuthZPluginDenyResponse [2022-08-11T16:37:43.982Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-08-11T16:37:43.982Z] === RUN TestAuthZPluginAllowEventStream [2022-08-11T16:37:45.380Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-08-11T16:37:45.380Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2022-08-11T16:37:45.380Z] === RUN TestAuthZPluginErrorResponse [2022-08-11T16:37:45.949Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-08-11T16:37:45.949Z] === RUN TestAuthZPluginErrorRequest [2022-08-11T16:37:46.519Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-08-11T16:37:46.519Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-08-11T16:37:47.087Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-08-11T16:37:47.087Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-08-11T16:37:47.657Z] === RUN TestDockerSuite/TestBuildExpose [2022-08-11T16:37:47.917Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-08-11T16:37:48.486Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-08-11T16:37:48.746Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.84s) [2022-08-11T16:37:48.747Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-08-11T16:37:49.007Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-08-11T16:37:49.267Z] === RUN TestDockerSuite/TestBuildFails [2022-08-11T16:37:50.206Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-08-11T16:37:50.206Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-08-11T16:37:50.776Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.78s) [2022-08-11T16:37:50.776Z] === RUN TestAuthZPluginHeader [2022-08-11T16:37:51.345Z] --- PASS: TestAuthZPluginHeader (0.83s) [2022-08-11T16:37:51.345Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-08-11T16:37:51.915Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-08-11T16:37:53.296Z] === RUN TestDockerSuite/TestBuildForceRm [2022-08-11T16:37:54.677Z] === RUN TestDockerSuite/TestBuildFromGit [2022-08-11T16:37:55.616Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-08-11T16:37:55.875Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-08-11T16:37:56.444Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.89s) [2022-08-11T16:37:56.444Z] === RUN TestAuthZPluginV2Disable [2022-08-11T16:37:56.704Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-08-11T16:37:56.963Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-08-11T16:37:58.343Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-08-11T16:37:59.286Z] docker_api_swarm_test.go:272: [db3aa88bf5fe9] joining swarm manager [d5038bd8a871e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:37:59.548Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-08-11T16:37:59.808Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-08-11T16:38:00.747Z] docker_api_swarm_test.go:273: [d41b52a38f065] joining swarm manager [d5038bd8a871e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:38:01.007Z] --- PASS: TestAuthZPluginV2Disable (4.76s) [2022-08-11T16:38:01.007Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-08-11T16:38:01.575Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-08-11T16:38:02.956Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-08-11T16:38:04.337Z] === RUN TestDockerSuite/TestBuildIidFile [2022-08-11T16:38:04.603Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-08-11T16:38:05.197Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.00s) [2022-08-11T16:38:05.197Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-08-11T16:38:05.197Z] === RUN TestDockerSuite/TestBuildInheritance [2022-08-11T16:38:05.767Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-08-11T16:38:06.026Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-08-11T16:38:06.286Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-08-11T16:38:06.854Z] === RUN TestDockerSuite/TestBuildLabel [2022-08-11T16:38:07.115Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-08-11T16:38:07.374Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-08-11T16:38:07.951Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-08-11T16:38:08.210Z] === RUN TestDockerSuite/TestBuildLabels [2022-08-11T16:38:08.779Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-08-11T16:38:10.159Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-08-11T16:38:14.355Z] === RUN TestDockerSuite/TestBuildLastModified [2022-08-11T16:38:16.889Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.33s) [2022-08-11T16:38:16.889Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-08-11T16:38:17.833Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-08-11T16:38:20.369Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-08-11T16:38:20.369Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-08-11T16:38:20.369Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-08-11T16:38:20.369Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-08-11T16:38:20.369Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-08-11T16:38:20.629Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-08-11T16:38:21.568Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-08-11T16:38:21.827Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-08-11T16:38:22.767Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-08-11T16:38:26.061Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-08-11T16:38:26.061Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-08-11T16:38:26.061Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-08-11T16:38:32.644Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-08-11T16:38:33.216Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2022-08-11T16:38:33.216Z] PASS [2022-08-11T16:38:33.216Z] [2022-08-11T16:38:33.216Z] DONE 17 tests in 53.220s [2022-08-11T16:38:33.476Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-08-11T16:38:33.476Z] ++ 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-08-11T16:38:33.476Z] ++ set -e [2022-08-11T16:38:33.476Z] ++ '[' -n 0 ']' [2022-08-11T16:38:33.476Z] ++ set -x [2022-08-11T16:38:33.476Z] ++ 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-08-11T16:38:33.476Z] INFO: Testing against a local daemon [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:38:33.476Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:38:33.476Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-08-11T16:38:33.476Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-08-11T16:38:33.476Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-08-11T16:38:33.476Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-08-11T16:38:33.476Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-08-11T16:38:33.476Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-08-11T16:38:33.476Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-08-11T16:38:33.477Z] === RUN TestPluginInstall [2022-08-11T16:38:33.477Z] === RUN TestPluginInstall/no_auth [2022-08-11T16:38:34.858Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-08-11T16:38:35.796Z] time="2022-08-11T16:38:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:38:35.796Z] time="2022-08-11T16:38:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc9552788fb54a67d666f4acb88b1d66a2a4d088bacec440bf5bdc0821a958c6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:38:35.796Z] time="2022-08-11T16:38:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:38:35.796Z] time="2022-08-11T16:38:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dc9552788fb54a67d666f4acb88b1d66a2a4d088bacec440bf5bdc0821a958c6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:38:36.056Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-08-11T16:38:36.316Z] === RUN TestPluginInstall/with_htpasswd [2022-08-11T16:38:36.576Z] time="2022-08-11T16:38:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:38:36.576Z] time="2022-08-11T16:38:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6fac22b3f62a8e909fe2f2d5804c8819a5005f43d51b4afc4306e86a2ff96424" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:38:36.576Z] time="2022-08-11T16:38:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:38:36.576Z] time="2022-08-11T16:38:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6fac22b3f62a8e909fe2f2d5804c8819a5005f43d51b4afc4306e86a2ff96424" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:38:37.146Z] === RUN TestPluginInstall/with_insecure [2022-08-11T16:38:38.084Z] time="2022-08-11T16:38:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:38:38.084Z] time="2022-08-11T16:38:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:399b6a5169244e7783102579e5622cfcd0b515b9b16a7d687d9afe884923b91b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:38:38.084Z] time="2022-08-11T16:38:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-08-11T16:38:38.084Z] time="2022-08-11T16:38:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:399b6a5169244e7783102579e5622cfcd0b515b9b16a7d687d9afe884923b91b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-08-11T16:38:38.084Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-08-11T16:38:38.084Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-08-11T16:38:38.084Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-08-11T16:38:38.657Z] plugin_test.go:196: [df79d0d819265] daemon is not started [2022-08-11T16:38:38.657Z] --- PASS: TestPluginInstall (4.95s) [2022-08-11T16:38:38.657Z] --- PASS: TestPluginInstall/no_auth (2.69s) [2022-08-11T16:38:38.657Z] --- PASS: TestPluginInstall/with_htpasswd (0.88s) [2022-08-11T16:38:38.657Z] --- PASS: TestPluginInstall/with_insecure (1.37s) [2022-08-11T16:38:38.657Z] === RUN TestPluginsWithRuntimes [2022-08-11T16:38:40.565Z] === RUN TestPluginsWithRuntimes/No_Args [2022-08-11T16:38:41.503Z] === RUN TestPluginsWithRuntimes/With_Args [2022-08-11T16:38:41.763Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-08-11T16:38:42.023Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-08-11T16:38:42.592Z] --- PASS: TestPluginsWithRuntimes (4.02s) [2022-08-11T16:38:42.592Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.13s) [2022-08-11T16:38:42.592Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.04s) [2022-08-11T16:38:42.592Z] === RUN TestPluginBackCompatMediaTypes [2022-08-11T16:38:43.162Z] --- PASS: TestPluginBackCompatMediaTypes (0.76s) [2022-08-11T16:38:43.162Z] PASS [2022-08-11T16:38:43.162Z] [2022-08-11T16:38:43.162Z] DONE 24 tests in 9.882s [2022-08-11T16:38:43.162Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-08-11T16:38:43.162Z] ++ 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-08-11T16:38:43.162Z] ++ set -e [2022-08-11T16:38:43.162Z] ++ '[' -n 0 ']' [2022-08-11T16:38:43.162Z] ++ set -x [2022-08-11T16:38:43.162Z] ++ 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-08-11T16:38:43.421Z] INFO: Testing against a local daemon [2022-08-11T16:38:43.421Z] === RUN TestExternalGraphDriver [2022-08-11T16:38:43.681Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-08-11T16:38:43.681Z] === RUN TestExternalGraphDriver/json [2022-08-11T16:38:43.941Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-08-11T16:38:45.851Z] === RUN TestDockerSuite/TestBuildNetNone [2022-08-11T16:38:45.851Z] === RUN TestExternalGraphDriver/spec [2022-08-11T16:38:45.851Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-08-11T16:38:46.421Z] === RUN TestDockerSuite/TestBuildNoContext [2022-08-11T16:38:47.803Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-08-11T16:38:47.803Z] === RUN TestExternalGraphDriver/pull [2022-08-11T16:38:48.744Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-08-11T16:38:50.126Z] --- PASS: TestExternalGraphDriver (6.64s) [2022-08-11T16:38:50.126Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2022-08-11T16:38:50.126Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2022-08-11T16:38:50.126Z] --- PASS: TestExternalGraphDriver/pull (2.22s) [2022-08-11T16:38:50.126Z] === RUN TestGraphdriverPluginV2 [2022-08-11T16:38:50.385Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-08-11T16:38:50.645Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-08-11T16:38:51.214Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-08-11T16:38:51.214Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-08-11T16:38:51.784Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-08-11T16:38:52.354Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-08-11T16:38:52.929Z] docker_api_swarm_node_test.go:20: [df7d5f075cf81] joining swarm manager [d21739c14d630]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:38:53.197Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-08-11T16:38:53.767Z] docker_api_swarm_node_test.go:21: [d956d9747d9a0] joining swarm manager [d21739c14d630]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:38:55.149Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-08-11T16:38:55.409Z] --- PASS: TestGraphdriverPluginV2 (5.34s) [2022-08-11T16:38:55.409Z] PASS [2022-08-11T16:38:55.409Z] [2022-08-11T16:38:55.409Z] DONE 5 tests in 12.097s [2022-08-11T16:38:55.409Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-08-11T16:38:55.409Z] ++ 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-08-11T16:38:55.409Z] ++ set -e [2022-08-11T16:38:55.409Z] ++ '[' -n 0 ']' [2022-08-11T16:38:55.409Z] ++ set -x [2022-08-11T16:38:55.409Z] ++ 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-08-11T16:38:55.669Z] INFO: Testing against a local daemon [2022-08-11T16:38:55.669Z] === RUN TestContinueAfterPluginCrash [2022-08-11T16:38:55.669Z] === PAUSE TestContinueAfterPluginCrash [2022-08-11T16:38:55.669Z] === RUN TestReadPluginNoRead [2022-08-11T16:38:55.669Z] === PAUSE TestReadPluginNoRead [2022-08-11T16:38:55.669Z] === RUN TestDaemonStartWithLogOpt [2022-08-11T16:38:55.669Z] === PAUSE TestDaemonStartWithLogOpt [2022-08-11T16:38:55.669Z] === CONT TestContinueAfterPluginCrash [2022-08-11T16:38:55.669Z] === CONT TestDaemonStartWithLogOpt [2022-08-11T16:38:57.579Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-08-11T16:38:59.488Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-08-11T16:39:00.057Z] --- PASS: TestDaemonStartWithLogOpt (4.49s) [2022-08-11T16:39:00.057Z] === CONT TestReadPluginNoRead [2022-08-11T16:39:00.996Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-08-11T16:39:02.377Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-08-11T16:39:02.948Z] === RUN TestReadPluginNoRead/default [2022-08-11T16:39:03.208Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-08-11T16:39:04.349Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd [2022-08-11T16:39:04.349Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy [2022-08-11T16:39:04.349Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-08-11T16:39:04.349Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy [2022-08-11T16:39:04.349Z] Cross building: bundles/cross/linux/s390x [2022-08-11T16:39:04.349Z] Building: bundles/cross/linux/s390x-daemon/dockerd [2022-08-11T16:39:04.349Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-08-11T16:39:04.588Z] === RUN TestReadPluginNoRead/disabled_caching [2022-08-11T16:39:04.588Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-08-11T16:39:05.158Z] --- PASS: TestContinueAfterPluginCrash (9.61s) [2022-08-11T16:39:06.538Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-08-11T16:39:06.538Z] === RUN TestDockerSuite/TestBuildPATH [2022-08-11T16:39:08.446Z] === CONT TestReadPluginNoRead [2022-08-11T16:39:08.446Z] read_test.go:92: [d52ad93eea055] daemon is not started [2022-08-11T16:39:08.446Z] --- PASS: TestReadPluginNoRead (8.16s) [2022-08-11T16:39:08.446Z] --- PASS: TestReadPluginNoRead/default (1.53s) [2022-08-11T16:39:08.446Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.89s) [2022-08-11T16:39:08.446Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.87s) [2022-08-11T16:39:08.446Z] PASS [2022-08-11T16:39:08.446Z] [2022-08-11T16:39:08.446Z] DONE 6 tests in 12.796s [2022-08-11T16:39:08.446Z] 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-08-11T16:39:08.446Z] ++ 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-08-11T16:39:08.446Z] ++ set -e [2022-08-11T16:39:08.446Z] ++ '[' -n 0 ']' [2022-08-11T16:39:08.446Z] ++ set -x [2022-08-11T16:39:08.446Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-08-11T16:39:08.446Z] testing: warning: no tests to run [2022-08-11T16:39:08.446Z] PASS [2022-08-11T16:39:08.446Z] [2022-08-11T16:39:08.446Z] DONE 0 tests in 0.057s [2022-08-11T16:39:08.446Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-08-11T16:39:08.446Z] ++ 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-08-11T16:39:08.446Z] ++ set -e [2022-08-11T16:39:08.446Z] ++ '[' -n 0 ']' [2022-08-11T16:39:08.446Z] ++ set -x [2022-08-11T16:39:08.446Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-08-11T16:39:08.446Z] INFO: Testing against a local daemon [2022-08-11T16:39:08.446Z] === RUN TestPluginWithDevMounts [2022-08-11T16:39:08.446Z] === PAUSE TestPluginWithDevMounts [2022-08-11T16:39:08.446Z] === CONT TestPluginWithDevMounts [2022-08-11T16:39:09.829Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-08-11T16:39:09.829Z] docker_api_swarm_test.go:502: [de077abd3f1a1] joining swarm manager [d73e23b94ca9d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:39:10.398Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-08-11T16:39:10.658Z] --- PASS: TestPluginWithDevMounts (2.22s) [2022-08-11T16:39:10.658Z] PASS [2022-08-11T16:39:10.658Z] [2022-08-11T16:39:10.658Z] DONE 1 tests in 2.370s [2022-08-11T16:39:10.658Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-08-11T16:39:10.658Z] ++ 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-08-11T16:39:10.658Z] ++ set -e [2022-08-11T16:39:10.658Z] ++ '[' -n 0 ']' [2022-08-11T16:39:10.658Z] ++ set -x [2022-08-11T16:39:10.658Z] ++ 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-08-11T16:39:10.917Z] INFO: Testing against a local daemon [2022-08-11T16:39:10.917Z] === RUN TestSecretInspect [2022-08-11T16:39:11.176Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-08-11T16:39:13.715Z] --- PASS: TestSecretInspect (2.62s) [2022-08-11T16:39:13.715Z] === RUN TestSecretList [2022-08-11T16:39:16.268Z] --- PASS: TestSecretList (2.82s) [2022-08-11T16:39:16.268Z] === RUN TestSecretsCreateAndDelete [2022-08-11T16:39:18.811Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-08-11T16:39:18.811Z] --- PASS: TestSecretsCreateAndDelete (2.61s) [2022-08-11T16:39:18.811Z] === RUN TestSecretsUpdate [2022-08-11T16:39:20.192Z] docker_api_swarm_test.go:507: [d83d2bdd69078] joining swarm manager [d73e23b94ca9d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:39:21.572Z] --- PASS: TestSecretsUpdate (2.75s) [2022-08-11T16:39:21.572Z] === RUN TestTemplatedSecret [2022-08-11T16:39:21.832Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-08-11T16:39:23.210Z] === RUN TestDockerSuite/TestBuildRm [2022-08-11T16:39:25.118Z] --- PASS: TestTemplatedSecret (3.19s) [2022-08-11T16:39:25.118Z] === RUN TestSecretCreateResolve [2022-08-11T16:39:26.057Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-08-11T16:39:26.628Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-08-11T16:39:27.567Z] --- PASS: TestSecretCreateResolve (2.64s) [2022-08-11T16:39:27.567Z] PASS [2022-08-11T16:39:27.567Z] [2022-08-11T16:39:27.567Z] DONE 6 tests in 16.749s [2022-08-11T16:39:27.567Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-08-11T16:39:27.567Z] ++ 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-08-11T16:39:27.567Z] ++ set -e [2022-08-11T16:39:27.567Z] ++ '[' -n 0 ']' [2022-08-11T16:39:27.567Z] ++ set -x [2022-08-11T16:39:27.567Z] ++ 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-08-11T16:39:27.567Z] INFO: Testing against a local daemon [2022-08-11T16:39:27.567Z] === RUN TestServiceCreateInit [2022-08-11T16:39:27.567Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-08-11T16:39:27.827Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-08-11T16:39:28.400Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-08-11T16:39:29.340Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-08-11T16:39:30.722Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-08-11T16:39:31.295Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-08-11T16:39:33.205Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-08-11T16:39:35.114Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-08-11T16:39:35.373Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-08-11T16:39:35.633Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-08-11T16:39:35.633Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-08-11T16:39:35.633Z] === RUN TestDockerSuite/TestBuildSpaces [2022-08-11T16:39:35.893Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-08-11T16:39:36.834Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-08-11T16:39:36.834Z] === RUN TestDockerSuite/TestBuildStderr [2022-08-11T16:39:37.403Z] --- PASS: TestServiceCreateInit (9.70s) [2022-08-11T16:39:37.403Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.21s) [2022-08-11T16:39:37.403Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.47s) [2022-08-11T16:39:37.403Z] === RUN TestCreateServiceMultipleTimes [2022-08-11T16:39:37.662Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-08-11T16:39:41.878Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-08-11T16:39:42.817Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-08-11T16:39:43.756Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-08-11T16:39:44.325Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-08-11T16:39:44.895Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-08-11T16:39:46.279Z] === RUN TestDockerSuite/TestBuildUser [2022-08-11T16:39:47.660Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-08-11T16:39:49.568Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-08-11T16:39:50.506Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-08-11T16:39:51.885Z] docker_api_swarm_node_test.go:81: [d55a829ac51b9] joining swarm manager [d855c34d9d59c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:39:55.179Z] --- PASS: TestCreateServiceMultipleTimes (17.69s) [2022-08-11T16:39:55.179Z] === RUN TestCreateServiceConflict [2022-08-11T16:39:58.495Z] --- PASS: TestCreateServiceConflict (2.87s) [2022-08-11T16:39:58.495Z] === RUN TestCreateServiceMaxReplicas [2022-08-11T16:40:01.793Z] --- PASS: TestCreateServiceMaxReplicas (3.83s) [2022-08-11T16:40:01.793Z] === RUN TestCreateWithDuplicateNetworkNames [2022-08-11T16:40:05.087Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-08-11T16:40:05.346Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-08-11T16:40:05.607Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-08-11T16:40:05.607Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-08-11T16:40:06.565Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-08-11T16:40:07.503Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-08-11T16:40:08.443Z] docker_api_swarm_node_test.go:53: [d8dd2581a5199] joining swarm manager [d34efb1b15f43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:40:08.704Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-08-11T16:40:08.704Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-08-11T16:40:08.704Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-08-11T16:40:08.704Z] docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows [2022-08-11T16:40:08.704Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-08-11T16:40:08.704Z] docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows [2022-08-11T16:40:08.963Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-08-11T16:40:08.963Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-08-11T16:40:08.963Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-08-11T16:40:09.222Z] docker_api_swarm_node_test.go:54: [dc61e4e55caa8] joining swarm manager [d34efb1b15f43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:40:10.160Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-08-11T16:40:10.160Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-08-11T16:40:10.728Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-08-11T16:40:11.297Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-08-11T16:40:11.866Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-08-11T16:40:11.866Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-08-11T16:40:13.775Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-08-11T16:40:15.154Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-08-11T16:40:15.724Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-08-11T16:40:15.724Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.07s) [2022-08-11T16:40:15.724Z] === RUN TestCreateServiceSecretFileMode [2022-08-11T16:40:16.293Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-08-11T16:40:16.862Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-08-11T16:40:16.862Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-08-11T16:40:16.862Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-08-11T16:40:17.431Z] === RUN TestDockerSuite/TestBuildXZHost [2022-08-11T16:40:19.340Z] --- PASS: TestCreateServiceSecretFileMode (3.13s) [2022-08-11T16:40:19.340Z] === RUN TestCreateServiceConfigFileMode [2022-08-11T16:40:19.340Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-08-11T16:40:19.910Z] === RUN TestDockerSuite/TestCommitChange [2022-08-11T16:40:20.848Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-08-11T16:40:21.787Z] === RUN TestDockerSuite/TestCommitHardlink [2022-08-11T16:40:22.047Z] --- PASS: TestCreateServiceConfigFileMode (2.97s) [2022-08-11T16:40:22.047Z] === RUN TestCreateServiceSysctls [2022-08-11T16:40:22.985Z] === RUN TestDockerSuite/TestCommitNewFile [2022-08-11T16:40:24.367Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-08-11T16:40:25.307Z] === RUN TestDockerSuite/TestCommitTTY [2022-08-11T16:40:25.875Z] --- PASS: TestCreateServiceSysctls (3.79s) [2022-08-11T16:40:25.875Z] === RUN TestCreateServiceCapabilities [2022-08-11T16:40:26.444Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-08-11T16:40:27.838Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-08-11T16:40:28.406Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-08-11T16:40:28.975Z] --- PASS: TestCreateServiceCapabilities (3.12s) [2022-08-11T16:40:28.975Z] === RUN TestInspect [2022-08-11T16:40:29.545Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-08-11T16:40:29.805Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-08-11T16:40:30.374Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-08-11T16:40:31.316Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-08-11T16:40:32.255Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-08-11T16:40:32.256Z] --- PASS: TestInspect (3.45s) [2022-08-11T16:40:32.256Z] === RUN TestCreateJob [2022-08-11T16:40:32.824Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-08-11T16:40:33.394Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-08-11T16:40:34.333Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-08-11T16:40:35.272Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-08-11T16:40:36.211Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-08-11T16:40:36.211Z] --- PASS: TestCreateJob (3.82s) [2022-08-11T16:40:36.211Z] === RUN TestReplicatedJob [2022-08-11T16:40:36.781Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-08-11T16:40:37.349Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-08-11T16:40:38.730Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-08-11T16:40:39.298Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-08-11T16:40:40.238Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-08-11T16:40:41.619Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-08-11T16:40:41.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-08-11T16:40:42.557Z] --- PASS: TestReplicatedJob (6.21s) [2022-08-11T16:40:42.557Z] === RUN TestUpdateReplicatedJob [2022-08-11T16:40:42.557Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-08-11T16:40:43.128Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-08-11T16:40:43.128Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-08-11T16:40:44.068Z] === RUN TestDockerSuite/TestCpRelativePath [2022-08-11T16:40:45.007Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-08-11T16:40:45.944Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-08-11T16:40:46.203Z] --- PASS: TestUpdateReplicatedJob (3.91s) [2022-08-11T16:40:46.203Z] === RUN TestServiceListWithStatuses [2022-08-11T16:40:46.203Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:40:46.203Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-08-11T16:40:46.203Z] === RUN TestDockerNetworkConnectAlias [2022-08-11T16:40:46.463Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-08-11T16:40:47.039Z] === RUN TestDockerSuite/TestCpToCaseA [2022-08-11T16:40:47.994Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-08-11T16:40:48.563Z] === RUN TestDockerSuite/TestCpToCaseB [2022-08-11T16:40:49.502Z] === RUN TestDockerSuite/TestCpToCaseC [2022-08-11T16:40:50.441Z] docker_api_swarm_test.go:202: [dd5a18552a76a] joining swarm manager [d0fe7c0a943c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:40:52.348Z] === RUN TestDockerSuite/TestCpToCaseD [2022-08-11T16:40:52.348Z] --- PASS: TestDockerNetworkConnectAlias (6.03s) [2022-08-11T16:40:52.348Z] === RUN TestDockerNetworkReConnect [2022-08-11T16:40:55.768Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd [2022-08-11T16:40:55.768Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy [2022-08-11T16:40:55.768Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-08-11T16:40:55.768Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy [2022-08-11T16:40:55.768Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-08-11T16:40:56.126Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-08-11T16:40:56.442Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/test/unit [2022-08-11T16:40:56.543Z] === RUN TestDockerSuite/TestCpToCaseE [2022-08-11T16:40:56.698Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald') [2022-08-11T16:40:56.698Z] + TESTFLAGS+=' -test.timeout=5m' [2022-08-11T16:40:56.698Z] + TESTDIRS=./... [2022-08-11T16:40:56.698Z] + exclude_paths='/vendor/|/integration' [2022-08-11T16:40:56.698Z] ++ go list ./... [2022-08-11T16:40:56.698Z] ++ grep -vE '(/vendor/|/integration)' [2022-08-11T16:40:56.802Z] --- PASS: TestDockerNetworkReConnect (4.57s) [2022-08-11T16:40:56.802Z] === RUN TestServicePlugin [2022-08-11T16:40:58.066Z] + pkg_list='github.com/docker/docker/api [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/backend [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/container [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/events [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/filters [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/image [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/mount [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/network [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/registry [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/time [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/versions [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/types/volume [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:40:58.066Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:40:58.066Z] github.com/docker/docker/cli [2022-08-11T16:40:58.066Z] github.com/docker/docker/cli/config [2022-08-11T16:40:58.066Z] github.com/docker/docker/cli/debug [2022-08-11T16:40:58.066Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:40:58.066Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:40:58.066Z] github.com/docker/docker/client [2022-08-11T16:40:58.066Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:40:58.066Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:40:58.066Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:40:58.066Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:40:58.066Z] github.com/docker/docker/container [2022-08-11T16:40:58.066Z] github.com/docker/docker/container/stream [2022-08-11T16:40:58.066Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:40:58.066Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:40:58.066Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/config [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/events [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/exec [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/images [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/links [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/names [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/network [2022-08-11T16:40:58.066Z] github.com/docker/docker/daemon/stats [2022-08-11T16:40:58.066Z] github.com/docker/docker/distribution [2022-08-11T16:40:58.066Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:40:58.066Z] github.com/docker/docker/distribution/utils [2022-08-11T16:40:58.066Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:40:58.066Z] github.com/docker/docker/dockerversion [2022-08-11T16:40:58.066Z] github.com/docker/docker/errdefs [2022-08-11T16:40:58.066Z] github.com/docker/docker/image [2022-08-11T16:40:58.066Z] github.com/docker/docker/image/cache [2022-08-11T16:40:58.066Z] github.com/docker/docker/image/tarexport [2022-08-11T16:40:58.066Z] github.com/docker/docker/image/v1 [2022-08-11T16:40:58.066Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:40:58.066Z] github.com/docker/docker/layer [2022-08-11T16:40:58.066Z] github.com/docker/docker/libcontainerd [2022-08-11T16:40:58.066Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:40:58.066Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:40:58.066Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:40:58.066Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/libnetwork/types [2022-08-11T16:40:58.066Z] github.com/docker/docker/oci [2022-08-11T16:40:58.066Z] github.com/docker/docker/oci/caps [2022-08-11T16:40:58.066Z] github.com/docker/docker/opts [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/archive [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/directory [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/platform [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/pools [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/progress [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/signal [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/stack [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/system [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:40:58.066Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:40:58.066Z] github.com/docker/docker/plugin [2022-08-11T16:40:58.066Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:40:58.066Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:40:58.066Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:40:58.066Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:40:58.066Z] github.com/docker/docker/quota [2022-08-11T16:40:58.066Z] github.com/docker/docker/reference [2022-08-11T16:40:58.066Z] github.com/docker/docker/registry [2022-08-11T16:40:58.066Z] github.com/docker/docker/registry/resumable [2022-08-11T16:40:58.066Z] github.com/docker/docker/restartmanager [2022-08-11T16:40:58.066Z] github.com/docker/docker/rootless [2022-08-11T16:40:58.066Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:40:58.066Z] github.com/docker/docker/runconfig [2022-08-11T16:40:58.066Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/environment [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/registry [2022-08-11T16:40:58.066Z] github.com/docker/docker/testutil/request [2022-08-11T16:40:58.066Z] github.com/docker/docker/volume [2022-08-11T16:40:58.066Z] github.com/docker/docker/volume/drivers [2022-08-11T16:40:58.066Z] github.com/docker/docker/volume/local [2022-08-11T16:40:58.066Z] github.com/docker/docker/volume/mounts [2022-08-11T16:40:58.066Z] github.com/docker/docker/volume/service [2022-08-11T16:40:58.066Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:40:58.066Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:40:58.066Z] ++ echo 'github.com/docker/docker/api [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:40:58.066Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/backend [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/container [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/events [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/filters [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/image [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/mount [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/network [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/registry [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/time [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/versions [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/volume [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/config [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/debug [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:40:58.067Z] github.com/docker/docker/client [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:40:58.067Z] github.com/docker/docker/container [2022-08-11T16:40:58.067Z] github.com/docker/docker/container/stream [2022-08-11T16:40:58.067Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:40:58.067Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:40:58.067Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/config [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/events [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/exec [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/images [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/links [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/names [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/network [2022-08-11T16:40:58.067Z] github.com/docker/docker/daemon/stats [2022-08-11T16:40:58.067Z] github.com/docker/docker/distribution [2022-08-11T16:40:58.067Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:40:58.067Z] github.com/docker/docker/distribution/utils [2022-08-11T16:40:58.067Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:40:58.067Z] github.com/docker/docker/dockerversion [2022-08-11T16:40:58.067Z] github.com/docker/docker/errdefs [2022-08-11T16:40:58.067Z] github.com/docker/docker/image [2022-08-11T16:40:58.067Z] github.com/docker/docker/image/cache [2022-08-11T16:40:58.067Z] github.com/docker/docker/image/tarexport [2022-08-11T16:40:58.067Z] github.com/docker/docker/image/v1 [2022-08-11T16:40:58.067Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:40:58.067Z] github.com/docker/docker/layer [2022-08-11T16:40:58.067Z] github.com/docker/docker/libcontainerd [2022-08-11T16:40:58.067Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:40:58.067Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:40:58.067Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:40:58.067Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/libnetwork/types [2022-08-11T16:40:58.067Z] github.com/docker/docker/oci [2022-08-11T16:40:58.067Z] github.com/docker/docker/oci/caps [2022-08-11T16:40:58.067Z] github.com/docker/docker/opts [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/archive [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/directory [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/platform [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/pools [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/progress [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/signal [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/stack [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/system [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:40:58.067Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:40:58.067Z] github.com/docker/docker/plugin [2022-08-11T16:40:58.067Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:40:58.067Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:40:58.067Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:40:58.067Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:40:58.067Z] github.com/docker/docker/quota [2022-08-11T16:40:58.067Z] github.com/docker/docker/reference [2022-08-11T16:40:58.067Z] github.com/docker/docker/registry [2022-08-11T16:40:58.067Z] github.com/docker/docker/registry/resumable [2022-08-11T16:40:58.067Z] github.com/docker/docker/restartmanager [2022-08-11T16:40:58.067Z] github.com/docker/docker/rootless [2022-08-11T16:40:58.067Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:40:58.067Z] github.com/docker/docker/runconfig [2022-08-11T16:40:58.067Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/environment [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/registry [2022-08-11T16:40:58.067Z] github.com/docker/docker/testutil/request [2022-08-11T16:40:58.067Z] github.com/docker/docker/volume [2022-08-11T16:40:58.067Z] github.com/docker/docker/volume/drivers [2022-08-11T16:40:58.067Z] github.com/docker/docker/volume/local [2022-08-11T16:40:58.067Z] github.com/docker/docker/volume/mounts [2022-08-11T16:40:58.067Z] github.com/docker/docker/volume/service [2022-08-11T16:40:58.067Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:40:58.067Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:40:58.067Z] ++ grep --fixed-strings -v /libnetwork [2022-08-11T16:40:58.067Z] + base_pkg_list='github.com/docker/docker/api [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/backend [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/container [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/events [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/filters [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/image [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/mount [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/network [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/registry [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/time [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/versions [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:40:58.067Z] github.com/docker/docker/api/types/volume [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:40:58.067Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/config [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/debug [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:40:58.067Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:40:58.067Z] github.com/docker/docker/client [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:40:58.067Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:40:58.067Z] github.com/docker/docker/container [2022-08-11T16:40:58.067Z] github.com/docker/docker/container/stream [2022-08-11T16:40:58.068Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:40:58.068Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:40:58.068Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/config [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/events [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/exec [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/images [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/links [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/names [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/network [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/stats [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution/utils [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:40:58.068Z] github.com/docker/docker/dockerversion [2022-08-11T16:40:58.068Z] github.com/docker/docker/errdefs [2022-08-11T16:40:58.068Z] github.com/docker/docker/image [2022-08-11T16:40:58.068Z] github.com/docker/docker/image/cache [2022-08-11T16:40:58.068Z] github.com/docker/docker/image/tarexport [2022-08-11T16:40:58.068Z] github.com/docker/docker/image/v1 [2022-08-11T16:40:58.068Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:40:58.068Z] github.com/docker/docker/layer [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:40:58.068Z] github.com/docker/docker/oci [2022-08-11T16:40:58.068Z] github.com/docker/docker/oci/caps [2022-08-11T16:40:58.068Z] github.com/docker/docker/opts [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/archive [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/directory [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/platform [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/pools [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/progress [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/signal [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/stack [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/system [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:40:58.068Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:40:58.068Z] github.com/docker/docker/plugin [2022-08-11T16:40:58.068Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:40:58.068Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:40:58.068Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:40:58.068Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:40:58.068Z] github.com/docker/docker/quota [2022-08-11T16:40:58.068Z] github.com/docker/docker/reference [2022-08-11T16:40:58.068Z] github.com/docker/docker/registry [2022-08-11T16:40:58.068Z] github.com/docker/docker/registry/resumable [2022-08-11T16:40:58.068Z] github.com/docker/docker/restartmanager [2022-08-11T16:40:58.068Z] github.com/docker/docker/rootless [2022-08-11T16:40:58.068Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:40:58.068Z] github.com/docker/docker/runconfig [2022-08-11T16:40:58.068Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/environment [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/registry [2022-08-11T16:40:58.068Z] github.com/docker/docker/testutil/request [2022-08-11T16:40:58.068Z] github.com/docker/docker/volume [2022-08-11T16:40:58.068Z] github.com/docker/docker/volume/drivers [2022-08-11T16:40:58.068Z] github.com/docker/docker/volume/local [2022-08-11T16:40:58.068Z] github.com/docker/docker/volume/mounts [2022-08-11T16:40:58.068Z] github.com/docker/docker/volume/service [2022-08-11T16:40:58.068Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:40:58.068Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:40:58.068Z] ++ grep --fixed-strings /libnetwork [2022-08-11T16:40:58.068Z] ++ echo 'github.com/docker/docker/api [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/backend [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/container [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/events [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/filters [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/image [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/mount [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/network [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/registry [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/time [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/versions [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:40:58.068Z] github.com/docker/docker/api/types/volume [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:40:58.068Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:40:58.068Z] github.com/docker/docker/cli [2022-08-11T16:40:58.068Z] github.com/docker/docker/cli/config [2022-08-11T16:40:58.068Z] github.com/docker/docker/cli/debug [2022-08-11T16:40:58.068Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:40:58.068Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:40:58.068Z] github.com/docker/docker/client [2022-08-11T16:40:58.068Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:40:58.068Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:40:58.068Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:40:58.068Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:40:58.068Z] github.com/docker/docker/container [2022-08-11T16:40:58.068Z] github.com/docker/docker/container/stream [2022-08-11T16:40:58.068Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:40:58.068Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:40:58.068Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/config [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/events [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/exec [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/images [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/links [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/names [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/network [2022-08-11T16:40:58.068Z] github.com/docker/docker/daemon/stats [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution/utils [2022-08-11T16:40:58.068Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:40:58.068Z] github.com/docker/docker/dockerversion [2022-08-11T16:40:58.068Z] github.com/docker/docker/errdefs [2022-08-11T16:40:58.068Z] github.com/docker/docker/image [2022-08-11T16:40:58.068Z] github.com/docker/docker/image/cache [2022-08-11T16:40:58.068Z] github.com/docker/docker/image/tarexport [2022-08-11T16:40:58.068Z] github.com/docker/docker/image/v1 [2022-08-11T16:40:58.068Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:40:58.068Z] github.com/docker/docker/layer [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:40:58.068Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:40:58.068Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/types [2022-08-11T16:40:58.069Z] github.com/docker/docker/oci [2022-08-11T16:40:58.069Z] github.com/docker/docker/oci/caps [2022-08-11T16:40:58.069Z] github.com/docker/docker/opts [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/archive [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/directory [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/platform [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/pools [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/progress [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/signal [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/stack [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/system [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:40:58.069Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:40:58.069Z] github.com/docker/docker/plugin [2022-08-11T16:40:58.069Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:40:58.069Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:40:58.069Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:40:58.069Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:40:58.069Z] github.com/docker/docker/quota [2022-08-11T16:40:58.069Z] github.com/docker/docker/reference [2022-08-11T16:40:58.069Z] github.com/docker/docker/registry [2022-08-11T16:40:58.069Z] github.com/docker/docker/registry/resumable [2022-08-11T16:40:58.069Z] github.com/docker/docker/restartmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/rootless [2022-08-11T16:40:58.069Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:40:58.069Z] github.com/docker/docker/runconfig [2022-08-11T16:40:58.069Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/environment [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/registry [2022-08-11T16:40:58.069Z] github.com/docker/docker/testutil/request [2022-08-11T16:40:58.069Z] github.com/docker/docker/volume [2022-08-11T16:40:58.069Z] github.com/docker/docker/volume/drivers [2022-08-11T16:40:58.069Z] github.com/docker/docker/volume/local [2022-08-11T16:40:58.069Z] github.com/docker/docker/volume/mounts [2022-08-11T16:40:58.069Z] github.com/docker/docker/volume/service [2022-08-11T16:40:58.069Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:40:58.069Z] github.com/docker/docker/volume/testutils' [2022-08-11T16:40:58.069Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/types' [2022-08-11T16:40:58.069Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-08-11T16:40:58.069Z] + echo 'github.com/docker/docker/libnetwork [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/types' [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:40:58.069Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:40:58.069Z] + type docker-proxy [2022-08-11T16:40:58.069Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-08-11T16:40:58.069Z] + hack/make.sh binary-proxy install-proxy [2022-08-11T16:40:58.069Z] [2022-08-11T16:40:58.069Z] Removing bundles/ [2022-08-11T16:40:58.069Z] [2022-08-11T16:40:58.069Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-08-11T16:40:58.069Z] Building: bundles/binary-proxy/docker-proxy [2022-08-11T16:40:58.069Z] GOOS="" GOARCH="" GOARM="" [2022-08-11T16:40:58.713Z] === RUN TestDockerSuite/TestCpToCaseF [2022-08-11T16:40:59.282Z] === RUN TestDockerSuite/TestCpToCaseG [2022-08-11T16:41:01.191Z] plugin_test.go:61: [d1c0bf7e5e6c7] joining swarm manager [d30ec228856ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:41:02.731Z] plugin_test.go:64: [d1bad8fb62503] joining swarm manager [d30ec228856ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:41:02.991Z] === RUN TestDockerSuite/TestCpToCaseH [2022-08-11T16:41:05.530Z] === RUN TestDockerSuite/TestCpToCaseI [2022-08-11T16:41:06.098Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-08-11T16:41:06.207Z] Created binary: bundles/binary-proxy/docker-proxy [2022-08-11T16:41:06.207Z] [2022-08-11T16:41:06.207Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-08-11T16:41:06.207Z] Installing docker-proxy to /usr/local/bin/ [2022-08-11T16:41:06.207Z] [2022-08-11T16:41:06.207Z] + mkdir -p bundles [2022-08-11T16:41:06.207Z] + '[' -n 'github.com/docker/docker/api [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/backend/build [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/httpstatus [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/httputils [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/middleware [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/build [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/checkpoint [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/container [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/debug [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/distribution [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/grpc [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/image [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/network [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/plugin [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/session [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/swarm [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/system [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/server/router/volume [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/backend [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/blkiodev [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/container [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/events [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/filters [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/image [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/mount [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/network [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/plugins/logdriver [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/registry [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/strslice [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/swarm [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/swarm/runtime [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/time [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/versions [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/versions/v1p19 [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/versions/v1p20 [2022-08-11T16:41:06.207Z] github.com/docker/docker/api/types/volume [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/builder-next [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/builder-next/exporter [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/builder-next/worker [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/dockerfile [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/remotecontext [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/remotecontext/git [2022-08-11T16:41:06.207Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-08-11T16:41:06.207Z] github.com/docker/docker/cli [2022-08-11T16:41:06.207Z] github.com/docker/docker/cli/config [2022-08-11T16:41:06.207Z] github.com/docker/docker/cli/debug [2022-08-11T16:41:06.207Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-08-11T16:41:06.207Z] github.com/docker/docker/cli/winresources/dockerd [2022-08-11T16:41:06.207Z] github.com/docker/docker/client [2022-08-11T16:41:06.207Z] github.com/docker/docker/cmd/docker-proxy [2022-08-11T16:41:06.207Z] github.com/docker/docker/cmd/dockerd [2022-08-11T16:41:06.207Z] github.com/docker/docker/cmd/dockerd/trap [2022-08-11T16:41:06.207Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-08-11T16:41:06.207Z] github.com/docker/docker/container [2022-08-11T16:41:06.207Z] github.com/docker/docker/container/stream [2022-08-11T16:41:06.207Z] github.com/docker/docker/contrib/apparmor [2022-08-11T16:41:06.207Z] github.com/docker/docker/contrib/docker-device-tool [2022-08-11T16:41:06.207Z] github.com/docker/docker/contrib/httpserver [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/cluster [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/cluster/convert [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/cluster/executor [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/cluster/executor/container [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/cluster/provider [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/config [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/containerd [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/events [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/events/testutils [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/exec [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/copy [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/register [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/images [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/initlayer [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/links [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/listeners [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/awslogs [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/fluentd [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/gcplogs [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/gelf [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/journald [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/local [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/logentries [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/loggertest [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/loggerutils [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/splunk [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/syslog [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/logger/templates [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/names [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/network [2022-08-11T16:41:06.207Z] github.com/docker/docker/daemon/stats [2022-08-11T16:41:06.207Z] github.com/docker/docker/distribution [2022-08-11T16:41:06.207Z] github.com/docker/docker/distribution/metadata [2022-08-11T16:41:06.207Z] github.com/docker/docker/distribution/utils [2022-08-11T16:41:06.207Z] github.com/docker/docker/distribution/xfer [2022-08-11T16:41:06.207Z] github.com/docker/docker/dockerversion [2022-08-11T16:41:06.207Z] github.com/docker/docker/errdefs [2022-08-11T16:41:06.207Z] github.com/docker/docker/image [2022-08-11T16:41:06.207Z] github.com/docker/docker/image/cache [2022-08-11T16:41:06.207Z] github.com/docker/docker/image/tarexport [2022-08-11T16:41:06.207Z] github.com/docker/docker/image/v1 [2022-08-11T16:41:06.207Z] github.com/docker/docker/internal/test/suite [2022-08-11T16:41:06.207Z] github.com/docker/docker/layer [2022-08-11T16:41:06.207Z] github.com/docker/docker/libcontainerd [2022-08-11T16:41:06.207Z] github.com/docker/docker/libcontainerd/queue [2022-08-11T16:41:06.207Z] github.com/docker/docker/libcontainerd/remote [2022-08-11T16:41:06.207Z] github.com/docker/docker/libcontainerd/supervisor [2022-08-11T16:41:06.207Z] github.com/docker/docker/libcontainerd/types [2022-08-11T16:41:06.207Z] github.com/docker/docker/oci [2022-08-11T16:41:06.207Z] github.com/docker/docker/oci/caps [2022-08-11T16:41:06.207Z] github.com/docker/docker/opts [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/aaparser [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/archive [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/authorization [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/broadcaster [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/capabilities [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/chrootarchive [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/containerfs [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/devicemapper [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/directory [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/dmesg [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/fileutils [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/fsutils [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/homedir [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/idtools [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/ioutils [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/jsonmessage [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/longpath [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/loopback [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/namesgenerator [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/parsers [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/parsers/kernel [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/pidfile [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/platform [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/plugingetter [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/plugins [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/plugins/transport [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/pools [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/progress [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/pubsub [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/reexec [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/signal [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/stack [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/stdcopy [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/streamformatter [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/stringid [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/sysinfo [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/system [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/tailfile [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/tarsum [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/urlutil [2022-08-11T16:41:06.207Z] github.com/docker/docker/pkg/useragent [2022-08-11T16:41:06.207Z] github.com/docker/docker/plugin [2022-08-11T16:41:06.207Z] github.com/docker/docker/plugin/executor/containerd [2022-08-11T16:41:06.207Z] github.com/docker/docker/plugin/v2 [2022-08-11T16:41:06.207Z] github.com/docker/docker/profiles/apparmor [2022-08-11T16:41:06.207Z] github.com/docker/docker/profiles/seccomp [2022-08-11T16:41:06.207Z] github.com/docker/docker/quota [2022-08-11T16:41:06.207Z] github.com/docker/docker/reference [2022-08-11T16:41:06.207Z] github.com/docker/docker/registry [2022-08-11T16:41:06.207Z] github.com/docker/docker/registry/resumable [2022-08-11T16:41:06.207Z] github.com/docker/docker/restartmanager [2022-08-11T16:41:06.207Z] github.com/docker/docker/rootless [2022-08-11T16:41:06.207Z] github.com/docker/docker/rootless/specconv [2022-08-11T16:41:06.207Z] github.com/docker/docker/runconfig [2022-08-11T16:41:06.207Z] github.com/docker/docker/runconfig/opts [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/daemon [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/environment [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/fakecontext [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/fakegit [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/fakestorage [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/fixtures/load [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/fixtures/plugin [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/registry [2022-08-11T16:41:06.207Z] github.com/docker/docker/testutil/request [2022-08-11T16:41:06.207Z] github.com/docker/docker/volume [2022-08-11T16:41:06.207Z] github.com/docker/docker/volume/drivers [2022-08-11T16:41:06.207Z] github.com/docker/docker/volume/local [2022-08-11T16:41:06.207Z] github.com/docker/docker/volume/mounts [2022-08-11T16:41:06.207Z] github.com/docker/docker/volume/service [2022-08-11T16:41:06.207Z] github.com/docker/docker/volume/service/opts [2022-08-11T16:41:06.207Z] github.com/docker/docker/volume/testutils' ']' [2022-08-11T16:41:06.208Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/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/containerd 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/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/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/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-08-11T16:41:06.208Z] ? github.com/docker/docker/api [no test files] [2022-08-11T16:41:06.668Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-08-11T16:41:09.208Z] docker_api_swarm_test.go:384: [dc582f031dcb1] joining swarm manager [ddb4e7d823a70]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:41:09.777Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-08-11T16:41:10.346Z] docker_api_swarm_test.go:385: [df6ee10235f4d] joining swarm manager [ddb4e7d823a70]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:41:10.606Z] === RUN TestDockerSuite/TestCpToDot [2022-08-11T16:41:11.175Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-08-11T16:41:12.120Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-08-11T16:41:13.500Z] === RUN TestDockerSuite/TestCpToStdout [2022-08-11T16:41:14.067Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-08-11T16:41:15.006Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-08-11T16:41:15.006Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-08-11T16:41:15.945Z] === RUN TestDockerSuite/TestCpVolumePath [2022-08-11T16:41:16.884Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-08-11T16:41:16.884Z] === RUN TestDockerSuite/TestCreateArgs [2022-08-11T16:41:16.884Z] === RUN TestDockerSuite/TestCreateByImageID [2022-08-11T16:41:17.454Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-08-11T16:41:18.023Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-08-11T16:41:18.023Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-11T16:41:18.023Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-08-11T16:41:18.023Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-08-11T16:41:18.591Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-08-11T16:41:18.591Z] === RUN TestDockerSuite/TestCreateLabels [2022-08-11T16:41:18.851Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-08-11T16:41:18.851Z] === RUN TestDockerSuite/TestCreateRM [2022-08-11T16:41:18.851Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-08-11T16:41:18.851Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-08-11T16:41:18.851Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-08-11T16:41:19.110Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-08-11T16:41:19.110Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-08-11T16:41:20.490Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-08-11T16:41:20.749Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-08-11T16:41:20.749Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-08-11T16:41:24.042Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-08-11T16:41:24.042Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-08-11T16:41:24.042Z] === RUN TestDockerSuite/TestEventsAttach [2022-08-11T16:41:24.264Z] ok github.com/docker/docker/api/server 0.018s coverage: 7.9% of statements [2022-08-11T16:41:24.303Z] === RUN TestDockerSuite/TestEventsCommit [2022-08-11T16:41:24.873Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-08-11T16:41:25.442Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-08-11T16:41:26.010Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-08-11T16:41:26.270Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-08-11T16:41:28.173Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-08-11T16:41:29.111Z] --- PASS: TestServicePlugin (32.12s) [2022-08-11T16:41:29.111Z] === RUN TestServiceUpdateLabel [2022-08-11T16:41:29.111Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-08-11T16:41:31.650Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-08-11T16:41:31.650Z] --- PASS: TestServiceUpdateLabel (2.67s) [2022-08-11T16:41:31.650Z] === RUN TestServiceUpdateSecrets [2022-08-11T16:41:34.185Z] === RUN TestDockerSuite/TestEventsCopy [2022-08-11T16:41:34.765Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-08-11T16:41:35.706Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-08-11T16:41:42.275Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-08-11T16:41:42.275Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-08-11T16:41:42.534Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-08-11T16:41:43.102Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-08-11T16:41:43.360Z] === RUN TestDockerSuite/TestEventsFilterType [2022-08-11T16:41:43.620Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-08-11T16:41:43.620Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-08-11T16:41:43.620Z] === RUN TestDockerSuite/TestEventsFilters [2022-08-11T16:41:44.562Z] === RUN TestDockerSuite/TestEventsFormat [2022-08-11T16:41:45.502Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-08-11T16:41:45.502Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-08-11T16:41:45.502Z] === RUN TestDockerSuite/TestEventsImageImport [2022-08-11T16:41:46.441Z] --- PASS: TestServiceUpdateSecrets (14.67s) [2022-08-11T16:41:46.441Z] === RUN TestServiceUpdateConfigs [2022-08-11T16:41:46.441Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-08-11T16:41:46.701Z] === RUN TestDockerSuite/TestEventsImagePull [2022-08-11T16:41:47.638Z] === RUN TestDockerSuite/TestEventsImageTag [2022-08-11T16:41:49.017Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-08-11T16:41:49.017Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-08-11T16:41:49.017Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-08-11T16:41:49.017Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-08-11T16:41:49.017Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-08-11T16:41:49.017Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-08-11T16:41:51.552Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-08-11T16:41:51.812Z] === RUN TestDockerSuite/TestEventsRename [2022-08-11T16:41:52.750Z] === RUN TestDockerSuite/TestEventsResize [2022-08-11T16:41:53.009Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-08-11T16:41:53.578Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-08-11T16:41:54.147Z] === RUN TestDockerSuite/TestEventsStreaming [2022-08-11T16:41:54.717Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-08-11T16:41:57.254Z] === RUN TestDockerSuite/TestEventsTop [2022-08-11T16:41:57.822Z] === RUN TestDockerSuite/TestEventsUntag [2022-08-11T16:42:01.128Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-08-11T16:42:01.128Z] --- PASS: TestServiceUpdateConfigs (14.68s) [2022-08-11T16:42:01.128Z] === RUN TestServiceUpdateNetwork [2022-08-11T16:42:03.033Z] check_test.go:611: [df6ee10235f4d] daemon is not started [2022-08-11T16:42:03.033Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-08-11T16:42:05.572Z] docker_api_swarm_test.go:802: [db4f6ccff3b38] joining swarm manager [dca826e75d9f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:42:06.512Z] docker_api_swarm_test.go:802: [de658450bd99d] joining swarm manager [dca826e75d9f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:42:07.890Z] docker_api_swarm_test.go:802: [ddc89118d4336] joining swarm manager [dca826e75d9f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-11T16:42:10.424Z] docker_api_swarm_test.go:802: [df8ebf3edfa0a] joining swarm manager [dca826e75d9f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-08-11T16:42:11.360Z] docker_api_swarm_test.go:810: [d1af26b48a118] joining swarm manager [dca826e75d9f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-08-11T16:42:11.619Z] === RUN TestDockerSuite/TestNetworkEvents [2022-08-11T16:42:12.189Z] === RUN TestDockerSuite/TestVolumeEvents [2022-08-11T16:42:14.094Z] --- PASS: TestServiceUpdateNetwork (13.08s) [2022-08-11T16:42:14.094Z] === RUN TestServiceUpdatePidsLimit [2022-08-11T16:42:15.472Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-08-11T16:42:16.041Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-08-11T16:42:17.947Z] === RUN TestDockerSuite/TestExec [2022-08-11T16:42:18.515Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-08-11T16:42:19.455Z] === RUN TestDockerSuite/TestExecCgroup [2022-08-11T16:42:20.023Z] === RUN TestDockerSuite/TestExecEnv [2022-08-11T16:42:20.591Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-08-11T16:42:21.968Z] === RUN TestDockerSuite/TestExecExitStatus [2022-08-11T16:42:22.230Z] === RUN TestDockerSuite/TestExecInspectID [2022-08-11T16:42:23.168Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-08-11T16:42:23.749Z] === RUN TestDockerSuite/TestExecInteractive [2022-08-11T16:42:24.686Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-08-11T16:42:25.255Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-08-11T16:42:25.823Z] === RUN TestDockerSuite/TestExecParseError [2022-08-11T16:42:26.083Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-08-11T16:42:26.651Z] === RUN TestDockerSuite/TestExecSetEnv [2022-08-11T16:42:27.220Z] === RUN TestDockerSuite/TestExecStartFails [2022-08-11T16:42:27.788Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-08-11T16:42:28.358Z] === RUN TestDockerSuite/TestExecTTY [2022-08-11T16:42:28.927Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-08-11T16:42:29.495Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-08-11T16:42:30.065Z] === RUN TestDockerSuite/TestExecUlimits [2022-08-11T16:42:30.634Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-08-11T16:42:30.634Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-08-11T16:42:30.634Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-08-11T16:42:30.894Z] --- PASS: TestServiceUpdatePidsLimit (16.73s) [2022-08-11T16:42:30.894Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-08-11T16:42:30.894Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s) [2022-08-11T16:42:30.894Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2022-08-11T16:42:30.894Z] PASS [2022-08-11T16:42:30.894Z] [2022-08-11T16:42:30.894Z] === Skipped [2022-08-11T16:42:30.894Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-08-11T16:42:30.894Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-08-11T16:42:30.894Z] [2022-08-11T16:42:30.894Z] DONE 27 tests, 1 skipped in 183.246s [2022-08-11T16:42:30.894Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-08-11T16:42:30.894Z] ++ 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-08-11T16:42:30.894Z] ++ set -e [2022-08-11T16:42:30.894Z] ++ '[' -n 0 ']' [2022-08-11T16:42:30.894Z] ++ set -x [2022-08-11T16:42:30.894Z] ++ 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-08-11T16:42:30.894Z] INFO: Testing against a local daemon [2022-08-11T16:42:30.894Z] === RUN TestSessionCreate [2022-08-11T16:42:30.894Z] --- PASS: TestSessionCreate (0.06s) [2022-08-11T16:42:30.894Z] === RUN TestSessionCreateWithBadUpgrade [2022-08-11T16:42:30.894Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2022-08-11T16:42:30.894Z] PASS [2022-08-11T16:42:30.894Z] [2022-08-11T16:42:30.894Z] DONE 2 tests in 0.226s [2022-08-11T16:42:31.154Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-08-11T16:42:31.154Z] ++ 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-08-11T16:42:31.154Z] ++ set -e [2022-08-11T16:42:31.154Z] ++ '[' -n 0 ']' [2022-08-11T16:42:31.154Z] ++ set -x [2022-08-11T16:42:31.154Z] ++ 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-08-11T16:42:31.154Z] INFO: Testing against a local daemon [2022-08-11T16:42:31.154Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-08-11T16:42:31.154Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-11T16:42:31.154Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-11T16:42:31.154Z] === RUN TestDiskUsage [2022-08-11T16:42:31.154Z] === PAUSE TestDiskUsage [2022-08-11T16:42:31.154Z] === RUN TestEventsExecDie [2022-08-11T16:42:32.539Z] --- PASS: TestEventsExecDie (1.05s) [2022-08-11T16:42:32.539Z] === RUN TestEventsBackwardsCompatible [2022-08-11T16:42:32.539Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2022-08-11T16:42:32.539Z] === RUN TestEventsVolumeCreate [2022-08-11T16:42:32.539Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-08-11T16:42:32.539Z] === RUN TestInfoBinaryCommits [2022-08-11T16:42:32.539Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-08-11T16:42:32.539Z] === RUN TestInfoAPIVersioned [2022-08-11T16:42:32.539Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-08-11T16:42:32.539Z] === RUN TestInfoAPI [2022-08-11T16:42:32.539Z] --- PASS: TestInfoAPI (0.03s) [2022-08-11T16:42:32.539Z] === RUN TestInfoAPIWarnings [2022-08-11T16:42:32.798Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-08-11T16:42:33.735Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-08-11T16:42:34.305Z] === RUN TestDockerSuite/TestExecWithTERM [2022-08-11T16:42:34.875Z] === RUN TestDockerSuite/TestExecWithUser [2022-08-11T16:42:35.444Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-08-11T16:42:36.821Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-08-11T16:42:38.727Z] === RUN TestDockerSuite/TestHealth [2022-08-11T16:42:50.935Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-08-11T16:42:50.935Z] === RUN TestInfoDebug [2022-08-11T16:42:50.935Z] --- PASS: TestInfoDebug (0.52s) [2022-08-11T16:42:50.935Z] === RUN TestInfoInsecureRegistries [2022-08-11T16:42:50.935Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-08-11T16:42:50.935Z] === RUN TestInfoRegistryMirrors [2022-08-11T16:42:50.935Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-08-11T16:42:50.935Z] === RUN TestLoginFailsWithBadCredentials [2022-08-11T16:42:50.935Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s) [2022-08-11T16:42:50.935Z] === RUN TestPingCacheHeaders [2022-08-11T16:42:50.935Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-08-11T16:42:50.935Z] === RUN TestPingGet [2022-08-11T16:42:50.935Z] --- PASS: TestPingGet (0.02s) [2022-08-11T16:42:50.935Z] === RUN TestPingHead [2022-08-11T16:42:51.194Z] --- PASS: TestPingHead (0.02s) [2022-08-11T16:42:51.194Z] === RUN TestPingSwarmHeader [2022-08-11T16:42:51.454Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-08-11T16:42:52.033Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-08-11T16:42:53.412Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-08-11T16:42:53.412Z] --- PASS: TestPingSwarmHeader (2.13s) [2022-08-11T16:42:53.412Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-08-11T16:42:53.412Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-08-11T16:42:53.412Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-08-11T16:42:53.412Z] === RUN TestVersion [2022-08-11T16:42:53.412Z] --- PASS: TestVersion (0.02s) [2022-08-11T16:42:53.412Z] === CONT TestDiskUsage [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/container_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/image_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/volume_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/build-cache_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-08-11T16:42:53.672Z] === RUN TestDiskUsage/after_LoadBusybox [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-08-11T16:42:53.934Z] === RUN TestDiskUsage/after_container.Run [2022-08-11T16:42:54.193Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-08-11T16:42:54.193Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-08-11T16:42:54.193Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-08-11T16:42:54.193Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-08-11T16:42:54.193Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-08-11T16:42:54.193Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-08-11T16:42:54.193Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-08-11T16:42:54.452Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-08-11T16:42:54.452Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-08-11T16:42:54.452Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage (1.27s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run (0.41s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-08-11T16:42:54.452Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-08-11T16:42:54.452Z] PASS [2022-08-11T16:42:54.452Z] [2022-08-11T16:42:54.452Z] === Skipped [2022-08-11T16:42:54.452Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-08-11T16:42:54.452Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-08-11T16:42:54.452Z] [2022-08-11T16:42:54.452Z] DONE 54 tests, 1 skipped in 23.454s [2022-08-11T16:42:54.452Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-08-11T16:42:54.452Z] ++ 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-08-11T16:42:54.452Z] ++ set -e [2022-08-11T16:42:54.452Z] ++ '[' -n 0 ']' [2022-08-11T16:42:54.452Z] ++ set -x [2022-08-11T16:42:54.453Z] ++ 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-08-11T16:42:54.711Z] INFO: Testing against a local daemon [2022-08-11T16:42:54.712Z] === RUN TestVolumesCreateAndList [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-08-11T16:42:54.712Z] === RUN TestVolumesRemove [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesRemove (0.07s) [2022-08-11T16:42:54.712Z] === RUN TestVolumesInspect [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesInspect (0.02s) [2022-08-11T16:42:54.712Z] === RUN TestVolumesInvalidJSON [2022-08-11T16:42:54.712Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-08-11T16:42:54.712Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-08-11T16:42:54.712Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-08-11T16:42:54.712Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-08-11T16:42:54.712Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-08-11T16:42:54.712Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-08-11T16:42:54.712Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-08-11T16:42:54.712Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-08-11T16:42:54.712Z] PASS [2022-08-11T16:42:54.712Z] [2022-08-11T16:42:54.712Z] DONE 9 tests in 0.245s [2022-08-11T16:42:54.712Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-11T16:42:54.971Z] ++++ cat bundles/test-integration/docker.pid [2022-08-11T16:42:54.971Z] +++ kill 6700 [2022-08-11T16:42:55.230Z] +++ /etc/init.d/apparmor stop [2022-08-11T16:42:55.230Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-11T16:42:55.230Z] [2022-08-11T16:42:55.230Z] Unloading profiles will leave already running processes permanently [2022-08-11T16:42:55.230Z] unconfined, which can lead to unexpected situations. [2022-08-11T16:42:55.230Z] [2022-08-11T16:42:55.230Z] To set a process to complain mode, use the command line tool [2022-08-11T16:42:55.230Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-11T16:42:55.230Z] +++ true [2022-08-11T16:42:55.230Z] exiting test-integration [2022-08-11T16:42:55.230Z] ++ exit 0 [2022-08-11T16:42:55.230Z] [2022-08-11T16:42:55.798Z] + for job in $(jobs -p) [2022-08-11T16:42:55.798Z] + wait 17468 [2022-08-11T16:42:57.702Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 31.9% of statements [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 6.0% of statements [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/server/router/volume 0.012s coverage: 67.9% of statements [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/container [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/events [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/image [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/network [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/types/registry 0.005s coverage: 54.2% of statements [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-08-11T16:43:00.654Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/builder/remotecontext 0.138s coverage: 13.7% of statements [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/builder/dockerfile 0.545s coverage: 49.3% of statements [2022-08-11T16:43:00.654Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-08-11T16:43:00.996Z] === RUN TestDockerSuite/TestBuildHistory [2022-08-11T16:43:01.582Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-08-11T16:43:02.145Z] ok github.com/docker/docker/builder/remotecontext/git 1.767s coverage: 86.3% of statements [2022-08-11T16:43:02.145Z] ? github.com/docker/docker/cli [no test files] [2022-08-11T16:43:02.145Z] ? github.com/docker/docker/cli/config [no test files] [2022-08-11T16:43:02.145Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-08-11T16:43:02.145Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-08-11T16:43:02.708Z] ok github.com/docker/docker/cmd/docker-proxy 0.019s coverage: 67.6% of statements [2022-08-11T16:43:03.533Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-08-11T16:43:03.533Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-08-11T16:43:03.533Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-08-11T16:43:03.533Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-08-11T16:43:03.792Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-08-11T16:43:03.792Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-08-11T16:43:04.362Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-08-11T16:43:05.300Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-08-11T16:43:05.300Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-08-11T16:43:05.300Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-08-11T16:43:05.300Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-08-11T16:43:05.560Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-08-11T16:43:05.560Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-08-11T16:43:06.128Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-08-11T16:43:06.128Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-08-11T16:43:06.697Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-08-11T16:43:06.697Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-08-11T16:43:06.878Z] ok github.com/docker/docker/client 0.142s coverage: 75.9% of statements [2022-08-11T16:43:07.266Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-08-11T16:43:07.835Z] === RUN TestDockerSuite/TestImagesFormat [2022-08-11T16:43:08.095Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-08-11T16:43:08.665Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-08-11T16:43:09.232Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-08-11T16:43:11.138Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-08-11T16:43:11.138Z] === RUN TestDockerSuite/TestImportBadURL [2022-08-11T16:43:11.138Z] === RUN TestDockerSuite/TestImportDisplay [2022-08-11T16:43:12.519Z] === RUN TestDockerSuite/TestImportFile [2022-08-11T16:43:13.457Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-08-11T16:43:13.457Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-08-11T16:43:14.854Z] === RUN TestDockerSuite/TestImportGzipped [2022-08-11T16:43:15.791Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-08-11T16:43:16.730Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-08-11T16:43:17.297Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-08-11T16:43:17.865Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-08-11T16:43:18.437Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-08-11T16:43:18.437Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-08-11T16:43:18.437Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-08-11T16:43:19.005Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-08-11T16:43:19.265Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-08-11T16:43:19.265Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-08-11T16:43:19.833Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-08-11T16:43:19.833Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-08-11T16:43:19.833Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-08-11T16:43:20.770Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-08-11T16:43:21.030Z] === RUN TestDockerSuite/TestInspectDefault [2022-08-11T16:43:21.598Z] === RUN TestDockerSuite/TestInspectHistory [2022-08-11T16:43:22.168Z] === RUN TestDockerSuite/TestInspectImage [2022-08-11T16:43:22.168Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-08-11T16:43:22.168Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-08-11T16:43:22.168Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-08-11T16:43:22.168Z] === RUN TestDockerSuite/TestInspectInt64 [2022-08-11T16:43:22.736Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-08-11T16:43:23.305Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-08-11T16:43:23.305Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-08-11T16:43:23.565Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-08-11T16:43:24.133Z] === RUN TestDockerSuite/TestInspectPlugin [2022-08-11T16:43:26.668Z] === RUN TestDockerSuite/TestInspectRootFS [2022-08-11T16:43:26.669Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-08-11T16:43:26.928Z] === RUN TestDockerSuite/TestInspectStatus [2022-08-11T16:43:27.497Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-08-11T16:43:28.435Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-08-11T16:43:29.005Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-08-11T16:43:29.573Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-08-11T16:43:29.832Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-08-11T16:43:30.403Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-08-11T16:43:30.973Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-08-11T16:43:30.973Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-08-11T16:43:31.233Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-08-11T16:43:31.493Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-08-11T16:43:32.875Z] === RUN TestDockerSuite/TestLinksEnvs [2022-08-11T16:43:34.255Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-08-11T16:43:34.515Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-08-11T16:43:35.957Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-08-11T16:43:36.217Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-08-11T16:43:38.124Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-08-11T16:43:38.124Z] docker_api_swarm_service_test.go:395: [d75b94128a04b] joining swarm manager [d76eb4088064e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:43:39.062Z] docker_api_swarm_service_test.go:395: [dca7df53f8c98] joining swarm manager [d76eb4088064e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:43:39.632Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-08-11T16:43:39.891Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-08-11T16:43:41.800Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-08-11T16:43:42.059Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-08-11T16:43:42.629Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-08-11T16:43:50.755Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-08-11T16:43:52.133Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-08-11T16:43:52.701Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-08-11T16:43:53.509Z] ok github.com/docker/docker/cmd/dockerd 0.075s coverage: 31.6% of statements [2022-08-11T16:43:53.509Z] ok github.com/docker/docker/container 0.118s coverage: 37.4% of statements [2022-08-11T16:43:53.509Z] ok github.com/docker/docker/cmd/dockerd/trap 2.502s coverage: 0.0% of statements [2022-08-11T16:43:53.509Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-08-11T16:43:53.509Z] ? github.com/docker/docker/container/stream [no test files] [2022-08-11T16:43:53.509Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-08-11T16:43:53.509Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-08-11T16:43:53.509Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-08-11T16:43:54.079Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-08-11T16:43:54.079Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-08-11T16:43:54.079Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-08-11T16:43:55.016Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-08-11T16:43:55.276Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-08-11T16:43:55.845Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-08-11T16:43:56.783Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-08-11T16:43:57.352Z] docker_api_swarm_service_test.go:343: [de4f6674c9396] joining swarm manager [d84c570841be0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:43:57.925Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-08-11T16:43:58.493Z] docker_api_swarm_service_test.go:343: [dcb9887b4453c] joining swarm manager [d84c570841be0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:43:58.753Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-08-11T16:44:00.052Z] ok github.com/docker/docker/daemon/cluster 0.064s coverage: 0.5% of statements [2022-08-11T16:44:00.982Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.016s coverage: 65.3% of statements [2022-08-11T16:44:02.063Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-08-11T16:44:02.329Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-08-11T16:44:02.873Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-08-11T16:44:02.896Z] === RUN TestDockerSuite/TestLogsSince [2022-08-11T16:44:09.461Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-08-11T16:44:10.963Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.4% of statements [2022-08-11T16:44:11.220Z] ok github.com/docker/docker/daemon/config 0.037s coverage: 81.7% of statements [2022-08-11T16:44:11.781Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-08-11T16:44:12.343Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-08-11T16:44:12.600Z] ok github.com/docker/docker/daemon 10.172s coverage: 16.6% of statements [2022-08-11T16:44:12.600Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-08-11T16:44:12.600Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-08-11T16:44:12.600Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-08-11T16:44:12.600Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-08-11T16:44:12.600Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-08-11T16:44:12.747Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-08-11T16:44:14.532Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.773s coverage: 74.8% of statements [2022-08-11T16:44:14.652Z] docker_api_swarm_service_test.go:490: [de1d3bab2081c] joining swarm manager [dd8272fe1e275]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:44:14.913Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-08-11T16:44:15.097Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-08-11T16:44:15.353Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.395s coverage: 60.7% of statements [2022-08-11T16:44:15.483Z] docker_api_swarm_service_test.go:490: [dadc399b772f5] joining swarm manager [dd8272fe1e275]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:44:15.483Z] === RUN TestDockerSuite/TestLogsTail [2022-08-11T16:44:16.054Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-08-11T16:44:16.992Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-08-11T16:44:17.245Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-08-11T16:44:17.561Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-08-11T16:44:17.561Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-08-11T16:44:17.561Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-08-11T16:44:17.820Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-08-11T16:44:17.820Z] === RUN TestDockerSuite/TestNetHostname [2022-08-11T16:44:18.615Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.288s coverage: 50.6% of statements [2022-08-11T16:44:19.176Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.972s coverage: 45.9% of statements [2022-08-11T16:44:19.176Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-08-11T16:44:19.200Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-08-11T16:44:19.459Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-08-11T16:44:19.459Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-08-11T16:44:19.459Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-08-11T16:44:20.103Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-08-11T16:44:20.396Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-08-11T16:44:20.664Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.712s coverage: 58.5% of statements [2022-08-11T16:44:20.665Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-08-11T16:44:20.665Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-08-11T16:44:20.963Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-08-11T16:44:21.227Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.026s coverage: 3.0% of statements [2022-08-11T16:44:21.903Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-08-11T16:44:21.903Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-08-11T16:44:21.903Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-08-11T16:44:21.903Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-08-11T16:44:22.156Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2022-08-11T16:44:23.085Z] ok github.com/docker/docker/daemon/images 0.040s coverage: 6.9% of statements [2022-08-11T16:44:23.085Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-08-11T16:44:23.085Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-08-11T16:44:23.649Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 43.2% of statements [2022-08-11T16:44:24.576Z] ok github.com/docker/docker/daemon/logger/fluentd 0.019s coverage: 53.6% of statements [2022-08-11T16:44:24.576Z] ok github.com/docker/docker/daemon/logger/awslogs 0.182s coverage: 79.9% of statements [2022-08-11T16:44:24.576Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-08-11T16:44:25.504Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-08-11T16:44:26.066Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.022s coverage: 88.2% of statements [2022-08-11T16:44:26.994Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.124s coverage: 76.8% of statements [2022-08-11T16:44:27.251Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-08-11T16:44:27.815Z] ok github.com/docker/docker/daemon/logger/local 0.040s coverage: 79.4% of statements [2022-08-11T16:44:28.471Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-08-11T16:44:28.471Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-08-11T16:44:28.471Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-08-11T16:44:28.743Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.014s coverage: 63.5% of statements [2022-08-11T16:44:29.306Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.017s coverage: 31.5% of statements [2022-08-11T16:44:29.411Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-08-11T16:44:29.868Z] ok github.com/docker/docker/daemon/logger/journald 3.683s coverage: 74.3% of statements [2022-08-11T16:44:29.868Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2022-08-11T16:44:29.868Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2022-08-11T16:44:29.868Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-08-11T16:44:29.868Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-08-11T16:44:30.797Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2022-08-11T16:44:31.053Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-08-11T16:44:31.616Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-08-11T16:44:31.873Z] ok github.com/docker/docker/daemon/logger/splunk 1.605s coverage: 82.5% of statements [2022-08-11T16:44:31.873Z] ? github.com/docker/docker/daemon/names [no test files] [2022-08-11T16:44:31.873Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-08-11T16:44:32.715Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-08-11T16:44:33.242Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 44.4% of statements [2022-08-11T16:44:34.621Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-08-11T16:44:35.130Z] ok github.com/docker/docker/distribution 1.553s coverage: 28.0% of statements [2022-08-11T16:44:35.130Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-08-11T16:44:35.189Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-08-11T16:44:35.397Z] ok github.com/docker/docker/errdefs 0.007s coverage: 77.0% of statements [2022-08-11T16:44:35.654Z] ok github.com/docker/docker/distribution/xfer 1.901s coverage: 84.9% of statements [2022-08-11T16:44:35.654Z] ? github.com/docker/docker/dockerversion [no test files] [2022-08-11T16:44:36.216Z] ok github.com/docker/docker/image 0.039s coverage: 86.9% of statements [2022-08-11T16:44:36.473Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2022-08-11T16:44:36.570Z] docker_api_swarm_service_test.go:128: [dab6486f8a5e1] joining swarm manager [d92c728a44847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:44:36.830Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-08-11T16:44:37.035Z] ok github.com/docker/docker/image/tarexport 0.011s coverage: 0.7% of statements [2022-08-11T16:44:37.035Z] ? github.com/docker/docker/image/v1 [no test files] [2022-08-11T16:44:37.035Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-08-11T16:44:37.597Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-08-11T16:44:37.768Z] docker_api_swarm_service_test.go:129: [d36b57bf550b5] joining swarm manager [d92c728a44847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:44:38.525Z] ok github.com/docker/docker/oci 0.010s coverage: 46.0% of statements [2022-08-11T16:44:38.781Z] ok github.com/docker/docker/opts 0.022s coverage: 66.0% of statements [2022-08-11T16:44:39.037Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-08-11T16:44:39.679Z] docker_api_swarm_service_test.go:137: [da60f50225b89] joining swarm manager [d92c728a44847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-11T16:44:40.248Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-08-11T16:44:40.508Z] docker_api_swarm_service_test.go:138: [d5f6e361ef76b] joining swarm manager [d92c728a44847]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-08-11T16:44:40.928Z] ok github.com/docker/docker/pkg/archive 0.300s coverage: 81.9% of statements [2022-08-11T16:44:41.491Z] ok github.com/docker/docker/pkg/authorization 0.280s coverage: 68.3% of statements [2022-08-11T16:44:41.491Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-08-11T16:44:41.748Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-08-11T16:44:42.417Z] === RUN TestDockerSuite/TestPluginActive [2022-08-11T16:44:44.951Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-08-11T16:44:45.013Z] ok github.com/docker/docker/pkg/chrootarchive 2.479s coverage: 42.7% of statements [2022-08-11T16:44:45.013Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-08-11T16:44:45.269Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-08-11T16:44:45.526Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-08-11T16:44:45.782Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-08-11T16:44:46.039Z] ok github.com/docker/docker/layer 7.794s coverage: 68.9% of statements [2022-08-11T16:44:46.039Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-08-11T16:44:46.039Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-08-11T16:44:46.039Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-08-11T16:44:46.039Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-08-11T16:44:46.039Z] ? github.com/docker/docker/oci/caps [no test files] [2022-08-11T16:44:46.039Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-08-11T16:44:46.295Z] ok github.com/docker/docker/pkg/fsutils 0.164s coverage: 85.1% of statements [2022-08-11T16:44:46.295Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-08-11T16:44:47.663Z] ok github.com/docker/docker/pkg/idtools 0.466s coverage: 69.3% of statements [2022-08-11T16:44:47.663Z] ok github.com/docker/docker/pkg/ioutils 0.492s coverage: 70.1% of statements [2022-08-11T16:44:47.920Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2022-08-11T16:44:47.920Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-08-11T16:44:47.920Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-08-11T16:44:48.176Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-08-11T16:44:48.176Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2022-08-11T16:44:48.433Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-08-11T16:44:48.689Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.011s coverage: 90.5% of statements [2022-08-11T16:44:48.945Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2022-08-11T16:44:48.945Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-08-11T16:44:48.945Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-08-11T16:44:49.507Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2022-08-11T16:44:50.069Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-08-11T16:44:50.069Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-08-11T16:44:50.238Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-08-11T16:44:50.238Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-08-11T16:44:50.238Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-08-11T16:44:50.325Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-08-11T16:44:51.687Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2022-08-11T16:44:51.944Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-08-11T16:44:52.200Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-08-11T16:44:52.200Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-08-11T16:44:52.456Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-08-11T16:44:52.712Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-08-11T16:44:52.771Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-08-11T16:44:53.275Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-08-11T16:44:53.531Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-08-11T16:44:53.811Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2022-08-11T16:44:54.373Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-08-11T16:44:54.630Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-08-11T16:44:56.168Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-08-11T16:44:56.521Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-08-11T16:44:56.521Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-08-11T16:44:57.083Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-08-11T16:44:58.015Z] ok github.com/docker/docker/quota 0.233s coverage: 71.4% of statements [2022-08-11T16:44:58.578Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-08-11T16:44:59.505Z] ok github.com/docker/docker/registry 0.054s coverage: 58.6% of statements [2022-08-11T16:44:59.760Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-08-11T16:45:00.022Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-08-11T16:45:00.584Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-08-11T16:45:00.584Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-08-11T16:45:01.471Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-08-11T16:45:02.409Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-08-11T16:45:02.474Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-08-11T16:45:02.668Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-08-11T16:45:03.037Z] ok github.com/docker/docker/volume/local 0.088s coverage: 76.8% of statements [2022-08-11T16:45:03.238Z] === RUN TestDockerSuite/TestPortHostBinding [2022-08-11T16:45:03.600Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-08-11T16:45:04.528Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-08-11T16:45:04.620Z] === RUN TestDockerSuite/TestPortList [2022-08-11T16:45:05.191Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-08-11T16:45:07.730Z] docker_api_swarm_service_test.go:304: [d1d929b8fa5ea] joining swarm manager [d4bc22dffd5f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:45:08.299Z] docker_api_swarm_service_test.go:304: [d64109ddb89dc] joining swarm manager [d4bc22dffd5f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:45:12.498Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-08-11T16:45:15.789Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-08-11T16:45:15.789Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-08-11T16:45:17.697Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-08-11T16:45:18.634Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-08-11T16:45:19.202Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-08-11T16:45:19.202Z] === RUN TestDockerSuite/TestPsByOrder [2022-08-11T16:45:21.110Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-08-11T16:45:21.679Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-08-11T16:45:24.217Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-08-11T16:45:26.450Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.3% of statements [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/rootless [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/testutil/request [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/volume [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-08-11T16:45:26.450Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === Skipped [2022-08-11T16:45:26.450Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-08-11T16:45:26.450Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-08-11T16:45:26.450Z] network_proxy_test.go:208: No support for dual stack yet [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-08-11T16:45:26.450Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-08-11T16:45:26.450Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver btrfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:71: No driver to put! [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-08-11T16:45:26.450Z] time="2022-08-11T16:44:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-08-11T16:45:26.450Z] time="2022-08-11T16:44:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-08-11T16:45:26.450Z] time="2022-08-11T16:44:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-08-11T16:45:26.450Z] time="2022-08-11T16:44:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-08-11T16:45:26.450Z] time="2022-08-11T16:44:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:71: No driver to put! [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-08-11T16:45:26.450Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-08-11T16:45:26.450Z] overlay_test.go:50: Fails to compute changes intermittently [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-08-11T16:45:26.450Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-08-11T16:45:26.450Z] graphtest_unix.go:44: Driver zfs not supported [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-08-11T16:45:26.450Z] graphtest_unix.go:71: No driver to put! [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-08-11T16:45:26.450Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-08-11T16:45:26.450Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-08-11T16:45:26.450Z] [2022-08-11T16:45:26.450Z] DONE 2875 tests, 28 skipped in 258.218s [2022-08-11T16:45:26.450Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/bitseq [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cluster [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/config [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/datastore [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/diagnostic [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/discoverapi [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/driverapi [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/host [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/null [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/remote [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/windows [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/drvregistry [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/etchosts [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/idm [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/internal/caller [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipam [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipamapi [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipams/null [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipams/remote [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ipamutils [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/iptables [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/netlabel [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/netutils [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/networkdb [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/ns [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/options [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/osl [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/osl/kernel [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/portallocator [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/portmapper [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/resolvconf [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/testutils [2022-08-11T16:45:26.450Z] github.com/docker/docker/libnetwork/types' ']' [2022-08-11T16:45:26.450Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/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-08-11T16:45:27.519Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-08-11T16:45:27.519Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-08-11T16:45:28.102Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-08-11T16:45:30.010Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-08-11T16:45:30.270Z] docker_api_swarm_service_test.go:100: [d584ca4ba0153] joining swarm manager [dab33fc655068]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:45:31.208Z] docker_api_swarm_service_test.go:101: [d167eaff2c5fc] joining swarm manager [dab33fc655068]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:45:37.780Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-08-11T16:45:37.780Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-08-11T16:45:39.160Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-08-11T16:45:40.100Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-08-11T16:45:41.480Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-08-11T16:45:42.860Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-08-11T16:45:44.767Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-08-11T16:45:45.707Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-08-11T16:45:45.966Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-08-11T16:45:46.903Z] === RUN TestDockerSuite/TestPsRightTagName [2022-08-11T16:45:48.810Z] check_test.go:611: [d584ca4ba0153] daemon is not started [2022-08-11T16:45:48.810Z] === RUN TestDockerSuite/TestPsShowMounts [2022-08-11T16:45:50.715Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-08-11T16:45:50.715Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-08-11T16:45:50.715Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-08-11T16:45:50.976Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-08-11T16:45:51.544Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-08-11T16:45:51.544Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-08-11T16:45:52.482Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-08-11T16:45:53.434Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-08-11T16:45:54.018Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-08-11T16:45:54.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-08-11T16:45:56.819Z] docker_api_swarm_service_test.go:533: [de9dc4751e18c] joining swarm manager [d0c9a54bb85dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:45:58.198Z] docker_api_swarm_service_test.go:534: [d481215dc4882] joining swarm manager [d0c9a54bb85dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:46:01.497Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-08-11T16:46:02.437Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-08-11T16:46:04.349Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-08-11T16:46:04.349Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-08-11T16:46:04.349Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-08-11T16:46:04.918Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-08-11T16:46:07.454Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-08-11T16:46:07.797Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-08-11T16:46:10.335Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-08-11T16:46:11.275Z] === RUN TestDockerSuite/TestRmiBlank [2022-08-11T16:46:11.275Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-08-11T16:46:11.275Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork 37.246s coverage: 40.6% of statements [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/bitseq 0.118s coverage: 84.4% of statements [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.388s coverage: 59.9% of statements [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.065s coverage: 5.2% of statements [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.017s coverage: 4.7% of statements [2022-08-11T16:46:13.066Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-08-11T16:46:13.066Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-08-11T16:46:13.812Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-08-11T16:46:14.073Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-08-11T16:46:14.332Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-08-11T16:46:15.711Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-08-11T16:46:16.279Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-08-11T16:46:17.658Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-08-11T16:46:18.226Z] === RUN TestDockerSuite/TestRmiTag [2022-08-11T16:46:18.226Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-08-11T16:46:18.796Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-08-11T16:46:21.332Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-08-11T16:46:21.592Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-08-11T16:46:22.161Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-08-11T16:46:22.730Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-08-11T16:46:22.990Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-08-11T16:46:23.004Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.159s coverage: 6.6% of statements [2022-08-11T16:46:23.004Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-08-11T16:46:23.004Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-08-11T16:46:23.004Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-08-11T16:46:23.004Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-08-11T16:46:23.004Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-08-11T16:46:23.004Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-08-11T16:46:23.259Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-08-11T16:46:23.559Z] docker_api_swarm_service_test.go:148: [d554fdea10990] joining swarm manager [d7685fc35bf99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:46:23.820Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-08-11T16:46:23.828Z] ok github.com/docker/docker/libnetwork/etchosts 0.021s coverage: 81.2% of statements [2022-08-11T16:46:23.828Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-08-11T16:46:24.084Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-08-11T16:46:24.390Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-08-11T16:46:24.390Z] docker_api_swarm_service_test.go:148: [de7465a10516b] joining swarm manager [d7685fc35bf99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:46:24.961Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-08-11T16:46:25.531Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-08-11T16:46:26.470Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-08-11T16:46:29.764Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-08-11T16:46:30.024Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-08-11T16:46:31.402Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-08-11T16:46:31.971Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-08-11T16:46:33.879Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-08-11T16:46:35.786Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-08-11T16:46:36.253Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.009s coverage: 100.0% of statements [2022-08-11T16:46:37.167Z] === RUN TestDockerSuite/TestDevicePermissions [2022-08-11T16:46:37.744Z] === RUN TestDockerSuite/TestDockerFails [2022-08-11T16:46:37.744Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-08-11T16:46:39.651Z] === RUN TestDockerSuite/TestMountIntoProc [2022-08-11T16:46:39.651Z] === RUN TestDockerSuite/TestMountIntoSys [2022-08-11T16:46:40.223Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-08-11T16:46:41.602Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-08-11T16:46:42.173Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-08-11T16:46:42.742Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-08-11T16:46:43.681Z] === RUN TestDockerSuite/TestRunAddHost [2022-08-11T16:46:44.249Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-08-11T16:46:44.508Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-08-11T16:46:45.077Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-08-11T16:46:45.077Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-08-11T16:46:45.337Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-08-11T16:46:46.717Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-08-11T16:46:46.976Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-08-11T16:46:47.546Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-08-11T16:46:48.115Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-08-11T16:46:49.498Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-08-11T16:46:50.877Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-08-11T16:46:51.095Z] ok github.com/docker/docker/libnetwork/ipam 14.209s coverage: 85.3% of statements [2022-08-11T16:46:51.095Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-08-11T16:46:51.095Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-08-11T16:46:51.095Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-08-11T16:46:51.095Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-08-11T16:46:51.095Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-08-11T16:46:51.095Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-08-11T16:46:51.095Z] ok github.com/docker/docker/libnetwork/ipamutils 0.261s coverage: 74.0% of statements [2022-08-11T16:46:51.095Z] ok github.com/docker/docker/libnetwork/iptables 0.163s coverage: 45.0% of statements [2022-08-11T16:46:51.352Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-08-11T16:46:51.446Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-08-11T16:46:51.609Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-08-11T16:46:52.015Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-08-11T16:46:52.584Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-08-11T16:46:53.153Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-08-11T16:46:53.721Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-08-11T16:46:54.291Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-08-11T16:46:55.231Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-08-11T16:46:55.491Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-08-11T16:46:56.068Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-08-11T16:46:56.637Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-08-11T16:46:56.637Z] === RUN TestDockerSuite/TestRunBindMounts [2022-08-11T16:46:58.018Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-08-11T16:46:58.277Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-08-11T16:46:58.846Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-08-11T16:46:59.106Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-08-11T16:46:59.676Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-08-11T16:46:59.676Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-08-11T16:47:00.246Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-08-11T16:47:00.246Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-08-11T16:47:00.506Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-08-11T16:47:01.076Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-08-11T16:47:01.646Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-08-11T16:47:02.585Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-08-11T16:47:02.585Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-08-11T16:47:03.156Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-08-11T16:47:03.156Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-08-11T16:47:04.537Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-08-11T16:47:05.107Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-08-11T16:47:05.676Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-08-11T16:47:06.244Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-08-11T16:47:06.244Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-08-11T16:47:06.813Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-08-11T16:47:07.751Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-08-11T16:47:08.689Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-08-11T16:47:09.627Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-08-11T16:47:10.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-08-11T16:47:11.135Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-08-11T16:47:11.394Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-08-11T16:47:11.963Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-08-11T16:47:12.534Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-08-11T16:47:13.914Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-08-11T16:47:16.450Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-08-11T16:47:16.450Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-08-11T16:47:16.711Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-08-11T16:47:18.628Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-08-11T16:47:20.014Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-08-11T16:47:21.922Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-08-11T16:47:23.303Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-08-11T16:47:23.303Z] docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows [2022-08-11T16:47:23.303Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-08-11T16:47:23.303Z] docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows [2022-08-11T16:47:23.303Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-08-11T16:47:24.244Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-08-11T16:47:25.625Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-08-11T16:47:25.625Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-08-11T16:47:26.564Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-08-11T16:47:28.474Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-08-11T16:47:29.413Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-08-11T16:47:30.795Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-08-11T16:47:30.795Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-08-11T16:47:31.366Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-08-11T16:47:31.366Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-08-11T16:47:31.366Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-08-11T16:47:31.938Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-08-11T16:47:33.318Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-08-11T16:47:33.318Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-08-11T16:47:33.318Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-08-11T16:47:33.890Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-08-11T16:47:34.150Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-08-11T16:47:35.090Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-08-11T16:47:35.661Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-08-11T16:47:35.661Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-08-11T16:47:36.600Z] === RUN TestDockerSuite/TestRunEnvironment [2022-08-11T16:47:36.600Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-08-11T16:47:37.169Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-08-11T16:47:37.740Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-08-11T16:47:38.311Z] === RUN TestDockerSuite/TestRunExitCode [2022-08-11T16:47:38.883Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-08-11T16:47:39.453Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-08-11T16:47:39.713Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-08-11T16:47:39.985Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-08-11T16:47:40.929Z] === RUN TestDockerSuite/TestRunExposePort [2022-08-11T16:47:40.930Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-08-11T16:47:41.189Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-08-11T16:47:42.129Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-08-11T16:47:42.697Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-08-11T16:47:43.268Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-08-11T16:47:43.528Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-11T16:47:43.528Z] docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows [2022-08-11T16:47:43.528Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-08-11T16:47:46.064Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-08-11T16:47:46.064Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-08-11T16:47:46.635Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-08-11T16:47:49.928Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-08-11T16:47:53.219Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-08-11T16:47:58.493Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-08-11T16:47:58.493Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-08-11T16:47:59.431Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-08-11T16:47:59.431Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-08-11T16:47:59.431Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-08-11T16:47:59.431Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-08-11T16:48:00.001Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-08-11T16:48:01.908Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-08-11T16:48:02.848Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-08-11T16:48:03.786Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-08-11T16:48:10.359Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-08-11T16:48:10.359Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-08-11T16:48:10.359Z] === RUN TestDockerSuite/TestRunModeHostname [2022-08-11T16:48:10.928Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-08-11T16:48:10.928Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-08-11T16:48:11.187Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-08-11T16:48:12.124Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-08-11T16:48:12.693Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-08-11T16:48:13.632Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-08-11T16:48:13.632Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-08-11T16:48:13.891Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-08-11T16:48:14.829Z] === RUN TestDockerSuite/TestRunMount [2022-08-11T16:48:16.735Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-08-11T16:48:20.031Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-08-11T16:48:20.291Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-08-11T16:48:20.860Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-08-11T16:48:21.798Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-08-11T16:48:23.178Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-08-11T16:48:25.085Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-08-11T16:48:25.346Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-08-11T16:48:26.727Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-08-11T16:48:28.108Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-08-11T16:48:29.052Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-08-11T16:48:29.621Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-08-11T16:48:29.621Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-08-11T16:48:30.190Z] === RUN TestDockerSuite/TestRunNetHost [2022-08-11T16:48:31.129Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-08-11T16:48:31.699Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-08-11T16:48:32.269Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-08-11T16:48:32.269Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-08-11T16:48:34.195Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-08-11T16:48:35.138Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-08-11T16:48:35.708Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-08-11T16:48:39.004Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-08-11T16:48:39.263Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-08-11T16:48:39.832Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-08-11T16:48:39.832Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-08-11T16:48:40.408Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-08-11T16:48:40.667Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-08-11T16:48:41.236Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-08-11T16:48:41.236Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-08-11T16:48:41.808Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-08-11T16:48:41.808Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-08-11T16:48:42.378Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-08-11T16:48:42.984Z] ok github.com/docker/docker/libnetwork/networkdb 104.525s coverage: 60.1% of statements [2022-08-11T16:48:42.984Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-08-11T16:48:42.984Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-08-11T16:48:42.984Z] ok github.com/docker/docker/libnetwork/osl 4.316s coverage: 39.7% of statements [2022-08-11T16:48:42.984Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-08-11T16:48:42.984Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-08-11T16:48:43.916Z] ok github.com/docker/docker/libnetwork/portmapper 0.553s coverage: 48.6% of statements [2022-08-11T16:48:44.172Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-08-11T16:48:44.173Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-08-11T16:48:44.285Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-08-11T16:48:44.745Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === Skipped [2022-08-11T16:48:44.745Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-08-11T16:48:44.745Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-08-11T16:48:44.745Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-08-11T16:48:44.745Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-08-11T16:48:44.745Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-08-11T16:48:44.745Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-08-11T16:48:44.745Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-08-11T16:48:44.745Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-08-11T16:48:44.745Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-08-11T16:48:44.745Z] firewalld_test.go:14: firewalld is not running [2022-08-11T16:48:44.745Z] [2022-08-11T16:48:44.745Z] DONE 327 tests, 9 skipped in 201.160s Post stage [Pipeline] junit [2022-08-11T16:48:45.015Z] Recording test results [2022-08-11T16:48:45.369Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-08-11T16:48:45.727Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43949/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8925f735a1940ab3fa363f58e754739a32028cb5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8925f735a1940ab3fa363f58e754739a32028cb5 hack/validate/vendor [2022-08-11T16:48:46.826Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-08-11T16:48:47.615Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-11T16:48:47.954Z] + echo Ensuring container killed. [2022-08-11T16:48:47.954Z] Ensuring container killed. [2022-08-11T16:48:47.954Z] + docker rm -vf docker-pr1 [2022-08-11T16:48:47.954Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-08-11T16:48:48.272Z] + echo Chowning /workspace to jenkins user [2022-08-11T16:48:48.272Z] Chowning /workspace to jenkins user [2022-08-11T16:48:48.272Z] + id -u [2022-08-11T16:48:48.272Z] + id -g [2022-08-11T16:48:48.272Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43949:/workspace busybox chown -R 1000:1000 /workspace [2022-08-11T16:48:48.733Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-08-11T16:48:48.733Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-08-11T16:48:48.733Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-11T16:48:49.301Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-08-11T16:48:49.524Z] + bundleName=unit [2022-08-11T16:48:49.524Z] + echo Creating unit-bundles.tar.gz [2022-08-11T16:48:49.524Z] Creating unit-bundles.tar.gz [2022-08-11T16:48:49.524Z] + 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-08-11T16:48:49.524Z] bundles/junit-report-libnetwork.xml [2022-08-11T16:48:49.524Z] bundles/junit-report.xml [2022-08-11T16:48:49.524Z] bundles/go-test-report-libnetwork.json [2022-08-11T16:48:49.524Z] bundles/go-test-report.json [2022-08-11T16:48:49.524Z] bundles/profile-libnetwork.out [2022-08-11T16:48:49.524Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-08-11T16:48:49.533Z] Archiving artifacts [2022-08-11T16:48:49.561Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-08-11T16:48:49.820Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-08-11T16:48:50.008Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43949/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-11T16:48:50.465Z] + make clean [2022-08-11T16:48:50.465Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-08-11T16:48:50.465Z] docker-dev-cache [2022-08-11T16:48:50.465Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2022-08-11T16:48:50.906Z] === RUN TestDockerSuite/TestRunPortInUse [Pipeline] // stage [Pipeline] } [2022-08-11T16:48:51.844Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-08-11T16:48:52.413Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-08-11T16:48:52.413Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-08-11T16:48:52.413Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-08-11T16:48:52.982Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-08-11T16:48:53.552Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-08-11T16:48:54.121Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-08-11T16:48:54.691Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-08-11T16:48:54.691Z] docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows [2022-08-11T16:48:54.691Z] === RUN TestDockerSuite/TestRunPublishPort [2022-08-11T16:48:55.260Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-08-11T16:48:55.519Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-08-11T16:48:56.089Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-08-11T16:48:56.089Z] docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured [2022-08-11T16:48:56.089Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-08-11T16:48:56.659Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-08-11T16:48:57.602Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-08-11T16:48:57.602Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-08-11T16:48:57.602Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-08-11T16:49:00.140Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-08-11T16:49:01.078Z] === RUN TestDockerSuite/TestRunRm [2022-08-11T16:49:01.646Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-08-11T16:49:01.646Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-08-11T16:49:05.841Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-08-11T16:49:05.841Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-08-11T16:49:06.409Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-08-11T16:49:06.409Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-08-11T16:49:08.317Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-08-11T16:49:08.577Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-08-11T16:49:09.957Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-08-11T16:49:11.867Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-08-11T16:49:13.246Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-08-11T16:49:15.156Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-08-11T16:49:16.095Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-08-11T16:49:16.355Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-08-11T16:49:16.355Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-08-11T16:49:16.924Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-08-11T16:49:17.493Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-08-11T16:49:18.061Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-08-11T16:49:18.631Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-08-11T16:49:19.199Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-08-11T16:49:19.461Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-08-11T16:49:19.726Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-08-11T16:49:20.294Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-08-11T16:49:22.860Z] === RUN TestDockerSuite/TestRunState [2022-08-11T16:49:24.239Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-08-11T16:49:24.239Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-08-11T16:49:24.808Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-08-11T16:49:25.377Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-08-11T16:49:25.377Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-08-11T16:49:25.377Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-08-11T16:49:25.377Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-08-11T16:49:25.947Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-08-11T16:49:26.517Z] === RUN TestDockerSuite/TestRunSysctls [2022-08-11T16:49:27.896Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-08-11T16:49:27.896Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-08-11T16:49:27.896Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-08-11T16:49:27.896Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-08-11T16:49:28.466Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-08-11T16:49:30.374Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-08-11T16:49:30.943Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-08-11T16:49:31.203Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-08-11T16:49:32.582Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-08-11T16:49:34.491Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-08-11T16:49:35.430Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-08-11T16:49:36.812Z] docker_cli_service_logs_test.go:248: checking task qe5k489q9ag2 [2022-08-11T16:49:36.812Z] docker_cli_service_logs_test.go:253: checking messages for qe5k489q9ag2 [2022-08-11T16:49:36.812Z] docker_cli_service_logs_test.go:248: checking task rifekgnhhqpc [2022-08-11T16:49:36.812Z] docker_cli_service_logs_test.go:253: checking messages for rifekgnhhqpc [2022-08-11T16:49:37.381Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-08-11T16:49:38.319Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-08-11T16:49:38.888Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-08-11T16:49:39.458Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-08-11T16:49:40.028Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-08-11T16:49:40.287Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-08-11T16:49:41.668Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-08-11T16:49:43.050Z] === RUN TestDockerSuite/TestRunUserByID [2022-08-11T16:49:43.309Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-08-11T16:49:43.568Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-08-11T16:49:43.568Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-08-11T16:49:44.143Z] === RUN TestDockerSuite/TestRunUserByName [2022-08-11T16:49:44.403Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-08-11T16:49:44.972Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-08-11T16:49:44.972Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-08-11T16:49:44.972Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-08-11T16:49:44.972Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-08-11T16:49:45.542Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-08-11T16:49:48.833Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-08-11T16:49:49.403Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-08-11T16:49:50.341Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-08-11T16:49:51.720Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-08-11T16:49:52.657Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-08-11T16:49:54.035Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-08-11T16:49:55.946Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-08-11T16:49:56.516Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-08-11T16:49:56.516Z] docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows [2022-08-11T16:49:56.516Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-08-11T16:49:56.516Z] docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows [2022-08-11T16:49:56.516Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-08-11T16:49:56.516Z] docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows [2022-08-11T16:49:56.516Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-08-11T16:49:56.776Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-08-11T16:49:56.776Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-08-11T16:49:56.776Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-08-11T16:49:57.345Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-08-11T16:49:58.283Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-08-11T16:49:58.284Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-08-11T16:49:59.221Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-08-11T16:49:59.790Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-08-11T16:50:00.731Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-08-11T16:50:00.731Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-08-11T16:50:00.731Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-08-11T16:50:01.300Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-08-11T16:50:01.300Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-08-11T16:50:01.300Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-08-11T16:50:01.300Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-08-11T16:50:01.300Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-08-11T16:50:01.300Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-08-11T16:50:01.300Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-08-11T16:50:01.870Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-08-11T16:50:02.441Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-08-11T16:50:02.441Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-08-11T16:50:03.011Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-08-11T16:50:03.270Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-08-11T16:50:03.270Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-08-11T16:50:03.840Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-08-11T16:50:03.840Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-08-11T16:50:04.410Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-08-11T16:50:04.981Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-08-11T16:50:04.981Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-08-11T16:50:04.981Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-08-11T16:50:05.551Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-08-11T16:50:05.551Z] docker_cli_swarm_test.go:1895: [d9f47c3ad5905] joining swarm manager [d8c0091da4a1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:50:06.938Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-08-11T16:50:07.197Z] docker_cli_swarm_test.go:1896: [dcadb7c37ef82] joining swarm manager [d8c0091da4a1c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:50:07.197Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-08-11T16:50:07.197Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-08-11T16:50:07.197Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-08-11T16:50:07.766Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-08-11T16:50:07.766Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-08-11T16:50:08.707Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-08-11T16:50:09.276Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-08-11T16:50:10.655Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-08-11T16:50:11.224Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-08-11T16:50:11.224Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-08-11T16:50:11.224Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-08-11T16:50:11.224Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-08-11T16:50:11.793Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-08-11T16:50:12.361Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-08-11T16:50:13.298Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-08-11T16:50:14.676Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-08-11T16:50:14.937Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-08-11T16:50:17.477Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-08-11T16:50:20.014Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-08-11T16:50:22.551Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-08-11T16:50:23.489Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-08-11T16:50:24.870Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-08-11T16:50:25.811Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-08-11T16:50:26.749Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-08-11T16:50:28.129Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-08-11T16:50:28.389Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-08-11T16:50:29.769Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-08-11T16:50:31.686Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-08-11T16:50:32.624Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-08-11T16:50:34.004Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-08-11T16:50:35.384Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-08-11T16:50:36.321Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-08-11T16:50:37.703Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-08-11T16:50:39.082Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-08-11T16:50:40.990Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-08-11T16:50:40.990Z] docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows [2022-08-11T16:50:40.990Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-08-11T16:50:40.990Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-08-11T16:50:41.249Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-08-11T16:50:42.187Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-08-11T16:50:42.755Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-08-11T16:50:43.694Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-08-11T16:50:43.694Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-08-11T16:50:44.632Z] === RUN TestDockerSuite/TestSaveImageId [2022-08-11T16:50:44.891Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-08-11T16:50:45.153Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-08-11T16:50:46.091Z] docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents3884973824 [2022-08-11T16:50:46.661Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-08-11T16:50:46.661Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-08-11T16:50:48.042Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-08-11T16:50:48.042Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-08-11T16:50:48.042Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-08-11T16:50:49.424Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-08-11T16:50:50.362Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-08-11T16:50:52.897Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-08-11T16:50:52.897Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-08-11T16:50:53.485Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-08-11T16:50:53.485Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-08-11T16:50:54.863Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-08-11T16:50:54.863Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-08-11T16:50:54.863Z] docker_cli_sni_test.go:30: Flakey test [2022-08-11T16:50:54.863Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-08-11T16:50:56.770Z] docker_cli_swarm_test.go:1796: [d6e8658357954] joining swarm manager [d34c528e8b00c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:50:58.149Z] docker_cli_swarm_test.go:1797: [d928477c05fcb] joining swarm manager [d34c528e8b00c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:51:00.053Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-08-11T16:51:01.431Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-08-11T16:51:01.999Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-08-11T16:51:02.938Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-08-11T16:51:05.473Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-08-11T16:51:07.381Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-08-11T16:51:07.641Z] === RUN TestDockerSuite/TestStartRecordError [2022-08-11T16:51:08.580Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-08-11T16:51:10.486Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-08-11T16:51:11.425Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-08-11T16:51:13.960Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-08-11T16:51:13.960Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-08-11T16:51:18.153Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-08-11T16:51:21.456Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-08-11T16:51:21.715Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-08-11T16:51:23.620Z] docker_cli_swarm_test.go:1315: [d50fa0daad89b] joining swarm manager [d157de6cc88e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:51:24.997Z] docker_cli_swarm_test.go:1316: [d2cf28e5d59d6] joining swarm manager [d157de6cc88e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:51:25.935Z] === RUN TestDockerSuite/TestStatsNoStream [2022-08-11T16:51:28.469Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-08-11T16:51:28.729Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-08-11T16:51:29.299Z] === RUN TestDockerSuite/TestTopPrivileged [2022-08-11T16:51:29.867Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-08-11T16:51:29.867Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-08-11T16:51:29.867Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-08-11T16:51:30.436Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-08-11T16:51:30.696Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-08-11T16:51:30.696Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-08-11T16:51:30.696Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-08-11T16:51:30.696Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-08-11T16:51:30.696Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-08-11T16:51:31.634Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-08-11T16:51:32.572Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-08-11T16:51:32.831Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-08-11T16:51:34.212Z] === RUN TestDockerSuite/TestUpdateStats [2022-08-11T16:51:37.502Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-08-11T16:51:38.439Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-08-11T16:51:38.439Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-08-11T16:51:38.439Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-08-11T16:51:39.375Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-08-11T16:51:39.944Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-08-11T16:51:41.325Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-08-11T16:51:43.231Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-08-11T16:51:44.627Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-08-11T16:51:59.526Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-08-11T16:51:59.526Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-08-11T16:51:59.526Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-08-11T16:52:00.096Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-08-11T16:52:00.096Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-08-11T16:52:00.096Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-08-11T16:52:00.096Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-08-11T16:52:00.664Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-08-11T16:52:00.664Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-08-11T16:52:01.234Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-08-11T16:52:01.493Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-08-11T16:52:01.493Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-08-11T16:52:01.493Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-08-11T16:52:01.493Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-08-11T16:52:03.401Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-08-11T16:52:03.401Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-08-11T16:52:03.401Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-08-11T16:52:03.401Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-08-11T16:52:03.401Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-08-11T16:52:03.401Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite (1345.16s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.25s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.76s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.79s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.12s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.35s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.82s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.67s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.04s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.13s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.09s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.72s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.05s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.16s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.83s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.86s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.68s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.41s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.88s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.16s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.49s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.50s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.57s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.29s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.53s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.35s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.76s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.94s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.71s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.82s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.76s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.69s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.90s) [2022-08-11T16:52:03.401Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.81s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.78s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.70s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.83s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.89s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.73s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.90s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.75s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.79s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.87s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.87s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.14s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.81s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.42s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.45s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.65s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.53s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.51s) [2022-08-11T16:52:03.402Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.47s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.66s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.92s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.49s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.48s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.45s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.54s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc001053560__} (1.53s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13963989564_/foo_false_____} (0.70s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13963989564_/foo_true_____} (1.59s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33777507827_/foo_false_____} (0.63s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33777507827_/foo_true_____} (1.49s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33777507827_/foo_true__0xc001053590___} (1.53s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc001053638__} (1.61s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0010536b0__} (1.57s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0010536e0__} (1.58s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0010536f8__} (1.69s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.64s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.37s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.81s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.76s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.35s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.50s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.69s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.66s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.61s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.52s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.53s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.78s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.83s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.88s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.93s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.91s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.78s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.73s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.79s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.32s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.61s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.54s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.83s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.80s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.85s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.16s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.91s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.00s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.89s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.83s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.34s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.87s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.10s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (4.02s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.88s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.71s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.82s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.61s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.91s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.88s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.73s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.65s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.37s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.72s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.87s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.84s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestAttachDetach (0.94s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.82s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.99s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.98s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.65s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.69s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.66s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.42s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.91s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.72s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.85s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.41s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.07s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.44s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.74s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.14s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.78s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.77s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.71s) [2022-08-11T16:52:03.402Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.96s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddScript (1.98s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.43s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.30s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.05s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.88s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.48s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.56s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.27s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.74s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.64s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.45s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.20s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.38s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.20s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.45s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.53s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.12s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.09s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (9.20s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.14s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.87s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.18s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.74s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.87s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.22s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.58s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.95s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.96s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.55s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.56s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.83s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.89s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.57s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.05s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.65s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCmd (0.35s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.32s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.31s) [2022-08-11T16:52:03.663Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.43s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.27s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.41s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.02s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.00s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.69s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.51s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.61s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.24s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.27s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.74s) [2022-08-11T16:52:03.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-08-11T16:52:03.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-08-11T16:52:03.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-11T16:52:03.663Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.51s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.90s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.55s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.38s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.84s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.55s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.14s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.79s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.81s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.16s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.64s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.03s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.39s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.08s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.19s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.20s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.85s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.08s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.61s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.55s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.14s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.40s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.78s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.90s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.13s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.13s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.22s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.20s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.56s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.29s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.27s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.44s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.23s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.23s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnv (0.86s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.77s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.71s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.82s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (14.33s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.89s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.41s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.80s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.48s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.24s) [2022-08-11T16:52:03.663Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.59s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.62s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.46s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.28s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFails (0.73s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.71s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.47s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.20s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.10s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.83s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.57s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.21s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.42s) [2022-08-11T16:52:03.663Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.76s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.38s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.19s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.31s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.71s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.51s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.36s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.60s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.35s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLabels (0.43s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.43s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.28s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.12s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.98s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.94s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.31s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.12s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.63s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.19s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.62s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.88s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.68s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.08s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.19s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.97s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.36s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.08s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.58s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.49s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.95s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.90s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.61s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.88s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.22s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.19s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildPATH (3.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.81s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.73s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.22s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.38s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.44s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildRm (2.69s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.69s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.23s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.98s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.15s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.83s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.93s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.88s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildStderr (0.78s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.95s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.94s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.70s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.65s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.12s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildUser (1.33s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.14s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.79s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.23s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.94s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.73s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.50s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.24s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.58s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.61s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.86s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.30s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.72s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.39s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.53s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.60s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.95s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.64s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitChange (0.86s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.86s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.37s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.37s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.82s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitTTY (1.29s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.20s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.84s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.11s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.61s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.85s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.89s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.65s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.69s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.68s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.93s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.93s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.75s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.66s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.11s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.80s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.88s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.13s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.73s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.04s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.82s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.89s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.90s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.76s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.68s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.45s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.78s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.68s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.91s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.84s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.55s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.53s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.58s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.80s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.72s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToDot (0.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.36s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToStdout (0.55s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.86s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.80s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.98s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.37s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.48s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.42s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.84s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsAttach (0.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsCommit (0.63s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.49s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.51s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.08s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.61s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.25s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsCopy (0.95s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.43s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.67s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFilters (0.90s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFormat (0.90s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.89s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsImagePull (1.10s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.18s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.51s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsRename (0.86s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsResize (0.53s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.48s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.59s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsTop (0.60s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.76s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.44s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExec (0.60s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.97s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecCgroup (0.83s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecEnv (0.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.00s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecInspectID (1.59s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecInteractive (0.66s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.64s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.54s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecParseError (0.50s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecStartFails (0.57s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.49s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecTTY (0.54s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.61s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.51s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecUlimits (0.70s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.10s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.68s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.80s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestExecWithUser (0.62s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.07s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestHealth (19.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.85s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestBuildHistory (2.68s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.62s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.60s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.65s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.22s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.62s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.66s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.58s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.58s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.60s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImportDisplay (1.03s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImportFile (1.17s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.17s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImportGzipped (1.15s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.50s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.49s) [2022-08-11T16:52:03.664Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-11T16:52:03.664Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.70s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.52s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectDefault (0.47s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-08-11T16:52:03.665Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.49s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.30s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectStatus (0.56s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.97s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.47s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.50s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.21s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.41s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.83s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.76s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.67s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.92s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.44s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.59s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.77s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.56s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.50s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.84s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.97s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.98s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.07s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.81s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.80s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.90s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.50s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsSince (6.54s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.49s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsTail (0.78s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.77s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.70s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.17s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestNetHostname (1.36s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.76s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.55s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.00s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.33s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.71s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.21s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.29s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.90s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.25s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.88s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPluginActive (2.47s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.68s) [2022-08-11T16:52:03.665Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (2.60s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.90s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.18s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.38s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.09s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.10s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPortList (8.04s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.69s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.39s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.03s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsByOrder (1.90s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.26s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.03s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.52s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.27s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.96s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.36s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.98s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.96s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.79s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.61s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.23s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.25s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.70s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.11s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.67s) [2022-08-11T16:52:03.665Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.50s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.41s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.92s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.93s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.55s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.09s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.73s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.12s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.35s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.21s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.95s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.12s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.40s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.06s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.85s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.14s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.63s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.75s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.54s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.61s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.71s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.51s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.53s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.80s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.94s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.12s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.39s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.05s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.89s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.97s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.40s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.80s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.54s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.50s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.54s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.36s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.61s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.80s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.95s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.03s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.72s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.29s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.20s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.68s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.63s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.53s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.38s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.45s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.50s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.58s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.52s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.63s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.82s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.04s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.07s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.72s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.54s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.53s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.06s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.99s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.99s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.76s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.57s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.55s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.31s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.22s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.65s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.56s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.65s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.83s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.62s) [2022-08-11T16:52:03.665Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-08-11T16:52:03.665Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.65s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.58s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.99s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.96s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.73s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.46s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.58s) [2022-08-11T16:52:03.665Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.42s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.51s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.48s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.61s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.71s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.73s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.73s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.57s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.52s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunExitCode (0.68s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.60s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.59s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.64s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.53s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.24s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.28s) [2022-08-11T16:52:03.665Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.56s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.69s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.18s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.60s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.91s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.88s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.92s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.80s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.70s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.86s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.73s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.97s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.14s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.91s) [2022-08-11T16:52:03.665Z] --- PASS: TestDockerSuite/TestRunMount (4.91s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.66s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.63s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.94s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.41s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.70s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.70s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.56s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.33s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.51s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetHost (0.91s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.75s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.53s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.52s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.83s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.68s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.66s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.71s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.50s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.10s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.49s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (6.11s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.76s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.14s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.90s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.57s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.50s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.62s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.68s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.66s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.54s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.59s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.15s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.37s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunRm (0.57s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.56s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.47s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.67s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.67s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.72s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.89s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.65s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.52s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.49s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.46s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.51s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.68s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.62s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.59s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.56s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.47s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunState (1.21s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.60s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.60s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.54s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.68s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunSysctls (1.27s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.56s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.60s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.32s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.93s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.46s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.58s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.67s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.59s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.22s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.43s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUserByName (0.46s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.45s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.47s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.21s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.56s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.87s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.41s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.88s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.37s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.89s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.76s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.21s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.69s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.74s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.05s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.58s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.79s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.56s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.58s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.48s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.67s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.18s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.59s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.59s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.50s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.64s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.08s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.57s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.34s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.10s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.41s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.97s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.68s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.63s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.49s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.48s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.34s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.17s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.62s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.33s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.95s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.35s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.49s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.85s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.31s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.33s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.38s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.11s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.07s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.52s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.84s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.70s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.82s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.16s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.34s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.21s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.31s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.17s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.18s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.45s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.54s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.69s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.88s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.53s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartRecordError (1.08s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.62s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.17s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.51s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.11s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.73s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.53s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.47s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.51s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.46s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.98s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.63s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.58s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.04s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateStats (3.51s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.08s) [2022-08-11T16:52:03.666Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.69s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.58s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.60s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.72s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.27s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.54s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.54s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.05s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.07s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-08-11T16:52:03.666Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-08-11T16:52:03.666Z] === RUN TestDockerRegistrySuite [2022-08-11T16:52:03.666Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-08-11T16:52:04.604Z] check_test.go:427: [de2d68667dea6] daemon is not started [2022-08-11T16:52:04.604Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-08-11T16:52:05.983Z] check_test.go:427: [dd0d82d242ccc] daemon is not started [2022-08-11T16:52:05.983Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-08-11T16:52:06.921Z] check_test.go:427: [d3daf6a6e8fed] daemon is not started [2022-08-11T16:52:06.921Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-08-11T16:52:07.181Z] check_test.go:427: [daba0dd71de21] daemon is not started [2022-08-11T16:52:07.181Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-08-11T16:52:10.474Z] check_test.go:427: [d443564b83978] daemon is not started [2022-08-11T16:52:10.474Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-08-11T16:52:14.668Z] check_test.go:427: [ddaf71d3f39ba] daemon is not started [2022-08-11T16:52:14.668Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-08-11T16:52:17.958Z] check_test.go:427: [dd7fe4236949c] daemon is not started [2022-08-11T16:52:17.958Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-08-11T16:52:18.526Z] check_test.go:427: [da9b97d142d36] daemon is not started [2022-08-11T16:52:18.526Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-08-11T16:52:19.464Z] check_test.go:427: [de92aff28a94c] daemon is not started [2022-08-11T16:52:19.464Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-08-11T16:52:20.409Z] check_test.go:427: [d23f621765d15] daemon is not started [2022-08-11T16:52:20.409Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-08-11T16:52:21.348Z] check_test.go:427: [dea44d2d40d63] daemon is not started [2022-08-11T16:52:21.348Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-08-11T16:52:22.727Z] check_test.go:427: [dd3211238fb1d] daemon is not started [2022-08-11T16:52:22.727Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-08-11T16:52:23.664Z] check_test.go:427: [dcdef10e3bded] daemon is not started [2022-08-11T16:52:23.664Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-08-11T16:52:25.052Z] check_test.go:427: [da3d854f1d22d] daemon is not started [2022-08-11T16:52:25.052Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-08-11T16:52:25.623Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0a25b479062a8d09c180e23fc453c593e2628d73439566fbec18dc5629fd8b8f [2022-08-11T16:52:26.562Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:566bd2e521af1abb641d10800ad2112eb847c2acb568aa1db62f6a956099eccf [2022-08-11T16:52:26.562Z] check_test.go:427: [d168ff8ec997a] daemon is not started [2022-08-11T16:52:26.562Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-08-11T16:52:27.502Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:551632f8297d981554a70f4f6f2821b315bfe7e20acc4e7d881a33c9309fa354 [2022-08-11T16:52:28.440Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ba745ce9ea4714156e05c4daff61da743b5e42fd9b6c795eb307424cd96bffd4 [2022-08-11T16:52:28.440Z] check_test.go:427: [d0700cb55c4bf] daemon is not started [2022-08-11T16:52:28.440Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-08-11T16:52:29.381Z] check_test.go:427: [da37b4dba70aa] daemon is not started [2022-08-11T16:52:29.641Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-08-11T16:52:31.553Z] check_test.go:427: [d893c70e7b175] daemon is not started [2022-08-11T16:52:31.812Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-08-11T16:52:32.751Z] check_test.go:427: [d9c2086c4224a] daemon is not started [2022-08-11T16:52:32.751Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-08-11T16:52:32.751Z] check_test.go:427: [deb84265743cb] daemon is not started [2022-08-11T16:52:32.751Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-08-11T16:52:33.690Z] check_test.go:427: [d245720452f2a] daemon is not started [2022-08-11T16:52:33.690Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-08-11T16:52:34.628Z] check_test.go:427: [d906163bea6a0] daemon is not started [2022-08-11T16:52:34.628Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-08-11T16:52:35.567Z] check_test.go:427: [d3e83960c6b1e] daemon is not started [2022-08-11T16:52:35.567Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-08-11T16:52:37.100Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-08-11T16:52:39.016Z] check_test.go:427: [d9a93cbf869ed] daemon is not started [2022-08-11T16:52:39.016Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-08-11T16:52:39.276Z] check_test.go:427: [d56bc9a60a6b5] daemon is not started [2022-08-11T16:52:39.276Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-08-11T16:52:40.658Z] check_test.go:427: [dfae327ee5f4c] daemon is not started [2022-08-11T16:52:40.658Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-08-11T16:52:40.918Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-08-11T16:52:41.177Z] check_test.go:427: [d3e264cec03b4] daemon is not started [2022-08-11T16:52:41.177Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-08-11T16:52:41.177Z] check_test.go:427: [d9e7cf1fa4173] daemon is not started [2022-08-11T16:52:41.177Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-08-11T16:52:41.746Z] check_test.go:427: [d23505f431330] daemon is not started [2022-08-11T16:52:41.746Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-08-11T16:52:42.006Z] check_test.go:427: [d2150c3b85d6a] daemon is not started [2022-08-11T16:52:42.006Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-08-11T16:52:42.266Z] check_test.go:427: [db7e28543ef70] daemon is not started [2022-08-11T16:52:42.526Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-08-11T16:52:42.526Z] check_test.go:427: [d68566e50e5a9] daemon is not started [2022-08-11T16:52:42.526Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-08-11T16:52:43.907Z] check_test.go:427: [d8a8597cd37e8] daemon is not started [2022-08-11T16:52:43.907Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-08-11T16:52:45.814Z] check_test.go:427: [d4040dc60f693] daemon is not started [2022-08-11T16:52:46.074Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-08-11T16:52:47.013Z] check_test.go:427: [dbcaeeae52012] daemon is not started [2022-08-11T16:52:47.013Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-08-11T16:52:47.951Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-08-11T16:52:48.210Z] check_test.go:427: [dc8d0b0118348] daemon is not started [2022-08-11T16:52:48.210Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-08-11T16:52:49.153Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite (46.57s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.19s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.03s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.76s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.64s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.80s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.01s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2022-08-11T16:52:50.092Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.03s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.17s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.08s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.24s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.00s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.78s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.95s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.00s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.20s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.00s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.90s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.18s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.60s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.33s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.47s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.34s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.30s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.51s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.15s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.36s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.03s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.99s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.34s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2022-08-11T16:52:50.093Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.87s) [2022-08-11T16:52:50.093Z] === RUN TestDockerSchema1RegistrySuite [2022-08-11T16:52:50.093Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-08-11T16:52:50.352Z] check_test.go:454: [ddc1b3ab0b5c8] daemon is not started [2022-08-11T16:52:50.352Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-08-11T16:52:54.547Z] check_test.go:454: [dd013dbabb1b0] daemon is not started [2022-08-11T16:52:54.547Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-08-11T16:52:55.115Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-08-11T16:52:57.650Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-08-11T16:53:00.188Z] check_test.go:454: [d27968fe0e959] daemon is not started [2022-08-11T16:53:00.188Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-08-11T16:53:01.136Z] check_test.go:454: [d5c56be199a8d] daemon is not started [2022-08-11T16:53:01.136Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-08-11T16:53:01.396Z] check_test.go:454: [d49429e4fbf00] daemon is not started [2022-08-11T16:53:01.396Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-08-11T16:53:01.966Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-08-11T16:53:02.539Z] check_test.go:454: [db0cbaa3e7e04] daemon is not started [2022-08-11T16:53:02.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-08-11T16:53:03.919Z] check_test.go:454: [d95d9a55b22cb] daemon is not started [2022-08-11T16:53:03.919Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-08-11T16:53:04.856Z] check_test.go:454: [db0708c97212c] daemon is not started [2022-08-11T16:53:04.856Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-08-11T16:53:07.389Z] check_test.go:454: [d188913cc25f2] daemon is not started [2022-08-11T16:53:07.389Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-08-11T16:53:07.957Z] check_test.go:454: [d9cc3c3f6ce20] daemon is not started [2022-08-11T16:53:07.957Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-08-11T16:53:08.216Z] check_test.go:454: [d1eb0bdfcd1ca] daemon is not started [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite (18.21s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.80s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.83s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.27s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.17s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.33s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.17s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.15s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.48s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2022-08-11T16:53:08.216Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-08-11T16:53:08.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-08-11T16:53:08.216Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-08-11T16:53:09.155Z] check_test.go:483: [dc962905fc9f1] daemon is not started [2022-08-11T16:53:09.155Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-08-11T16:53:09.155Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-08-11T16:53:09.725Z] check_test.go:483: [d9347c71c3c17] daemon is not started [2022-08-11T16:53:09.725Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-08-11T16:53:09.985Z] check_test.go:483: [dc3cb677811e4] daemon is not started [2022-08-11T16:53:09.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-08-11T16:53:11.365Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-08-11T16:53:11.934Z] check_test.go:483: [db278e0faaa47] daemon is not started [2022-08-11T16:53:11.934Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-08-11T16:53:12.873Z] check_test.go:483: [dfc7f7f27fa2a] daemon is not started [2022-08-11T16:53:12.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-08-11T16:53:13.132Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-08-11T16:53:13.132Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-08-11T16:53:13.132Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-08-11T16:53:13.701Z] check_test.go:483: [d6eeea4c36d2c] daemon is not started [2022-08-11T16:53:13.701Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-08-11T16:53:13.701Z] check_test.go:483: [d3b4563c0bcdb] daemon is not started [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.48s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.64s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.21s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.47s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.59s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.70s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.94s) [2022-08-11T16:53:13.701Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.18s) [2022-08-11T16:53:13.701Z] === RUN TestDockerRegistryAuthTokenSuite [2022-08-11T16:53:13.701Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-08-11T16:53:18.975Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-08-11T16:53:18.975Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-08-11T16:53:18.975Z] check_test.go:510: [dd71647f57c6c] daemon is not started [2022-08-11T16:53:18.975Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-08-11T16:53:18.975Z] check_test.go:510: [d5088d98ef1d0] daemon is not started [2022-08-11T16:53:18.975Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-08-11T16:53:19.235Z] check_test.go:510: [d27c169b53716] daemon is not started [2022-08-11T16:53:19.235Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-08-11T16:53:19.495Z] check_test.go:510: [d48e40f5a9e75] daemon is not started [2022-08-11T16:53:19.495Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-08-11T16:53:19.753Z] check_test.go:510: [d87620f8102ae] daemon is not started [2022-08-11T16:53:19.753Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.88s) [2022-08-11T16:53:19.753Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2022-08-11T16:53:19.753Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-08-11T16:53:19.753Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2022-08-11T16:53:19.753Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.20s) [2022-08-11T16:53:19.753Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) [2022-08-11T16:53:19.754Z] === RUN TestDockerNetworkSuite [2022-08-11T16:53:19.754Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-08-11T16:53:19.754Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-08-11T16:53:21.134Z] docker_cli_network_unix_test.go:46: [d476e8b1a86a3] daemon is not started [2022-08-11T16:53:21.134Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-08-11T16:53:22.075Z] docker_cli_network_unix_test.go:46: [d826b20b1afd8] daemon is not started [2022-08-11T16:53:22.335Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-08-11T16:53:22.335Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-08-11T16:53:26.458Z] docker_cli_network_unix_test.go:46: [dbded8c233ea5] daemon is not started [2022-08-11T16:53:26.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-08-11T16:53:27.027Z] docker_cli_network_unix_test.go:46: [d5219bb170b3b] daemon is not started [2022-08-11T16:53:27.287Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-08-11T16:53:27.546Z] docker_cli_network_unix_test.go:1233: [de1760b55adf4] daemon is not started [2022-08-11T16:53:30.081Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-08-11T16:53:31.018Z] docker_cli_network_unix_test.go:46: [d86b95f0af80e] daemon is not started [2022-08-11T16:53:31.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-08-11T16:53:36.553Z] docker_cli_network_unix_test.go:46: [d871ba7e7ce55] daemon is not started [2022-08-11T16:53:36.812Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-08-11T16:53:38.721Z] docker_cli_network_unix_test.go:46: [d368693b7a409] daemon is not started [2022-08-11T16:53:38.980Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-08-11T16:53:40.358Z] docker_cli_network_unix_test.go:46: [d055c558054b0] daemon is not started [2022-08-11T16:53:40.359Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-08-11T16:53:40.617Z] docker_cli_network_unix_test.go:46: [d954740f7ded9] daemon is not started [2022-08-11T16:53:40.877Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-08-11T16:53:41.136Z] docker_cli_network_unix_test.go:46: [d042eaba6010c] daemon is not started [2022-08-11T16:53:41.136Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-08-11T16:53:41.704Z] docker_cli_network_unix_test.go:46: [d66421871dc16] daemon is not started [2022-08-11T16:53:42.272Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-08-11T16:53:42.532Z] docker_cli_network_unix_test.go:46: [d09525532dbf8] daemon is not started [2022-08-11T16:53:43.101Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-08-11T16:53:43.101Z] docker_cli_network_unix_test.go:46: [d92be7489d6ad] daemon is not started [2022-08-11T16:53:43.101Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-08-11T16:53:43.670Z] docker_cli_network_unix_test.go:46: [d8fbc4f74de0c] daemon is not started [2022-08-11T16:53:43.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-08-11T16:53:43.930Z] docker_cli_network_unix_test.go:46: [da02636746558] daemon is not started [2022-08-11T16:53:44.190Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-08-11T16:53:44.449Z] docker_cli_network_unix_test.go:46: [d9ccad105d038] daemon is not started [2022-08-11T16:53:44.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-08-11T16:53:44.449Z] docker_cli_network_unix_test.go:46: [dd579c2bdcae5] daemon is not started [2022-08-11T16:53:44.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-08-11T16:53:44.708Z] docker_cli_network_unix_test.go:46: [d0b346aa05213] daemon is not started [2022-08-11T16:53:44.708Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-08-11T16:53:45.279Z] docker_cli_network_unix_test.go:46: [d9766988b7735] daemon is not started [2022-08-11T16:53:45.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-08-11T16:53:46.107Z] docker_cli_network_unix_test.go:46: [dcc052ae92e6a] daemon is not started [2022-08-11T16:53:46.366Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-08-11T16:53:46.626Z] docker_cli_network_unix_test.go:46: [df478bc20e93a] daemon is not started [2022-08-11T16:53:46.626Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-08-11T16:53:46.626Z] docker_cli_network_unix_test.go:46: [deadfd50af1fa] daemon is not started [2022-08-11T16:53:46.886Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-08-11T16:53:46.886Z] docker_cli_network_unix_test.go:46: [de2ce981a9b2e] daemon is not started [2022-08-11T16:53:46.886Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-08-11T16:53:48.263Z] docker_cli_network_unix_test.go:968: [d0145f30fc1bf] daemon is not started [2022-08-11T16:53:49.222Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-08-11T16:53:50.606Z] docker_cli_network_unix_test.go:46: [d4fdda540f39a] daemon is not started [2022-08-11T16:53:50.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-08-11T16:53:53.143Z] docker_cli_network_unix_test.go:1116: [d27b5d9ea0e6e] daemon is not started [2022-08-11T16:53:56.435Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-08-11T16:53:56.695Z] docker_cli_network_unix_test.go:46: [d0b4042dff1b6] daemon is not started [2022-08-11T16:53:56.695Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-08-11T16:53:57.634Z] docker_cli_network_unix_test.go:46: [de9aa94c6488e] daemon is not started [2022-08-11T16:53:57.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-08-11T16:53:57.634Z] docker_cli_network_unix_test.go:46: [def9245f80caf] daemon is not started [2022-08-11T16:53:57.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-08-11T16:53:57.634Z] docker_cli_network_unix_test.go:46: [d157efad79187] daemon is not started [2022-08-11T16:53:57.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-08-11T16:53:57.893Z] docker_cli_network_unix_test.go:46: [d450807a3b667] daemon is not started [2022-08-11T16:53:57.893Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-08-11T16:53:58.153Z] docker_cli_network_unix_test.go:46: [d26c3d58fb5ea] daemon is not started [2022-08-11T16:53:58.153Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-08-11T16:53:58.153Z] docker_cli_network_unix_test.go:46: [dc327a11985f4] daemon is not started [2022-08-11T16:53:58.153Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-08-11T16:53:59.532Z] docker_cli_network_unix_test.go:46: [d3788c3089c05] daemon is not started [2022-08-11T16:54:00.470Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-08-11T16:54:00.470Z] docker_cli_network_unix_test.go:46: [d417655a121fe] daemon is not started [2022-08-11T16:54:00.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-08-11T16:54:00.730Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-08-11T16:54:00.730Z] docker_cli_network_unix_test.go:46: [dcc8d2bceb279] daemon is not started [2022-08-11T16:54:00.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-08-11T16:54:01.300Z] docker_cli_network_unix_test.go:46: [d242551b693d8] daemon is not started [2022-08-11T16:54:01.300Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-08-11T16:54:05.495Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-08-11T16:54:06.434Z] docker_cli_network_unix_test.go:1084: [d2c7f3be4beb9] daemon is not started [2022-08-11T16:54:08.342Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-08-11T16:54:08.342Z] docker_cli_network_unix_test.go:46: [dab917f183f5e] daemon is not started [2022-08-11T16:54:08.342Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-08-11T16:54:08.602Z] docker_cli_network_unix_test.go:46: [d43215c068405] daemon is not started [2022-08-11T16:54:08.862Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-08-11T16:54:10.242Z] docker_cli_network_unix_test.go:46: [dfcf5a3ebf6d6] daemon is not started [2022-08-11T16:54:10.502Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-08-11T16:54:10.502Z] docker_cli_network_unix_test.go:46: [dcadbdedb18b7] daemon is not started [2022-08-11T16:54:10.502Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-08-11T16:54:11.071Z] docker_cli_network_unix_test.go:46: [dd4d4478a7b33] daemon is not started [2022-08-11T16:54:11.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-08-11T16:54:11.901Z] docker_cli_network_unix_test.go:46: [d8cb78a5b0151] daemon is not started [2022-08-11T16:54:11.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-08-11T16:54:12.470Z] docker_cli_network_unix_test.go:46: [dc9eafa0d05e1] daemon is not started [2022-08-11T16:54:12.734Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-08-11T16:54:16.928Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-08-11T16:54:18.837Z] docker_cli_network_unix_test.go:46: [d8de370ab212e] daemon is not started [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite (59.16s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.60s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.05s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.52s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.51s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.51s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.53s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.34s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.38s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.18s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.54s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.92s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.74s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.77s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.03s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.42s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.18s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.99s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.88s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.51s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-08-11T16:54:18.837Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.80s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.58s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.12s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.81s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.58s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.72s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.95s) [2022-08-11T16:54:18.837Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.06s) [2022-08-11T16:54:18.837Z] === RUN TestDockerHubPullSuite [2022-08-11T16:54:18.837Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-08-11T16:54:19.096Z] docker_cli_swarm_test.go:1180: [df7922077ffbf] joining swarm manager [d8ffc813ff3b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:54:21.000Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-08-11T16:54:23.535Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-08-11T16:54:24.472Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-08-11T16:54:25.851Z] docker_cli_swarm_test.go:1189: [dfe8261921a05] joining swarm manager [d8ffc813ff3b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:54:26.420Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-08-11T16:54:26.988Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-08-11T16:54:27.248Z] --- PASS: TestDockerHubPullSuite (8.48s) [2022-08-11T16:54:27.248Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.04s) [2022-08-11T16:54:27.248Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.53s) [2022-08-11T16:54:27.248Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.04s) [2022-08-11T16:54:27.248Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.96s) [2022-08-11T16:54:27.248Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.53s) [2022-08-11T16:54:27.248Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.37s) [2022-08-11T16:54:27.248Z] PASS [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === Skipped [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-08-11T16:54:27.248Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-11T16:54:27.248Z] docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_sni_test.go:30: Flakey test [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-11T16:54:27.248Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-08-11T16:54:27.248Z] docker_cli_network_unix_test.go:46: [dcc8d2bceb279] daemon is not started [2022-08-11T16:54:27.248Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] DONE 1265 tests, 51 skipped in 1494.936s [2022-08-11T16:54:27.248Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-11T16:54:27.248Z] ++++ cat bundles/test-integration/docker.pid [2022-08-11T16:54:27.248Z] +++ kill 9390 [2022-08-11T16:54:27.248Z] +++ /etc/init.d/apparmor stop [2022-08-11T16:54:27.248Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] Unloading profiles will leave already running processes permanently [2022-08-11T16:54:27.248Z] unconfined, which can lead to unexpected situations. [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.248Z] To set a process to complain mode, use the command line tool [2022-08-11T16:54:27.248Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-11T16:54:27.248Z] +++ true [2022-08-11T16:54:27.248Z] exiting test-integration [2022-08-11T16:54:27.248Z] ++ exit 0 [2022-08-11T16:54:27.248Z] [2022-08-11T16:54:27.508Z] + for job in $(jobs -p) [2022-08-11T16:54:27.508Z] + wait 17469 [2022-08-11T16:55:06.223Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-08-11T16:55:09.512Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-08-11T16:55:13.745Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-08-11T16:55:15.123Z] docker_cli_swarm_test.go:1112: [d0d16fe0c0dab] joining swarm manager [d757f65624a42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:55:16.501Z] docker_cli_swarm_test.go:1113: [d7f6bbf1b3b42] joining swarm manager [d757f65624a42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:56:52.949Z] docker_cli_swarm_test.go:1166: [d98201708e870] joining swarm manager [d757f65624a42]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-08-11T16:57:19.509Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-08-11T16:57:19.509Z] docker_cli_swarm_test.go:1447: [dd81f80db81b9] joining swarm manager [d3a25d45545fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:57:19.509Z] docker_cli_swarm_test.go:1448: [d547e2b3a2d0b] joining swarm manager [d3a25d45545fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-08-11T16:57:31.740Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-08-11T16:57:31.740Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-08-11T16:57:31.740Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-08-11T16:57:31.740Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-08-11T16:57:31.740Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-08-11T16:57:32.310Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-08-11T16:57:34.845Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-08-11T16:57:38.136Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-08-11T16:57:40.042Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-08-11T16:57:41.947Z] docker_cli_swarm_unix_test.go:63: [d69378868fa09] joining swarm manager [d9714e581db9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:58:38.179Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-08-11T16:58:38.179Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-08-11T16:58:38.179Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-08-11T16:58:40.084Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-08-11T16:58:43.377Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-08-11T16:58:45.911Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-08-11T16:58:47.828Z] docker_api_swarm_test.go:962: [db2a67ed066f5] joining swarm manager [d9718e15f8be5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-08-11T16:59:05.919Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-08-11T16:59:18.130Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-08-11T16:59:19.508Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-08-11T16:59:22.044Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-08-11T16:59:24.581Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-08-11T16:59:31.150Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-08-11T16:59:36.424Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-08-11T16:59:38.984Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-08-11T16:59:41.520Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-08-11T16:59:44.056Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-08-11T16:59:46.592Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-08-11T16:59:49.128Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-08-11T16:59:51.665Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-08-11T17:00:47.897Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-08-11T17:01:02.798Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite (1557.17s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.27s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.12s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.61s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.27s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.03s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.95s) [2022-08-11T17:01:17.677Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.99s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.85s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (47.81s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (30.68s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.92s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.97s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.70s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.01s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.99s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.13s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.88s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.41s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.59s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (56.43s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (66.31s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.56s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.04s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.47s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.30s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.61s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.21s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.16s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.64s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.97s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.98s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.00s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.03s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.21s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.09s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.52s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.52s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.08s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.14s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.78s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.79s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.50s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.71s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.66s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.81s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.04s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.08s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.20s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.82s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.90s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.61s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.88s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.66s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.32s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.21s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.69s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.51s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.11s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.22s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.08s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.77s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.47s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.34s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.21s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.29s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.78s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.88s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.65s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.62s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.91s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.12s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.71s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.49s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.04s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.01s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (75.16s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.16s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.98s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.13s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.23s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.54s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.37s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.92s) [2022-08-11T17:01:17.677Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.99s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.80s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.74s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.26s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.31s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.91s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.23s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (123.60s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.30s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.31s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.27s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.33s) [2022-08-11T17:01:17.677Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.29s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.19s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.16s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.58s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.89s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.37s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.20s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.25s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.85s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.84s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.61s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.64s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.53s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.58s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.48s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.85s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.19s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.94s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s) [2022-08-11T17:01:17.678Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.20s) [2022-08-11T17:01:17.678Z] === RUN TestDockerExternalVolumeSuite [2022-08-11T17:01:17.678Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-08-11T17:01:17.938Z] docker_cli_external_volume_driver_test.go:53: [dd514b258ec25] daemon is not started [2022-08-11T17:01:36.024Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-08-11T17:02:43.710Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-08-11T17:02:50.274Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-08-11T17:03:05.186Z] docker_cli_external_volume_driver_test.go:53: [d00ef938b4329] daemon is not started [2022-08-11T17:03:20.064Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-08-11T17:03:38.241Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-08-11T17:03:50.445Z] docker_cli_external_volume_driver_test.go:53: [d935c71da92b5] daemon is not started [2022-08-11T17:04:08.539Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-08-11T17:04:08.539Z] docker_cli_external_volume_driver_test.go:53: [d7d9a33f08abe] daemon is not started [2022-08-11T17:04:20.745Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-08-11T17:04:52.822Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-08-11T17:05:10.909Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-08-11T17:05:25.788Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-08-11T17:06:12.484Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-08-11T17:06:30.570Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-08-11T17:07:02.645Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-08-11T17:07:34.722Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-08-11T17:07:46.930Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-08-11T17:08:05.018Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-08-11T17:08:05.018Z] docker_cli_external_volume_driver_test.go:485: [d0efdf9d29458] daemon is not started [2022-08-11T17:08:19.900Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-08-11T17:08:19.900Z] docker_cli_external_volume_driver_test.go:53: [dfc9f9e298a1e] daemon is not started [2022-08-11T17:08:34.779Z] --- PASS: TestDockerExternalVolumeSuite (437.08s) [2022-08-11T17:08:34.779Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2022-08-11T17:08:34.779Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-08-11T17:08:34.779Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.25s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.58s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.16s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.65s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2022-08-11T17:08:34.780Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-08-11T17:08:34.780Z] PASS [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] === Skipped [2022-08-11T17:08:34.780Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-11T17:08:34.780Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-08-11T17:08:34.780Z] check_test.go:540: [de7a7dc937286] daemon is not started [2022-08-11T17:08:34.780Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-08-11T17:08:34.780Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-08-11T17:08:34.780Z] check_test.go:540: [d2170d84178c3] daemon is not started [2022-08-11T17:08:34.780Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-08-11T17:08:34.780Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-08-11T17:08:34.780Z] check_test.go:540: [de95c30a09aaa] daemon is not started [2022-08-11T17:08:34.780Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-08-11T17:08:34.780Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-08-11T17:08:34.780Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-11T17:08:34.780Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-08-11T17:08:34.780Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] DONE 269 tests, 5 skipped in 2342.212s [2022-08-11T17:08:34.780Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-08-11T17:08:34.780Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/deb5648d46296/docker.pid [2022-08-11T17:08:34.780Z] +++ kill 7175 [2022-08-11T17:08:34.780Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7175 is not a child of this shell [2022-08-11T17:08:34.780Z] warning: PID 7175 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/deb5648d46296/docker.pid had a nonzero exit code [2022-08-11T17:08:34.780Z] ++++ cat bundles/test-integration/docker.pid [2022-08-11T17:08:34.780Z] +++ kill 9410 [2022-08-11T17:08:34.780Z] +++ /etc/init.d/apparmor stop [2022-08-11T17:08:34.780Z] Leaving: AppArmorNo profiles have been unloaded. [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] Unloading profiles will leave already running processes permanently [2022-08-11T17:08:34.780Z] unconfined, which can lead to unexpected situations. [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:34.780Z] To set a process to complain mode, use the command line tool [2022-08-11T17:08:34.780Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-08-11T17:08:34.780Z] +++ true [2022-08-11T17:08:34.780Z] exiting test-integration [2022-08-11T17:08:34.780Z] ++ exit 0 [2022-08-11T17:08:34.780Z] [2022-08-11T17:08:35.040Z] + exit 0 [2022-08-11T17:08:35.040Z] ++ jobs -p [2022-08-11T17:08:35.040Z] + pids= [2022-08-11T17:08:35.040Z] + echo 'Remaining pids to kill: []' [2022-08-11T17:08:35.040Z] Remaining pids to kill: [] [2022-08-11T17:08:35.040Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-08-11T17:08:35.312Z] Recording test results [2022-08-11T17:08:35.857Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-08-11T17:08:36.174Z] + echo Ensuring container killed. [2022-08-11T17:08:36.174Z] Ensuring container killed. [2022-08-11T17:08:36.174Z] + docker ps -aq -f name=docker-pr1-* [2022-08-11T17:08:36.174Z] + cids=a5345365b341 [2022-08-11T17:08:36.174Z] 34f9d0a137d4 [2022-08-11T17:08:36.174Z] a36a5d2f6269 [2022-08-11T17:08:36.174Z] + [ -n a5345365b341 [2022-08-11T17:08:36.174Z] 34f9d0a137d4 [2022-08-11T17:08:36.174Z] a36a5d2f6269 ] [2022-08-11T17:08:36.174Z] + docker rm -vf a5345365b341 34f9d0a137d4 a36a5d2f6269 [2022-08-11T17:08:37.112Z] a5345365b341 [2022-08-11T17:08:37.112Z] 34f9d0a137d4 [2022-08-11T17:08:37.112Z] a36a5d2f6269 [Pipeline] sh [2022-08-11T17:08:37.394Z] + echo Chowning /workspace to jenkins user [2022-08-11T17:08:37.394Z] Chowning /workspace to jenkins user [2022-08-11T17:08:37.394Z] + id -u [2022-08-11T17:08:37.394Z] + id -g [2022-08-11T17:08:37.394Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43949:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-08-11T17:08:40.229Z] + bundleName=amd64 [2022-08-11T17:08:40.229Z] + echo Creating amd64-bundles.tar.gz [2022-08-11T17:08:40.229Z] Creating amd64-bundles.tar.gz [2022-08-11T17:08:40.229Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-08-11T17:08:40.230Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-08-11T17:08:41.619Z] Archiving artifacts [2022-08-11T17:08:42.244Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43949/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-08-11T17:08:42.555Z] + make clean [2022-08-11T17:08:42.555Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-08-11T17:08:42.555Z] docker-dev-cache [2022-08-11T17:08:42.555Z] 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