Pull request #43689 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from b241e2008e50f2d8e045642d6fd511a1af9bb52b+cf4595265e7703e1e9745a30f1dd265acbc075d3 (2fa51cc690f013cd21b4a3a984bd8f2fb348c1b0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43689@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-06-03T15:55:26.060Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-03T15:55:26.065Z] Trying to pass milestone 1 [Pipeline] milestone [2022-06-03T15:55:26.163Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-03T15:55:26.360Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa0b9bdc0215d395) in /home/ubuntu/workspace/moby_PR-43689 [Pipeline] { [Pipeline] checkout [2022-06-03T15:55:26.387Z] The recommended git tool is: git [2022-06-03T15:55:26.393Z] using credential docker-jenkins-github-credentials [2022-06-03T15:55:26.404Z] Cloning the remote Git repository [2022-06-03T15:55:26.404Z] Cloning with configured refspecs honoured and without tags [2022-06-03T15:55:26.410Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T15:55:26.410Z] > git init /home/ubuntu/workspace/moby_PR-43689 # timeout=10 [2022-06-03T15:55:26.424Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:55:26.424Z] > git --version # timeout=10 [2022-06-03T15:55:26.432Z] > git --version # 'git version 2.17.1' [2022-06-03T15:55:26.432Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:26.433Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:41.977Z] Fetching without tags [2022-06-03T15:55:42.152Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:55:41.948Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:55:41.956Z] > git config --add remote.origin.fetch +refs/pull/43689/head:refs/remotes/origin/PR-43689 # timeout=10 [2022-06-03T15:55:41.966Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:41.975Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:55:41.982Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:55:41.982Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:41.982Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:42.156Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:55:42.161Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:55:42.699Z] Merge succeeded, producing b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:55:42.699Z] Checking out Revision b241e2008e50f2d8e045642d6fd511a1af9bb52b (PR-43689) [2022-06-03T15:55:43.354Z] Commit message: "daemon.NewDaemon(): fix network feature detection on first start" [2022-06-03T15:55:43.377Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T15:55:42.666Z] > git remote # timeout=10 [2022-06-03T15:55:42.674Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T15:55:42.683Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:42.684Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T15:55:42.692Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T15:55:42.704Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:55:42.718Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:55:43.360Z] > git rev-list --no-walk 6e7120f5020e124e3bd24c68ba39d513c6845b88 # timeout=10 [2022-06-03T15:55:44.119Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43689:/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-06-03T15:55:44.119Z] Unable to find image 'alpine:latest' locally [2022-06-03T15:55:44.119Z] latest: Pulling from library/alpine [2022-06-03T15:55:44.382Z] 2408cc74d12b: Pulling fs layer [2022-06-03T15:55:44.382Z] 2408cc74d12b: Verifying Checksum [2022-06-03T15:55:44.382Z] 2408cc74d12b: Download complete [2022-06-03T15:55:44.382Z] 2408cc74d12b: Pull complete [2022-06-03T15:55:44.382Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-03T15:55:44.382Z] Status: Downloaded newer image for alpine:latest [2022-06-03T15:55:46.903Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [Pipeline] node [2022-06-03T15:55:47.378Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa0b9bdc0215d395) in /home/ubuntu/workspace/moby_PR-43689 [Pipeline] node [2022-06-03T15:55:47.379Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-063c3190483df9feb) in /home/ubuntu/workspace/moby_PR-43689 [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-06-03T15:55:47.400Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0aca144121fc3b3ea) in /home/ubuntu/workspace/moby_PR-43689 [2022-06-03T15:55:47.402Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b450a60f4682afdb) in /home/ubuntu/workspace/moby_PR-43689 [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-06-03T15:55:47.449Z] The recommended git tool is: git [Pipeline] checkout [2022-06-03T15:55:47.456Z] The recommended git tool is: git [2022-06-03T15:55:47.464Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-06-03T15:55:47.473Z] Cloning the remote Git repository [2022-06-03T15:55:47.473Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [2022-06-03T15:55:47.496Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] { [Pipeline] { [2022-06-03T15:55:47.514Z] Fetching changes from the remote Git repository [2022-06-03T15:55:47.523Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-06-03T15:55:47.544Z] The recommended git tool is: git [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-06-03T15:55:47.550Z] The recommended git tool is: git [2022-06-03T15:55:47.557Z] using credential docker-jenkins-github-credentials [2022-06-03T15:55:47.559Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-06-03T15:55:47.564Z] Cloning the remote Git repository [2022-06-03T15:55:47.564Z] Cloning with configured refspecs honoured and without tags [2022-06-03T15:55:47.570Z] Cloning the remote Git repository [2022-06-03T15:55:47.570Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-06-03T15:55:47.748Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit b241e2008e50f2d8e045642d6fd511a1af9bb52b [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-06-03T15:55:47.824Z] Merge succeeded, producing b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:55:47.824Z] Checking out Revision b241e2008e50f2d8e045642d6fd511a1af9bb52b (PR-43689) [2022-06-03T15:55:47.876Z] Commit message: "daemon.NewDaemon(): fix network feature detection on first start" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T15:55:47.477Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T15:55:47.477Z] > git init /home/ubuntu/workspace/moby_PR-43689 # timeout=10 [2022-06-03T15:55:47.497Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:55:47.498Z] > git --version # timeout=10 [2022-06-03T15:55:47.506Z] > git --version # 'git version 2.17.1' [2022-06-03T15:55:47.506Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:47.507Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:47.508Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43689/.git # timeout=10 [2022-06-03T15:55:47.521Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:55:47.571Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:55:47.571Z] > git --version # timeout=10 [2022-06-03T15:55:47.576Z] > git --version # 'git version 2.17.1' [2022-06-03T15:55:47.576Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:47.576Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:47.753Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:55:47.759Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:55:47.802Z] > git remote # timeout=10 [2022-06-03T15:55:47.807Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T15:55:47.815Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:47.815Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T15:55:47.822Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T15:55:47.829Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:55:47.831Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:55:47.573Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T15:55:47.574Z] > git init /home/ubuntu/workspace/moby_PR-43689 # timeout=10 [2022-06-03T15:55:47.596Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:55:47.596Z] > git --version # timeout=10 [2022-06-03T15:55:47.599Z] > git --version # 'git version 2.25.1' [2022-06-03T15:55:47.599Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:47.600Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:47.624Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T15:55:47.624Z] > git init /home/ubuntu/workspace/moby_PR-43689 # timeout=10 [2022-06-03T15:55:47.639Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:55:47.639Z] > git --version # timeout=10 [2022-06-03T15:55:47.642Z] > git --version # 'git version 2.25.1' [2022-06-03T15:55:47.642Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:47.643Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:48.584Z] + [ PR != PR ] [2022-06-03T15:55:48.584Z] + [ master != master ] [2022-06-03T15:55:48.584Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T15:55:48.960Z] + docker version [2022-06-03T15:55:48.960Z] Client: Docker Engine - Community [2022-06-03T15:55:48.960Z] Version: 20.10.14 [2022-06-03T15:55:48.960Z] API version: 1.41 [2022-06-03T15:55:48.960Z] Go version: go1.16.15 [2022-06-03T15:55:48.960Z] Git commit: a224086 [2022-06-03T15:55:48.960Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T15:55:48.960Z] OS/Arch: linux/amd64 [2022-06-03T15:55:48.960Z] Context: default [2022-06-03T15:55:48.960Z] Experimental: true [2022-06-03T15:55:48.960Z] [2022-06-03T15:55:48.960Z] Server: Docker Engine - Community [2022-06-03T15:55:48.960Z] Engine: [2022-06-03T15:55:48.960Z] Version: 20.10.14 [2022-06-03T15:55:48.960Z] API version: 1.41 (minimum version 1.12) [2022-06-03T15:55:48.960Z] Go version: go1.16.15 [2022-06-03T15:55:48.960Z] Git commit: 87a90dc [2022-06-03T15:55:48.960Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T15:55:48.960Z] OS/Arch: linux/amd64 [2022-06-03T15:55:48.960Z] Experimental: true [2022-06-03T15:55:48.960Z] containerd: [2022-06-03T15:55:48.960Z] Version: 1.5.11 [2022-06-03T15:55:48.960Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:55:48.960Z] runc: [2022-06-03T15:55:48.960Z] Version: 1.0.3 [2022-06-03T15:55:48.960Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T15:55:48.960Z] docker-init: [2022-06-03T15:55:48.960Z] Version: 0.19.0 [2022-06-03T15:55:48.960Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T15:55:49.274Z] + docker info [2022-06-03T15:55:49.834Z] Client: [2022-06-03T15:55:49.834Z] Context: default [2022-06-03T15:55:49.834Z] Debug Mode: false [2022-06-03T15:55:49.834Z] Plugins: [2022-06-03T15:55:49.834Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T15:55:49.834Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T15:55:49.834Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T15:55:49.834Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T15:55:49.834Z] [2022-06-03T15:55:49.834Z] Server: [2022-06-03T15:55:49.834Z] Containers: 0 [2022-06-03T15:55:49.834Z] Running: 0 [2022-06-03T15:55:49.834Z] Paused: 0 [2022-06-03T15:55:49.834Z] Stopped: 0 [2022-06-03T15:55:49.834Z] Images: 3 [2022-06-03T15:55:49.834Z] Server Version: 20.10.14 [2022-06-03T15:55:49.834Z] Storage Driver: overlay2 [2022-06-03T15:55:49.834Z] Backing Filesystem: extfs [2022-06-03T15:55:49.834Z] Supports d_type: true [2022-06-03T15:55:49.834Z] Native Overlay Diff: true [2022-06-03T15:55:49.834Z] userxattr: false [2022-06-03T15:55:49.834Z] Logging Driver: json-file [2022-06-03T15:55:49.834Z] Cgroup Driver: cgroupfs [2022-06-03T15:55:49.834Z] Cgroup Version: 1 [2022-06-03T15:55:49.834Z] Plugins: [2022-06-03T15:55:49.834Z] Volume: local [2022-06-03T15:55:49.834Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T15:55:49.834Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T15:55:49.834Z] Swarm: inactive [2022-06-03T15:55:49.834Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T15:55:49.834Z] Default Runtime: runc [2022-06-03T15:55:49.834Z] Init Binary: docker-init [2022-06-03T15:55:49.834Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:55:49.834Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T15:55:49.834Z] init version: de40ad0 [2022-06-03T15:55:49.834Z] Security Options: [2022-06-03T15:55:49.834Z] apparmor [2022-06-03T15:55:49.834Z] seccomp [2022-06-03T15:55:49.834Z] Profile: default [2022-06-03T15:55:49.834Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T15:55:49.834Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T15:55:49.834Z] OSType: linux [2022-06-03T15:55:49.834Z] Architecture: x86_64 [2022-06-03T15:55:49.834Z] CPUs: 2 [2022-06-03T15:55:49.834Z] Total Memory: 7.483GiB [2022-06-03T15:55:49.834Z] Name: ip-10-100-76-86 [2022-06-03T15:55:49.834Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T15:55:49.834Z] Docker Root Dir: /var/lib/docker [2022-06-03T15:55:49.834Z] Debug Mode: false [2022-06-03T15:55:49.834Z] Registry: https://index.docker.io/v1/ [2022-06-03T15:55:49.834Z] Labels: [2022-06-03T15:55:49.834Z] Experimental: true [2022-06-03T15:55:49.834Z] Insecure Registries: [2022-06-03T15:55:49.834Z] 127.0.0.0/8 [2022-06-03T15:55:49.834Z] Live Restore Enabled: true [2022-06-03T15:55:49.834Z] [2022-06-03T15:55:49.834Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T15:55:50.147Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:55:50.147Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:55:50.147Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43689/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T15:55:50.147Z] + bash /home/ubuntu/workspace/moby_PR-43689/check-config.sh [2022-06-03T15:55:50.147Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T15:55:50.147Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T15:55:50.147Z] [2022-06-03T15:55:50.147Z] Generally Necessary: [2022-06-03T15:55:50.147Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T15:55:50.147Z] - apparmor: enabled and tools installed [2022-06-03T15:55:50.147Z] - CONFIG_NAMESPACES: enabled [2022-06-03T15:55:50.147Z] - CONFIG_NET_NS: enabled [2022-06-03T15:55:50.147Z] - CONFIG_PID_NS: enabled [2022-06-03T15:55:50.147Z] - CONFIG_IPC_NS: enabled [2022-06-03T15:55:50.147Z] - CONFIG_UTS_NS: enabled [2022-06-03T15:55:50.147Z] - CONFIG_CGROUPS: enabled [2022-06-03T15:55:50.147Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T15:55:50.147Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T15:55:50.147Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T15:55:50.147Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T15:55:50.147Z] - CONFIG_CPUSETS: enabled [2022-06-03T15:55:50.147Z] - CONFIG_MEMCG: enabled [2022-06-03T15:55:50.147Z] - CONFIG_KEYS: enabled [2022-06-03T15:55:50.147Z] - CONFIG_VETH: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T15:55:50.405Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T15:55:50.405Z] [2022-06-03T15:55:50.405Z] Optional Features: [2022-06-03T15:55:50.405Z] - CONFIG_USER_NS: enabled [2022-06-03T15:55:50.405Z] - CONFIG_SECCOMP: enabled [2022-06-03T15:55:50.405Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T15:55:50.405Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T15:55:50.405Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T15:55:50.405Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T15:55:50.405Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T15:55:50.405Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T15:55:50.405Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T15:55:50.405Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T15:55:50.405Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T15:55:50.405Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T15:55:50.405Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T15:55:50.405Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T15:55:50.405Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T15:55:50.405Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T15:55:50.405Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T15:55:50.405Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T15:55:50.405Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T15:55:50.405Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T15:55:50.660Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T15:55:50.660Z] - CONFIG_EXT4_FS: enabled [2022-06-03T15:55:50.660Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T15:55:50.660Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T15:55:50.660Z] - Network Drivers: [2022-06-03T15:55:50.660Z] - "overlay": [2022-06-03T15:55:50.660Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T15:55:50.660Z] Optional (for encrypted networks): [2022-06-03T15:55:50.660Z] - CONFIG_CRYPTO: enabled [2022-06-03T15:55:50.660Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T15:55:50.660Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T15:55:50.660Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T15:55:50.660Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T15:55:50.660Z] - CONFIG_XFRM: enabled [2022-06-03T15:55:50.660Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T15:55:50.660Z] - "ipvlan": [2022-06-03T15:55:50.660Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T15:55:50.660Z] - "macvlan": [2022-06-03T15:55:50.660Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T15:55:50.660Z] - "ftp,tftp client in container": [2022-06-03T15:55:50.660Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T15:55:50.660Z] - Storage Drivers: [2022-06-03T15:55:50.660Z] - "aufs": [2022-06-03T15:55:50.660Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T15:55:50.660Z] - "btrfs": [2022-06-03T15:55:50.660Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T15:55:50.660Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T15:55:50.660Z] - "devicemapper": [2022-06-03T15:55:50.660Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T15:55:50.660Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T15:55:50.660Z] - "overlay": [2022-06-03T15:55:50.660Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T15:55:50.660Z] - "zfs": [2022-06-03T15:55:50.660Z] - /dev/zfs: present [2022-06-03T15:55:50.660Z] - zfs command: missing [2022-06-03T15:55:50.660Z] - zpool command: missing [2022-06-03T15:55:50.660Z] [2022-06-03T15:55:50.660Z] Limits: [2022-06-03T15:55:50.660Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T15:55:50.660Z] [2022-06-03T15:55:50.660Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T15:55:51.015Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b . [2022-06-03T15:55:51.015Z] #1 [internal] load build definition from Dockerfile [2022-06-03T15:55:51.015Z] #1 sha256:8fabc38b324fd53dc3ae10c32aab92f4c9baa7894af7b1ce515420996807e0c1 [2022-06-03T15:55:51.015Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T15:55:51.015Z] #1 DONE 0.0s [2022-06-03T15:55:51.015Z] [2022-06-03T15:55:51.015Z] #2 [internal] load .dockerignore [2022-06-03T15:55:51.015Z] #2 sha256:777f43d1a8952584423f92f90af17d847a8cd933075fa4585cab676bef2e000f [2022-06-03T15:55:51.015Z] #2 transferring context: 145B done [2022-06-03T15:55:51.015Z] #2 DONE 0.0s [2022-06-03T15:55:51.015Z] [2022-06-03T15:55:51.015Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T15:55:51.015Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T15:55:51.270Z] #3 DONE 0.1s [2022-06-03T15:55:51.270Z] [2022-06-03T15:55:51.270Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T15:55:51.270Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T15:55:51.270Z] #4 CACHED [2022-06-03T15:55:51.528Z] [2022-06-03T15:55:51.528Z] #6 [internal] load build definition from Dockerfile [2022-06-03T15:55:51.528Z] #6 sha256:60c9731aedffcfc107f6de86e106bae87721ec3dcbe715d8f3b78b6e511b7c12 [2022-06-03T15:55:51.528Z] #6 DONE 0.0s [2022-06-03T15:55:51.528Z] [2022-06-03T15:55:51.528Z] #5 [internal] load .dockerignore [2022-06-03T15:55:51.528Z] #5 sha256:13ac601e395785202ffedc777c95b59742c66be278218b4b3fd56d70b5bd195b [2022-06-03T15:55:51.528Z] #5 DONE 0.0s [2022-06-03T15:55:51.528Z] [2022-06-03T15:55:51.528Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:55:51.528Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T15:55:51.528Z] #9 DONE 0.1s [2022-06-03T15:55:51.528Z] [2022-06-03T15:55:51.528Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:55:51.528Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T15:55:51.790Z] #10 DONE 0.1s [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T15:55:51.790Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T15:55:51.790Z] #7 DONE 0.1s [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T15:55:51.790Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T15:55:51.790Z] #8 DONE 0.1s [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:55:51.790Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T15:55:51.790Z] #80 DONE 0.0s [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:55:51.790Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T15:55:51.790Z] #78 DONE 0.0s [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T15:55:51.790Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T15:55:51.790Z] #11 DONE 0.0s [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T15:55:51.790Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T15:55:51.790Z] #12 CACHED [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #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-06-03T15:55:51.790Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T15:55:51.790Z] #13 CACHED [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T15:55:51.790Z] #35 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T15:55:51.790Z] #35 DONE 0.0s [2022-06-03T15:55:51.790Z] [2022-06-03T15:55:51.790Z] #31 [internal] load build context [2022-06-03T15:55:51.790Z] #31 sha256:1e854c6592d6ca182d390395d4206bbdf8b0820688cb060231eeecdd940133cf [2022-06-03T15:55:52.353Z] #31 ... [2022-06-03T15:55:52.353Z] [2022-06-03T15:55:52.353Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T15:55:52.353Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T15:55:52.353Z] #56 DONE 0.5s [2022-06-03T15:55:52.353Z] [2022-06-03T15:55:52.353Z] #31 [internal] load build context [2022-06-03T15:55:52.353Z] #31 sha256:1e854c6592d6ca182d390395d4206bbdf8b0820688cb060231eeecdd940133cf [2022-06-03T15:55:52.610Z] #31 ... [2022-06-03T15:55:52.610Z] [2022-06-03T15:55:52.610Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-03T15:55:52.610Z] #14 sha256:c10cc1eea96998e41dccff613d787249f97bcf112d778877134a9a907562f09e [2022-06-03T15:55:52.610Z] #14 DONE 1.1s [2022-06-03T15:55:52.610Z] [2022-06-03T15:55:52.610Z] #31 [internal] load build context [2022-06-03T15:55:52.610Z] #31 sha256:1e854c6592d6ca182d390395d4206bbdf8b0820688cb060231eeecdd940133cf [2022-06-03T15:55:53.976Z] #31 ... [2022-06-03T15:55:53.976Z] [2022-06-03T15:55:53.976Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-03T15:55:53.976Z] #15 sha256:4e2832cac8359df2030cc4f9b7e7fdd97d03f8c9646678953e664314f0d89915 [2022-06-03T15:55:53.976Z] #15 DONE 1.1s [2022-06-03T15:55:53.976Z] [2022-06-03T15:55:53.976Z] #31 [internal] load build context [2022-06-03T15:55:53.976Z] #31 sha256:1e854c6592d6ca182d390395d4206bbdf8b0820688cb060231eeecdd940133cf [2022-06-03T15:55:54.906Z] #31 ... [2022-06-03T15:55:54.906Z] [2022-06-03T15:55:54.906Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-03T15:55:54.906Z] #16 sha256:d0ce3404b8d1dfc9a599885e174278cca4a095ef61de2314bc2f15c61ec9115f [2022-06-03T15:55:54.906Z] #16 DONE 1.0s [2022-06-03T15:55:54.906Z] [2022-06-03T15:55:54.906Z] #31 [internal] load build context [2022-06-03T15:55:54.906Z] #31 sha256:1e854c6592d6ca182d390395d4206bbdf8b0820688cb060231eeecdd940133cf [2022-06-03T15:55:54.906Z] #31 transferring context: 61.15MB 3.2s done [2022-06-03T15:55:54.906Z] #31 DONE 3.3s [2022-06-03T15:55:54.906Z] [2022-06-03T15:55:54.906Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-03T15:55:54.906Z] #17 sha256:efc919cfc56366da1ea346ec45b3af1a9368f7bd9e38fcaee84ed2f51352ae35 [2022-06-03T15:55:55.468Z] #17 DONE 0.6s [2022-06-03T15:55:55.468Z] [2022-06-03T15:55:55.468Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-03T15:55:55.468Z] #18 sha256:368b0859bb9cccc4251ebc191ebeb6b5b9e001c40c490e12dc3c9ad1eb3af77d [2022-06-03T15:55:56.029Z] #18 DONE 0.5s [2022-06-03T15:55:56.029Z] [2022-06-03T15:55:56.029Z] #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-06-03T15:55:56.029Z] #19 sha256:ce989356ddf45bf4838d91273df25fbe08cdca6ad64bc3e24c4b25128dd9432a [2022-06-03T15:55:57.392Z] #19 1.062 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-03T15:55:57.392Z] #19 1.245 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T15:55:57.648Z] #19 1.483 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-03T15:55:57.648Z] #19 1.486 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T15:55:57.648Z] #19 1.598 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T15:55:57.648Z] #19 1.674 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T15:55:57.903Z] #19 1.765 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T15:55:57.903Z] #19 1.852 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-03T15:55:57.903Z] #19 1.947 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T15:55:58.159Z] #19 2.040 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T15:55:58.159Z] #19 2.043 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T15:55:58.159Z] #19 2.045 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T15:55:58.159Z] #19 2.046 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T15:55:58.159Z] #19 2.048 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T15:55:58.159Z] #19 2.050 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [153 kB] [2022-06-03T15:55:58.159Z] #19 2.052 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T15:55:58.159Z] #19 2.052 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T15:55:58.159Z] #19 2.053 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T15:55:58.159Z] #19 2.053 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T15:55:58.159Z] #19 2.054 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-03T15:55:58.159Z] #19 2.055 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T15:55:59.761Z] Fetching without tags [2022-06-03T15:55:59.967Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:55:59.757Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:55:59.762Z] > git config --add remote.origin.fetch +refs/pull/43689/head:refs/remotes/origin/PR-43689 # timeout=10 [2022-06-03T15:55:59.766Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:59.774Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:55:59.779Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:55:59.780Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:55:59.781Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:55:59.985Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:55:59.991Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:56:00.543Z] Merge succeeded, producing b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:56:00.543Z] Checking out Revision b241e2008e50f2d8e045642d6fd511a1af9bb52b (PR-43689) [2022-06-03T15:56:01.281Z] Commit message: "daemon.NewDaemon(): fix network feature detection on first start" [2022-06-03T15:56:00.522Z] > git remote # timeout=10 [2022-06-03T15:56:00.531Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T15:56:00.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:00.542Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T15:56:00.553Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T15:56:00.561Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:56:00.564Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T15:56:02.150Z] + docker version [2022-06-03T15:56:02.150Z] Client: Docker Engine - Community [2022-06-03T15:56:02.150Z] Version: 20.10.14 [2022-06-03T15:56:02.150Z] API version: 1.41 [2022-06-03T15:56:02.150Z] Go version: go1.16.15 [2022-06-03T15:56:02.150Z] Git commit: a224086 [2022-06-03T15:56:02.150Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-03T15:56:02.150Z] OS/Arch: linux/arm64 [2022-06-03T15:56:02.150Z] Context: default [2022-06-03T15:56:02.150Z] Experimental: true [2022-06-03T15:56:02.150Z] [2022-06-03T15:56:02.150Z] Server: Docker Engine - Community [2022-06-03T15:56:02.150Z] Engine: [2022-06-03T15:56:02.150Z] Version: 20.10.14 [2022-06-03T15:56:02.150Z] API version: 1.41 (minimum version 1.12) [2022-06-03T15:56:02.150Z] Go version: go1.16.15 [2022-06-03T15:56:02.150Z] Git commit: 87a90dc [2022-06-03T15:56:02.150Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-03T15:56:02.150Z] OS/Arch: linux/arm64 [2022-06-03T15:56:02.150Z] Experimental: true [2022-06-03T15:56:02.150Z] containerd: [2022-06-03T15:56:02.150Z] Version: 1.5.11 [2022-06-03T15:56:02.150Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:02.150Z] runc: [2022-06-03T15:56:02.150Z] Version: 1.0.3 [2022-06-03T15:56:02.150Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T15:56:02.150Z] docker-init: [2022-06-03T15:56:02.150Z] Version: 0.19.0 [2022-06-03T15:56:02.150Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T15:56:02.378Z] Still waiting to schedule task [2022-06-03T15:56:02.378Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-06-03T15:56:02.429Z] + docker info [2022-06-03T15:56:02.991Z] Client: [2022-06-03T15:56:02.991Z] Context: default [2022-06-03T15:56:02.991Z] Debug Mode: false [2022-06-03T15:56:02.991Z] Plugins: [2022-06-03T15:56:02.991Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T15:56:02.991Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T15:56:02.991Z] [2022-06-03T15:56:02.991Z] Server: [2022-06-03T15:56:02.991Z] Containers: 0 [2022-06-03T15:56:02.991Z] Running: 0 [2022-06-03T15:56:02.991Z] Paused: 0 [2022-06-03T15:56:02.991Z] Stopped: 0 [2022-06-03T15:56:02.991Z] Images: 2 [2022-06-03T15:56:02.991Z] Server Version: 20.10.14 [2022-06-03T15:56:02.991Z] Storage Driver: overlay2 [2022-06-03T15:56:02.991Z] Backing Filesystem: extfs [2022-06-03T15:56:02.991Z] Supports d_type: true [2022-06-03T15:56:02.991Z] Native Overlay Diff: true [2022-06-03T15:56:02.991Z] userxattr: false [2022-06-03T15:56:02.991Z] Logging Driver: json-file [2022-06-03T15:56:02.991Z] Cgroup Driver: cgroupfs [2022-06-03T15:56:02.991Z] Cgroup Version: 1 [2022-06-03T15:56:02.991Z] Plugins: [2022-06-03T15:56:02.991Z] Volume: local [2022-06-03T15:56:02.991Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T15:56:02.991Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T15:56:02.991Z] Swarm: inactive [2022-06-03T15:56:02.991Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T15:56:02.991Z] Default Runtime: runc [2022-06-03T15:56:02.991Z] Init Binary: docker-init [2022-06-03T15:56:02.991Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:02.991Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T15:56:02.991Z] init version: de40ad0 [2022-06-03T15:56:02.991Z] Security Options: [2022-06-03T15:56:02.991Z] apparmor [2022-06-03T15:56:02.991Z] seccomp [2022-06-03T15:56:02.991Z] Profile: default [2022-06-03T15:56:02.991Z] Kernel Version: 5.13.0-1021-aws [2022-06-03T15:56:02.991Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-03T15:56:02.991Z] OSType: linux [2022-06-03T15:56:02.991Z] Architecture: aarch64 [2022-06-03T15:56:02.991Z] CPUs: 2 [2022-06-03T15:56:02.991Z] Total Memory: 7.562GiB [2022-06-03T15:56:02.991Z] Name: ip-10-100-68-20 [2022-06-03T15:56:02.991Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-03T15:56:02.991Z] Docker Root Dir: /var/lib/docker [2022-06-03T15:56:02.991Z] Debug Mode: false [2022-06-03T15:56:02.991Z] Registry: https://index.docker.io/v1/ [2022-06-03T15:56:02.991Z] Labels: [2022-06-03T15:56:02.991Z] Experimental: true [2022-06-03T15:56:02.991Z] Insecure Registries: [2022-06-03T15:56:02.991Z] 127.0.0.0/8 [2022-06-03T15:56:02.991Z] Live Restore Enabled: true [2022-06-03T15:56:02.991Z] [Pipeline] sh [2022-06-03T15:56:03.222Z] Fetching without tags [2022-06-03T15:56:03.242Z] Fetching without tags [2022-06-03T15:56:03.265Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:56:03.265Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:56:03.265Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43689/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T15:56:03.265Z] + bash /home/ubuntu/workspace/moby_PR-43689/check-config.sh [2022-06-03T15:56:03.265Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T15:56:03.265Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-03T15:56:03.265Z] [2022-06-03T15:56:03.265Z] Generally Necessary: [2022-06-03T15:56:03.265Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T15:56:03.265Z] - apparmor: enabled and tools installed [2022-06-03T15:56:03.265Z] - CONFIG_NAMESPACES: enabled [2022-06-03T15:56:03.265Z] - CONFIG_NET_NS: enabled [2022-06-03T15:56:03.265Z] - CONFIG_PID_NS: enabled [2022-06-03T15:56:03.265Z] - CONFIG_IPC_NS: enabled [2022-06-03T15:56:03.265Z] - CONFIG_UTS_NS: enabled [2022-06-03T15:56:03.265Z] - CONFIG_CGROUPS: enabled [2022-06-03T15:56:03.265Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T15:56:03.265Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T15:56:03.265Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T15:56:03.265Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T15:56:03.265Z] - CONFIG_CPUSETS: enabled [2022-06-03T15:56:03.265Z] - CONFIG_MEMCG: enabled [2022-06-03T15:56:03.265Z] - CONFIG_KEYS: enabled [2022-06-03T15:56:03.265Z] - CONFIG_VETH: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T15:56:03.265Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T15:56:03.218Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:56:03.221Z] > git config --add remote.origin.fetch +refs/pull/43689/head:refs/remotes/origin/PR-43689 # timeout=10 [2022-06-03T15:56:03.226Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:56:03.236Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:56:03.245Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:56:03.245Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:03.247Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:56:03.403Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:56:03.408Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:56:03.203Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:56:03.206Z] > git config --add remote.origin.fetch +refs/pull/43689/head:refs/remotes/origin/PR-43689 # timeout=10 [2022-06-03T15:56:03.214Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:56:03.220Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:56:03.227Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:56:03.227Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:03.228Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:56:03.407Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:56:03.419Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:56:03.521Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T15:56:03.521Z] [2022-06-03T15:56:03.521Z] Optional Features: [2022-06-03T15:56:03.521Z] - CONFIG_USER_NS: enabled [2022-06-03T15:56:03.521Z] - CONFIG_SECCOMP: enabled [2022-06-03T15:56:03.521Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T15:56:03.521Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T15:56:03.521Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T15:56:03.521Z] (cgroup swap accounting is currently enabled) [2022-06-03T15:56:03.521Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T15:56:03.521Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T15:56:03.521Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T15:56:03.521Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T15:56:03.521Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T15:56:03.521Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T15:56:03.521Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T15:56:03.521Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T15:56:03.521Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T15:56:03.521Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T15:56:03.521Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T15:56:03.521Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T15:56:03.521Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T15:56:03.521Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T15:56:03.521Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T15:56:03.521Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T15:56:03.521Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T15:56:03.521Z] - CONFIG_EXT4_FS: enabled [2022-06-03T15:56:03.521Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T15:56:03.521Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T15:56:03.521Z] - Network Drivers: [2022-06-03T15:56:03.521Z] - "overlay": [2022-06-03T15:56:03.521Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T15:56:03.521Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T15:56:03.521Z] Optional (for encrypted networks): [2022-06-03T15:56:03.777Z] - CONFIG_CRYPTO: enabled [2022-06-03T15:56:03.777Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T15:56:03.777Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T15:56:03.777Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T15:56:03.777Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T15:56:03.777Z] - CONFIG_XFRM: enabled [2022-06-03T15:56:03.777Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T15:56:03.777Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T15:56:03.777Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T15:56:03.777Z] - "ipvlan": [2022-06-03T15:56:03.777Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T15:56:03.777Z] - "macvlan": [2022-06-03T15:56:03.777Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T15:56:03.777Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T15:56:03.777Z] - "ftp,tftp client in container": [2022-06-03T15:56:03.777Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T15:56:03.777Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T15:56:03.777Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T15:56:03.777Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T15:56:03.777Z] - Storage Drivers: [2022-06-03T15:56:03.777Z] - "aufs": [2022-06-03T15:56:03.777Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T15:56:03.777Z] - "btrfs": [2022-06-03T15:56:03.777Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T15:56:03.777Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T15:56:03.777Z] - "devicemapper": [2022-06-03T15:56:03.777Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T15:56:03.777Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T15:56:03.777Z] - "overlay": [2022-06-03T15:56:03.777Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T15:56:03.777Z] - "zfs": [2022-06-03T15:56:03.777Z] - /dev/zfs: present [2022-06-03T15:56:03.777Z] - zfs command: missing [2022-06-03T15:56:03.777Z] - zpool command: missing [2022-06-03T15:56:03.777Z] [2022-06-03T15:56:03.777Z] Limits: [2022-06-03T15:56:03.777Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T15:56:03.777Z] [2022-06-03T15:56:03.777Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T15:56:03.973Z] Merge succeeded, producing b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:56:03.974Z] Checking out Revision b241e2008e50f2d8e045642d6fd511a1af9bb52b (PR-43689) [2022-06-03T15:56:04.002Z] Merge succeeded, producing b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:56:04.003Z] Checking out Revision b241e2008e50f2d8e045642d6fd511a1af9bb52b (PR-43689) [2022-06-03T15:56:04.117Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b . [2022-06-03T15:56:04.373Z] #1 [internal] load build definition from Dockerfile [2022-06-03T15:56:04.373Z] #1 sha256:029d0ac4a0114b0b184b5050fde0e23a077b11f15ddbcc04aec66de01087e97b [2022-06-03T15:56:04.373Z] #1 transferring dockerfile: 17.93kB 0.0s done [2022-06-03T15:56:04.373Z] #1 DONE 0.0s [2022-06-03T15:56:04.373Z] [2022-06-03T15:56:04.373Z] #2 [internal] load .dockerignore [2022-06-03T15:56:04.373Z] #2 sha256:38eb4c91c4373e3070dffddfa84d69e36962bad0fc2e5c1fcf4cdf9f236f2740 [2022-06-03T15:56:04.373Z] #2 transferring context: 145B done [2022-06-03T15:56:04.373Z] #2 DONE 0.0s [2022-06-03T15:56:04.373Z] [2022-06-03T15:56:04.373Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T15:56:04.373Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-03T15:56:04.373Z] #3 DONE 0.2s [2022-06-03T15:56:04.373Z] [2022-06-03T15:56:04.373Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T15:56:04.373Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-03T15:56:04.373Z] #4 CACHED [2022-06-03T15:56:04.583Z] Commit message: "daemon.NewDaemon(): fix network feature detection on first start" [2022-06-03T15:56:04.623Z] Commit message: "daemon.NewDaemon(): fix network feature detection on first start" [2022-06-03T15:56:04.629Z] [2022-06-03T15:56:04.629Z] #5 [internal] load build definition from Dockerfile [2022-06-03T15:56:04.629Z] #5 sha256:4b2b84a2b510f79219bb661e8d45a220b012b1d34f7c22c604f3dc219d3eaccf [2022-06-03T15:56:04.629Z] #5 DONE 0.0s [2022-06-03T15:56:04.629Z] [2022-06-03T15:56:04.629Z] #6 [internal] load .dockerignore [2022-06-03T15:56:04.629Z] #6 sha256:8159682f5f0e90688d48dfa19e4ae859ccc30f2117a86036768fcc4c67d44cfb [2022-06-03T15:56:04.629Z] #6 DONE 0.0s [2022-06-03T15:56:04.629Z] [2022-06-03T15:56:04.629Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T15:56:04.629Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-03T15:56:04.629Z] #7 DONE 0.1s [2022-06-03T15:56:04.629Z] [2022-06-03T15:56:04.629Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:04.629Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T15:56:04.695Z] #19 7.644 Fetched 49.0 MB in 7s (6872 kB/s) [2022-06-03T15:56:04.885Z] #10 DONE 0.1s [2022-06-03T15:56:04.885Z] [2022-06-03T15:56:04.885Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T15:56:04.885Z] #9 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-03T15:56:04.885Z] #9 DONE 0.1s [2022-06-03T15:56:04.885Z] [2022-06-03T15:56:04.885Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:04.885Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T15:56:04.885Z] #8 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2022-06-03T15:56:03.411Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:56:03.416Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:56:03.927Z] > git remote # timeout=10 [2022-06-03T15:56:03.942Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T15:56:03.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:03.950Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T15:56:03.962Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T15:56:03.977Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:56:03.979Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:56:05.141Z] [2022-06-03T15:56:05.141Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T15:56:05.141Z] #11 sha256:30564c5d2d2b7559ee285a8181edcf7f7a60cee3c30664cc59c3afac26a40651 [2022-06-03T15:56:05.141Z] #11 DONE 0.0s [2022-06-03T15:56:05.141Z] [2022-06-03T15:56:05.141Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:05.141Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T15:56:05.141Z] #73 DONE 0.0s [2022-06-03T15:56:05.141Z] [2022-06-03T15:56:05.141Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:05.141Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T15:56:05.141Z] #71 DONE 0.0s [2022-06-03T15:56:05.141Z] [2022-06-03T15:56:05.141Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T15:56:05.141Z] #28 sha256:9102157671b3104ca121d5c382a6ea755fd191d2d0d9235b3ccd435febac3c72 [2022-06-03T15:56:05.141Z] #28 DONE 0.0s [2022-06-03T15:56:05.141Z] [2022-06-03T15:56:05.141Z] #24 [internal] load build context [2022-06-03T15:56:05.141Z] #24 sha256:9bfa1c9613375af8c09f84950fc88dea5d527a25d64e750c0dc824c35247ceeb [2022-06-03T15:56:03.980Z] > git remote # timeout=10 [2022-06-03T15:56:03.986Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T15:56:03.988Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:03.989Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T15:56:03.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T15:56:04.005Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:56:04.008Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:56:05.278Z] + docker version [2022-06-03T15:56:05.278Z] Client: Docker Engine - Community [2022-06-03T15:56:05.278Z] Version: 20.10.14 [2022-06-03T15:56:05.278Z] API version: 1.41 [2022-06-03T15:56:05.278Z] Go version: go1.16.15 [2022-06-03T15:56:05.278Z] Git commit: a224086 [2022-06-03T15:56:05.278Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T15:56:05.278Z] OS/Arch: linux/amd64 [2022-06-03T15:56:05.278Z] Context: default [2022-06-03T15:56:05.278Z] Experimental: true [2022-06-03T15:56:05.278Z] [2022-06-03T15:56:05.278Z] Server: Docker Engine - Community [2022-06-03T15:56:05.278Z] Engine: [2022-06-03T15:56:05.278Z] Version: 20.10.14 [2022-06-03T15:56:05.278Z] API version: 1.41 (minimum version 1.12) [2022-06-03T15:56:05.278Z] Go version: go1.16.15 [2022-06-03T15:56:05.278Z] Git commit: 87a90dc [2022-06-03T15:56:05.278Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T15:56:05.278Z] OS/Arch: linux/amd64 [2022-06-03T15:56:05.278Z] Experimental: true [2022-06-03T15:56:05.278Z] containerd: [2022-06-03T15:56:05.278Z] Version: 1.5.11 [2022-06-03T15:56:05.278Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:05.278Z] runc: [2022-06-03T15:56:05.278Z] Version: 1.0.3 [2022-06-03T15:56:05.278Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T15:56:05.278Z] docker-init: [2022-06-03T15:56:05.278Z] Version: 0.19.0 [2022-06-03T15:56:05.278Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T15:56:05.309Z] + docker version [2022-06-03T15:56:05.309Z] Client: Docker Engine - Community [2022-06-03T15:56:05.309Z] Version: 20.10.14 [2022-06-03T15:56:05.309Z] API version: 1.41 [2022-06-03T15:56:05.309Z] Go version: go1.16.15 [2022-06-03T15:56:05.309Z] Git commit: a224086 [2022-06-03T15:56:05.309Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-03T15:56:05.309Z] OS/Arch: linux/amd64 [2022-06-03T15:56:05.309Z] Context: default [2022-06-03T15:56:05.309Z] Experimental: true [2022-06-03T15:56:05.309Z] [2022-06-03T15:56:05.309Z] Server: Docker Engine - Community [2022-06-03T15:56:05.309Z] Engine: [2022-06-03T15:56:05.309Z] Version: 20.10.14 [2022-06-03T15:56:05.309Z] API version: 1.41 (minimum version 1.12) [2022-06-03T15:56:05.309Z] Go version: go1.16.15 [2022-06-03T15:56:05.309Z] Git commit: 87a90dc [2022-06-03T15:56:05.309Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-03T15:56:05.309Z] OS/Arch: linux/amd64 [2022-06-03T15:56:05.309Z] Experimental: true [2022-06-03T15:56:05.309Z] containerd: [2022-06-03T15:56:05.309Z] Version: 1.5.11 [2022-06-03T15:56:05.309Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:05.309Z] runc: [2022-06-03T15:56:05.309Z] Version: 1.0.3 [2022-06-03T15:56:05.309Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T15:56:05.309Z] docker-init: [2022-06-03T15:56:05.309Z] Version: 0.19.0 [2022-06-03T15:56:05.309Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T15:56:05.554Z] + docker info [2022-06-03T15:56:05.588Z] + docker info [2022-06-03T15:56:06.485Z] Client: [2022-06-03T15:56:06.485Z] Context: default [2022-06-03T15:56:06.485Z] Debug Mode: false [2022-06-03T15:56:06.485Z] Plugins: [2022-06-03T15:56:06.485Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T15:56:06.485Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T15:56:06.485Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T15:56:06.485Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T15:56:06.485Z] [2022-06-03T15:56:06.485Z] Server: [2022-06-03T15:56:06.485Z] Containers: 0 [2022-06-03T15:56:06.485Z] Running: 0 [2022-06-03T15:56:06.485Z] Paused: 0 [2022-06-03T15:56:06.485Z] Stopped: 0 [2022-06-03T15:56:06.485Z] Images: 3 [2022-06-03T15:56:06.485Z] Server Version: 20.10.14 [2022-06-03T15:56:06.485Z] Storage Driver: overlay2 [2022-06-03T15:56:06.485Z] Backing Filesystem: extfs [2022-06-03T15:56:06.485Z] Supports d_type: true [2022-06-03T15:56:06.485Z] Native Overlay Diff: true [2022-06-03T15:56:06.485Z] userxattr: false [2022-06-03T15:56:06.485Z] Logging Driver: json-file [2022-06-03T15:56:06.485Z] Cgroup Driver: cgroupfs [2022-06-03T15:56:06.485Z] Cgroup Version: 1 [2022-06-03T15:56:06.485Z] Plugins: [2022-06-03T15:56:06.485Z] Volume: local [2022-06-03T15:56:06.485Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T15:56:06.485Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T15:56:06.485Z] Swarm: inactive [2022-06-03T15:56:06.485Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T15:56:06.485Z] Default Runtime: runc [2022-06-03T15:56:06.485Z] Init Binary: docker-init [2022-06-03T15:56:06.485Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:06.485Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T15:56:06.485Z] init version: de40ad0 [2022-06-03T15:56:06.485Z] Security Options: [2022-06-03T15:56:06.485Z] apparmor [2022-06-03T15:56:06.485Z] seccomp [2022-06-03T15:56:06.485Z] Profile: default [2022-06-03T15:56:06.485Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T15:56:06.485Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T15:56:06.485Z] OSType: linux [2022-06-03T15:56:06.485Z] Architecture: x86_64 [2022-06-03T15:56:06.485Z] CPUs: 2 [2022-06-03T15:56:06.485Z] Total Memory: 7.565GiB [2022-06-03T15:56:06.485Z] Name: ip-10-100-101-232 [2022-06-03T15:56:06.485Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T15:56:06.485Z] Docker Root Dir: /var/lib/docker [2022-06-03T15:56:06.485Z] Debug Mode: false [2022-06-03T15:56:06.485Z] Registry: https://index.docker.io/v1/ [2022-06-03T15:56:06.485Z] Labels: [2022-06-03T15:56:06.485Z] Experimental: true [2022-06-03T15:56:06.485Z] Insecure Registries: [2022-06-03T15:56:06.485Z] 127.0.0.0/8 [2022-06-03T15:56:06.485Z] Live Restore Enabled: true [2022-06-03T15:56:06.485Z] [2022-06-03T15:56:06.485Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T15:56:06.520Z] Client: [2022-06-03T15:56:06.520Z] Context: default [2022-06-03T15:56:06.520Z] Debug Mode: false [2022-06-03T15:56:06.520Z] Plugins: [2022-06-03T15:56:06.520Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T15:56:06.520Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T15:56:06.520Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T15:56:06.520Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T15:56:06.520Z] [2022-06-03T15:56:06.520Z] Server: [2022-06-03T15:56:06.520Z] Containers: 0 [2022-06-03T15:56:06.520Z] Running: 0 [2022-06-03T15:56:06.520Z] Paused: 0 [2022-06-03T15:56:06.520Z] Stopped: 0 [2022-06-03T15:56:06.520Z] Images: 2 [2022-06-03T15:56:06.520Z] Server Version: 20.10.14 [2022-06-03T15:56:06.520Z] Storage Driver: overlay2 [2022-06-03T15:56:06.520Z] Backing Filesystem: extfs [2022-06-03T15:56:06.520Z] Supports d_type: true [2022-06-03T15:56:06.520Z] Native Overlay Diff: true [2022-06-03T15:56:06.520Z] userxattr: false [2022-06-03T15:56:06.520Z] Logging Driver: json-file [2022-06-03T15:56:06.520Z] Cgroup Driver: systemd [2022-06-03T15:56:06.520Z] Cgroup Version: 2 [2022-06-03T15:56:06.520Z] Plugins: [2022-06-03T15:56:06.520Z] Volume: local [2022-06-03T15:56:06.520Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T15:56:06.520Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T15:56:06.520Z] Swarm: inactive [2022-06-03T15:56:06.520Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T15:56:06.520Z] Default Runtime: runc [2022-06-03T15:56:06.520Z] Init Binary: docker-init [2022-06-03T15:56:06.520Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:06.520Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T15:56:06.520Z] init version: de40ad0 [2022-06-03T15:56:06.520Z] Security Options: [2022-06-03T15:56:06.520Z] apparmor [2022-06-03T15:56:06.520Z] seccomp [2022-06-03T15:56:06.520Z] Profile: default [2022-06-03T15:56:06.520Z] cgroupns [2022-06-03T15:56:06.520Z] Kernel Version: 5.13.0-1021-aws [2022-06-03T15:56:06.520Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-03T15:56:06.520Z] OSType: linux [2022-06-03T15:56:06.520Z] Architecture: x86_64 [2022-06-03T15:56:06.520Z] CPUs: 2 [2022-06-03T15:56:06.520Z] Total Memory: 7.559GiB [2022-06-03T15:56:06.520Z] Name: ip-10-100-110-155 [2022-06-03T15:56:06.520Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-03T15:56:06.520Z] Docker Root Dir: /var/lib/docker [2022-06-03T15:56:06.520Z] Debug Mode: false [2022-06-03T15:56:06.520Z] Registry: https://index.docker.io/v1/ [2022-06-03T15:56:06.520Z] Labels: [2022-06-03T15:56:06.520Z] Experimental: true [2022-06-03T15:56:06.520Z] Insecure Registries: [2022-06-03T15:56:06.520Z] 127.0.0.0/8 [2022-06-03T15:56:06.520Z] Live Restore Enabled: true [2022-06-03T15:56:06.520Z] [2022-06-03T15:56:06.526Z] #24 transferring context: 61.15MB 1.1s done [2022-06-03T15:56:06.526Z] #24 DONE 1.3s [2022-06-03T15:56:06.526Z] [2022-06-03T15:56:06.526Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T15:56:06.526Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T15:56:06.586Z] #19 7.644 Reading package lists... [2022-06-03T15:56:06.764Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:56:06.764Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:56:06.764Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43689/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T15:56:06.764Z] + bash /home/ubuntu/workspace/moby_PR-43689/check-config.sh [2022-06-03T15:56:06.764Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T15:56:06.764Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T15:56:06.764Z] [2022-06-03T15:56:06.764Z] Generally Necessary: [2022-06-03T15:56:06.764Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T15:56:06.764Z] - apparmor: enabled and tools installed [2022-06-03T15:56:06.764Z] - CONFIG_NAMESPACES: enabled [2022-06-03T15:56:06.764Z] - CONFIG_NET_NS: enabled [2022-06-03T15:56:06.764Z] - CONFIG_PID_NS: enabled [2022-06-03T15:56:06.764Z] - CONFIG_IPC_NS: enabled [2022-06-03T15:56:06.764Z] - CONFIG_UTS_NS: enabled [2022-06-03T15:56:06.764Z] - CONFIG_CGROUPS: enabled [2022-06-03T15:56:06.764Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T15:56:06.764Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T15:56:06.764Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T15:56:06.764Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T15:56:06.764Z] - CONFIG_CPUSETS: enabled [2022-06-03T15:56:06.764Z] - CONFIG_MEMCG: enabled [2022-06-03T15:56:06.764Z] - CONFIG_KEYS: enabled [2022-06-03T15:56:06.764Z] - CONFIG_VETH: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T15:56:06.764Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T15:56:06.764Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T15:56:06.764Z] [2022-06-03T15:56:06.764Z] Optional Features: [2022-06-03T15:56:06.764Z] - CONFIG_USER_NS: enabled [2022-06-03T15:56:06.840Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b . [2022-06-03T15:56:07.022Z] - CONFIG_SECCOMP: enabled [2022-06-03T15:56:07.022Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T15:56:07.022Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T15:56:07.022Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T15:56:07.022Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T15:56:07.022Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T15:56:07.022Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T15:56:07.022Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T15:56:07.022Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T15:56:07.022Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T15:56:07.022Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T15:56:07.022Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T15:56:07.022Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T15:56:07.022Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T15:56:07.022Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T15:56:07.022Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T15:56:07.022Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T15:56:07.022Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T15:56:07.022Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T15:56:07.022Z] - CONFIG_EXT4_FS: enabled [2022-06-03T15:56:07.022Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T15:56:07.022Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T15:56:07.022Z] - Network Drivers: [2022-06-03T15:56:07.022Z] - "overlay": [2022-06-03T15:56:07.022Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T15:56:07.022Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T15:56:07.022Z] Optional (for encrypted networks): [2022-06-03T15:56:07.022Z] - CONFIG_CRYPTO: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T15:56:07.022Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T15:56:07.022Z] - CONFIG_XFRM: enabled [2022-06-03T15:56:07.022Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T15:56:07.022Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T15:56:07.022Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T15:56:07.022Z] - "ipvlan": [2022-06-03T15:56:07.087Z] #49 DONE 2.1s [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-03T15:56:07.087Z] #22 sha256:26137475dac873686777bd0156314dca208fc7d33375079d71d14c3dcb30c35d [2022-06-03T15:56:07.087Z] #22 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T15:56:07.087Z] #70 sha256:fc27afeca8c3821363bc13dde213f5a8b3ecc1b9777471d2318017098b2e1f46 [2022-06-03T15:56:07.087Z] #70 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #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-06-03T15:56:07.087Z] #40 sha256:c7a88c1aabd91b69189224bb190538b794c7b0f4e17523ad00af717c94d7f8ef [2022-06-03T15:56:07.087Z] #40 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T15:56:07.087Z] #66 sha256:8897f06feeee7ffea91676f9cdd2c27cab925f1237ea6af780f6dd3ed3614984 [2022-06-03T15:56:07.087Z] #66 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #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-06-03T15:56:07.087Z] #51 sha256:1d389122566fae2a2d9dd5978cf955dae964eb9c42a4c4041be573a98d50da27 [2022-06-03T15:56:07.087Z] #51 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T15:56:07.087Z] #18 sha256:32147efc18b97cb38e67e362da5e7aa543d5c3bbcfbf8b635b9d67a9ab21554d [2022-06-03T15:56:07.087Z] #18 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T15:56:07.087Z] #63 sha256:5d36aea47dbb7299ec17a91c6a28d8db772a461ffff9833fdffc6940ba2dea0a [2022-06-03T15:56:07.087Z] #63 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T15:56:07.087Z] #30 sha256:10df5a4520bf82ae0a66dfec35f818c1485575aeb89796c2ff6537358a5f91bd [2022-06-03T15:56:07.087Z] #30 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #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-06-03T15:56:07.087Z] #34 sha256:3c43bfa515a78ed00ea24c9365d971d93e439163e3ab4e428cfd764352468242 [2022-06-03T15:56:07.087Z] #34 CACHED [2022-06-03T15:56:07.087Z] [2022-06-03T15:56:07.087Z] #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-06-03T15:56:07.088Z] #44 sha256:430a747d99f0b6d27b072fddf56c7f79be7a6b653df8875a870083222cd389f0 [2022-06-03T15:56:07.088Z] #44 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #31 sha256:91f66c7a067645ebb0217bb1f289c5aa947c2fcb971f5f269d790ce82d45aae9 [2022-06-03T15:56:07.088Z] #31 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T15:56:07.088Z] #17 sha256:902d59c12c3b47ba971c39a2715f225d35e995ad6b1b630db81848eb08ee28b2 [2022-06-03T15:56:07.088Z] #17 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #26 sha256:24416c96542ecabaeacd460ec2d69e572674d9b2470e673b5bc2085ae25b0435 [2022-06-03T15:56:07.088Z] #26 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T15:56:07.088Z] #32 sha256:6748f0907ee1fa336211c4b2d4217c043ec601695f6337b2471aff69b92cb2bc [2022-06-03T15:56:07.088Z] #32 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T15:56:07.088Z] #21 sha256:f28f22170425c3c4a9ced5a3fb4848711fccb5bc9031664614a5ffa5eb240a8c [2022-06-03T15:56:07.088Z] #21 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T15:56:07.088Z] #16 sha256:0b156d60dd89b190a97e193b9f66ea1e035363b8d40a4900bf74673dcab237d4 [2022-06-03T15:56:07.088Z] #16 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #57 sha256:3a0add81e7a532a24172c9a09b23d57c69d6cb635b415f52c0ac18911e8ddbf6 [2022-06-03T15:56:07.088Z] #57 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T15:56:07.088Z] #19 sha256:a6a7bc4db83cbfe93c217233b9f5013a9e36cff56cfbd0297130c0f77493bf8d [2022-06-03T15:56:07.088Z] #19 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #37 sha256:241cd14cc63fe22d8aa4450c9cd0464c7095500fd3fa35fd506253504b761c50 [2022-06-03T15:56:07.088Z] #37 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T15:56:07.088Z] #23 sha256:88254d14ddb90aa4c0cca30b66e3966710f4b7f4a492f4f9ef657a1c3e17af57 [2022-06-03T15:56:07.088Z] #23 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #45 sha256:ce26541c8704f76eaf07994406d3ffbadf681cdfd9eea23564f3165aefc1b7b9 [2022-06-03T15:56:07.088Z] #45 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T15:56:07.088Z] #46 sha256:cacbf2cfa4ab13dff562c28782e871e97f9ff85babc531eb8d72b550b2a830c2 [2022-06-03T15:56:07.088Z] #46 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #41 sha256:54416883238cebafc01bd4dd715abaac0d6355d460ea68465f22cf8b7ee51bbd [2022-06-03T15:56:07.088Z] #41 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #53 sha256:d07cffcf8f7d044b6a95e2196b2b637c7d54e445a3accc0c661cc0a3da698199 [2022-06-03T15:56:07.088Z] #53 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #14 sha256:64a34c3338f4a426c4e1f1650e34612d46d576d176655205ff60dad9bbdcf109 [2022-06-03T15:56:07.088Z] #14 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T15:56:07.088Z] #55 sha256:ff03d967530d823701d37535bc10579b7c1b477c5d569fe662db388931afb2f3 [2022-06-03T15:56:07.088Z] #55 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #47 sha256:f07fa1b2b652023669769ccd2e573b51e16473d32c1a0fba5ef4c3aa72860c2e [2022-06-03T15:56:07.088Z] #47 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T15:56:07.088Z] #68 sha256:56ba07ba5627d40983b927e1d11e74355aebbe86f26a62eecf4678cc46a36f9c [2022-06-03T15:56:07.088Z] #68 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #39 sha256:966870b33b10f5d2d6818d36c2e765ad7726001e704e5aa9ea4815901c5b53dc [2022-06-03T15:56:07.088Z] #39 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T15:56:07.088Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-03T15:56:07.088Z] #72 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #67 sha256:135a701e61415b4ea6f7db80a7d6b259ae95a2d5120c98d386c48c61bdaf8fc9 [2022-06-03T15:56:07.088Z] #67 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T15:56:07.088Z] #59 sha256:6e45f1a080b2c0f182b913f3e8399bc7f08a85dcee80275308e5e04fe6e30982 [2022-06-03T15:56:07.088Z] #59 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T15:56:07.088Z] #27 sha256:f34735d880ee62cdac9e3728662a0b9227c4799259f8bdf89ded558d0c5bda1d [2022-06-03T15:56:07.088Z] #27 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #35 sha256:304224588f2a4424a773a3b7231d13812cf5caa5a8d928dc20dc93fe6092ae06 [2022-06-03T15:56:07.088Z] #35 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T15:56:07.088Z] #33 sha256:ca884a2f8afbbc4349ad089dd6ac0c836f904bcb6c733add7f628d7833378c9c [2022-06-03T15:56:07.088Z] #33 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #29 sha256:f84be1d2430621ebb6a229c0b526ce342fba3252136edcac4c1f7699c0f94087 [2022-06-03T15:56:07.088Z] #29 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T15:56:07.088Z] #15 sha256:14cafee787eaaddca7f2d68ce86c54a21dfd22c31b798287e3ac7a1943db8f02 [2022-06-03T15:56:07.088Z] #15 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-03T15:56:07.088Z] #36 sha256:1efe022a8eeedfe9049be83b8adea254e4041fc304ae1cec832ddf7d2374993c [2022-06-03T15:56:07.088Z] #36 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T15:56:07.088Z] #12 sha256:54b314417559edbcdea5659c3b7136c8c3478f2f0e8096325afc4bd620cdae4f [2022-06-03T15:56:07.088Z] #12 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T15:56:07.088Z] #20 sha256:49fdde9317fbdafe2d403e2c721d720e6ad35a512638523e7ae3c49237660b11 [2022-06-03T15:56:07.088Z] #20 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T15:56:07.088Z] #43 sha256:83f3eeaf23a002836aae2ff10c5ed8fecef075df125e3e08736ee2d1f04af3b3 [2022-06-03T15:56:07.088Z] #43 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T15:56:07.088Z] #69 sha256:ea15625e991820fb266462288032dda1c1dc7028df77e414e9d1d641e12d59d1 [2022-06-03T15:56:07.088Z] #69 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #65 sha256:edc392d834adcad51fb04a090e534c25c4b1ce34eef20291be432c995fd1e8bc [2022-06-03T15:56:07.088Z] #65 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #13 sha256:5d780856290c42c0e8530631e54379e4e8b15891a237aafc9f65ee88ded8c44b [2022-06-03T15:56:07.088Z] #13 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #60 sha256:550654b2413c1a590421a95a28badf3ca7f461a6b41a237744a92c85874564db [2022-06-03T15:56:07.088Z] #60 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #50 sha256:09d3390f173ffd2393382e684a37165de6586e9a40139587235f6dc12aae5495 [2022-06-03T15:56:07.088Z] #50 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #56 sha256:39b04cb246e48418ecb5e69e5833b9d4aa4a37a1de6959ab8e57c2ea98aa190b [2022-06-03T15:56:07.088Z] #56 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #58 sha256:5b2bcfbd3861f99534dcf7eb7a68b975bc083c0f54637974c08b841e7dbb846b [2022-06-03T15:56:07.088Z] #58 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #52 sha256:909f17851119d5cecc0fe167f3c8766f8c8daefd4de984758240b380a173ea32 [2022-06-03T15:56:07.088Z] #52 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T15:56:07.088Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-03T15:56:07.088Z] #74 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #64 sha256:85a9444b7b435be5fc4f38180fbfc1576b994dfa4279b642923e9b7b0d399547 [2022-06-03T15:56:07.088Z] #64 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #75 sha256:f80f2e97045b96349796306ed0b6544203cf59908510bbae5ebd6e4ba6efe844 [2022-06-03T15:56:07.088Z] #75 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #48 sha256:fbb7232fb68a60a0b2c20ecb75a731533ae57e23e70c00c631ee3fb82c55bf73 [2022-06-03T15:56:07.088Z] #48 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #54 sha256:652946149f2daed4ab280f1fe814e47172f08e77865060f75fcd84a086fdf8e8 [2022-06-03T15:56:07.088Z] #54 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #38 sha256:36c2abfbc367b926b7beaa7d05324d69cdb05bcb3721475bdee763182b4299a8 [2022-06-03T15:56:07.088Z] #38 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T15:56:07.088Z] #25 sha256:034ae4156b65310661b42bab58ba77755ef74e4da8951d202cd810cec337ea10 [2022-06-03T15:56:07.088Z] #25 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #62 sha256:94c655776b196507b25063ab13a14c19581a40c1e5e3359d2be06fa2b77bf3c4 [2022-06-03T15:56:07.088Z] #62 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T15:56:07.088Z] #61 sha256:d4f94ce5c0e0885118ca452eefb7dab7d3fc46878ebd3d7cd16df8ec5d02b717 [2022-06-03T15:56:07.088Z] #61 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #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-06-03T15:56:07.088Z] #42 sha256:4efffb26aae31fc69d654553c9d0d97e78c77a362bca025516fde1e45b55c9e0 [2022-06-03T15:56:07.088Z] #42 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T15:56:07.088Z] #76 sha256:4f853a11d6dc6969b81d786737a84e0a48ac96802eb46a3308610d41f0750b81 [2022-06-03T15:56:07.088Z] #76 CACHED [2022-06-03T15:56:07.088Z] [2022-06-03T15:56:07.088Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T15:56:07.088Z] #77 sha256:03d885f1e6b6f82d5a48fdeaaa43ada2dff0696d43fdf3eb1038488746420781 [2022-06-03T15:56:07.112Z] #1 [internal] load build definition from Dockerfile [2022-06-03T15:56:07.112Z] #1 sha256:74ea1655667d8b07e0e85f0dddf4fd3b81f2dc0a1ae8e0d58773a5206d9918a5 [2022-06-03T15:56:07.112Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T15:56:07.112Z] #1 DONE 0.0s [2022-06-03T15:56:07.112Z] [2022-06-03T15:56:07.112Z] #2 [internal] load .dockerignore [2022-06-03T15:56:07.112Z] #2 sha256:5839264e1f61ba7ac7ee2f45ca860bcf72c9fb352e364edc6af878a6f3f0dd26 [2022-06-03T15:56:07.112Z] #2 transferring context: 145B done [2022-06-03T15:56:07.112Z] #2 DONE 0.0s [2022-06-03T15:56:07.112Z] [2022-06-03T15:56:07.112Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T15:56:07.112Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T15:56:07.112Z] #3 DONE 0.1s [2022-06-03T15:56:07.112Z] [2022-06-03T15:56:07.112Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T15:56:07.112Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T15:56:07.112Z] #4 CACHED [2022-06-03T15:56:07.279Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T15:56:07.279Z] - "macvlan": [2022-06-03T15:56:07.279Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T15:56:07.279Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T15:56:07.279Z] - "ftp,tftp client in container": [2022-06-03T15:56:07.279Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T15:56:07.279Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T15:56:07.279Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T15:56:07.279Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T15:56:07.279Z] - Storage Drivers: [2022-06-03T15:56:07.279Z] - "aufs": [2022-06-03T15:56:07.279Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T15:56:07.279Z] - "btrfs": [2022-06-03T15:56:07.279Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T15:56:07.279Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T15:56:07.279Z] - "devicemapper": [2022-06-03T15:56:07.279Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T15:56:07.279Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T15:56:07.279Z] - "overlay": [2022-06-03T15:56:07.279Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T15:56:07.279Z] - "zfs": [2022-06-03T15:56:07.279Z] - /dev/zfs: present [2022-06-03T15:56:07.279Z] - zfs command: missing [2022-06-03T15:56:07.279Z] - zpool command: missing [2022-06-03T15:56:07.279Z] [2022-06-03T15:56:07.279Z] Limits: [2022-06-03T15:56:07.279Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T15:56:07.279Z] [2022-06-03T15:56:07.279Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T15:56:07.370Z] [2022-06-03T15:56:07.370Z] #6 [internal] load .dockerignore [2022-06-03T15:56:07.370Z] #6 sha256:a8d7ac8494c2557951e2278e50d29161ebd8a81df6c9be939daf3a076fde015e [2022-06-03T15:56:07.370Z] #6 DONE 0.0s [2022-06-03T15:56:07.370Z] [2022-06-03T15:56:07.370Z] #5 [internal] load build definition from Dockerfile [2022-06-03T15:56:07.370Z] #5 sha256:5835c05507e9f2104708b3f9412fa35a0ca13025ffe567361c99ebd5fa3dab64 [2022-06-03T15:56:07.370Z] #5 DONE 0.0s [2022-06-03T15:56:07.370Z] [2022-06-03T15:56:07.370Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T15:56:07.370Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T15:56:07.605Z] + sudo modprobe ip_vs [2022-06-03T15:56:07.605Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b . [2022-06-03T15:56:07.627Z] #10 DONE 0.1s [2022-06-03T15:56:07.627Z] [2022-06-03T15:56:07.627Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:07.627Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T15:56:07.627Z] #8 DONE 0.1s [2022-06-03T15:56:07.627Z] [2022-06-03T15:56:07.627Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T15:56:07.627Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T15:56:07.627Z] #7 DONE 0.1s [2022-06-03T15:56:07.627Z] [2022-06-03T15:56:07.627Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:07.627Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T15:56:07.627Z] #9 DONE 0.1s [2022-06-03T15:56:07.627Z] [2022-06-03T15:56:07.627Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:07.627Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T15:56:07.627Z] #73 DONE 0.0s [2022-06-03T15:56:07.627Z] [2022-06-03T15:56:07.627Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:07.627Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T15:56:07.627Z] #71 DONE 0.0s [2022-06-03T15:56:07.627Z] [2022-06-03T15:56:07.627Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T15:56:07.627Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T15:56:07.627Z] #11 DONE 0.0s [2022-06-03T15:56:07.627Z] [2022-06-03T15:56:07.627Z] #24 [internal] load build context [2022-06-03T15:56:07.627Z] #24 sha256:0f0ea19cd1d1fa574af053daf9f10a0901f55ecbabcf43012dcb83671e1fa77b [2022-06-03T15:56:07.862Z] #1 [internal] load build definition from Dockerfile [2022-06-03T15:56:07.862Z] #1 sha256:ca4d847d6ce2cf47ceda024c7ef565f33bad706504c8d131ee353eacf7be2ae3 [2022-06-03T15:56:07.862Z] #1 transferring dockerfile: 17.93kB done [2022-06-03T15:56:07.862Z] #1 DONE 0.0s [2022-06-03T15:56:07.862Z] [2022-06-03T15:56:07.862Z] #2 [internal] load .dockerignore [2022-06-03T15:56:07.862Z] #2 sha256:43a4e34d3c886628dc1cb7d3781b3935f2245c3b15ea3f99c667864960f2f276 [2022-06-03T15:56:07.862Z] #2 transferring context: 145B done [2022-06-03T15:56:07.862Z] #2 DONE 0.0s [2022-06-03T15:56:07.862Z] [2022-06-03T15:56:07.862Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T15:56:07.862Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T15:56:07.862Z] #3 DONE 0.1s [2022-06-03T15:56:07.862Z] [2022-06-03T15:56:07.862Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T15:56:07.862Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T15:56:07.862Z] #4 CACHED [2022-06-03T15:56:07.885Z] #24 ... [2022-06-03T15:56:07.885Z] [2022-06-03T15:56:07.885Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T15:56:07.885Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T15:56:07.885Z] #28 DONE 0.0s [2022-06-03T15:56:07.885Z] [2022-06-03T15:56:07.885Z] #24 [internal] load build context [2022-06-03T15:56:07.885Z] #24 sha256:0f0ea19cd1d1fa574af053daf9f10a0901f55ecbabcf43012dcb83671e1fa77b [2022-06-03T15:56:08.017Z] #77 DONE 1.0s [2022-06-03T15:56:08.120Z] [2022-06-03T15:56:08.120Z] #6 [internal] load build definition from Dockerfile [2022-06-03T15:56:08.120Z] #6 sha256:1f5ef83a34c53d991ae1da31f4dfe10defd4878b5a92af83ac3067541544fcf6 [2022-06-03T15:56:08.120Z] #6 DONE 0.0s [2022-06-03T15:56:08.120Z] [2022-06-03T15:56:08.120Z] #5 [internal] load .dockerignore [2022-06-03T15:56:08.120Z] #5 sha256:64e1374642a67885f40b8e18fcd4a85dd3e5c0c9a85f9ffbeb7c66b24699b128 [2022-06-03T15:56:08.120Z] #5 DONE 0.0s [2022-06-03T15:56:08.120Z] [2022-06-03T15:56:08.120Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:08.120Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T15:56:08.120Z] #9 DONE 0.1s [2022-06-03T15:56:08.120Z] [2022-06-03T15:56:08.120Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T15:56:08.120Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T15:56:08.274Z] [2022-06-03T15:56:08.274Z] #78 exporting to image [2022-06-03T15:56:08.274Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T15:56:08.274Z] #78 exporting layers [2022-06-03T15:56:08.377Z] #10 DONE 0.1s [2022-06-03T15:56:08.377Z] [2022-06-03T15:56:08.377Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T15:56:08.377Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T15:56:08.377Z] #7 DONE 0.1s [2022-06-03T15:56:08.377Z] [2022-06-03T15:56:08.377Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:08.377Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T15:56:08.377Z] #8 DONE 0.1s [2022-06-03T15:56:08.644Z] [2022-06-03T15:56:08.644Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:08.644Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T15:56:08.644Z] #73 DONE 0.0s [2022-06-03T15:56:08.644Z] [2022-06-03T15:56:08.644Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:08.644Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T15:56:08.644Z] #71 DONE 0.0s [2022-06-03T15:56:08.644Z] [2022-06-03T15:56:08.644Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T15:56:08.644Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T15:56:08.644Z] #11 DONE 0.0s [2022-06-03T15:56:08.644Z] [2022-06-03T15:56:08.644Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T15:56:08.644Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T15:56:08.644Z] #28 DONE 0.0s [2022-06-03T15:56:08.644Z] [2022-06-03T15:56:08.644Z] #24 [internal] load build context [2022-06-03T15:56:08.644Z] #24 sha256:d52197e315f045f19c32c5c8c3b05dd88f9c088f6a05655bd6cd35e60f4e3461 [2022-06-03T15:56:08.832Z] #24 ... [2022-06-03T15:56:08.832Z] [2022-06-03T15:56:08.832Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T15:56:08.832Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T15:56:08.832Z] #49 DONE 0.8s [2022-06-03T15:56:08.832Z] [2022-06-03T15:56:08.832Z] #24 [internal] load build context [2022-06-03T15:56:08.832Z] #24 sha256:0f0ea19cd1d1fa574af053daf9f10a0901f55ecbabcf43012dcb83671e1fa77b [2022-06-03T15:56:09.205Z] #78 exporting layers 0.9s done [2022-06-03T15:56:09.205Z] #78 writing image sha256:69ac5c17ab8925a756269849444b051539378d8406ed848a4ab1066bd79618ea done [2022-06-03T15:56:09.205Z] #78 naming to docker.io/library/docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b done [2022-06-03T15:56:09.205Z] #78 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-03T15:56:09.520Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-03T15:56:09.577Z] #24 ... [2022-06-03T15:56:09.577Z] [2022-06-03T15:56:09.577Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T15:56:09.577Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T15:56:09.577Z] #49 DONE 1.0s [2022-06-03T15:56:09.577Z] [2022-06-03T15:56:09.577Z] #24 [internal] load build context [2022-06-03T15:56:09.577Z] #24 sha256:d52197e315f045f19c32c5c8c3b05dd88f9c088f6a05655bd6cd35e60f4e3461 [2022-06-03T15:56:09.767Z] #24 transferring context: 61.14MB 1.9s done [2022-06-03T15:56:09.767Z] #24 DONE 2.0s [2022-06-03T15:56:09.767Z] [2022-06-03T15:56:09.767Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T15:56:09.767Z] #66 sha256:66752d2a3a9dcc70bab5b97a60aa2aee862ed663761a993ea0e1003af26f8422 [2022-06-03T15:56:09.767Z] #66 CACHED [2022-06-03T15:56:09.767Z] [2022-06-03T15:56:09.767Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T15:56:09.767Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T15:56:09.767Z] #46 CACHED [2022-06-03T15:56:09.767Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T15:56:09.768Z] #51 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #54 sha256:8410f0fe2a8257b089f214b9b264d68a9f2317a8b4d7ec6b0a9b6fef2da5d3f2 [2022-06-03T15:56:09.768Z] #54 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T15:56:09.768Z] #34 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-03T15:56:09.768Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T15:56:09.768Z] #36 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T15:56:09.768Z] #30 sha256:8e550cb244317fc8a1abf986cb4e7d7b413446e2876658b3163957eec9c23cc2 [2022-06-03T15:56:09.768Z] #30 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T15:56:09.768Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T15:56:09.768Z] #21 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #52 sha256:9a8cac8e9f1b852d752bc0cf0c9d02edad73abd636256e90d8d00c161519a2d5 [2022-06-03T15:56:09.768Z] #52 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T15:56:09.768Z] #53 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T15:56:09.768Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T15:56:09.768Z] #12 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T15:56:09.768Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T15:56:09.768Z] #23 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #60 sha256:9453b71e07398fcbc1ee8e597ce7eba40b19ec47a75f4db40a91345672ad7a76 [2022-06-03T15:56:09.768Z] #60 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T15:56:09.768Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T15:56:09.768Z] #20 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T15:56:09.768Z] #25 sha256:8863e68d85ea5cd97378f921eb779b0bbb5cc09138171b18b9e2f0afff412559 [2022-06-03T15:56:09.768Z] #25 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T15:56:09.768Z] #68 sha256:afd9742400577b7cf759b90e01f3471d5c86e0eec660cc5387ef9e34101a1f54 [2022-06-03T15:56:09.768Z] #68 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T15:56:09.768Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T15:56:09.768Z] #19 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T15:56:09.768Z] #13 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T15:56:09.768Z] #59 sha256:14ee5e948632ab51e0424a243175a2b8776fe2890bae943778b6c694e5950299 [2022-06-03T15:56:09.768Z] #59 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T15:56:09.768Z] #50 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T15:56:09.768Z] #27 sha256:e171a63a8c069cda9d3142c2f1aad758ad0f607f5057a16ec6968b3df365a2cb [2022-06-03T15:56:09.768Z] #27 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #58 sha256:1a08682fde46d1cfd902c6c4642957942aeb496d2c7c57d372921347753d052d [2022-06-03T15:56:09.768Z] #58 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T15:56:09.768Z] #32 sha256:32775f3a17023a38d73c1e7cd971c45084f3823a74ca45dd3f3045ccf11248b6 [2022-06-03T15:56:09.768Z] #32 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T15:56:09.768Z] #14 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #75 sha256:db3360521e1d80c35da2d4032886d336edf4f6320726a5d2f9693853334f08d9 [2022-06-03T15:56:09.768Z] #75 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T15:56:09.768Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T15:56:09.768Z] #33 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T15:56:09.768Z] #38 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T15:56:09.768Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T15:56:09.768Z] #15 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T15:56:09.768Z] #63 sha256:427a7e5e715d731f11091f338990c2000da77808674f3fbc54412805389f1f2b [2022-06-03T15:56:09.768Z] #63 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #35 sha256:4af6df52417e6e276cb2631c0e46ff491f81f440fd0e870cdd6327d0615abd6a [2022-06-03T15:56:09.768Z] #35 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #44 sha256:571a2e4cac5c099f7aa6568e2ce8f900ffcb9611b1f4d846cbc7f42e971e847e [2022-06-03T15:56:09.768Z] #44 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T15:56:09.768Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T15:56:09.768Z] #16 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #31 sha256:334d39f27340b1360db7c94bdc5aefd68688107773b98170e776f47e46bfc645 [2022-06-03T15:56:09.768Z] #31 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #67 sha256:1b27617bbe5f5f5a8309f8e202fca59a99efd5eb7e4c856b6883aecdbbd227f7 [2022-06-03T15:56:09.768Z] #67 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T15:56:09.768Z] #29 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T15:56:09.768Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T15:56:09.768Z] #74 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T15:56:09.768Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T15:56:09.768Z] #72 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-03T15:56:09.768Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T15:56:09.768Z] #22 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T15:56:09.768Z] #69 sha256:e880c198607be2838e6716bb6dd68d7c30354c38284f8eb91c6690178217ffd1 [2022-06-03T15:56:09.768Z] #69 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #56 sha256:2910d0b0198da3ac018c9536af7b1c983bfbe41f304ea08996bd729af0ec76f3 [2022-06-03T15:56:09.768Z] #56 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #41 sha256:533726175d81a6132e91a778821ed8dbeacf54d38d5a8f36e5fcd86eefb361f3 [2022-06-03T15:56:09.768Z] #41 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T15:56:09.768Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T15:56:09.768Z] #55 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T15:56:09.768Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T15:56:09.768Z] #17 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T15:56:09.768Z] #43 sha256:bd223bf5b604717648cbc019ab04ad7b2770da1c2e1f4b9665cbc410ffa4b984 [2022-06-03T15:56:09.768Z] #43 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #26 sha256:93142460080b71145dc0cef901dc00024c05f288520c75ce9065042e20efee43 [2022-06-03T15:56:09.768Z] #26 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T15:56:09.768Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T15:56:09.768Z] #18 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #61 sha256:1454f6d89b075be35042639b5076e3f1c519e07d1870f8d6ff8851fbc5f40491 [2022-06-03T15:56:09.768Z] #61 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #70 sha256:0368c84b11b81f529c7672e36d40cf0c3d43d9948807bad16b81ca8584b5a2ea [2022-06-03T15:56:09.768Z] #70 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #77 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-06-03T15:56:09.768Z] #77 sha256:a0f597fc916215e4dceec15d7281730a1508eb71bfe93a5d76ddbd410ddec6fb [2022-06-03T15:56:09.768Z] #77 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T15:56:09.768Z] #57 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #48 sha256:012adc1ca8c87ce92d9a295c35aff37ca3486ac8ed7d49c1b7d2468395b44557 [2022-06-03T15:56:09.768Z] #48 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #65 sha256:14a7dad262bc01e9b5f82aa24bfbfd2d4f09d60fee83e502262067948f8a6093 [2022-06-03T15:56:09.768Z] #65 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #45 sha256:776b9c4ca37d231c0c4cd8534a053c435eaa48f4a0a581ec7b1edaddcd2a7141 [2022-06-03T15:56:09.768Z] #45 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T15:56:09.768Z] #76 sha256:7b3c989502d72bd72a009434183864f141eb441f16712cf2c23a07e175e4ffa5 [2022-06-03T15:56:09.768Z] #76 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T15:56:09.768Z] #62 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #37 sha256:eb921a60132ec371c87c932513ee888c0c5d037f3d9db706d9b0e8be191ab9c6 [2022-06-03T15:56:09.768Z] #37 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T15:56:09.768Z] #47 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #64 sha256:91227d683249d9f49a0eb9c527345a2508463695a93dbdf4996f0dccbb923d8e [2022-06-03T15:56:09.768Z] #64 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T15:56:09.768Z] #40 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T15:56:09.768Z] #39 sha256:f70afe6407f77af46e5c5d0e62538ee3220a4a26fac21ec63252d7220a3bd628 [2022-06-03T15:56:09.768Z] #39 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #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-06-03T15:56:09.768Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T15:56:09.768Z] #42 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #78 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-06-03T15:56:09.768Z] #78 sha256:49045ec92594a92fb9aec84d9dc5af03f52744143370789135202a561795d168 [2022-06-03T15:56:09.768Z] #78 CACHED [2022-06-03T15:56:09.768Z] [2022-06-03T15:56:09.768Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T15:56:09.768Z] #79 sha256:a9f349b1814eed8cef111b805cbdf38cbd3e0750d12a94ab5d6421f438784b62 [2022-06-03T15:56:09.798Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/test/unit [2022-06-03T15:56:09.855Z] #19 10.69 Reading package lists... [2022-06-03T15:56:10.053Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-03T15:56:10.053Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-03T15:56:10.053Z] + TESTDIRS=./... [2022-06-03T15:56:10.053Z] + exclude_paths='/vendor/|/integration' [2022-06-03T15:56:10.053Z] ++ go list ./... [2022-06-03T15:56:10.053Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-03T15:56:10.153Z] #24 transferring context: 61.15MB 1.6s done [2022-06-03T15:56:10.153Z] #24 DONE 1.6s [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T15:56:10.153Z] #69 sha256:3160b85e5f43dc347a6995cc1dae0fbce73dcee085a7804309729e4de4a118cd [2022-06-03T15:56:10.153Z] #69 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T15:56:10.153Z] #42 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T15:56:10.153Z] #53 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #64 sha256:5f47edbb32d65fe9198e9dd66fc5817a27c6d8aa6aeeed355a56974d6849b28b [2022-06-03T15:56:10.153Z] #64 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T15:56:10.153Z] #40 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #54 sha256:0776bab4fc42440a0b4fea4cc81727071cf3bf9cca993d3055ad409e6e06909b [2022-06-03T15:56:10.153Z] #54 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #31 sha256:59cf1d150c77bafbed47a66b71a5650ff18fdcb7dc56317f81d7137295f96ea8 [2022-06-03T15:56:10.153Z] #31 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #65 sha256:6a2d901bc8413755ade311cbc25117941c7a30984c0ff38860ce866ca7340517 [2022-06-03T15:56:10.153Z] #65 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T15:56:10.153Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T15:56:10.153Z] #18 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T15:56:10.153Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T15:56:10.153Z] #16 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T15:56:10.153Z] #51 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T15:56:10.153Z] #63 sha256:bafde6c35b1a7e75001442a98a42efeb7376079dbdbab4f1e2d1a5a9f5d880fd [2022-06-03T15:56:10.153Z] #63 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T15:56:10.153Z] #38 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T15:56:10.153Z] #50 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T15:56:10.153Z] #68 sha256:c67e19636b925538068f83e63b41978a8251b50c22716b85f8c2229d49c0ff0c [2022-06-03T15:56:10.153Z] #68 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #67 sha256:cf104e24e7389fe849c326f2793dabfc204a5c373dec92ae3cf02b3f93d69fca [2022-06-03T15:56:10.153Z] #67 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T15:56:10.153Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T15:56:10.153Z] #74 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T15:56:10.153Z] #62 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T15:56:10.153Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T15:56:10.153Z] #55 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T15:56:10.153Z] #14 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #58 sha256:18b529ce25f20b720ec9ac6214846f4e7898215fb775b9099605efb01f2426c5 [2022-06-03T15:56:10.153Z] #58 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T15:56:10.153Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T15:56:10.153Z] #20 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T15:56:10.153Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T15:56:10.153Z] #15 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T15:56:10.153Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T15:56:10.153Z] #23 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #35 sha256:caa2ff7e0c17d8c4652b285f9a2a956656d1acc7dcf862983f1fac51eb5cc245 [2022-06-03T15:56:10.153Z] #35 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #41 sha256:81112a9fb0638e97e978888fb575d21db2369c83c56b0ebf9e5d78166cfeb7e8 [2022-06-03T15:56:10.153Z] #41 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T15:56:10.153Z] #57 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #61 sha256:c8e600a8ef45b58d8c7858f3d16fe9f6e5edc303e7f82d7d73b0fc0a20650a15 [2022-06-03T15:56:10.153Z] #61 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #44 sha256:19195ba970093a5764946ea1aaca12863e78d22490bed2edc79f37d13d160622 [2022-06-03T15:56:10.153Z] #44 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T15:56:10.153Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T15:56:10.153Z] #17 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #75 sha256:d05345bfcf7af486c6d749dc8a797f5ceea3586766ce610dfb104c52f4c2b682 [2022-06-03T15:56:10.153Z] #75 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T15:56:10.153Z] #13 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T15:56:10.153Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T15:56:10.153Z] #19 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T15:56:10.153Z] #66 sha256:ecb611d6e817bd66e70f1e591cc871fec41d68ec3899b3758b4f0d2d7d2a44b0 [2022-06-03T15:56:10.153Z] #66 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T15:56:10.153Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T15:56:10.153Z] #33 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T15:56:10.153Z] #27 sha256:ee741d98e678bbaffc841015471be78839b80d3b5b187d97369a368f651cc3e9 [2022-06-03T15:56:10.153Z] #27 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #37 sha256:9532d516dbbd3c6b3d7cbd7788201b3ff54461cf43706d8b56a3a6d43b12fe72 [2022-06-03T15:56:10.153Z] #37 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-03T15:56:10.153Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T15:56:10.153Z] #36 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T15:56:10.153Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T15:56:10.153Z] #46 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T15:56:10.153Z] #30 sha256:e4bd63911d1054ccec3c3ef5df3ef06af860d31201b0d543ab04ec8967a638d4 [2022-06-03T15:56:10.153Z] #30 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T15:56:10.153Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T15:56:10.153Z] #72 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #52 sha256:2720582cebd7a84bead4d459b05fd45322208d4cf09a2df60bbba55d237b9252 [2022-06-03T15:56:10.153Z] #52 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #70 sha256:72792feaea4c975b80e51f92a0bc70c4bd6be5c7f1bc1790782a1025ac23d9f2 [2022-06-03T15:56:10.153Z] #70 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T15:56:10.153Z] #43 sha256:609001a27aeff12d1e2f6a3819510902401d60f20f368b6f48293e2790dd506f [2022-06-03T15:56:10.153Z] #43 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T15:56:10.153Z] #32 sha256:b6ae99858c10db214d701ea252e182bdf9dc7540635573b92e60e4d76ea7f756 [2022-06-03T15:56:10.153Z] #32 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #26 sha256:5228a6c070cbc9fc503803d3a73b367c66a39a5b30ae080c9b617b9b91d8c933 [2022-06-03T15:56:10.153Z] #26 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T15:56:10.153Z] #47 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T15:56:10.153Z] #25 sha256:bf54a5b790ee1af2d21756170b8cb057852053410dc6f6b065f62c80c7bfa5e3 [2022-06-03T15:56:10.153Z] #25 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #60 sha256:00a67b0e5519a30978216ea92cebf900fdde8cac72f7407eb5436f750fede3a3 [2022-06-03T15:56:10.153Z] #60 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T15:56:10.153Z] #29 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #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-06-03T15:56:10.153Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T15:56:10.153Z] #34 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T15:56:10.153Z] #39 sha256:286e2767dce9f1e1511adb007997602ceaf7cfa158bae17c53ad34966fd37834 [2022-06-03T15:56:10.153Z] #39 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.153Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T15:56:10.153Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T15:56:10.153Z] #21 CACHED [2022-06-03T15:56:10.153Z] [2022-06-03T15:56:10.154Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T15:56:10.154Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T15:56:10.154Z] #12 CACHED [2022-06-03T15:56:10.154Z] [2022-06-03T15:56:10.154Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-03T15:56:10.154Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T15:56:10.154Z] #22 CACHED [2022-06-03T15:56:10.154Z] [2022-06-03T15:56:10.154Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T15:56:10.154Z] #45 sha256:6b957520e00c11a893f264e710cd10637ebdb8ad76bb255b67af8ebb6978e4a3 [2022-06-03T15:56:10.154Z] #45 CACHED [2022-06-03T15:56:10.154Z] [2022-06-03T15:56:10.154Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T15:56:10.154Z] #48 sha256:cec5c331e4892e64c9c0bf400fdec0f420a9b11c52e57ffcc1b019be6393e5ab [2022-06-03T15:56:10.154Z] #48 CACHED [2022-06-03T15:56:10.154Z] [2022-06-03T15:56:10.154Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T15:56:10.154Z] #56 sha256:f0a9013a1d46cc91fcc836802ad8f37678abab2aa2cf8b735d299a149ece6883 [2022-06-03T15:56:10.154Z] #56 CACHED [2022-06-03T15:56:10.154Z] [2022-06-03T15:56:10.154Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T15:56:10.154Z] #59 sha256:01bb3c4c102a790785eba1000f93879350365468b0cfe654a6ee65f6858d1b47 [2022-06-03T15:56:10.154Z] #59 CACHED [2022-06-03T15:56:10.154Z] [2022-06-03T15:56:10.154Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T15:56:10.154Z] #76 sha256:c23f7478534c1c3369f747eb1a36fba57d3e8840403b340b7e175c6a7493f0e4 [2022-06-03T15:56:10.154Z] #76 CACHED [2022-06-03T15:56:10.154Z] [2022-06-03T15:56:10.154Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T15:56:10.154Z] #77 sha256:f427138c911c9d80f0915555288f929d4ba593497b28fb36ff4245c6f642a80b [2022-06-03T15:56:10.417Z] #19 13.71 Building dependency tree... [2022-06-03T15:56:10.701Z] #79 DONE 1.0s [2022-06-03T15:56:10.959Z] [2022-06-03T15:56:10.959Z] #80 exporting to image [2022-06-03T15:56:10.959Z] #80 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T15:56:10.959Z] #80 exporting layers [2022-06-03T15:56:10.979Z] #19 15.01 The following additional packages will be installed: [2022-06-03T15:56:10.979Z] #19 15.01 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-03T15:56:10.979Z] #19 15.01 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-03T15:56:10.979Z] #19 15.01 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-03T15:56:10.979Z] #19 15.01 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-03T15:56:10.979Z] #19 15.01 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-03T15:56:10.979Z] #19 15.01 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-03T15:56:10.979Z] #19 15.01 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-03T15:56:10.979Z] #19 15.01 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-03T15:56:10.979Z] #19 15.01 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.01 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-03T15:56:10.979Z] #19 15.01 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-03T15:56:10.979Z] #19 15.01 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-03T15:56:10.979Z] #19 15.01 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-03T15:56:10.979Z] #19 15.01 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-03T15:56:10.979Z] #19 15.01 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-03T15:56:10.979Z] #19 15.01 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-03T15:56:10.979Z] #19 15.01 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-03T15:56:10.979Z] #19 15.01 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-03T15:56:10.979Z] #19 15.01 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-03T15:56:10.979Z] #19 15.01 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-03T15:56:10.979Z] #19 15.01 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-03T15:56:10.979Z] #19 15.01 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-03T15:56:10.979Z] #19 15.01 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-03T15:56:10.979Z] #19 15.01 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-03T15:56:10.979Z] #19 15.01 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-03T15:56:10.979Z] #19 15.01 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-03T15:56:10.979Z] #19 15.01 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-03T15:56:10.979Z] #19 15.01 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-03T15:56:10.979Z] #19 15.01 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-03T15:56:10.979Z] #19 15.01 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-03T15:56:10.979Z] #19 15.01 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-03T15:56:10.979Z] #19 15.01 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-03T15:56:10.979Z] #19 15.01 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-03T15:56:10.979Z] #19 15.01 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-03T15:56:10.979Z] #19 15.01 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-03T15:56:10.979Z] #19 15.01 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-03T15:56:10.979Z] #19 15.01 linux-libc-dev-s390x-cross patch xz-utils [2022-06-03T15:56:10.979Z] #19 15.02 Suggested packages: [2022-06-03T15:56:10.979Z] #19 15.02 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-03T15:56:10.979Z] #19 15.02 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.02 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-03T15:56:10.979Z] #19 15.02 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-03T15:56:10.979Z] #19 15.02 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-03T15:56:10.979Z] #19 15.02 libyaml-shell-perl ed diffutils-doc [2022-06-03T15:56:10.979Z] #19 15.02 Recommended packages: [2022-06-03T15:56:10.979Z] #19 15.02 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-03T15:56:10.979Z] #19 15.02 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-03T15:56:10.983Z] + pkg_list='github.com/docker/docker/api [2022-06-03T15:56:10.983Z] github.com/docker/docker/api/server [2022-06-03T15:56:10.983Z] github.com/docker/docker/api/server/backend/build [2022-06-03T15:56:10.983Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T15:56:10.983Z] github.com/docker/docker/api/server/httputils [2022-06-03T15:56:10.983Z] github.com/docker/docker/api/server/middleware [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/build [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/container [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/debug [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/image [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/network [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/session [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/system [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/volume [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/backend [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/container [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/events [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/filters [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/image [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/mount [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/network [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/registry [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/strslice [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/swarm [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/time [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/versions [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/volume [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/dockerfile [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/remotecontext [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/config [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/debug [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T15:56:10.984Z] github.com/docker/docker/client [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/dockerd [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T15:56:10.984Z] github.com/docker/docker/container [2022-06-03T15:56:10.984Z] github.com/docker/docker/container/stream [2022-06-03T15:56:10.984Z] github.com/docker/docker/contrib/apparmor [2022-06-03T15:56:10.984Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T15:56:10.984Z] github.com/docker/docker/contrib/httpserver [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/config [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/events [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/exec [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/images [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/initlayer [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/links [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/listeners [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/local [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/names [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/network [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/stats [2022-06-03T15:56:10.984Z] github.com/docker/docker/distribution [2022-06-03T15:56:10.984Z] github.com/docker/docker/distribution/metadata [2022-06-03T15:56:10.984Z] github.com/docker/docker/distribution/utils [2022-06-03T15:56:10.984Z] github.com/docker/docker/distribution/xfer [2022-06-03T15:56:10.984Z] github.com/docker/docker/dockerversion [2022-06-03T15:56:10.984Z] github.com/docker/docker/errdefs [2022-06-03T15:56:10.984Z] github.com/docker/docker/image [2022-06-03T15:56:10.984Z] github.com/docker/docker/image/cache [2022-06-03T15:56:10.984Z] github.com/docker/docker/image/tarexport [2022-06-03T15:56:10.984Z] github.com/docker/docker/image/v1 [2022-06-03T15:56:10.984Z] github.com/docker/docker/internal/test/suite [2022-06-03T15:56:10.984Z] github.com/docker/docker/layer [2022-06-03T15:56:10.984Z] github.com/docker/docker/libcontainerd [2022-06-03T15:56:10.984Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T15:56:10.984Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T15:56:10.984Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T15:56:10.984Z] github.com/docker/docker/libcontainerd/types [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/config [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/idm [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/ns [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/options [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/osl [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/libnetwork/types [2022-06-03T15:56:10.984Z] github.com/docker/docker/oci [2022-06-03T15:56:10.984Z] github.com/docker/docker/oci/caps [2022-06-03T15:56:10.984Z] github.com/docker/docker/opts [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/aaparser [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/archive [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/authorization [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/capabilities [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/containerfs [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/directory [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/dmesg [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/fileutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/fsutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/homedir [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/idtools [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/ioutils [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/longpath [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/loopback [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/parsers [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/pidfile [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/platform [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/plugins [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/pools [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/progress [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/pubsub [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/reexec [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/signal [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/stack [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/stringid [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/system [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/tailfile [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/tarsum [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/truncindex [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/urlutil [2022-06-03T15:56:10.984Z] github.com/docker/docker/pkg/useragent [2022-06-03T15:56:10.984Z] github.com/docker/docker/plugin [2022-06-03T15:56:10.984Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T15:56:10.984Z] github.com/docker/docker/plugin/v2 [2022-06-03T15:56:10.984Z] github.com/docker/docker/profiles/apparmor [2022-06-03T15:56:10.984Z] github.com/docker/docker/profiles/seccomp [2022-06-03T15:56:10.984Z] github.com/docker/docker/quota [2022-06-03T15:56:10.984Z] github.com/docker/docker/reference [2022-06-03T15:56:10.984Z] github.com/docker/docker/registry [2022-06-03T15:56:10.984Z] github.com/docker/docker/registry/resumable [2022-06-03T15:56:10.984Z] github.com/docker/docker/restartmanager [2022-06-03T15:56:10.984Z] github.com/docker/docker/rootless [2022-06-03T15:56:10.984Z] github.com/docker/docker/rootless/specconv [2022-06-03T15:56:10.984Z] github.com/docker/docker/runconfig [2022-06-03T15:56:10.984Z] github.com/docker/docker/runconfig/opts [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/daemon [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/environment [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/fakegit [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/registry [2022-06-03T15:56:10.984Z] github.com/docker/docker/testutil/request [2022-06-03T15:56:10.984Z] github.com/docker/docker/volume [2022-06-03T15:56:10.984Z] github.com/docker/docker/volume/drivers [2022-06-03T15:56:10.984Z] github.com/docker/docker/volume/local [2022-06-03T15:56:10.984Z] github.com/docker/docker/volume/mounts [2022-06-03T15:56:10.984Z] github.com/docker/docker/volume/service [2022-06-03T15:56:10.984Z] github.com/docker/docker/volume/service/opts [2022-06-03T15:56:10.984Z] github.com/docker/docker/volume/testutils' [2022-06-03T15:56:10.984Z] ++ grep --fixed-strings -v /libnetwork [2022-06-03T15:56:10.984Z] ++ echo 'github.com/docker/docker/api [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/backend/build [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/httputils [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/middleware [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/build [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/container [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/debug [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/image [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/network [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/session [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/system [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/server/router/volume [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/backend [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/container [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/events [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/filters [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/image [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/mount [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/network [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/registry [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/strslice [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/swarm [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/time [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/versions [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T15:56:10.984Z] github.com/docker/docker/api/types/volume [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/dockerfile [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/remotecontext [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T15:56:10.984Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/config [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/debug [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T15:56:10.984Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T15:56:10.984Z] github.com/docker/docker/client [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/dockerd [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T15:56:10.984Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T15:56:10.984Z] github.com/docker/docker/container [2022-06-03T15:56:10.984Z] github.com/docker/docker/container/stream [2022-06-03T15:56:10.984Z] github.com/docker/docker/contrib/apparmor [2022-06-03T15:56:10.984Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T15:56:10.984Z] github.com/docker/docker/contrib/httpserver [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T15:56:10.984Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/config [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/events [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/exec [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/images [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/initlayer [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/links [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/listeners [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/local [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/names [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/network [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/stats [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution/metadata [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution/utils [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution/xfer [2022-06-03T15:56:10.985Z] github.com/docker/docker/dockerversion [2022-06-03T15:56:10.985Z] github.com/docker/docker/errdefs [2022-06-03T15:56:10.985Z] github.com/docker/docker/image [2022-06-03T15:56:10.985Z] github.com/docker/docker/image/cache [2022-06-03T15:56:10.985Z] github.com/docker/docker/image/tarexport [2022-06-03T15:56:10.985Z] github.com/docker/docker/image/v1 [2022-06-03T15:56:10.985Z] github.com/docker/docker/internal/test/suite [2022-06-03T15:56:10.985Z] github.com/docker/docker/layer [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/types [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/config [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/idm [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/ns [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/options [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/osl [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/libnetwork/types [2022-06-03T15:56:10.985Z] github.com/docker/docker/oci [2022-06-03T15:56:10.985Z] github.com/docker/docker/oci/caps [2022-06-03T15:56:10.985Z] github.com/docker/docker/opts [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/aaparser [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/archive [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/authorization [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/capabilities [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/containerfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/directory [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/dmesg [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/fileutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/fsutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/homedir [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/idtools [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/ioutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/longpath [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/loopback [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/parsers [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/pidfile [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/platform [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/plugins [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/pools [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/progress [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/pubsub [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/reexec [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/signal [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/stack [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/stringid [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/system [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/tailfile [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/tarsum [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/truncindex [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/urlutil [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/useragent [2022-06-03T15:56:10.985Z] github.com/docker/docker/plugin [2022-06-03T15:56:10.985Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T15:56:10.985Z] github.com/docker/docker/plugin/v2 [2022-06-03T15:56:10.985Z] github.com/docker/docker/profiles/apparmor [2022-06-03T15:56:10.985Z] github.com/docker/docker/profiles/seccomp [2022-06-03T15:56:10.985Z] github.com/docker/docker/quota [2022-06-03T15:56:10.985Z] github.com/docker/docker/reference [2022-06-03T15:56:10.985Z] github.com/docker/docker/registry [2022-06-03T15:56:10.985Z] github.com/docker/docker/registry/resumable [2022-06-03T15:56:10.985Z] github.com/docker/docker/restartmanager [2022-06-03T15:56:10.985Z] github.com/docker/docker/rootless [2022-06-03T15:56:10.985Z] github.com/docker/docker/rootless/specconv [2022-06-03T15:56:10.985Z] github.com/docker/docker/runconfig [2022-06-03T15:56:10.985Z] github.com/docker/docker/runconfig/opts [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/daemon [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/environment [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/fakegit [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/registry [2022-06-03T15:56:10.985Z] github.com/docker/docker/testutil/request [2022-06-03T15:56:10.985Z] github.com/docker/docker/volume [2022-06-03T15:56:10.985Z] github.com/docker/docker/volume/drivers [2022-06-03T15:56:10.985Z] github.com/docker/docker/volume/local [2022-06-03T15:56:10.985Z] github.com/docker/docker/volume/mounts [2022-06-03T15:56:10.985Z] github.com/docker/docker/volume/service [2022-06-03T15:56:10.985Z] github.com/docker/docker/volume/service/opts [2022-06-03T15:56:10.985Z] github.com/docker/docker/volume/testutils' [2022-06-03T15:56:10.985Z] + base_pkg_list='github.com/docker/docker/api [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/backend/build [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/httputils [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/middleware [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/build [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/container [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/debug [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/image [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/network [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/session [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/system [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/server/router/volume [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/backend [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/container [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/events [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/filters [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/image [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/mount [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/network [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/registry [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/strslice [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/swarm [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/time [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/versions [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T15:56:10.985Z] github.com/docker/docker/api/types/volume [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/builder-next [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/dockerfile [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/remotecontext [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T15:56:10.985Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T15:56:10.985Z] github.com/docker/docker/cli [2022-06-03T15:56:10.985Z] github.com/docker/docker/cli/config [2022-06-03T15:56:10.985Z] github.com/docker/docker/cli/debug [2022-06-03T15:56:10.985Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T15:56:10.985Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T15:56:10.985Z] github.com/docker/docker/client [2022-06-03T15:56:10.985Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T15:56:10.985Z] github.com/docker/docker/cmd/dockerd [2022-06-03T15:56:10.985Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T15:56:10.985Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T15:56:10.985Z] github.com/docker/docker/container [2022-06-03T15:56:10.985Z] github.com/docker/docker/container/stream [2022-06-03T15:56:10.985Z] github.com/docker/docker/contrib/apparmor [2022-06-03T15:56:10.985Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T15:56:10.985Z] github.com/docker/docker/contrib/httpserver [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/cluster [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/config [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/events [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/exec [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/images [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/initlayer [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/links [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/listeners [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/local [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/names [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/network [2022-06-03T15:56:10.985Z] github.com/docker/docker/daemon/stats [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution/metadata [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution/utils [2022-06-03T15:56:10.985Z] github.com/docker/docker/distribution/xfer [2022-06-03T15:56:10.985Z] github.com/docker/docker/dockerversion [2022-06-03T15:56:10.985Z] github.com/docker/docker/errdefs [2022-06-03T15:56:10.985Z] github.com/docker/docker/image [2022-06-03T15:56:10.985Z] github.com/docker/docker/image/cache [2022-06-03T15:56:10.985Z] github.com/docker/docker/image/tarexport [2022-06-03T15:56:10.985Z] github.com/docker/docker/image/v1 [2022-06-03T15:56:10.985Z] github.com/docker/docker/internal/test/suite [2022-06-03T15:56:10.985Z] github.com/docker/docker/layer [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T15:56:10.985Z] github.com/docker/docker/libcontainerd/types [2022-06-03T15:56:10.985Z] github.com/docker/docker/oci [2022-06-03T15:56:10.985Z] github.com/docker/docker/oci/caps [2022-06-03T15:56:10.985Z] github.com/docker/docker/opts [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/aaparser [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/archive [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/authorization [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/capabilities [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/containerfs [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/directory [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/dmesg [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/fileutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/fsutils [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/homedir [2022-06-03T15:56:10.985Z] github.com/docker/docker/pkg/idtools [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/ioutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/longpath [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/loopback [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/parsers [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/pidfile [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/platform [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/pools [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/progress [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/pubsub [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/reexec [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/signal [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/stack [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/stringid [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/system [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/tailfile [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/tarsum [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/truncindex [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/urlutil [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/useragent [2022-06-03T15:56:10.986Z] github.com/docker/docker/plugin [2022-06-03T15:56:10.986Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T15:56:10.986Z] github.com/docker/docker/plugin/v2 [2022-06-03T15:56:10.986Z] github.com/docker/docker/profiles/apparmor [2022-06-03T15:56:10.986Z] github.com/docker/docker/profiles/seccomp [2022-06-03T15:56:10.986Z] github.com/docker/docker/quota [2022-06-03T15:56:10.986Z] github.com/docker/docker/reference [2022-06-03T15:56:10.986Z] github.com/docker/docker/registry [2022-06-03T15:56:10.986Z] github.com/docker/docker/registry/resumable [2022-06-03T15:56:10.986Z] github.com/docker/docker/restartmanager [2022-06-03T15:56:10.986Z] github.com/docker/docker/rootless [2022-06-03T15:56:10.986Z] github.com/docker/docker/rootless/specconv [2022-06-03T15:56:10.986Z] github.com/docker/docker/runconfig [2022-06-03T15:56:10.986Z] github.com/docker/docker/runconfig/opts [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/daemon [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/environment [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/fakegit [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/registry [2022-06-03T15:56:10.986Z] github.com/docker/docker/testutil/request [2022-06-03T15:56:10.986Z] github.com/docker/docker/volume [2022-06-03T15:56:10.986Z] github.com/docker/docker/volume/drivers [2022-06-03T15:56:10.986Z] github.com/docker/docker/volume/local [2022-06-03T15:56:10.986Z] github.com/docker/docker/volume/mounts [2022-06-03T15:56:10.986Z] github.com/docker/docker/volume/service [2022-06-03T15:56:10.986Z] github.com/docker/docker/volume/service/opts [2022-06-03T15:56:10.986Z] github.com/docker/docker/volume/testutils' [2022-06-03T15:56:10.986Z] ++ grep --fixed-strings /libnetwork [2022-06-03T15:56:10.986Z] ++ echo 'github.com/docker/docker/api [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/backend/build [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/httputils [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/middleware [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/build [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/container [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/debug [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/image [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/network [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/session [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/system [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/server/router/volume [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/backend [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/container [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/events [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/filters [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/image [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/mount [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/network [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/registry [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/strslice [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/swarm [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/time [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/versions [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T15:56:10.986Z] github.com/docker/docker/api/types/volume [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/builder-next [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/dockerfile [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/remotecontext [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T15:56:10.986Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T15:56:10.986Z] github.com/docker/docker/cli [2022-06-03T15:56:10.986Z] github.com/docker/docker/cli/config [2022-06-03T15:56:10.986Z] github.com/docker/docker/cli/debug [2022-06-03T15:56:10.986Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T15:56:10.986Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T15:56:10.986Z] github.com/docker/docker/client [2022-06-03T15:56:10.986Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T15:56:10.986Z] github.com/docker/docker/cmd/dockerd [2022-06-03T15:56:10.986Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T15:56:10.986Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T15:56:10.986Z] github.com/docker/docker/container [2022-06-03T15:56:10.986Z] github.com/docker/docker/container/stream [2022-06-03T15:56:10.986Z] github.com/docker/docker/contrib/apparmor [2022-06-03T15:56:10.986Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T15:56:10.986Z] github.com/docker/docker/contrib/httpserver [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/cluster [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/config [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/events [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/exec [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/images [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/initlayer [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/links [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/listeners [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/local [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/names [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/network [2022-06-03T15:56:10.986Z] github.com/docker/docker/daemon/stats [2022-06-03T15:56:10.986Z] github.com/docker/docker/distribution [2022-06-03T15:56:10.986Z] github.com/docker/docker/distribution/metadata [2022-06-03T15:56:10.986Z] github.com/docker/docker/distribution/utils [2022-06-03T15:56:10.986Z] github.com/docker/docker/distribution/xfer [2022-06-03T15:56:10.986Z] github.com/docker/docker/dockerversion [2022-06-03T15:56:10.986Z] github.com/docker/docker/errdefs [2022-06-03T15:56:10.986Z] github.com/docker/docker/image [2022-06-03T15:56:10.986Z] github.com/docker/docker/image/cache [2022-06-03T15:56:10.986Z] github.com/docker/docker/image/tarexport [2022-06-03T15:56:10.986Z] github.com/docker/docker/image/v1 [2022-06-03T15:56:10.986Z] github.com/docker/docker/internal/test/suite [2022-06-03T15:56:10.986Z] github.com/docker/docker/layer [2022-06-03T15:56:10.986Z] github.com/docker/docker/libcontainerd [2022-06-03T15:56:10.986Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T15:56:10.986Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T15:56:10.986Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T15:56:10.986Z] github.com/docker/docker/libcontainerd/types [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/config [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/idm [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/ns [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/options [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/osl [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/libnetwork/types [2022-06-03T15:56:10.986Z] github.com/docker/docker/oci [2022-06-03T15:56:10.986Z] github.com/docker/docker/oci/caps [2022-06-03T15:56:10.986Z] github.com/docker/docker/opts [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/aaparser [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/archive [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/authorization [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/capabilities [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/containerfs [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/directory [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/dmesg [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/fileutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/fsutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/homedir [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/idtools [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/ioutils [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/longpath [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/loopback [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/parsers [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/pidfile [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/platform [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/pools [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/progress [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/pubsub [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/reexec [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/signal [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/stack [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/stringid [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/system [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/tailfile [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/tarsum [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/truncindex [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/urlutil [2022-06-03T15:56:10.986Z] github.com/docker/docker/pkg/useragent [2022-06-03T15:56:10.986Z] github.com/docker/docker/plugin [2022-06-03T15:56:10.986Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T15:56:10.986Z] github.com/docker/docker/plugin/v2 [2022-06-03T15:56:10.986Z] github.com/docker/docker/profiles/apparmor [2022-06-03T15:56:10.986Z] github.com/docker/docker/profiles/seccomp [2022-06-03T15:56:10.986Z] github.com/docker/docker/quota [2022-06-03T15:56:10.987Z] github.com/docker/docker/reference [2022-06-03T15:56:10.987Z] github.com/docker/docker/registry [2022-06-03T15:56:10.987Z] github.com/docker/docker/registry/resumable [2022-06-03T15:56:10.987Z] github.com/docker/docker/restartmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/rootless [2022-06-03T15:56:10.987Z] github.com/docker/docker/rootless/specconv [2022-06-03T15:56:10.987Z] github.com/docker/docker/runconfig [2022-06-03T15:56:10.987Z] github.com/docker/docker/runconfig/opts [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/daemon [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/environment [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/fakegit [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/registry [2022-06-03T15:56:10.987Z] github.com/docker/docker/testutil/request [2022-06-03T15:56:10.987Z] github.com/docker/docker/volume [2022-06-03T15:56:10.987Z] github.com/docker/docker/volume/drivers [2022-06-03T15:56:10.987Z] github.com/docker/docker/volume/local [2022-06-03T15:56:10.987Z] github.com/docker/docker/volume/mounts [2022-06-03T15:56:10.987Z] github.com/docker/docker/volume/service [2022-06-03T15:56:10.987Z] github.com/docker/docker/volume/service/opts [2022-06-03T15:56:10.987Z] github.com/docker/docker/volume/testutils' [2022-06-03T15:56:10.987Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/config [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/idm [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ns [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/options [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/osl [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/types' [2022-06-03T15:56:10.987Z] + echo 'github.com/docker/docker/libnetwork [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/config [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/idm [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/ns [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/options [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/osl [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/types' [2022-06-03T15:56:10.987Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T15:56:10.987Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T15:56:10.987Z] + type docker-proxy [2022-06-03T15:56:10.987Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-03T15:56:10.987Z] + hack/make.sh binary-proxy install-proxy [2022-06-03T15:56:10.987Z] [2022-06-03T15:56:10.987Z] Removing bundles/ [2022-06-03T15:56:10.987Z] [2022-06-03T15:56:10.987Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-03T15:56:11.243Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-03T15:56:11.243Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T15:56:11.527Z] #77 DONE 1.1s [2022-06-03T15:56:11.527Z] [2022-06-03T15:56:11.527Z] #78 exporting to image [2022-06-03T15:56:11.527Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T15:56:11.527Z] #78 exporting layers [2022-06-03T15:56:11.892Z] #80 exporting layers 1.0s done [2022-06-03T15:56:11.892Z] #80 writing image sha256:065e04526060a0580bbbbe75345bf2af17b9b290afe73fa54a85604f45ee3c2f done [2022-06-03T15:56:11.892Z] #80 naming to docker.io/library/docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b done [2022-06-03T15:56:11.892Z] #80 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T15:56:12.092Z] #78 exporting layers 0.9s done [2022-06-03T15:56:12.092Z] #78 writing image sha256:07afc937c7db0fe484186ad91f515b814b4b5375770b1ab9409033f29afb6f47 done [2022-06-03T15:56:12.092Z] #78 naming to docker.io/library/docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b done [2022-06-03T15:56:12.092Z] #78 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-03T15:56:12.228Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -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:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh dynbinary test-integration [2022-06-03T15:56:12.348Z] #19 16.18 The following NEW packages will be installed: [2022-06-03T15:56:12.348Z] #19 16.18 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-03T15:56:12.348Z] #19 16.18 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-03T15:56:12.348Z] #19 16.18 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-03T15:56:12.348Z] #19 16.18 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-03T15:56:12.348Z] #19 16.18 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-03T15:56:12.348Z] #19 16.18 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-03T15:56:12.348Z] #19 16.18 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-03T15:56:12.348Z] #19 16.18 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-03T15:56:12.348Z] #19 16.18 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-03T15:56:12.348Z] #19 16.18 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-03T15:56:12.348Z] #19 16.18 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-03T15:56:12.348Z] #19 16.18 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-03T15:56:12.348Z] #19 16.18 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-03T15:56:12.348Z] #19 16.18 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-03T15:56:12.348Z] #19 16.18 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-03T15:56:12.348Z] #19 16.18 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-03T15:56:12.348Z] #19 16.18 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-03T15:56:12.348Z] #19 16.18 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-03T15:56:12.348Z] #19 16.18 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-03T15:56:12.348Z] #19 16.18 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-03T15:56:12.348Z] #19 16.19 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-03T15:56:12.348Z] #19 16.19 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-03T15:56:12.348Z] #19 16.19 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-03T15:56:12.348Z] #19 16.19 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-03T15:56:12.348Z] #19 16.19 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-03T15:56:12.348Z] #19 16.19 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-03T15:56:12.348Z] #19 16.19 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-03T15:56:12.348Z] #19 16.19 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-03T15:56:12.348Z] #19 16.19 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-03T15:56:12.348Z] #19 16.19 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-03T15:56:12.348Z] #19 16.19 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-03T15:56:12.348Z] #19 16.19 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-03T15:56:12.348Z] #19 16.19 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-03T15:56:12.348Z] #19 16.19 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-03T15:56:12.348Z] #19 16.19 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-03T15:56:12.348Z] #19 16.19 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-03T15:56:12.348Z] #19 16.19 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-03T15:56:12.348Z] #19 16.19 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-03T15:56:12.348Z] #19 16.19 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-03T15:56:12.348Z] #19 16.19 linux-libc-dev-s390x-cross patch xz-utils [2022-06-03T15:56:12.413Z] + trap exit INT TERM [2022-06-03T15:56:12.413Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-03T15:56:12.413Z] + CONTAINER_NAME=docker-pr2 [2022-06-03T15:56:12.413Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43689/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh dynbinary [2022-06-03T15:56:12.485Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-03T15:56:12.485Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-03T15:56:12.485Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-03T15:56:12.485Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-03T15:56:12.605Z] #19 16.52 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T15:56:12.605Z] #19 16.52 Need to get 788 MB of archives. [2022-06-03T15:56:12.605Z] #19 16.52 After this operation, 3385 MB of additional disk space will be used. [2022-06-03T15:56:12.605Z] #19 16.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-06-03T15:56:12.605Z] #19 16.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-03T15:56:12.605Z] #19 16.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-03T15:56:12.605Z] #19 16.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-03T15:56:12.605Z] #19 16.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-03T15:56:12.605Z] #19 16.53 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-03T15:56:12.605Z] #19 16.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-06-03T15:56:12.605Z] #19 16.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-06-03T15:56:12.605Z] #19 16.58 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-06-03T15:56:12.605Z] #19 16.60 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-06-03T15:56:12.605Z] #19 16.62 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-06-03T15:56:12.605Z] #19 16.64 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T15:56:12.605Z] #19 16.66 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-06-03T15:56:12.670Z] [2022-06-03T15:56:12.743Z] 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-06-03T15:56:12.743Z] Detected virtualization docker. [2022-06-03T15:56:12.743Z] Detected architecture x86-64. [2022-06-03T15:56:12.743Z] Set hostname to <3eb50db6fc8c>. [2022-06-03T15:56:12.743Z] modprobe@configfs.service: Succeeded. [2022-06-03T15:56:12.743Z] modprobe@drm.service: Succeeded. [2022-06-03T15:56:12.743Z] modprobe@fuse.service: Succeeded. [2022-06-03T15:56:12.928Z] Removing bundles/ [2022-06-03T15:56:12.928Z] [2022-06-03T15:56:12.928Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T15:56:12.928Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T15:56:12.928Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T15:56:13.001Z] + source /etc/docker-entrypoint-cmd [2022-06-03T15:56:13.001Z] ++ hack/make.sh dynbinary test-integration [2022-06-03T15:56:13.001Z] [2022-06-03T15:56:13.001Z] Removing bundles/ [2022-06-03T15:56:13.001Z] [2022-06-03T15:56:13.001Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T15:56:13.001Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T15:56:13.001Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T15:56:13.168Z] #19 17.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T15:56:13.168Z] #19 17.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-06-03T15:56:13.424Z] #19 17.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T15:56:13.681Z] #19 17.49 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-06-03T15:56:13.936Z] #19 17.83 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T15:56:13.936Z] #19 17.83 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-06-03T15:56:14.192Z] #19 18.18 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-03T15:56:14.192Z] #19 18.18 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-06-03T15:56:14.449Z] #19 18.53 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T15:56:14.706Z] #19 18.53 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T15:56:14.706Z] #19 18.53 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T15:56:14.706Z] #19 18.53 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T15:56:14.706Z] #19 18.53 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-03T15:56:14.706Z] #19 18.54 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-03T15:56:14.706Z] #19 18.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-06-03T15:56:14.706Z] #19 18.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-03T15:56:14.706Z] #19 18.55 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-06-03T15:56:14.706Z] #19 18.55 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-06-03T15:56:14.706Z] #19 18.55 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-06-03T15:56:14.706Z] #19 18.56 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-03T15:56:14.706Z] #19 18.56 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-03T15:56:14.706Z] #19 18.57 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-03T15:56:14.706Z] #19 18.58 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-03T15:56:14.706Z] #19 18.59 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-06-03T15:56:14.706Z] #19 18.59 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-03T15:56:14.706Z] #19 18.60 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-06-03T15:56:14.706Z] #19 18.61 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-06-03T15:56:14.963Z] #19 19.04 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-06-03T15:56:14.963Z] #19 19.04 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-06-03T15:56:14.963Z] #19 19.06 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-06-03T15:56:14.963Z] #19 19.09 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-06-03T15:56:15.219Z] #19 19.10 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-06-03T15:56:15.478Z] #19 19.52 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-06-03T15:56:15.478Z] #19 19.52 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-03T15:56:15.478Z] #19 19.52 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-03T15:56:15.478Z] #19 19.53 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-03T15:56:15.478Z] #19 19.54 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-06-03T15:56:15.478Z] #19 19.54 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-03T15:56:15.478Z] #19 19.60 Get:52 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-06-03T15:56:15.478Z] #19 19.61 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-03T15:56:15.478Z] #19 19.62 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-03T15:56:15.478Z] #19 19.62 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-03T15:56:15.737Z] #19 19.63 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-06-03T15:56:15.737Z] #19 19.63 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-06-03T15:56:15.737Z] #19 19.63 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-03T15:56:15.737Z] #19 19.64 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-03T15:56:15.737Z] #19 19.66 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-06-03T15:56:15.737Z] #19 19.66 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-03T15:56:15.737Z] #19 19.66 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-06-03T15:56:15.737Z] #19 19.67 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-06-03T15:56:15.993Z] #19 20.04 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-06-03T15:56:15.993Z] #19 20.04 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-06-03T15:56:15.993Z] #19 20.06 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-03T15:56:15.993Z] #19 20.07 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-06-03T15:56:15.993Z] #19 20.08 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-06-03T15:56:16.491Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-03T15:56:16.491Z] [2022-06-03T15:56:16.491Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-03T15:56:16.491Z] Installing docker-proxy to /usr/local/bin/ [2022-06-03T15:56:16.491Z] [2022-06-03T15:56:16.491Z] + mkdir -p bundles [2022-06-03T15:56:16.491Z] + '[' -n 'github.com/docker/docker/api [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/backend/build [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/httputils [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/middleware [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/build [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/container [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/debug [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/image [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/network [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/session [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/system [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/server/router/volume [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/backend [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/container [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/events [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/filters [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/image [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/mount [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/network [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/registry [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/strslice [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/swarm [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/time [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/versions [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T15:56:16.491Z] github.com/docker/docker/api/types/volume [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/builder-next [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/dockerfile [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/remotecontext [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T15:56:16.491Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T15:56:16.491Z] github.com/docker/docker/cli [2022-06-03T15:56:16.491Z] github.com/docker/docker/cli/config [2022-06-03T15:56:16.491Z] github.com/docker/docker/cli/debug [2022-06-03T15:56:16.491Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T15:56:16.491Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T15:56:16.491Z] github.com/docker/docker/client [2022-06-03T15:56:16.491Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T15:56:16.491Z] github.com/docker/docker/cmd/dockerd [2022-06-03T15:56:16.491Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T15:56:16.491Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T15:56:16.491Z] github.com/docker/docker/container [2022-06-03T15:56:16.491Z] github.com/docker/docker/container/stream [2022-06-03T15:56:16.491Z] github.com/docker/docker/contrib/apparmor [2022-06-03T15:56:16.491Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T15:56:16.491Z] github.com/docker/docker/contrib/httpserver [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/cluster [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/config [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/events [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/exec [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/images [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/initlayer [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/links [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/listeners [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/local [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/names [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/network [2022-06-03T15:56:16.491Z] github.com/docker/docker/daemon/stats [2022-06-03T15:56:16.491Z] github.com/docker/docker/distribution [2022-06-03T15:56:16.491Z] github.com/docker/docker/distribution/metadata [2022-06-03T15:56:16.491Z] github.com/docker/docker/distribution/utils [2022-06-03T15:56:16.491Z] github.com/docker/docker/distribution/xfer [2022-06-03T15:56:16.491Z] github.com/docker/docker/dockerversion [2022-06-03T15:56:16.491Z] github.com/docker/docker/errdefs [2022-06-03T15:56:16.491Z] github.com/docker/docker/image [2022-06-03T15:56:16.491Z] github.com/docker/docker/image/cache [2022-06-03T15:56:16.491Z] github.com/docker/docker/image/tarexport [2022-06-03T15:56:16.492Z] github.com/docker/docker/image/v1 [2022-06-03T15:56:16.492Z] github.com/docker/docker/internal/test/suite [2022-06-03T15:56:16.492Z] github.com/docker/docker/layer [2022-06-03T15:56:16.492Z] github.com/docker/docker/libcontainerd [2022-06-03T15:56:16.492Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T15:56:16.492Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T15:56:16.492Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T15:56:16.492Z] github.com/docker/docker/libcontainerd/types [2022-06-03T15:56:16.492Z] github.com/docker/docker/oci [2022-06-03T15:56:16.492Z] github.com/docker/docker/oci/caps [2022-06-03T15:56:16.492Z] github.com/docker/docker/opts [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/aaparser [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/archive [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/authorization [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/capabilities [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/containerfs [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/directory [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/dmesg [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/fileutils [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/fsutils [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/homedir [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/idtools [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/ioutils [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/longpath [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/loopback [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/parsers [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/pidfile [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/platform [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/plugins [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/pools [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/progress [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/pubsub [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/reexec [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/signal [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/stack [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/stringid [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/system [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/tailfile [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/tarsum [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/truncindex [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/urlutil [2022-06-03T15:56:16.492Z] github.com/docker/docker/pkg/useragent [2022-06-03T15:56:16.492Z] github.com/docker/docker/plugin [2022-06-03T15:56:16.492Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T15:56:16.492Z] github.com/docker/docker/plugin/v2 [2022-06-03T15:56:16.492Z] github.com/docker/docker/profiles/apparmor [2022-06-03T15:56:16.492Z] github.com/docker/docker/profiles/seccomp [2022-06-03T15:56:16.492Z] github.com/docker/docker/quota [2022-06-03T15:56:16.492Z] github.com/docker/docker/reference [2022-06-03T15:56:16.492Z] github.com/docker/docker/registry [2022-06-03T15:56:16.492Z] github.com/docker/docker/registry/resumable [2022-06-03T15:56:16.492Z] github.com/docker/docker/restartmanager [2022-06-03T15:56:16.492Z] github.com/docker/docker/rootless [2022-06-03T15:56:16.492Z] github.com/docker/docker/rootless/specconv [2022-06-03T15:56:16.492Z] github.com/docker/docker/runconfig [2022-06-03T15:56:16.492Z] github.com/docker/docker/runconfig/opts [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/daemon [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/environment [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/fakegit [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/registry [2022-06-03T15:56:16.492Z] github.com/docker/docker/testutil/request [2022-06-03T15:56:16.492Z] github.com/docker/docker/volume [2022-06-03T15:56:16.492Z] github.com/docker/docker/volume/drivers [2022-06-03T15:56:16.492Z] github.com/docker/docker/volume/local [2022-06-03T15:56:16.492Z] github.com/docker/docker/volume/mounts [2022-06-03T15:56:16.492Z] github.com/docker/docker/volume/service [2022-06-03T15:56:16.492Z] github.com/docker/docker/volume/service/opts [2022-06-03T15:56:16.492Z] github.com/docker/docker/volume/testutils' ']' [2022-06-03T15:56:16.492Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-06-03T15:56:16.555Z] #19 20.50 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-06-03T15:56:16.555Z] #19 20.50 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-03T15:56:16.555Z] #19 20.50 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-03T15:56:16.555Z] #19 20.51 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-06-03T15:56:16.555Z] #19 20.51 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-06-03T15:56:16.555Z] #19 20.51 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-03T15:56:16.555Z] #19 20.52 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-03T15:56:16.555Z] #19 20.53 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-06-03T15:56:16.555Z] #19 20.53 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-03T15:56:16.555Z] #19 20.54 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-06-03T15:56:16.555Z] #19 20.54 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-06-03T15:56:17.116Z] #19 20.95 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-06-03T15:56:17.116Z] #19 20.95 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-06-03T15:56:17.116Z] #19 20.96 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-03T15:56:17.116Z] #19 20.98 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-06-03T15:56:17.116Z] #19 20.99 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-06-03T15:56:17.373Z] #19 21.33 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-06-03T15:56:17.373Z] #19 21.34 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-03T15:56:17.373Z] #19 21.34 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-03T15:56:17.373Z] #19 21.35 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-06-03T15:56:17.373Z] #19 21.35 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-06-03T15:56:17.373Z] #19 21.35 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-06-03T15:56:17.373Z] #19 21.35 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-03T15:56:17.373Z] #19 21.35 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-03T15:56:17.373Z] #19 21.36 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-03T15:56:17.373Z] #19 21.37 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-06-03T15:56:17.373Z] #19 21.39 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-06-03T15:56:17.373Z] #19 21.39 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-03T15:56:17.373Z] #19 21.40 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-03T15:56:17.373Z] #19 21.40 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-06-03T15:56:17.373Z] #19 21.41 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-06-03T15:56:17.421Z] ? github.com/docker/docker/api [no test files] [2022-06-03T15:56:17.631Z] #19 21.76 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-06-03T15:56:17.888Z] #19 21.76 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-06-03T15:56:17.888Z] #19 21.77 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-03T15:56:17.888Z] #19 21.79 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-06-03T15:56:17.888Z] #19 21.80 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-06-03T15:56:18.146Z] #19 22.15 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-06-03T15:56:18.146Z] #19 22.15 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-03T15:56:18.146Z] #19 22.15 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-03T15:56:18.146Z] #19 22.16 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-06-03T15:56:18.146Z] #19 22.16 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-06-03T15:56:18.146Z] #19 22.16 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-06-03T15:56:18.146Z] #19 22.16 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-03T15:56:18.146Z] #19 22.16 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-03T15:56:18.146Z] #19 22.17 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-06-03T15:56:18.146Z] #19 22.18 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-03T15:56:18.146Z] #19 22.18 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-06-03T15:56:18.146Z] #19 22.19 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-06-03T15:56:18.403Z] #19 22.54 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-06-03T15:56:18.403Z] #19 22.54 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-06-03T15:56:18.403Z] #19 22.55 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-03T15:56:18.403Z] #19 22.57 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-06-03T15:56:18.403Z] #19 22.58 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-06-03T15:56:18.964Z] #19 22.90 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-06-03T15:56:18.964Z] #19 22.90 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-03T15:56:19.220Z] #19 23.20 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T15:56:19.220Z] #19 23.32 Fetched 788 MB in 7s (118 MB/s) [2022-06-03T15:56:19.475Z] #19 23.35 Selecting previously unselected package liblocale-gettext-perl. [2022-06-03T15:56:19.475Z] #19 23.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-03T15:56:19.475Z] #19 23.45 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-03T15:56:19.475Z] #19 23.45 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-03T15:56:19.475Z] #19 23.49 Selecting previously unselected package bzip2. [2022-06-03T15:56:19.475Z] #19 23.49 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-03T15:56:19.475Z] #19 23.49 Unpacking bzip2 (1.0.8-4) ... [2022-06-03T15:56:19.475Z] #19 23.53 Selecting previously unselected package libmagic-mgc. [2022-06-03T15:56:19.475Z] #19 23.53 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-03T15:56:19.475Z] #19 23.54 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-03T15:56:19.475Z] #19 23.61 Selecting previously unselected package libmagic1:amd64. [2022-06-03T15:56:19.475Z] #19 23.61 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-03T15:56:19.475Z] #19 23.62 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-03T15:56:19.475Z] #19 23.66 Selecting previously unselected package file. [2022-06-03T15:56:19.731Z] #19 23.66 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-03T15:56:19.731Z] #19 23.66 Unpacking file (1:5.39-3) ... [2022-06-03T15:56:19.731Z] #19 23.70 Selecting previously unselected package xz-utils. [2022-06-03T15:56:19.731Z] #19 23.70 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-03T15:56:19.731Z] #19 23.70 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T15:56:19.731Z] #19 23.80 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-03T15:56:19.987Z] #19 23.80 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T15:56:19.987Z] #19 23.80 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-03T15:56:20.243Z] #19 24.13 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-03T15:56:20.243Z] #19 24.13 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-03T15:56:20.243Z] #19 24.13 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-03T15:56:20.499Z] #19 24.43 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-03T15:56:20.499Z] #19 24.43 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-03T15:56:20.499Z] #19 24.44 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-03T15:56:20.756Z] #19 24.73 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-03T15:56:20.756Z] #19 24.73 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T15:56:20.756Z] #19 24.74 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-03T15:56:21.012Z] #19 25.01 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-03T15:56:21.012Z] #19 25.01 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-03T15:56:21.012Z] #19 25.02 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-03T15:56:21.268Z] #19 25.24 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-03T15:56:21.268Z] #19 25.24 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:21.268Z] #19 25.25 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:56:21.268Z] #19 25.28 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-03T15:56:21.268Z] #19 25.28 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:21.268Z] #19 25.28 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:56:24.038Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07959eec43238c028) in /home/ubuntu/workspace/moby_PR-43689 [Pipeline] { [Pipeline] checkout [2022-06-03T15:56:24.062Z] The recommended git tool is: git [2022-06-03T15:56:24.069Z] using credential docker-jenkins-github-credentials [2022-06-03T15:56:24.076Z] Cloning the remote Git repository [2022-06-03T15:56:24.076Z] Cloning with configured refspecs honoured and without tags [2022-06-03T15:56:24.124Z] Cloning repository https://github.com/moby/moby.git [2022-06-03T15:56:24.124Z] > git init /home/ubuntu/workspace/moby_PR-43689 # timeout=10 [2022-06-03T15:56:24.141Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:56:24.142Z] > git --version # timeout=10 [2022-06-03T15:56:24.146Z] > git --version # 'git version 2.17.1' [2022-06-03T15:56:24.146Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:24.147Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:56:26.516Z] #19 29.75 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-03T15:56:26.516Z] #19 29.75 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:26.516Z] #19 29.75 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:56:26.516Z] #19 29.78 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-03T15:56:26.516Z] #19 29.78 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:26.516Z] #19 29.79 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T15:56:30.682Z] #19 34.00 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-03T15:56:30.682Z] #19 34.00 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:30.682Z] #19 34.01 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:56:30.682Z] #19 34.04 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-03T15:56:30.682Z] #19 34.04 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:30.682Z] #19 34.05 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T15:56:32.275Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2022-06-03T15:56:34.847Z] #19 38.24 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-03T15:56:34.847Z] #19 38.25 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:34.847Z] #19 38.25 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:56:34.847Z] #19 38.28 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-03T15:56:34.847Z] #19 38.28 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:34.847Z] #19 38.29 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:56:39.013Z] #19 42.64 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-03T15:56:39.013Z] #19 42.65 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:39.013Z] #19 42.73 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:56:39.013Z] #19 42.93 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-03T15:56:39.013Z] #19 42.93 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:39.013Z] #19 42.93 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:56:39.674Z] Fetching without tags [2022-06-03T15:56:39.876Z] Merging remotes/origin/master commit cf4595265e7703e1e9745a30f1dd265acbc075d3 into PR head commit b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:56:39.650Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:56:39.658Z] > git config --add remote.origin.fetch +refs/pull/43689/head:refs/remotes/origin/PR-43689 # timeout=10 [2022-06-03T15:56:39.661Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:56:39.669Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-03T15:56:39.679Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-03T15:56:39.679Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:39.680Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43689/head:refs/remotes/origin/PR-43689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-03T15:56:39.880Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:56:39.882Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:56:40.412Z] Merge succeeded, producing b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:56:40.412Z] Checking out Revision b241e2008e50f2d8e045642d6fd511a1af9bb52b (PR-43689) [2022-06-03T15:56:40.897Z] Commit message: "daemon.NewDaemon(): fix network feature detection on first start" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-03T15:56:41.479Z] + docker version [2022-06-03T15:56:41.479Z] Client: Docker Engine - Community [2022-06-03T15:56:41.479Z] Version: 20.10.14 [2022-06-03T15:56:41.479Z] API version: 1.41 [2022-06-03T15:56:41.479Z] Go version: go1.16.15 [2022-06-03T15:56:41.479Z] Git commit: a224086 [2022-06-03T15:56:41.479Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-03T15:56:41.479Z] OS/Arch: linux/amd64 [2022-06-03T15:56:41.479Z] Context: default [2022-06-03T15:56:41.479Z] Experimental: true [2022-06-03T15:56:41.479Z] [2022-06-03T15:56:41.479Z] Server: Docker Engine - Community [2022-06-03T15:56:41.479Z] Engine: [2022-06-03T15:56:41.479Z] Version: 20.10.14 [2022-06-03T15:56:41.479Z] API version: 1.41 (minimum version 1.12) [2022-06-03T15:56:41.479Z] Go version: go1.16.15 [2022-06-03T15:56:41.479Z] Git commit: 87a90dc [2022-06-03T15:56:41.479Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-03T15:56:41.479Z] OS/Arch: linux/amd64 [2022-06-03T15:56:41.479Z] Experimental: true [2022-06-03T15:56:41.479Z] containerd: [2022-06-03T15:56:41.479Z] Version: 1.5.11 [2022-06-03T15:56:41.479Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:41.479Z] runc: [2022-06-03T15:56:41.479Z] Version: 1.0.3 [2022-06-03T15:56:41.479Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-03T15:56:41.479Z] docker-init: [2022-06-03T15:56:41.479Z] Version: 0.19.0 [2022-06-03T15:56:41.479Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-03T15:56:40.392Z] > git remote # timeout=10 [2022-06-03T15:56:40.395Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T15:56:40.400Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-03T15:56:40.401Z] > git merge cf4595265e7703e1e9745a30f1dd265acbc075d3 # timeout=10 [2022-06-03T15:56:40.409Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T15:56:40.416Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T15:56:40.423Z] > git checkout -f b241e2008e50f2d8e045642d6fd511a1af9bb52b # timeout=10 [2022-06-03T15:56:41.751Z] + docker info [2022-06-03T15:56:42.678Z] Client: [2022-06-03T15:56:42.678Z] Context: default [2022-06-03T15:56:42.678Z] Debug Mode: false [2022-06-03T15:56:42.678Z] Plugins: [2022-06-03T15:56:42.678Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-03T15:56:42.678Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-03T15:56:42.679Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-03T15:56:42.679Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-03T15:56:42.679Z] [2022-06-03T15:56:42.679Z] Server: [2022-06-03T15:56:42.679Z] Containers: 0 [2022-06-03T15:56:42.679Z] Running: 0 [2022-06-03T15:56:42.679Z] Paused: 0 [2022-06-03T15:56:42.679Z] Stopped: 0 [2022-06-03T15:56:42.679Z] Images: 5 [2022-06-03T15:56:42.679Z] Server Version: 20.10.14 [2022-06-03T15:56:42.679Z] Storage Driver: overlay2 [2022-06-03T15:56:42.679Z] Backing Filesystem: extfs [2022-06-03T15:56:42.679Z] Supports d_type: true [2022-06-03T15:56:42.679Z] Native Overlay Diff: true [2022-06-03T15:56:42.679Z] userxattr: false [2022-06-03T15:56:42.679Z] Logging Driver: json-file [2022-06-03T15:56:42.679Z] Cgroup Driver: cgroupfs [2022-06-03T15:56:42.679Z] Cgroup Version: 1 [2022-06-03T15:56:42.679Z] Plugins: [2022-06-03T15:56:42.679Z] Volume: local [2022-06-03T15:56:42.679Z] Network: bridge host ipvlan macvlan null overlay [2022-06-03T15:56:42.679Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-03T15:56:42.679Z] Swarm: inactive [2022-06-03T15:56:42.679Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-03T15:56:42.679Z] Default Runtime: runc [2022-06-03T15:56:42.679Z] Init Binary: docker-init [2022-06-03T15:56:42.679Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-03T15:56:42.679Z] runc version: v1.0.3-0-gf46b6ba [2022-06-03T15:56:42.679Z] init version: de40ad0 [2022-06-03T15:56:42.679Z] Security Options: [2022-06-03T15:56:42.679Z] apparmor [2022-06-03T15:56:42.679Z] seccomp [2022-06-03T15:56:42.679Z] Profile: default [2022-06-03T15:56:42.679Z] Kernel Version: 5.4.0-1071-aws [2022-06-03T15:56:42.679Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-03T15:56:42.679Z] OSType: linux [2022-06-03T15:56:42.679Z] Architecture: x86_64 [2022-06-03T15:56:42.679Z] CPUs: 2 [2022-06-03T15:56:42.679Z] Total Memory: 7.565GiB [2022-06-03T15:56:42.679Z] Name: ip-10-100-67-210 [2022-06-03T15:56:42.679Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-03T15:56:42.679Z] Docker Root Dir: /var/lib/docker [2022-06-03T15:56:42.679Z] Debug Mode: false [2022-06-03T15:56:42.679Z] Registry: https://index.docker.io/v1/ [2022-06-03T15:56:42.679Z] Labels: [2022-06-03T15:56:42.679Z] Experimental: true [2022-06-03T15:56:42.679Z] Insecure Registries: [2022-06-03T15:56:42.679Z] 127.0.0.0/8 [2022-06-03T15:56:42.679Z] Live Restore Enabled: true [2022-06-03T15:56:42.679Z] [2022-06-03T15:56:42.679Z] WARNING: No swap limit support [Pipeline] sh [2022-06-03T15:56:42.951Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:56:42.951Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-03T15:56:42.951Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43689/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-03T15:56:42.951Z] + bash /home/ubuntu/workspace/moby_PR-43689/check-config.sh [2022-06-03T15:56:42.951Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-03T15:56:42.951Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-03T15:56:42.951Z] [2022-06-03T15:56:42.951Z] Generally Necessary: [2022-06-03T15:56:42.951Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-03T15:56:42.951Z] - apparmor: enabled and tools installed [2022-06-03T15:56:42.951Z] - CONFIG_NAMESPACES: enabled [2022-06-03T15:56:42.951Z] - CONFIG_NET_NS: enabled [2022-06-03T15:56:42.951Z] - CONFIG_PID_NS: enabled [2022-06-03T15:56:42.951Z] - CONFIG_IPC_NS: enabled [2022-06-03T15:56:42.951Z] - CONFIG_UTS_NS: enabled [2022-06-03T15:56:42.951Z] - CONFIG_CGROUPS: enabled [2022-06-03T15:56:42.951Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-03T15:56:42.951Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-03T15:56:42.951Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-03T15:56:42.951Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-03T15:56:42.951Z] - CONFIG_CPUSETS: enabled [2022-06-03T15:56:42.951Z] - CONFIG_MEMCG: enabled [2022-06-03T15:56:42.952Z] - CONFIG_KEYS: enabled [2022-06-03T15:56:42.952Z] - CONFIG_VETH: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-03T15:56:42.952Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-03T15:56:42.952Z] - CONFIG_CGROUP_BPF: enabled [2022-06-03T15:56:42.952Z] [2022-06-03T15:56:42.952Z] Optional Features: [2022-06-03T15:56:43.178Z] #19 46.82 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-03T15:56:43.178Z] #19 46.83 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:56:43.178Z] #19 46.83 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:56:43.178Z] #19 46.87 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-03T15:56:43.178Z] #19 46.87 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:56:43.178Z] #19 46.87 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T15:56:43.178Z] #19 46.89 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-03T15:56:43.178Z] #19 46.90 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:56:43.178Z] #19 46.90 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T15:56:43.178Z] #19 46.94 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-03T15:56:43.178Z] #19 46.94 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:56:43.178Z] #19 46.94 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:56:43.178Z] #19 46.97 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-03T15:56:43.178Z] #19 46.97 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:56:43.178Z] #19 46.97 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:56:43.178Z] #19 47.01 Selecting previously unselected package cross-config. [2022-06-03T15:56:43.178Z] #19 47.01 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-03T15:56:43.178Z] #19 47.01 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-03T15:56:43.178Z] #19 47.04 Selecting previously unselected package gcc-10-cross-base. [2022-06-03T15:56:43.178Z] #19 47.04 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.178Z] #19 47.05 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-03T15:56:43.178Z] #19 47.08 Selecting previously unselected package libc6-arm64-cross. [2022-06-03T15:56:43.178Z] #19 47.08 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-03T15:56:43.178Z] #19 47.09 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-03T15:56:43.178Z] #19 47.22 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-03T15:56:43.178Z] #19 47.22 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.178Z] #19 47.23 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.178Z] #19 47.26 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-03T15:56:43.178Z] #19 47.26 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.178Z] #19 47.26 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.178Z] #19 47.31 Selecting previously unselected package libitm1-arm64-cross. [2022-06-03T15:56:43.207Z] - CONFIG_USER_NS: enabled [2022-06-03T15:56:43.208Z] - CONFIG_SECCOMP: enabled [2022-06-03T15:56:43.208Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-03T15:56:43.208Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-03T15:56:43.208Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-03T15:56:43.208Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-03T15:56:43.208Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-03T15:56:43.208Z] - CONFIG_BLK_CGROUP: enabled [2022-06-03T15:56:43.208Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-03T15:56:43.208Z] - CONFIG_CGROUP_PERF: enabled [2022-06-03T15:56:43.208Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-03T15:56:43.208Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-03T15:56:43.208Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-03T15:56:43.208Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-03T15:56:43.208Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-03T15:56:43.208Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-03T15:56:43.208Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-03T15:56:43.208Z] - CONFIG_IP_VS: enabled (as module) [2022-06-03T15:56:43.208Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-03T15:56:43.208Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-03T15:56:43.208Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-03T15:56:43.208Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-03T15:56:43.208Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-03T15:56:43.208Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-03T15:56:43.208Z] - CONFIG_EXT4_FS: enabled [2022-06-03T15:56:43.208Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-03T15:56:43.208Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-03T15:56:43.208Z] - Network Drivers: [2022-06-03T15:56:43.208Z] - "overlay": [2022-06-03T15:56:43.208Z] - CONFIG_VXLAN: enabled (as module) [2022-06-03T15:56:43.208Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-03T15:56:43.208Z] Optional (for encrypted networks): [2022-06-03T15:56:43.434Z] #19 47.31 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.434Z] #19 47.31 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.434Z] #19 47.35 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-03T15:56:43.434Z] #19 47.35 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.434Z] #19 47.36 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.434Z] #19 47.38 Selecting previously unselected package libasan6-arm64-cross. [2022-06-03T15:56:43.434Z] #19 47.38 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.434Z] #19 47.39 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.463Z] - CONFIG_CRYPTO: enabled [2022-06-03T15:56:43.463Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-03T15:56:43.463Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-03T15:56:43.463Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-03T15:56:43.463Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-03T15:56:43.463Z] - CONFIG_XFRM: enabled [2022-06-03T15:56:43.463Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-03T15:56:43.463Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-03T15:56:43.463Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-03T15:56:43.463Z] - "ipvlan": [2022-06-03T15:56:43.463Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-03T15:56:43.463Z] - "macvlan": [2022-06-03T15:56:43.463Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-03T15:56:43.463Z] - CONFIG_DUMMY: enabled (as module) [2022-06-03T15:56:43.463Z] - "ftp,tftp client in container": [2022-06-03T15:56:43.463Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-03T15:56:43.463Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-03T15:56:43.463Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-03T15:56:43.463Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-03T15:56:43.463Z] - Storage Drivers: [2022-06-03T15:56:43.463Z] - "aufs": [2022-06-03T15:56:43.463Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-03T15:56:43.463Z] - "btrfs": [2022-06-03T15:56:43.463Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-03T15:56:43.463Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-03T15:56:43.463Z] - "devicemapper": [2022-06-03T15:56:43.463Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-03T15:56:43.463Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-03T15:56:43.463Z] - "overlay": [2022-06-03T15:56:43.463Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-03T15:56:43.463Z] - "zfs": [2022-06-03T15:56:43.463Z] - /dev/zfs: present [2022-06-03T15:56:43.463Z] - zfs command: missing [2022-06-03T15:56:43.463Z] - zpool command: missing [2022-06-03T15:56:43.463Z] [2022-06-03T15:56:43.463Z] Limits: [2022-06-03T15:56:43.464Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-03T15:56:43.464Z] [2022-06-03T15:56:43.464Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-03T15:56:43.690Z] #19 47.62 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-03T15:56:43.690Z] #19 47.62 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.690Z] #19 47.63 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.690Z] #19 47.74 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-03T15:56:43.690Z] #19 47.74 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.690Z] #19 47.74 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.775Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b . [2022-06-03T15:56:43.945Z] #19 47.96 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-03T15:56:43.945Z] #19 47.96 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.945Z] #19 47.97 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.945Z] #19 48.04 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-03T15:56:43.945Z] #19 48.04 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:43.945Z] #19 48.05 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:43.945Z] #19 48.14 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-03T15:56:44.031Z] #1 [internal] load build definition from Dockerfile [2022-06-03T15:56:44.031Z] #1 sha256:860a0c98eb0b0390ece1b0655bcaa8d7f588882ffdc1c4659d1845d9f5fbb0e7 [2022-06-03T15:56:44.031Z] #1 transferring dockerfile: 17.93kB 0.0s done [2022-06-03T15:56:44.031Z] #1 DONE 0.0s [2022-06-03T15:56:44.031Z] [2022-06-03T15:56:44.031Z] #2 [internal] load .dockerignore [2022-06-03T15:56:44.031Z] #2 sha256:d3eebeba71218a721da825c365280218e977be90738eb54bf86f2a04566b1e52 [2022-06-03T15:56:44.031Z] #2 transferring context: 145B done [2022-06-03T15:56:44.031Z] #2 DONE 0.0s [2022-06-03T15:56:44.031Z] [2022-06-03T15:56:44.031Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-03T15:56:44.031Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-03T15:56:44.031Z] #3 DONE 0.1s [2022-06-03T15:56:44.031Z] [2022-06-03T15:56:44.031Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-03T15:56:44.031Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-03T15:56:44.031Z] #4 CACHED [2022-06-03T15:56:44.200Z] #19 48.14 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:44.200Z] #19 48.15 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:44.200Z] #19 48.29 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-03T15:56:44.287Z] [2022-06-03T15:56:44.287Z] #6 [internal] load build definition from Dockerfile [2022-06-03T15:56:44.287Z] #6 sha256:f0cd9e6df6234cef1c8c401aa652063bec3ca2ce9db746fa240112191a5355bf [2022-06-03T15:56:44.287Z] #6 DONE 0.0s [2022-06-03T15:56:44.287Z] [2022-06-03T15:56:44.287Z] #5 [internal] load .dockerignore [2022-06-03T15:56:44.287Z] #5 sha256:da71dcba07da4b09500e110f3ae04e6b4da26306adbdf27dbe467029d2029b20 [2022-06-03T15:56:44.287Z] #5 DONE 0.0s [2022-06-03T15:56:44.287Z] [2022-06-03T15:56:44.287Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-03T15:56:44.287Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-03T15:56:44.287Z] #7 DONE 0.1s [2022-06-03T15:56:44.287Z] [2022-06-03T15:56:44.287Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:44.287Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-03T15:56:44.455Z] #19 48.29 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:44.455Z] #19 48.29 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:56:44.543Z] #10 DONE 0.1s [2022-06-03T15:56:44.543Z] [2022-06-03T15:56:44.543Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-03T15:56:44.543Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-03T15:56:44.543Z] #8 DONE 0.1s [2022-06-03T15:56:44.543Z] [2022-06-03T15:56:44.543Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-03T15:56:44.543Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-03T15:56:44.543Z] #9 DONE 0.1s [2022-06-03T15:56:44.807Z] [2022-06-03T15:56:44.807Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:44.807Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-03T15:56:44.807Z] #73 DONE 0.0s [2022-06-03T15:56:44.807Z] [2022-06-03T15:56:44.807Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:db42e4bb1a7f32da1ec430906769dbbabe9f1868bd4170751e4923f1b8948a45 [2022-06-03T15:56:44.807Z] #11 sha256:2ebda8b32961d8373fb50834e30fcd76f2e0327252ce7a6adf71be836e10c4fe [2022-06-03T15:56:44.807Z] #11 DONE 0.0s [2022-06-03T15:56:44.807Z] [2022-06-03T15:56:44.807Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-03T15:56:44.807Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-03T15:56:44.807Z] #71 DONE 0.0s [2022-06-03T15:56:44.807Z] [2022-06-03T15:56:44.807Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:3f1d6c17773a45c97bd8f158d665c9709d7b29ed7917ac934086ad96f92e4510 [2022-06-03T15:56:44.807Z] #28 sha256:a3246446d003a4c35b39fc152e47a85d45d45e040e2787d41460a7c0453ae88c [2022-06-03T15:56:44.807Z] #28 DONE 0.0s [2022-06-03T15:56:44.807Z] [2022-06-03T15:56:44.807Z] #24 [internal] load build context [2022-06-03T15:56:44.807Z] #24 sha256:7afca90784566ea161d62d658169c8691cf84783d1249463df49383abe8a8f97 [2022-06-03T15:56:45.066Z] #24 ... [2022-06-03T15:56:45.066Z] [2022-06-03T15:56:45.066Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-03T15:56:45.066Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-03T15:56:45.066Z] #49 DONE 0.5s [2022-06-03T15:56:45.066Z] [2022-06-03T15:56:45.066Z] #24 [internal] load build context [2022-06-03T15:56:45.066Z] #24 sha256:7afca90784566ea161d62d658169c8691cf84783d1249463df49383abe8a8f97 [2022-06-03T15:56:46.437Z] #24 transferring context: 61.15MB 1.8s done [2022-06-03T15:56:46.437Z] #24 DONE 1.8s [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T15:56:46.437Z] #46 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T15:56:46.437Z] #46 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #37 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #37 sha256:7ebbb52f523aa77c9eb0bf29381e478dbd6e0fbedfbd289f2b34bc6d0cc212c8 [2022-06-03T15:56:46.437Z] #37 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #29 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T15:56:46.437Z] #29 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #34 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T15:56:46.437Z] #34 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #31 sha256:7b811511229c20f3eab54b7575fd7a9ce9d68209ac8c136e22cd49217935227c [2022-06-03T15:56:46.437Z] #31 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #26 sha256:c9e65f1b0b7eb5d9d38eb376e7ae114e5a2ed923b416080f358027e7eebf2390 [2022-06-03T15:56:46.437Z] #26 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #58 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #58 sha256:05485c7c2346f682d8f430189d960be98a09e95f2a0be60138415cb2fccdf7fe [2022-06-03T15:56:46.437Z] #58 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #13 sha256:cf0b210e8d2b09f0756889c8758cb1cdd46c009beb7d8d1da67a5b7c3fb59669 [2022-06-03T15:56:46.437Z] #13 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #56 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #56 sha256:55372415138d7c0736f521f8a3ad68c9c294a19718563e44302478563e08ab12 [2022-06-03T15:56:46.437Z] #56 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T15:56:46.437Z] #21 sha256:adf88728f85cb89c5ac2995bab0f278bf44729cb55f6a8898996669008beb450 [2022-06-03T15:56:46.437Z] #21 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-03T15:56:46.437Z] #36 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T15:56:46.437Z] #36 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T15:56:46.437Z] #23 sha256:98f0f2607b2c07e90269be57bf0cae114d1acdf91571ccbc325d5f396d4ab29e [2022-06-03T15:56:46.437Z] #23 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T15:56:46.437Z] #15 sha256:7d105389cf7ebd369be610536db62be544056793b886d5dc26e332e017cc3e22 [2022-06-03T15:56:46.437Z] #15 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T15:56:46.437Z] #25 sha256:4cdb0dd6488271ed9217ef7c11abfa7d29ce00336bc7394a9a8c714a8f10a0dc [2022-06-03T15:56:46.437Z] #25 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #67 sha256:0772e17cae661e2ba293499eb19223bb6882051776bf6ddd1e3a0493285f0a74 [2022-06-03T15:56:46.437Z] #67 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #65 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #65 sha256:4feb67b621f2d790fc2a83969b90a3411877a90cfe9b06d75f919158335f3c89 [2022-06-03T15:56:46.437Z] #65 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #52 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #52 sha256:7b91ba51b8942fd4ea1d9467d15d589b8906c8e6e85e79941a62e323b63aec54 [2022-06-03T15:56:46.437Z] #52 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #39 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #39 sha256:5c9ebc980d1e833d5305d9905f6849c0f66662704b4690b275cae182e76516c9 [2022-06-03T15:56:46.437Z] #39 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T15:56:46.437Z] #66 sha256:eedbf2d73bc8d7bc35a8c9abeb2ea790b84188633b7fe25e3661c04823566110 [2022-06-03T15:56:46.437Z] #66 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-03T15:56:46.437Z] #12 sha256:e7dde43b53ca9370930682b5d63834ddd339065eed3de58491b444403bb36b5d [2022-06-03T15:56:46.437Z] #12 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #53 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T15:56:46.437Z] #53 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T15:56:46.437Z] #16 sha256:b6e9ddd00bef5e0a34d37ce77e3177626aec573a2dfdbcad77e075740bd2bf67 [2022-06-03T15:56:46.437Z] #16 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T15:56:46.437Z] #17 sha256:0da627211182c603ee7be6f7ffb3706f8ff04596b10c40cd96e46cd84ec2a4b3 [2022-06-03T15:56:46.437Z] #17 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #61 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #61 sha256:4661dc2ee412b8988e116a6a8b6c47128680f34f9ec51a35c98157f3e87e0492 [2022-06-03T15:56:46.437Z] #61 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #75 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #75 sha256:ffc3ab6e66da56d2ae229914299243b7b0e86f32c1d271a03bdef42699c417db [2022-06-03T15:56:46.437Z] #75 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #42 sha256:96d217289e76b481a0400caab67f2ac148eb1a59278b0c34d7543abb78519b6d [2022-06-03T15:56:46.437Z] #42 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T15:56:46.437Z] #19 sha256:da436bba4d4a55f2ae7cb2087a13512abb3410f3208571a918e831778b559cc1 [2022-06-03T15:56:46.437Z] #19 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T15:56:46.437Z] #30 sha256:b4ac2eb3aa3e23272171edbb68936a1b925d141fc246710ded8fe2a49f0f1bba [2022-06-03T15:56:46.437Z] #30 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T15:56:46.437Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T15:56:46.437Z] #74 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #14 sha256:d9bb5d5f9a5f67255dcef1d0a0203ba56c73b0645f0160e05a764f0c454240ab [2022-06-03T15:56:46.437Z] #14 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #45 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T15:56:46.437Z] #45 sha256:07c0b428dc2ede9ba0d7fee332aeac9893b165d2511b4f0139464358e69ffb5c [2022-06-03T15:56:46.437Z] #45 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T15:56:46.437Z] #20 sha256:81ba5c146be2f3dabb53183d96770b77a39e1d4e63dc223a99b72091506bea2a [2022-06-03T15:56:46.437Z] #20 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #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-06-03T15:56:46.437Z] #50 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T15:56:46.437Z] #50 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T15:56:46.437Z] #69 sha256:86b0886cdd48e4c14878deb5cab1203d2fcc81cd0a137862fd8ab2e739ef4e09 [2022-06-03T15:56:46.437Z] #69 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #27 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T15:56:46.437Z] #27 sha256:bb2291fafc58f7c2c6253f66f1125ecfcb60213f809ff4bcf1004122188bd9aa [2022-06-03T15:56:46.437Z] #27 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T15:56:46.437Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T15:56:46.437Z] #72 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T15:56:46.437Z] #68 sha256:917d40843e7735ed7f8c6ca38bea5eb8e45f3356b451f42a07c4454b4fc329d8 [2022-06-03T15:56:46.437Z] #68 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #32 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T15:56:46.437Z] #32 sha256:11d9ebeea67917091e0b572366d9b357ea49db5834054e17d1386252587bffa3 [2022-06-03T15:56:46.437Z] #32 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T15:56:46.437Z] #63 sha256:b4d28990657cd602db7a2d116ed4bf4179fba7a8d82ed742b62dd1e0f0aea5db [2022-06-03T15:56:46.437Z] #63 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-03T15:56:46.437Z] #22 sha256:28b8ede06aaf80c2647e950a3b14bb108bc0b21cd6feabf88eaedddc580c78bb [2022-06-03T15:56:46.437Z] #22 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.437Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T15:56:46.437Z] #18 sha256:c5d808491156548e8c50cdb83155ddaa8345ad246197c31f13c14fdd94307138 [2022-06-03T15:56:46.437Z] #18 CACHED [2022-06-03T15:56:46.437Z] [2022-06-03T15:56:46.438Z] #70 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T15:56:46.438Z] #70 sha256:688ec05c395ee5b9bd9ab2834e44ee7ccbd1cc6406db02a20a3e43085997e064 [2022-06-03T15:56:46.438Z] #70 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #40 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T15:56:46.438Z] #40 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T15:56:46.438Z] #59 sha256:ed10c0196d9b897c2e78cfab73fb65c8d3bc805d4ce057f22b054a2c759a1cc1 [2022-06-03T15:56:46.438Z] #59 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #54 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T15:56:46.438Z] #54 sha256:d85e11e6fcc1a26e4a913610bf7bd1bccdd716a29cb30b05829946a7dcc172f6 [2022-06-03T15:56:46.438Z] #54 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #35 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T15:56:46.438Z] #35 sha256:8199d7a16c7ecf518d3bb014af2e780b5ac6d3be06fa05bd9fd09a5791b80cf7 [2022-06-03T15:56:46.438Z] #35 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #44 sha256:2d865eae29e3a317e819f49e334c68e0e43b9a7ea08bb3a696d1adde1f45ed25 [2022-06-03T15:56:46.438Z] #44 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #48 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T15:56:46.438Z] #48 sha256:1d30ac06cd19f257fc204d1212644645701f082a9f1dd9063651e691464adc60 [2022-06-03T15:56:46.438Z] #48 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T15:56:46.438Z] #55 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T15:56:46.438Z] #55 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #60 sha256:60da5827462e0ede2dc4df7d2baa5ad80eaaa2ea31e7335b791f7960ede40d7a [2022-06-03T15:56:46.438Z] #60 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T15:56:46.438Z] #43 sha256:8550edf28263944ff1effb7a1d287f9c91df2cfdf80bc216894525d4c88595d0 [2022-06-03T15:56:46.438Z] #43 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #47 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T15:56:46.438Z] #47 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #62 sha256:c3e95144de363fa6b857f145f5847b30802a92ecbf3019348e671972e8ec83f3 [2022-06-03T15:56:46.438Z] #62 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T15:56:46.438Z] #33 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T15:56:46.438Z] #33 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #64 sha256:b1710bd4809d7f0e2ad8e7ea2614c8443a8e53ce6100b0c26f532de3e96070a8 [2022-06-03T15:56:46.438Z] #64 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #57 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T15:56:46.438Z] #57 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #38 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T15:56:46.438Z] #38 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #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-06-03T15:56:46.438Z] #51 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T15:56:46.438Z] #51 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #41 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T15:56:46.438Z] #41 sha256:8dc22a05007f2e533d63b25c0e2b36ba359bae752dff43a560cbb99d11c7e276 [2022-06-03T15:56:46.438Z] #41 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T15:56:46.438Z] #76 sha256:a55cbca54ca8f9dae59a52195c0396947211acf84906d02ae5d848e604858c2e [2022-06-03T15:56:46.438Z] #76 CACHED [2022-06-03T15:56:46.438Z] [2022-06-03T15:56:46.438Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T15:56:46.438Z] #77 sha256:af9d7a5b3e26ddf8d1445630766f3622ef74cc07d8177bc84468ac85281d1dc5 [2022-06-03T15:56:47.804Z] #77 DONE 1.1s [2022-06-03T15:56:47.804Z] [2022-06-03T15:56:47.804Z] #78 exporting to image [2022-06-03T15:56:47.804Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T15:56:47.804Z] #78 exporting layers [2022-06-03T15:56:48.367Z] #78 exporting layers 0.8s done [2022-06-03T15:56:48.367Z] #78 writing image sha256:30d26e3c87bcdcf2fef21e00f130843d3d4bfbc9153633cd0fefa31ed828b4e7 done [2022-06-03T15:56:48.367Z] #78 naming to docker.io/library/docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b done [2022-06-03T15:56:48.367Z] #78 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T15:56:48.691Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -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:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh dynbinary test-integration [2022-06-03T15:56:48.950Z] [2022-06-03T15:56:49.206Z] Removing bundles/ [2022-06-03T15:56:49.206Z] [2022-06-03T15:56:49.206Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T15:56:49.206Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T15:56:49.206Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T15:56:49.700Z] #19 53.31 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-03T15:56:49.700Z] #19 53.31 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:56:49.700Z] #19 53.31 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:56:49.700Z] #19 53.36 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-03T15:56:49.700Z] #19 53.36 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-03T15:56:49.700Z] #19 53.36 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-03T15:56:49.700Z] #19 53.52 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-03T15:56:49.700Z] #19 53.53 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-03T15:56:49.700Z] #19 53.53 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-03T15:56:49.700Z] #19 53.76 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-03T15:56:49.956Z] #19 53.77 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:49.956Z] #19 53.77 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:56:49.956Z] #19 54.01 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-03T15:56:49.956Z] #19 54.01 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:49.956Z] #19 54.01 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:56:55.231Z] #19 58.86 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-03T15:56:55.231Z] #19 58.86 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:56:55.231Z] #19 58.86 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:56:55.231Z] #19 58.89 Selecting previously unselected package patch. [2022-06-03T15:56:55.231Z] #19 58.89 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-03T15:56:55.231Z] #19 58.89 Unpacking patch (2.7.6-7) ... [2022-06-03T15:56:55.231Z] #19 58.92 Selecting previously unselected package dpkg-dev. [2022-06-03T15:56:55.231Z] #19 58.93 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-03T15:56:55.231Z] #19 58.93 Unpacking dpkg-dev (1.20.10) ... [2022-06-03T15:56:55.231Z] #19 59.07 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-03T15:56:55.231Z] #19 59.08 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-03T15:56:55.231Z] #19 59.08 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-03T15:56:55.231Z] #19 59.11 Selecting previously unselected package libio-string-perl. [2022-06-03T15:56:55.231Z] #19 59.11 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-03T15:56:55.231Z] #19 59.11 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-03T15:56:55.231Z] #19 59.14 Selecting previously unselected package libicu67:amd64. [2022-06-03T15:56:55.231Z] #19 59.15 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-03T15:56:55.231Z] #19 59.15 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-03T15:56:56.596Z] #19 60.44 Selecting previously unselected package libxml2:amd64. [2022-06-03T15:56:56.596Z] #19 60.44 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-03T15:56:56.596Z] #19 60.50 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T15:56:56.596Z] #19 60.68 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-03T15:56:56.596Z] #19 60.68 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-03T15:56:56.852Z] #19 60.69 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-03T15:56:56.852Z] #19 60.72 Selecting previously unselected package libxml-sax-base-perl. [2022-06-03T15:56:56.852Z] #19 60.72 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-03T15:56:56.852Z] #19 60.73 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-03T15:56:56.852Z] #19 60.77 Selecting previously unselected package libxml-sax-perl. [2022-06-03T15:56:56.852Z] #19 60.77 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-03T15:56:56.852Z] #19 60.77 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-03T15:56:56.852Z] #19 60.81 Selecting previously unselected package libxml-libxml-perl. [2022-06-03T15:56:56.852Z] #19 60.81 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-03T15:56:56.852Z] #19 60.82 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-03T15:56:56.852Z] #19 60.88 Selecting previously unselected package libxml-simple-perl. [2022-06-03T15:56:56.852Z] #19 60.88 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-03T15:56:56.852Z] #19 60.89 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-03T15:56:56.852Z] #19 60.92 Selecting previously unselected package libyaml-perl. [2022-06-03T15:56:56.852Z] #19 60.92 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-03T15:56:56.852Z] #19 60.93 Unpacking libyaml-perl (1.30-1) ... [2022-06-03T15:56:56.852Z] #19 60.96 Selecting previously unselected package libconfig-auto-perl. [2022-06-03T15:56:56.852Z] #19 60.96 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-03T15:56:56.852Z] #19 60.96 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-03T15:56:56.852Z] #19 60.99 Selecting previously unselected package libfile-which-perl. [2022-06-03T15:56:56.852Z] #19 60.99 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-03T15:56:56.852Z] #19 60.99 Unpacking libfile-which-perl (1.23-1) ... [2022-06-03T15:56:56.852Z] #19 61.02 Selecting previously unselected package libfile-homedir-perl. [2022-06-03T15:56:57.107Z] #19 61.03 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-03T15:56:57.107Z] #19 61.03 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-03T15:56:57.107Z] #19 61.06 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-03T15:56:57.107Z] #19 61.07 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-03T15:56:57.107Z] #19 61.07 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-03T15:56:57.107Z] #19 61.10 Selecting previously unselected package dpkg-cross. [2022-06-03T15:56:57.107Z] #19 61.11 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-03T15:56:57.107Z] #19 61.11 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-03T15:56:57.107Z] #19 61.15 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-03T15:56:57.107Z] #19 61.15 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-03T15:56:57.107Z] #19 61.15 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-03T15:56:57.107Z] #19 61.17 Selecting previously unselected package libc6-armel-cross. [2022-06-03T15:56:57.107Z] #19 61.17 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-03T15:56:57.107Z] #19 61.18 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-03T15:56:57.368Z] #19 61.30 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-03T15:56:57.368Z] #19 61.31 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:57.368Z] #19 61.31 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:56:57.368Z] #19 61.34 Selecting previously unselected package libgomp1-armel-cross. [2022-06-03T15:56:57.368Z] #19 61.34 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:57.368Z] #19 61.35 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:56:57.368Z] #19 61.38 Selecting previously unselected package libatomic1-armel-cross. [2022-06-03T15:56:57.368Z] #19 61.38 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:57.368Z] #19 61.39 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:56:57.368Z] #19 61.42 Selecting previously unselected package libasan6-armel-cross. [2022-06-03T15:56:57.368Z] #19 61.42 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:57.623Z] #19 61.42 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:56:57.623Z] #19 61.67 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-03T15:56:57.623Z] #19 61.67 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:57.623Z] #19 61.67 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:56:57.623Z] #19 61.76 Selecting previously unselected package libubsan1-armel-cross. [2022-06-03T15:56:57.623Z] #19 61.76 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:57.623Z] #19 61.77 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:56:57.878Z] #19 61.86 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-03T15:56:57.878Z] #19 61.86 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:56:57.878Z] #19 61.87 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:56:58.134Z] #19 61.99 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-03T15:56:58.134Z] #19 61.99 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:56:58.134Z] #19 62.00 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T15:57:03.377Z] #19 66.71 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-03T15:57:03.377Z] #19 66.71 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:03.377Z] #19 66.71 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T15:57:03.377Z] #19 66.74 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-03T15:57:03.377Z] #19 66.74 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-03T15:57:03.377Z] #19 66.75 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-03T15:57:03.377Z] #19 66.91 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-03T15:57:03.377Z] #19 66.91 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-03T15:57:03.377Z] #19 66.92 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-03T15:57:03.377Z] #19 67.13 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-03T15:57:03.377Z] #19 67.14 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:03.377Z] #19 67.14 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:03.377Z] #19 67.39 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-03T15:57:03.377Z] #19 67.39 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:57:03.377Z] #19 67.40 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T15:57:08.621Z] #19 71.87 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-03T15:57:08.621Z] #19 71.87 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:08.621Z] #19 71.87 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T15:57:08.622Z] #19 71.90 Selecting previously unselected package crossbuild-essential-armel. [2022-06-03T15:57:08.622Z] #19 71.90 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-03T15:57:08.622Z] #19 71.90 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-03T15:57:08.622Z] #19 71.93 Selecting previously unselected package libc6-armhf-cross. [2022-06-03T15:57:08.622Z] #19 71.93 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-03T15:57:08.622Z] #19 71.94 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-03T15:57:08.622Z] #19 72.05 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-03T15:57:08.622Z] #19 72.05 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:08.622Z] #19 72.05 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:08.622Z] #19 72.09 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-03T15:57:08.622Z] #19 72.09 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:08.622Z] #19 72.09 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:08.622Z] #19 72.12 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-03T15:57:08.622Z] #19 72.13 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:08.622Z] #19 72.14 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:08.622Z] #19 72.17 Selecting previously unselected package libasan6-armhf-cross. [2022-06-03T15:57:08.622Z] #19 72.18 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:08.622Z] #19 72.18 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:08.622Z] #19 72.40 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-03T15:57:08.622Z] #19 72.40 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:08.622Z] #19 72.40 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:08.622Z] #19 72.47 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-03T15:57:08.622Z] #19 72.48 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:08.622Z] #19 72.48 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:08.622Z] #19 72.57 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-03T15:57:08.622Z] #19 72.57 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:08.622Z] #19 72.58 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:08.622Z] #19 72.68 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-03T15:57:08.878Z] #19 72.68 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:57:08.878Z] #19 72.69 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T15:57:14.128Z] #19 77.72 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-03T15:57:14.128Z] #19 77.72 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:14.128Z] #19 77.77 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T15:57:14.128Z] #19 78.13 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-03T15:57:14.128Z] #19 78.13 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-03T15:57:14.128Z] #19 78.19 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-03T15:57:14.689Z] #19 78.59 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-03T15:57:14.689Z] #19 78.59 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-03T15:57:14.689Z] #19 78.59 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-03T15:57:14.944Z] #19 78.80 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-03T15:57:14.944Z] #19 78.81 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:14.944Z] #19 78.81 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:14.944Z] #19 79.06 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-03T15:57:14.944Z] #19 79.06 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:57:15.201Z] #19 79.06 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T15:57:19.368Z] #19 83.51 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-03T15:57:19.368Z] #19 83.52 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:19.368Z] #19 83.52 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T15:57:19.624Z] #19 83.55 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-03T15:57:19.624Z] #19 83.55 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-03T15:57:19.624Z] #19 83.55 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-03T15:57:19.624Z] #19 83.58 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-03T15:57:19.624Z] #19 83.58 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-03T15:57:19.624Z] #19 83.58 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-03T15:57:19.624Z] #19 83.75 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-03T15:57:19.624Z] #19 83.75 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:19.624Z] #19 83.76 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:19.624Z] #19 83.79 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-03T15:57:19.879Z] #19 83.79 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:19.879Z] #19 83.79 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:19.879Z] #19 83.83 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-03T15:57:19.879Z] #19 83.83 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:19.879Z] #19 83.83 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:19.879Z] #19 83.86 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-03T15:57:19.879Z] #19 83.86 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:19.879Z] #19 83.87 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:19.879Z] #19 83.89 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-03T15:57:19.879Z] #19 83.89 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:19.879Z] #19 83.89 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:20.136Z] #19 84.13 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-03T15:57:20.136Z] #19 84.13 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:20.136Z] #19 84.14 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:20.392Z] #19 84.24 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-03T15:57:20.392Z] #19 84.24 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:20.392Z] #19 84.24 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:20.392Z] #19 84.47 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-03T15:57:20.648Z] #19 84.47 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:20.648Z] #19 84.48 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:20.648Z] #19 84.55 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-03T15:57:20.648Z] #19 84.55 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:20.648Z] #19 84.55 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:20.648Z] #19 84.66 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-03T15:57:20.648Z] #19 84.66 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:20.648Z] #19 84.66 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:20.648Z] #19 84.70 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-03T15:57:20.648Z] #19 84.70 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:20.648Z] #19 84.71 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:20.904Z] #19 84.87 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-03T15:57:20.904Z] #19 84.87 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:57:20.904Z] #19 84.88 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:26.158Z] #19 89.45 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-03T15:57:26.158Z] #19 89.46 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:26.158Z] #19 89.46 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:26.158Z] #19 89.48 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-03T15:57:26.158Z] #19 89.49 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-03T15:57:26.158Z] #19 89.49 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-03T15:57:26.158Z] #19 89.66 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-03T15:57:26.158Z] #19 89.66 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-03T15:57:26.158Z] #19 89.66 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-03T15:57:26.158Z] #19 89.93 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-03T15:57:26.158Z] #19 89.93 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:26.158Z] #19 89.93 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:26.158Z] #19 90.18 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-03T15:57:26.158Z] #19 90.18 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:57:26.158Z] #19 90.19 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 94.54 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-03T15:57:31.407Z] #19 94.54 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:31.407Z] #19 94.54 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:31.407Z] #19 94.57 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-03T15:57:31.407Z] #19 94.57 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-03T15:57:31.407Z] #19 94.57 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-03T15:57:31.407Z] #19 94.59 Selecting previously unselected package libc6-s390x-cross. [2022-06-03T15:57:31.407Z] #19 94.60 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-03T15:57:31.407Z] #19 94.60 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-03T15:57:31.407Z] #19 94.73 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-03T15:57:31.407Z] #19 94.73 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 94.73 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 94.76 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-03T15:57:31.407Z] #19 94.76 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 94.76 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 94.79 Selecting previously unselected package libitm1-s390x-cross. [2022-06-03T15:57:31.407Z] #19 94.80 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 94.80 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 94.83 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-03T15:57:31.407Z] #19 94.83 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 94.83 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 94.85 Selecting previously unselected package libasan6-s390x-cross. [2022-06-03T15:57:31.407Z] #19 94.86 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 94.86 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 95.08 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-03T15:57:31.407Z] #19 95.08 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 95.08 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 95.23 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-03T15:57:31.407Z] #19 95.23 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 95.26 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.407Z] #19 95.44 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-03T15:57:31.407Z] #19 95.44 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:31.407Z] #19 95.49 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:31.662Z] #19 95.77 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-03T15:57:31.662Z] #19 95.77 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:57:31.917Z] #19 95.79 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:36.087Z] #19 100.1 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-03T15:57:36.087Z] #19 100.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:36.087Z] #19 100.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:36.087Z] #19 100.1 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-03T15:57:36.087Z] #19 100.1 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-03T15:57:36.087Z] #19 100.1 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-03T15:57:36.342Z] #19 100.3 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-03T15:57:36.342Z] #19 100.3 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-03T15:57:36.342Z] #19 100.3 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-03T15:57:36.342Z] #19 100.5 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-03T15:57:36.599Z] #19 100.5 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-03T15:57:36.599Z] #19 100.5 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:36.599Z] #19 100.8 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-03T15:57:36.856Z] #19 100.8 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-03T15:57:36.856Z] #19 100.8 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 31.9% of statements [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 6.0% of statements [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/server/router/volume 0.008s coverage: 67.9% of statements [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2022-06-03T15:57:39.908Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-03T15:57:39.908Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-03T15:57:41.023Z] #19 104.9 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-03T15:57:41.023Z] #19 104.9 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-03T15:57:41.023Z] #19 104.9 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:41.023Z] #19 105.0 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-03T15:57:41.023Z] #19 105.0 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-03T15:57:41.023Z] #19 105.0 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-03T15:57:41.023Z] #19 105.0 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-03T15:57:41.023Z] #19 105.0 Setting up libfile-which-perl (1.23-1) ... [2022-06-03T15:57:41.023Z] #19 105.0 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-03T15:57:41.023Z] #19 105.0 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-03T15:57:41.023Z] #19 105.0 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-03T15:57:41.023Z] #19 105.0 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up libicu67:amd64 (67.1-7) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up file (1:5.39-3) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:57:41.023Z] #19 105.1 Setting up bzip2 (1.0.8-4) ... [2022-06-03T15:57:41.023Z] #19 105.2 Setting up libyaml-perl (1.30-1) ... [2022-06-03T15:57:41.023Z] #19 105.2 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-03T15:57:41.278Z] #19 105.2 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-03T15:57:41.278Z] #19 105.2 Setting up libio-string-perl (1.08-3.1) ... [2022-06-03T15:57:41.278Z] #19 105.2 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-03T15:57:41.278Z] #19 105.2 Setting up cross-config (2.6.18+nmu1) ... [2022-06-03T15:57:41.278Z] #19 105.3 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-03T15:57:41.278Z] #19 105.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-03T15:57:41.278Z] #19 105.3 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-03T15:57:41.278Z] #19 105.3 Setting up patch (2.7.6-7) ... [2022-06-03T15:57:41.278Z] #19 105.3 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-03T15:57:41.278Z] #19 105.3 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-03T15:57:41.278Z] #19 105.3 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.278Z] #19 105.3 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-03T15:57:41.278Z] #19 105.4 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-03T15:57:41.278Z] #19 105.4 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.278Z] #19 105.4 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.278Z] #19 105.4 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-03T15:57:41.534Z] #19 105.4 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-03T15:57:41.534Z] #19 105.4 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.4 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.4 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-03T15:57:41.534Z] #19 105.4 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-03T15:57:41.534Z] #19 105.4 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.5 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-03T15:57:41.534Z] #19 105.6 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.7 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.7 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.7 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-03T15:57:41.534Z] #19 105.7 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.534Z] #19 105.7 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.789Z] #19 105.7 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:41.789Z] #19 105.7 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-03T15:57:41.789Z] #19 105.8 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-03T15:57:41.789Z] #19 105.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-03T15:57:41.789Z] #19 106.0 [2022-06-03T15:57:41.789Z] #19 106.0 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-03T15:57:42.044Z] #19 106.0 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.0 Setting up dpkg-dev (1.20.10) ... [2022-06-03T15:57:42.044Z] #19 106.0 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.0 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T15:57:42.044Z] #19 106.0 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.044Z] #19 106.1 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-03T15:57:42.044Z] #19 106.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-03T15:57:42.299Z] #19 106.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-03T15:57:42.299Z] #19 106.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-03T15:57:42.299Z] #19 106.4 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-03T15:57:42.299Z] #19 106.4 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.299Z] #19 106.5 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.299Z] #19 106.5 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.299Z] #19 106.5 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T15:57:42.299Z] #19 106.5 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.426Z] ok github.com/docker/docker/builder/remotecontext 0.096s coverage: 13.7% of statements [2022-06-03T15:57:42.426Z] ok github.com/docker/docker/builder/dockerfile 0.400s coverage: 49.3% of statements [2022-06-03T15:57:42.554Z] #19 106.5 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.5 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.554Z] #19 106.5 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.5 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.5 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.5 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.5 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up libxml-simple-perl (2.25-1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.6 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.7 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.7 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.7 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-03T15:57:42.554Z] #19 106.7 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.554Z] #19 106.7 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.682Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-03T15:57:42.809Z] #19 106.7 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.809Z] #19 106.7 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.809Z] #19 106.7 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.7 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-03T15:57:42.809Z] #19 106.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.8 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-03T15:57:42.809Z] #19 106.9 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.9 Setting up crossbuild-essential-armel (12.9) ... [2022-06-03T15:57:42.809Z] #19 106.9 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-03T15:57:42.809Z] #19 106.9 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-03T15:57:43.066Z] #19 106.9 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-03T15:57:43.066Z] #19 106.9 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-03T15:57:43.066Z] #19 106.9 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-03T15:57:43.066Z] #19 106.9 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T15:57:43.610Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-03T15:57:43.996Z] #19 DONE 108.0s [2022-06-03T15:57:43.996Z] [2022-06-03T15:57:43.996Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-03T15:57:43.996Z] #73 sha256:9ec4d2f97ab7d7d078bb5cb18650f92ec36ed780c95b9cae87a8e5b2d88d5537 [2022-06-03T15:57:43.996Z] #73 DONE 0.1s [2022-06-03T15:57:43.996Z] [2022-06-03T15:57:43.996Z] #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-06-03T15:57:43.996Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T15:57:44.172Z] ok github.com/docker/docker/builder/remotecontext/git 1.505s coverage: 86.3% of statements [2022-06-03T15:57:44.172Z] ? github.com/docker/docker/cli [no test files] [2022-06-03T15:57:44.172Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-03T15:57:44.172Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-03T15:57:44.172Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-03T15:57:44.252Z] #69 ... [2022-06-03T15:57:44.252Z] [2022-06-03T15:57:44.252Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-03T15:57:44.252Z] #32 sha256:c159480f4e0a6e250c12ce34e99837f78d242c90cb96c4dbd9681bf258f5d98e [2022-06-03T15:57:44.252Z] #32 DONE 0.1s [2022-06-03T15:57:44.252Z] [2022-06-03T15:57:44.252Z] #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-06-03T15:57:44.252Z] #33 sha256:170bee1d93594d057d417b0e7c354a0275c57367cb33839bce7d77e72f0f97a3 [2022-06-03T15:57:44.429Z] ok github.com/docker/docker/cmd/docker-proxy 0.017s coverage: 67.6% of statements [2022-06-03T15:57:45.680Z] #33 1.435 + RM_GOPATH=0 [2022-06-03T15:57:45.680Z] #33 1.435 + TMP_GOPATH= [2022-06-03T15:57:45.680Z] #33 1.435 + : /build [2022-06-03T15:57:45.680Z] #33 1.435 + '[' -z '' ']' [2022-06-03T15:57:45.680Z] #33 1.435 ++ mktemp -d [2022-06-03T15:57:45.680Z] #33 1.440 + export GOPATH=/tmp/tmp.kR0GTmPvPZ [2022-06-03T15:57:45.680Z] #33 1.440 + GOPATH=/tmp/tmp.kR0GTmPvPZ [2022-06-03T15:57:45.680Z] #33 1.440 + RM_GOPATH=1 [2022-06-03T15:57:45.680Z] #33 1.440 + case "$(go env GOARCH)" in [2022-06-03T15:57:45.680Z] #33 1.440 ++ go env GOARCH [2022-06-03T15:57:45.680Z] #33 1.457 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T15:57:45.680Z] #33 1.457 + GO_BUILDMODE=-buildmode=pie [2022-06-03T15:57:45.680Z] #33 1.461 Install docker/cli version 17.06.2-ce from stable [2022-06-03T15:57:45.680Z] #33 1.465 ++ dirname /install.sh [2022-06-03T15:57:45.680Z] #33 1.465 + dir=/ [2022-06-03T15:57:45.680Z] #33 1.465 + bin=dockercli [2022-06-03T15:57:45.680Z] #33 1.465 + shift [2022-06-03T15:57:45.680Z] #33 1.465 + '[' '!' -f //dockercli.installer ']' [2022-06-03T15:57:45.680Z] #33 1.465 + . //dockercli.installer [2022-06-03T15:57:45.680Z] #33 1.465 ++ : stable [2022-06-03T15:57:45.680Z] #33 1.465 ++ : 17.06.2-ce [2022-06-03T15:57:45.680Z] #33 1.465 + install_dockercli [2022-06-03T15:57:45.680Z] #33 1.465 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-03T15:57:45.680Z] #33 1.465 ++ uname -m [2022-06-03T15:57:45.680Z] #33 1.469 + arch=x86_64 [2022-06-03T15:57:45.680Z] #33 1.469 + '[' x86_64 '!=' x86_64 ']' [2022-06-03T15:57:45.680Z] #33 1.469 + url=https://download.docker.com/linux/static [2022-06-03T15:57:45.680Z] #33 1.471 + tar -xz docker/docker [2022-06-03T15:57:45.680Z] #33 1.473 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-03T15:57:48.599Z] ok github.com/docker/docker/client 0.110s coverage: 75.6% of statements [2022-06-03T15:57:48.955Z] #33 4.830 + mkdir -p /build [2022-06-03T15:57:48.955Z] #33 4.832 + mv docker/docker /build/ [2022-06-03T15:57:48.955Z] #33 4.833 + rmdir docker [2022-06-03T15:57:49.212Z] #33 DONE 5.0s [2022-06-03T15:57:49.212Z] [2022-06-03T15:57:49.212Z] #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-06-03T15:57:49.212Z] #74 sha256:d877b0363fd494e4234fa4bf570797f2f89f748d08afe7d827bb5b8b1c50880b [2022-06-03T15:57:49.212Z] #74 1.632 + RM_GOPATH=0 [2022-06-03T15:57:49.212Z] #74 1.632 + TMP_GOPATH= [2022-06-03T15:57:49.212Z] #74 1.632 + : /build [2022-06-03T15:57:49.212Z] #74 1.633 + '[' -z '' ']' [2022-06-03T15:57:49.212Z] #74 1.634 ++ mktemp -d [2022-06-03T15:57:49.212Z] #74 1.636 + export GOPATH=/tmp/tmp.N3rbabeLdj [2022-06-03T15:57:49.212Z] #74 1.637 + GOPATH=/tmp/tmp.N3rbabeLdj [2022-06-03T15:57:49.212Z] #74 1.637 + RM_GOPATH=1 [2022-06-03T15:57:49.212Z] #74 1.637 + case "$(go env GOARCH)" in [2022-06-03T15:57:49.212Z] #74 1.638 ++ go env GOARCH [2022-06-03T15:57:49.212Z] #74 1.650 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T15:57:49.212Z] #74 1.650 + GO_BUILDMODE=-buildmode=pie [2022-06-03T15:57:49.212Z] #74 1.650 ++ dirname /install.sh [2022-06-03T15:57:49.212Z] #74 1.652 + dir=/ [2022-06-03T15:57:49.212Z] #74 1.652 + bin=rootlesskit [2022-06-03T15:57:49.212Z] #74 1.653 + shift [2022-06-03T15:57:49.212Z] #74 1.653 + '[' '!' -f //rootlesskit.installer ']' [2022-06-03T15:57:49.212Z] #74 1.653 + . //rootlesskit.installer [2022-06-03T15:57:49.212Z] #74 1.654 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T15:57:49.212Z] #74 1.654 + install_rootlesskit [2022-06-03T15:57:49.212Z] #74 1.655 + case "$1" in [2022-06-03T15:57:49.212Z] #74 1.655 + export CGO_ENABLED=0 [2022-06-03T15:57:49.212Z] #74 1.655 + CGO_ENABLED=0 [2022-06-03T15:57:49.212Z] #74 1.655 + _install_rootlesskit [2022-06-03T15:57:49.212Z] #74 1.655 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-03T15:57:49.212Z] #74 1.657 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-03T15:57:49.212Z] #74 1.657 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T15:57:49.212Z] #74 1.658 + GOBIN=/build [2022-06-03T15:57:49.212Z] #74 1.658 + GO111MODULE=on [2022-06-03T15:57:49.212Z] #74 1.658 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T15:57:49.212Z] #74 2.075 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-03T15:57:49.212Z] #74 3.310 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-03T15:57:49.212Z] #74 3.310 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-03T15:57:49.212Z] #74 3.540 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-03T15:57:49.212Z] #74 4.656 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-03T15:57:49.212Z] #74 5.007 go: downloading github.com/google/uuid v1.3.0 [2022-06-03T15:57:49.212Z] #74 5.097 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-03T15:57:49.469Z] #74 5.432 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-03T15:57:49.725Z] #74 5.588 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-03T15:57:49.725Z] #74 5.709 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-03T15:57:49.982Z] #74 5.791 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-03T15:57:49.982Z] #74 5.929 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-03T15:57:49.982Z] #74 5.975 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-03T15:57:50.239Z] #74 6.015 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-03T15:57:50.495Z] #74 6.498 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-03T15:57:51.865Z] #74 ... [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-03T15:57:51.865Z] #37 sha256:4399de0896d7cb5c0f14cf5054503abcf7c4d826f108beb46e17b439da1b1a7b [2022-06-03T15:57:51.865Z] #37 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #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-06-03T15:57:51.865Z] #36 sha256:e64391db8a7794b40596663597386390fd88ba3de56d5b894bff0a3f29ee99be [2022-06-03T15:57:51.865Z] #36 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #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-06-03T15:57:51.865Z] #38 sha256:3d7c4e7161856ed276539694bcaf53cd3153a91d1f7f69a6c5d4579728f27728 [2022-06-03T15:57:51.865Z] #38 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-03T15:57:51.865Z] #40 sha256:e9ce286ab53bb85d01f4f0498884c277fe38220a8de0a52afd8262d34b3f1f8b [2022-06-03T15:57:51.865Z] #40 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #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-06-03T15:57:51.865Z] #41 sha256:4399967e68cfeb27bc29e68823955ef1447740272f5bb74d552cfb0d8b82873d [2022-06-03T15:57:51.865Z] #41 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-03T15:57:51.865Z] #43 sha256:3b6a94c01343114c08f8ae10d585ed0b2178c28c7cee4aaa0e3458ca2bc7e654 [2022-06-03T15:57:51.865Z] #43 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #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-06-03T15:57:51.865Z] #45 sha256:6fe7ffe6e5c9aac7cb9a6ee279905421626692cd82d366f81035f271133816c6 [2022-06-03T15:57:51.865Z] #45 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #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-06-03T15:57:51.865Z] #47 sha256:b4d04ee1a31430ea9c3207360907ce0771e48841cc45a875cf9cb83903e40519 [2022-06-03T15:57:51.865Z] #47 CACHED [2022-06-03T15:57:51.865Z] [2022-06-03T15:57:51.865Z] #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-06-03T15:57:51.865Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T15:57:51.865Z] #69 1.561 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T15:57:51.865Z] #69 1.561 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T15:57:51.865Z] #69 1.561 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T15:57:51.865Z] #69 1.898 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T15:57:51.865Z] #69 2.217 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T15:57:51.865Z] #69 2.678 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T15:57:51.865Z] #69 3.194 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T15:57:51.865Z] #69 3.626 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T15:57:51.865Z] #69 4.138 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T15:57:51.865Z] #69 4.138 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T15:57:51.865Z] #69 4.154 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T15:57:51.865Z] #69 4.154 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T15:57:51.865Z] #69 4.154 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T15:57:51.865Z] #69 4.390 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T15:57:51.865Z] #69 4.406 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T15:57:51.865Z] #69 4.407 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T15:57:51.865Z] #69 4.407 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T15:57:51.865Z] #69 4.409 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T15:57:54.379Z] #69 ... [2022-06-03T15:57:54.379Z] [2022-06-03T15:57:54.379Z] #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-06-03T15:57:54.379Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T15:57:54.379Z] #49 2.038 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T15:57:54.379Z] #49 2.042 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T15:57:54.379Z] #49 2.043 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T15:57:54.379Z] #49 2.415 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T15:57:54.379Z] #49 2.736 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T15:57:54.379Z] #49 3.169 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T15:57:54.379Z] #49 3.727 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T15:57:54.379Z] #49 4.299 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T15:57:54.380Z] #49 4.818 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T15:57:54.380Z] #49 4.820 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T15:57:54.380Z] #49 4.826 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T15:57:54.380Z] #49 4.835 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T15:57:54.380Z] #49 4.841 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T15:57:54.380Z] #49 4.875 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T15:57:54.380Z] #49 4.878 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T15:57:54.380Z] #49 4.879 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T15:57:54.380Z] #49 4.879 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T15:57:54.380Z] #49 4.880 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T15:57:54.380Z] #49 ... [2022-06-03T15:57:54.380Z] [2022-06-03T15:57:54.380Z] #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-06-03T15:57:54.380Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:57:54.380Z] #20 1.308 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T15:57:54.380Z] #20 1.310 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T15:57:54.380Z] #20 1.315 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T15:57:54.380Z] #20 1.514 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T15:57:54.380Z] #20 1.754 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T15:57:54.380Z] #20 1.988 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T15:57:54.380Z] #20 2.354 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T15:57:54.380Z] #20 2.936 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T15:57:54.380Z] #20 3.343 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T15:57:54.380Z] #20 3.348 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T15:57:54.380Z] #20 3.359 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T15:57:54.380Z] #20 3.369 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T15:57:54.380Z] #20 3.381 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T15:57:54.380Z] #20 3.710 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T15:57:54.380Z] #20 3.731 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T15:57:54.380Z] #20 3.747 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T15:57:54.380Z] #20 3.749 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T15:57:54.380Z] #20 3.749 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T15:58:02.463Z] #20 18.47 Fetched 40.6 MB in 17s (2326 kB/s) [2022-06-03T15:58:03.024Z] #20 18.47 Reading package lists... [2022-06-03T15:58:03.024Z] #20 ... [2022-06-03T15:58:03.024Z] [2022-06-03T15:58:03.024Z] #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-06-03T15:58:03.024Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T15:58:03.024Z] #69 18.91 Fetched 40.6 MB in 18s (2301 kB/s) [2022-06-03T15:58:12.970Z] #69 18.91 Reading package lists... [2022-06-03T15:58:12.970Z] #69 ... [2022-06-03T15:58:12.970Z] [2022-06-03T15:58:12.970Z] #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-06-03T15:58:12.970Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:58:12.970Z] #20 18.47 Reading package lists... [2022-06-03T15:58:13.226Z] #20 27.60 Reading package lists... [2022-06-03T15:58:13.226Z] #20 ... [2022-06-03T15:58:13.226Z] [2022-06-03T15:58:13.226Z] #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-06-03T15:58:13.226Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T15:58:13.226Z] #49 19.31 Fetched 40.6 MB in 18s (2311 kB/s) [2022-06-03T15:58:13.226Z] #49 19.31 Reading package lists... [2022-06-03T15:58:13.481Z] #49 28.66 Reading package lists... [2022-06-03T15:58:13.481Z] #49 ... [2022-06-03T15:58:13.481Z] [2022-06-03T15:58:13.481Z] #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-06-03T15:58:13.481Z] #74 sha256:d877b0363fd494e4234fa4bf570797f2f89f748d08afe7d827bb5b8b1c50880b [2022-06-03T15:58:13.481Z] #74 29.08 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-03T15:58:13.481Z] #74 29.08 + GOBIN=/build [2022-06-03T15:58:13.481Z] #74 29.08 + GO111MODULE=on [2022-06-03T15:58:13.481Z] #74 29.08 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-03T15:58:16.750Z] #74 32.46 rootlesskit version 1.0.0 [2022-06-03T15:58:16.750Z] #74 32.46 Usage of /build/rootlesskit-docker-proxy: [2022-06-03T15:58:16.750Z] #74 32.47 -container-ip string [2022-06-03T15:58:16.750Z] #74 32.47 container ip [2022-06-03T15:58:16.750Z] #74 32.47 -container-port int [2022-06-03T15:58:16.750Z] #74 32.47 container port (default -1) [2022-06-03T15:58:16.750Z] #74 32.47 -host-ip string [2022-06-03T15:58:16.750Z] #74 32.47 host ip [2022-06-03T15:58:16.750Z] #74 32.47 -host-port int [2022-06-03T15:58:16.750Z] #74 32.47 host port (default -1) [2022-06-03T15:58:16.750Z] #74 32.47 -proto string [2022-06-03T15:58:16.750Z] #74 32.47 proxy protocol (default "tcp") [2022-06-03T15:58:17.007Z] #74 DONE 32.9s [2022-06-03T15:58:17.007Z] [2022-06-03T15:58:17.007Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-03T15:58:17.007Z] #75 sha256:3814842b1b6556774b25dc3463332f2181bcdc35f05ad9adc48098a1dbd03865 [2022-06-03T15:58:17.007Z] #75 DONE 0.1s [2022-06-03T15:58:17.007Z] [2022-06-03T15:58:17.007Z] #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-06-03T15:58:17.007Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T15:58:17.007Z] #69 18.91 Reading package lists... [2022-06-03T15:58:17.263Z] #69 28.21 Reading package lists... [2022-06-03T15:58:17.263Z] #69 ... [2022-06-03T15:58:17.263Z] [2022-06-03T15:58:17.263Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-03T15:58:17.263Z] #76 sha256:efe4ce93d639682308915457586691e540219840abed7c2e99e337a071e31ef6 [2022-06-03T15:58:17.263Z] #76 DONE 0.1s [2022-06-03T15:58:17.263Z] [2022-06-03T15:58:17.263Z] #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-06-03T15:58:17.263Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T15:58:18.628Z] #49 28.66 Reading package lists... [2022-06-03T15:58:18.628Z] #49 ... [2022-06-03T15:58:18.628Z] [2022-06-03T15:58:18.628Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-03T15:58:18.628Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-03T15:58:18.628Z] #79 CACHED [2022-06-03T15:58:18.628Z] [2022-06-03T15:58:18.628Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-03T15:58:18.628Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-03T15:58:18.628Z] #81 CACHED [2022-06-03T15:58:18.628Z] [2022-06-03T15:58:18.628Z] #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-06-03T15:58:18.628Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:58:19.412Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T15:58:19.412Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T15:58:19.412Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T15:58:19.412Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T15:58:19.412Z] [2022-06-03T15:58:19.412Z] + TEST_INTEGRATION_DEST=1 [2022-06-03T15:58:19.412Z] + CONTAINER_NAME=docker-pr2-1 [2022-06-03T15:58:19.412Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T15:58:19.412Z] + run_tests test-integration-flaky [2022-06-03T15:58:19.412Z] + '[' -n 0 ']' [2022-06-03T15:58:19.412Z] + rm= [2022-06-03T15:58:19.412Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43689/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43689/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh test-integration-flaky test-integration [2022-06-03T15:58:19.412Z] + c=0 [2022-06-03T15:58:19.412Z] + TEST_INTEGRATION_DEST=3 [2022-06-03T15:58:19.412Z] + CONTAINER_NAME=docker-pr2-3 [2022-06-03T15:58:19.412Z] + TEST_SKIP_INTEGRATION=1 [2022-06-03T15:58:19.412Z] ++ jobs -p [2022-06-03T15:58:19.412Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-03T15:58:19.412Z] + run_tests [2022-06-03T15:58:19.412Z] + '[' -n 0 ']' [2022-06-03T15:58:19.412Z] + rm= [2022-06-03T15:58:19.412Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43689/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43689/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh '' test-integration [2022-06-03T15:58:19.412Z] + for job in $(jobs -p) [2022-06-03T15:58:19.412Z] + wait 22868 [2022-06-03T15:58:19.412Z] + TEST_INTEGRATION_DEST=2 [2022-06-03T15:58:19.412Z] + CONTAINER_NAME=docker-pr2-2 [2022-06-03T15:58:19.412Z] + TEST_SKIP_INTEGRATION=1 [2022-06-03T15:58:19.412Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-03T15:58:19.412Z] + run_tests [2022-06-03T15:58:19.412Z] + '[' -n 0 ']' [2022-06-03T15:58:19.412Z] + rm= [2022-06-03T15:58:19.412Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43689/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43689/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh '' test-integration [2022-06-03T15:58:19.412Z] [2022-06-03T15:58:19.412Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T15:58:19.412Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T15:58:19.412Z] HOSTNAME=7d57321f56ea [2022-06-03T15:58:19.412Z] TEST_SKIP_INTEGRATION=1 [2022-06-03T15:58:19.412Z] TESTDEBUG=0 [2022-06-03T15:58:19.412Z] DEST=bundles/test-integration [2022-06-03T15:58:19.412Z] PWD=/go/src/github.com/docker/docker [2022-06-03T15:58:19.412Z] KEEPBUNDLE=1 [2022-06-03T15:58:19.412Z] DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:58:19.412Z] container=docker [2022-06-03T15:58:19.412Z] HOME=/root [2022-06-03T15:58:19.412Z] GOLANG_VERSION=1.18.3 [2022-06-03T15:58:19.412Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T15:58:19.412Z] VALIDATE_BRANCH=master [2022-06-03T15:58:19.412Z] TERM=xterm [2022-06-03T15:58:19.412Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T15:58:19.412Z] SHLVL=1 [2022-06-03T15:58:19.412Z] TIMEOUT=120m [2022-06-03T15:58:19.412Z] DOCKER_BUILDTAGS= journald [2022-06-03T15:58:19.412Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T15:58:19.412Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-03T15:58:19.412Z] GO111MODULE=off [2022-06-03T15:58:19.412Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T15:58:19.412Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T15:58:19.412Z] GOPATH=/go [2022-06-03T15:58:19.412Z] PKG_CONFIG=pkg-config [2022-06-03T15:58:19.412Z] _=/usr/bin/env [2022-06-03T15:58:19.412Z] Building test suite binary ./integration-cli/test.main [2022-06-03T15:58:19.412Z] [2022-06-03T15:58:19.412Z] [2022-06-03T15:58:19.412Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-03T15:58:19.412Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T15:58:19.412Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T15:58:19.412Z] HOSTNAME=a2fae7815686 [2022-06-03T15:58:19.412Z] TEST_SKIP_INTEGRATION=1 [2022-06-03T15:58:19.412Z] TESTDEBUG=0 [2022-06-03T15:58:19.412Z] DEST=bundles/test-integration [2022-06-03T15:58:19.412Z] PWD=/go/src/github.com/docker/docker [2022-06-03T15:58:19.412Z] KEEPBUNDLE=1 [2022-06-03T15:58:19.412Z] DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:58:19.412Z] container=docker [2022-06-03T15:58:19.412Z] HOME=/root [2022-06-03T15:58:19.412Z] GOLANG_VERSION=1.18.3 [2022-06-03T15:58:19.412Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T15:58:19.412Z] VALIDATE_BRANCH=master [2022-06-03T15:58:19.412Z] TERM=xterm [2022-06-03T15:58:19.412Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T15:58:19.412Z] SHLVL=1 [2022-06-03T15:58:19.412Z] TIMEOUT=120m [2022-06-03T15:58:19.412Z] DOCKER_BUILDTAGS= journald [2022-06-03T15:58:19.412Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T15:58:19.412Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-03T15:58:19.412Z] GO111MODULE=off [2022-06-03T15:58:19.412Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T15:58:19.412Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T15:58:19.412Z] GOPATH=/go [2022-06-03T15:58:19.412Z] PKG_CONFIG=pkg-config [2022-06-03T15:58:19.412Z] _=/usr/bin/env [2022-06-03T15:58:19.412Z] Building test suite binary ./integration-cli/test.main [2022-06-03T15:58:19.412Z] No new tests added to integration. [2022-06-03T15:58:19.412Z] [2022-06-03T15:58:19.412Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T15:58:19.412Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T15:58:19.412Z] HOSTNAME=8c8b0cac3b90 [2022-06-03T15:58:19.412Z] TESTDEBUG=0 [2022-06-03T15:58:19.412Z] DEST=bundles/test-integration [2022-06-03T15:58:19.412Z] PWD=/go/src/github.com/docker/docker [2022-06-03T15:58:19.412Z] KEEPBUNDLE=1 [2022-06-03T15:58:19.412Z] DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:58:19.412Z] container=docker [2022-06-03T15:58:19.412Z] HOME=/root [2022-06-03T15:58:19.412Z] GOLANG_VERSION=1.18.3 [2022-06-03T15:58:19.412Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T15:58:19.412Z] VALIDATE_BRANCH=master [2022-06-03T15:58:19.412Z] TERM=xterm [2022-06-03T15:58:19.412Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T15:58:19.412Z] SHLVL=1 [2022-06-03T15:58:19.412Z] TIMEOUT=120m [2022-06-03T15:58:19.412Z] DOCKER_BUILDTAGS= journald [2022-06-03T15:58:19.412Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T15:58:19.412Z] GO111MODULE=off [2022-06-03T15:58:19.412Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T15:58:19.412Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T15:58:19.412Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T15:58:19.412Z] GOPATH=/go [2022-06-03T15:58:19.412Z] PKG_CONFIG=pkg-config [2022-06-03T15:58:19.412Z] _=/usr/bin/env [2022-06-03T15:58:19.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T15:58:19.625Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T15:58:19.625Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T15:58:19.625Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T15:58:19.625Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T15:58:19.625Z] [2022-06-03T15:58:19.625Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T15:58:19.625Z] DOCKER_SYSTEMD=1 [2022-06-03T15:58:19.625Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T15:58:19.625Z] HOSTNAME=3eb50db6fc8c [2022-06-03T15:58:19.625Z] DEST=bundles/test-integration [2022-06-03T15:58:19.625Z] PWD=/go/src/github.com/docker/docker [2022-06-03T15:58:19.625Z] DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:58:19.625Z] container=docker [2022-06-03T15:58:19.625Z] HOME=/root [2022-06-03T15:58:19.625Z] LANG=C.UTF-8 [2022-06-03T15:58:19.625Z] INVOCATION_ID=46a0834b0012424abedf0d1b09c853c2 [2022-06-03T15:58:19.625Z] GOLANG_VERSION=1.18.3 [2022-06-03T15:58:19.625Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T15:58:19.625Z] VALIDATE_BRANCH=master [2022-06-03T15:58:19.625Z] TERM=xterm [2022-06-03T15:58:19.625Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T15:58:19.625Z] SHLVL=3 [2022-06-03T15:58:19.625Z] TIMEOUT=120m [2022-06-03T15:58:19.625Z] DOCKER_BUILDTAGS= journald [2022-06-03T15:58:19.625Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T15:58:19.625Z] GO111MODULE=off [2022-06-03T15:58:19.625Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T15:58:19.625Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T15:58:19.625Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T15:58:19.625Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T15:58:19.625Z] GOPATH=/go [2022-06-03T15:58:19.625Z] PKG_CONFIG=pkg-config [2022-06-03T15:58:19.625Z] _=/usr/bin/env [2022-06-03T15:58:19.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T15:58:20.521Z] #20 27.60 Reading package lists... [2022-06-03T15:58:20.635Z] ok github.com/docker/docker/cmd/dockerd 0.059s coverage: 29.7% of statements [2022-06-03T15:58:20.635Z] ok github.com/docker/docker/container 0.119s coverage: 34.8% of statements [2022-06-03T15:58:20.635Z] ok github.com/docker/docker/cmd/dockerd/trap 2.373s coverage: 0.0% of statements [2022-06-03T15:58:20.635Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-03T15:58:20.635Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-03T15:58:20.635Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-03T15:58:20.635Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-03T15:58:20.635Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-03T15:58:21.888Z] #20 36.20 Building dependency tree... [2022-06-03T15:58:21.888Z] #20 37.73 Reading state information... [2022-06-03T15:58:23.255Z] #20 39.04 The following additional packages will be installed: [2022-06-03T15:58:23.255Z] #20 39.06 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T15:58:23.255Z] #20 39.06 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-03T15:58:23.255Z] #20 39.06 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-03T15:58:23.255Z] #20 39.06 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-03T15:58:23.255Z] #20 39.06 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-03T15:58:23.255Z] #20 39.08 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-03T15:58:23.255Z] #20 39.08 mingw-w64-common mingw-w64-x86-64-dev [2022-06-03T15:58:23.255Z] #20 39.11 Suggested packages: [2022-06-03T15:58:23.255Z] #20 39.12 gcc-10-locales seccomp wine64 [2022-06-03T15:58:23.512Z] #20 39.69 The following NEW packages will be installed: [2022-06-03T15:58:23.769Z] #20 39.69 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-03T15:58:23.769Z] #20 39.69 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-03T15:58:23.769Z] #20 39.69 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-03T15:58:23.769Z] #20 39.69 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-03T15:58:23.769Z] #20 39.69 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-03T15:58:23.769Z] #20 39.69 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-03T15:58:23.769Z] #20 39.70 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-03T15:58:23.769Z] #20 39.70 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-03T15:58:23.769Z] #20 39.70 mingw-w64-x86-64-dev [2022-06-03T15:58:24.026Z] #20 40.07 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T15:58:24.026Z] #20 40.07 Need to get 115 MB of archives. [2022-06-03T15:58:24.026Z] #20 40.07 After this operation, 645 MB of additional disk space will be used. [2022-06-03T15:58:24.026Z] #20 40.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-03T15:58:24.026Z] #20 40.13 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-03T15:58:24.284Z] #20 40.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-03T15:58:24.284Z] #20 40.19 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-03T15:58:24.284Z] #20 40.20 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-03T15:58:24.284Z] #20 40.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-03T15:58:24.284Z] #20 40.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-03T15:58:24.284Z] #20 40.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-03T15:58:24.284Z] #20 40.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-03T15:58:24.542Z] #20 40.47 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-03T15:58:24.799Z] #20 40.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-03T15:58:25.057Z] #20 41.01 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-03T15:58:25.057Z] #20 41.19 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-03T15:58:25.320Z] #20 ... [2022-06-03T15:58:25.320Z] [2022-06-03T15:58:25.320Z] #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-06-03T15:58:25.320Z] #69 sha256:430db7943419a62bfdd5b4c8ce6e05c692953ba6b95cc98991193b77fbab6ffb [2022-06-03T15:58:25.320Z] #69 28.21 Reading package lists... [2022-06-03T15:58:25.320Z] #69 36.76 Building dependency tree... [2022-06-03T15:58:25.320Z] #69 38.28 Reading state information... [2022-06-03T15:58:25.320Z] #69 39.47 The following additional packages will be installed: [2022-06-03T15:58:25.320Z] #69 39.49 libbtrfs0 [2022-06-03T15:58:25.320Z] #69 39.60 The following NEW packages will be installed: [2022-06-03T15:58:25.320Z] #69 39.61 libbtrfs-dev libbtrfs0 [2022-06-03T15:58:25.320Z] #69 40.02 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T15:58:25.320Z] #69 40.02 Need to get 460 kB of archives. [2022-06-03T15:58:25.320Z] #69 40.02 After this operation, 1237 kB of additional disk space will be used. [2022-06-03T15:58:25.320Z] #69 40.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T15:58:25.320Z] #69 40.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T15:58:25.320Z] #69 40.56 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T15:58:25.320Z] #69 40.71 Fetched 460 kB in 0s (1527 kB/s) [2022-06-03T15:58:25.320Z] #69 40.76 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T15:58:25.320Z] #69 40.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-03T15:58:25.320Z] #69 40.79 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T15:58:25.320Z] #69 40.84 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T15:58:25.320Z] #69 40.94 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T15:58:25.320Z] #69 40.94 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T15:58:25.320Z] #69 40.94 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T15:58:25.320Z] #69 41.12 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T15:58:25.320Z] #69 41.13 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T15:58:25.320Z] #69 41.15 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T15:58:25.320Z] #69 DONE 41.4s [2022-06-03T15:58:25.320Z] [2022-06-03T15:58:25.320Z] #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-06-03T15:58:25.320Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:58:25.320Z] #20 41.47 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-03T15:58:25.320Z] #20 ... [2022-06-03T15:58:25.320Z] [2022-06-03T15:58:25.320Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-03T15:58:25.320Z] #70 sha256:a78cc268c7a28c6cc5b5c5765993cd37f9d985502221dc511cd2b398fdaee691 [2022-06-03T15:58:25.577Z] #70 DONE 0.1s [2022-06-03T15:58:25.577Z] [2022-06-03T15:58:25.577Z] #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-06-03T15:58:25.577Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T15:58:26.508Z] #71 0.714 + RM_GOPATH=0 [2022-06-03T15:58:26.508Z] #71 0.714 + TMP_GOPATH= [2022-06-03T15:58:26.508Z] #71 0.714 + : /build [2022-06-03T15:58:26.508Z] #71 0.714 + '[' -z '' ']' [2022-06-03T15:58:26.508Z] #71 0.714 ++ mktemp -d [2022-06-03T15:58:26.508Z] #71 0.717 + export GOPATH=/tmp/tmp.LsZOQbZ4jP [2022-06-03T15:58:26.508Z] #71 0.717 + GOPATH=/tmp/tmp.LsZOQbZ4jP [2022-06-03T15:58:26.508Z] #71 0.717 + RM_GOPATH=1 [2022-06-03T15:58:26.508Z] #71 0.718 + case "$(go env GOARCH)" in [2022-06-03T15:58:26.508Z] #71 0.718 ++ go env GOARCH [2022-06-03T15:58:26.508Z] #71 0.724 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T15:58:26.508Z] #71 0.724 + GO_BUILDMODE=-buildmode=pie [2022-06-03T15:58:26.508Z] #71 0.725 ++ dirname /install.sh [2022-06-03T15:58:26.508Z] #71 0.725 + dir=/ [2022-06-03T15:58:26.508Z] #71 0.726 + bin=containerd [2022-06-03T15:58:26.508Z] #71 0.726 + shift [2022-06-03T15:58:26.508Z] #71 0.726 + '[' '!' -f //containerd.installer ']' [2022-06-03T15:58:26.508Z] #71 0.726 + . //containerd.installer [2022-06-03T15:58:26.508Z] #71 0.727 ++ set -e [2022-06-03T15:58:26.508Z] #71 0.727 ++ : v1.6.4 [2022-06-03T15:58:26.508Z] #71 0.727 + install_containerd [2022-06-03T15:58:26.508Z] #71 0.728 + echo 'Install containerd version v1.6.4' [2022-06-03T15:58:26.508Z] #71 0.728 Install containerd version v1.6.4 [2022-06-03T15:58:26.508Z] #71 0.728 + git clone https://github.com/containerd/containerd.git /tmp/tmp.LsZOQbZ4jP/src/github.com/containerd/containerd [2022-06-03T15:58:26.508Z] #71 0.759 Cloning into '/tmp/tmp.LsZOQbZ4jP/src/github.com/containerd/containerd'... [2022-06-03T15:58:27.181Z] ok github.com/docker/docker/daemon/cluster 0.052s coverage: 0.5% of statements [2022-06-03T15:58:27.438Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-06-03T15:58:28.806Z] ok github.com/docker/docker/daemon/cluster/convert 0.013s coverage: 36.9% of statements [2022-06-03T15:58:29.026Z] #71 ... [2022-06-03T15:58:29.026Z] [2022-06-03T15:58:29.026Z] #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-06-03T15:58:29.026Z] #49 sha256:3bdbeb40fdb19179139c8d16f85f8130fb12c3754f4e5f0ce71fae1efa29230f [2022-06-03T15:58:29.026Z] #49 28.66 Reading package lists... [2022-06-03T15:58:29.026Z] #49 37.03 Building dependency tree... [2022-06-03T15:58:29.026Z] #49 38.59 Reading state information... [2022-06-03T15:58:29.026Z] #49 39.92 The following additional packages will be installed: [2022-06-03T15:58:29.026Z] #49 39.93 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-03T15:58:29.026Z] #49 39.93 Suggested packages: [2022-06-03T15:58:29.026Z] #49 39.93 cmake-doc ninja-build lrzip [2022-06-03T15:58:29.026Z] #49 39.93 Recommended packages: [2022-06-03T15:58:29.026Z] #49 39.93 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-03T15:58:29.026Z] #49 40.26 The following NEW packages will be installed: [2022-06-03T15:58:29.026Z] #49 40.27 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-03T15:58:29.026Z] #49 40.65 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T15:58:29.026Z] #49 40.65 Need to get 8418 kB of archives. [2022-06-03T15:58:29.026Z] #49 40.65 After this operation, 34.9 MB of additional disk space will be used. [2022-06-03T15:58:29.026Z] #49 40.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T15:58:29.026Z] #49 40.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T15:58:29.026Z] #49 40.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-03T15:58:29.026Z] #49 40.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-03T15:58:29.026Z] #49 40.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-03T15:58:29.026Z] #49 40.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-03T15:58:29.026Z] #49 40.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-03T15:58:29.026Z] #49 40.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-03T15:58:29.026Z] #49 41.19 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T15:58:29.026Z] #49 41.52 Fetched 8418 kB in 0s (19.0 MB/s) [2022-06-03T15:58:29.026Z] #49 41.56 Selecting previously unselected package xxd. [2022-06-03T15:58:29.026Z] #49 41.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-03T15:58:29.026Z] #49 41.61 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T15:58:29.026Z] #49 41.62 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 41.75 Selecting previously unselected package vim-common. [2022-06-03T15:58:29.026Z] #49 41.76 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T15:58:29.026Z] #49 41.77 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 41.90 Selecting previously unselected package cmake-data. [2022-06-03T15:58:29.026Z] #49 41.90 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-03T15:58:29.026Z] #49 41.91 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 42.62 Selecting previously unselected package libarchive13:amd64. [2022-06-03T15:58:29.026Z] #49 42.62 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-03T15:58:29.026Z] #49 42.63 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 42.70 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-03T15:58:29.026Z] #49 42.71 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-03T15:58:29.026Z] #49 42.71 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T15:58:29.026Z] #49 42.77 Selecting previously unselected package librhash0:amd64. [2022-06-03T15:58:29.026Z] #49 42.77 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-03T15:58:29.026Z] #49 42.77 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-03T15:58:29.026Z] #49 42.82 Selecting previously unselected package libuv1:amd64. [2022-06-03T15:58:29.026Z] #49 42.82 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-03T15:58:29.026Z] #49 42.83 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-03T15:58:29.026Z] #49 42.89 Selecting previously unselected package cmake. [2022-06-03T15:58:29.026Z] #49 42.90 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-03T15:58:29.026Z] #49 42.90 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 44.18 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 44.20 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 44.21 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-03T15:58:29.026Z] #49 44.22 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 44.24 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-03T15:58:29.026Z] #49 44.25 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-03T15:58:29.026Z] #49 44.26 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 44.28 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-03T15:58:29.026Z] #49 44.29 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T15:58:29.026Z] #49 DONE 44.7s [2022-06-03T15:58:29.026Z] [2022-06-03T15:58:29.026Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-03T15:58:29.027Z] #50 sha256:01aca37fc7ee5aa4d7ba885bae48cd70fe57a7a4608eec9873728942d594c2dd [2022-06-03T15:58:29.027Z] #50 DONE 0.1s [2022-06-03T15:58:29.027Z] [2022-06-03T15:58:29.027Z] #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-06-03T15:58:29.027Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:58:29.027Z] #20 41.69 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-03T15:58:29.027Z] #20 41.69 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-03T15:58:29.027Z] #20 41.70 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-03T15:58:29.027Z] #20 41.70 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-03T15:58:29.027Z] #20 41.71 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-03T15:58:29.027Z] #20 41.71 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-03T15:58:29.027Z] #20 41.71 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-03T15:58:29.027Z] #20 41.71 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-03T15:58:29.027Z] #20 41.72 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-03T15:58:29.027Z] #20 41.72 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-03T15:58:29.027Z] #20 41.73 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-03T15:58:29.027Z] #20 41.73 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-03T15:58:29.027Z] #20 41.74 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-03T15:58:29.027Z] #20 41.74 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-03T15:58:29.027Z] #20 41.75 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-03T15:58:29.027Z] #20 41.75 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-03T15:58:29.027Z] #20 42.25 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T15:58:29.027Z] #20 42.49 Fetched 115 MB in 2s (58.4 MB/s) [2022-06-03T15:58:29.027Z] #20 42.51 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-03T15:58:29.027Z] #20 42.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-03T15:58:29.027Z] #20 42.54 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T15:58:29.027Z] #20 42.55 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T15:58:29.027Z] #20 42.98 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-03T15:58:29.027Z] #20 42.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-03T15:58:29.027Z] #20 43.00 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T15:58:29.027Z] #20 43.86 Selecting previously unselected package binutils-mingw-w64. [2022-06-03T15:58:29.027Z] #20 43.86 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-03T15:58:29.027Z] #20 43.87 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T15:58:29.027Z] #20 43.92 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-03T15:58:29.027Z] #20 43.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T15:58:29.027Z] #20 43.93 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T15:58:29.027Z] #20 44.02 Selecting previously unselected package dmsetup. [2022-06-03T15:58:29.027Z] #20 44.03 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T15:58:29.027Z] #20 44.04 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-03T15:58:29.027Z] #20 44.11 Selecting previously unselected package mingw-w64-common. [2022-06-03T15:58:29.027Z] #20 44.11 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-03T15:58:29.027Z] #20 44.12 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-03T15:58:29.956Z] #20 45.79 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-03T15:58:29.956Z] #20 45.79 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-03T15:58:29.956Z] #20 45.80 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T15:58:31.859Z] #20 47.45 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-03T15:58:31.859Z] #20 47.46 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-03T15:58:31.859Z] #20 47.47 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T15:58:31.859Z] #20 47.58 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-03T15:58:31.859Z] #20 47.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T15:58:31.859Z] #20 47.59 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T15:58:31.859Z] #20 ... [2022-06-03T15:58:31.859Z] [2022-06-03T15:58:31.859Z] #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-06-03T15:58:31.859Z] #51 sha256:834019de5ea4ca73d0cad192ef4506f5f31728a50765ac2d52eeaee5cc8c55d3 [2022-06-03T15:58:31.859Z] #51 0.754 + RM_GOPATH=0 [2022-06-03T15:58:31.859Z] #51 0.754 + TMP_GOPATH= [2022-06-03T15:58:31.859Z] #51 0.754 + : /build [2022-06-03T15:58:31.859Z] #51 0.754 + '[' -z '' ']' [2022-06-03T15:58:31.859Z] #51 0.756 ++ mktemp -d [2022-06-03T15:58:31.859Z] #51 0.758 + export GOPATH=/tmp/tmp.AcJvtP76oz [2022-06-03T15:58:31.859Z] #51 0.758 + GOPATH=/tmp/tmp.AcJvtP76oz [2022-06-03T15:58:31.859Z] #51 0.758 + RM_GOPATH=1 [2022-06-03T15:58:31.859Z] #51 0.758 + case "$(go env GOARCH)" in [2022-06-03T15:58:31.859Z] #51 0.759 ++ go env GOARCH [2022-06-03T15:58:31.859Z] #51 0.767 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T15:58:31.859Z] #51 0.767 + GO_BUILDMODE=-buildmode=pie [2022-06-03T15:58:31.859Z] #51 0.768 ++ dirname /install.sh [2022-06-03T15:58:31.859Z] #51 0.769 + dir=/ [2022-06-03T15:58:31.859Z] #51 0.769 + bin=tini [2022-06-03T15:58:31.859Z] #51 0.769 + shift [2022-06-03T15:58:31.859Z] #51 0.769 + '[' '!' -f //tini.installer ']' [2022-06-03T15:58:31.859Z] #51 0.769 + . //tini.installer [2022-06-03T15:58:31.859Z] #51 0.770 ++ : v0.19.0 [2022-06-03T15:58:31.859Z] #51 0.770 + install_tini [2022-06-03T15:58:31.859Z] #51 0.770 + echo 'Install tini version v0.19.0' [2022-06-03T15:58:31.859Z] #51 0.770 + git clone https://github.com/krallin/tini.git /tmp/tmp.AcJvtP76oz/tini [2022-06-03T15:58:31.859Z] #51 0.770 Install tini version v0.19.0 [2022-06-03T15:58:31.859Z] #51 0.772 Cloning into '/tmp/tmp.AcJvtP76oz/tini'... [2022-06-03T15:58:31.859Z] #51 1.112 + cd /tmp/tmp.AcJvtP76oz/tini [2022-06-03T15:58:31.859Z] #51 1.112 + git checkout -q v0.19.0 [2022-06-03T15:58:31.859Z] #51 1.121 + cmake . [2022-06-03T15:58:31.859Z] #51 1.406 -- The C compiler identification is GNU 10.2.1 [2022-06-03T15:58:31.859Z] #51 1.449 -- Detecting C compiler ABI info [2022-06-03T15:58:31.859Z] #51 1.742 -- Detecting C compiler ABI info - done [2022-06-03T15:58:31.859Z] #51 1.781 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-03T15:58:31.859Z] #51 1.782 -- Detecting C compile features [2022-06-03T15:58:31.859Z] #51 1.783 -- Detecting C compile features - done [2022-06-03T15:58:31.859Z] #51 1.803 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-03T15:58:31.859Z] #51 1.879 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-03T15:58:31.859Z] #51 1.915 -- Configuring done [2022-06-03T15:58:31.859Z] #51 1.920 -- Generating done [2022-06-03T15:58:31.859Z] #51 1.927 -- Build files have been written to: /tmp/tmp.AcJvtP76oz/tini [2022-06-03T15:58:31.859Z] #51 1.930 + make tini-static [2022-06-03T15:58:31.859Z] #51 2.026 Scanning dependencies of target tini-static [2022-06-03T15:58:31.859Z] #51 2.053 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-03T15:58:31.859Z] #51 2.450 [100%] Linking C executable tini-static [2022-06-03T15:58:31.859Z] #51 2.673 [100%] Built target tini-static [2022-06-03T15:58:31.859Z] #51 2.687 + mkdir -p /build [2022-06-03T15:58:31.859Z] #51 2.689 + cp tini-static /build/docker-init [2022-06-03T15:58:31.859Z] #51 DONE 3.0s [2022-06-03T15:58:31.859Z] [2022-06-03T15:58:31.859Z] #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-06-03T15:58:31.859Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:58:33.228Z] #20 ... [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-03T15:58:33.228Z] #53 sha256:5f453d4f89ad85fd9b9ebc3a592c4350e03b6160807ce9e314695c09e558b0de [2022-06-03T15:58:33.228Z] #53 CACHED [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #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-06-03T15:58:33.228Z] #54 sha256:22e471eed4586ccdd5bed19d5c8a31f1c57fa298dbfc7983f84a682a3eb9100c [2022-06-03T15:58:33.228Z] #54 CACHED [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #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-06-03T15:58:33.228Z] #57 sha256:7cf5bf6a5270e284c8b7d99ca354713773de7c7d0118fa8c468fd02eeabd5040 [2022-06-03T15:58:33.228Z] #57 CACHED [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #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-06-03T15:58:33.228Z] #58 sha256:1f4d06dea9545f0c53eb37aa1418937b8fd531e91f5bed2f12eb639a0e9fe8d7 [2022-06-03T15:58:33.228Z] #58 CACHED [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #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-06-03T15:58:33.228Z] #60 sha256:62b7b79f5944afbbe09b947bc2a8a134a10e86b07a14e67e0aca4e258d415e32 [2022-06-03T15:58:33.228Z] #60 CACHED [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-03T15:58:33.228Z] #62 sha256:e1615557ad4e705f8b0160ca46a2dbf8e648c31619facb5ae8b5365e3aa00576 [2022-06-03T15:58:33.228Z] #62 CACHED [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #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-06-03T15:58:33.228Z] #64 sha256:f1ee56e225127a43d7221ff5b3323db33247b5eef7221a852177763a65732589 [2022-06-03T15:58:33.228Z] #64 CACHED [2022-06-03T15:58:33.228Z] [2022-06-03T15:58:33.228Z] #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-06-03T15:58:33.228Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:58:34.158Z] #20 50.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-03T15:58:34.158Z] #20 50.16 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T15:58:34.158Z] #20 50.16 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T15:58:35.349Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.447s coverage: 13.4% of statements [2022-06-03T15:58:36.311Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.5% of statements [2022-06-03T15:58:36.891Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-03T15:58:37.460Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-03T15:58:38.023Z] ok github.com/docker/docker/daemon 10.163s coverage: 16.1% of statements [2022-06-03T15:58:38.023Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-03T15:58:38.023Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-03T15:58:38.024Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-03T15:58:38.024Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-03T15:58:38.331Z] #20 54.10 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-03T15:58:38.331Z] #20 54.10 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-03T15:58:38.331Z] #20 54.11 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T15:58:38.954Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.595s coverage: 74.8% of statements [2022-06-03T15:58:39.699Z] #20 55.71 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-03T15:58:39.699Z] #20 55.72 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-03T15:58:39.699Z] #20 55.72 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T15:58:39.883Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.258s coverage: 56.2% of statements [2022-06-03T15:58:40.139Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.032s coverage: 3.0% of statements [2022-06-03T15:58:41.509Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-06-03T15:58:41.591Z] #20 57.34 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-03T15:58:41.592Z] #20 57.35 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T15:58:41.592Z] #20 57.35 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T15:58:42.880Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.288s coverage: 50.6% of statements [2022-06-03T15:58:43.137Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.907s coverage: 46.1% of statements [2022-06-03T15:58:43.137Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-03T15:58:44.065Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-06-03T15:58:44.630Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.917s coverage: 58.5% of statements [2022-06-03T15:58:44.886Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-03T15:58:44.886Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-03T15:58:44.886Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2022-06-03T15:58:45.449Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-06-03T15:58:45.763Z] #20 60.96 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-03T15:58:45.763Z] #20 60.96 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-03T15:58:45.763Z] #20 60.97 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T15:58:46.722Z] #20 62.67 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-03T15:58:46.722Z] #20 62.67 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-03T15:58:46.722Z] #20 62.68 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T15:58:46.722Z] #20 62.74 Selecting previously unselected package libapparmor1:amd64. [2022-06-03T15:58:46.722Z] #20 62.75 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-03T15:58:46.722Z] #20 62.75 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T15:58:46.722Z] #20 62.80 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-03T15:58:46.722Z] #20 62.81 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-03T15:58:46.722Z] #20 62.82 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T15:58:46.820Z] ok github.com/docker/docker/daemon/images 0.051s coverage: 6.6% of statements [2022-06-03T15:58:46.820Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-03T15:58:46.820Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-03T15:58:46.982Z] #20 62.90 Selecting previously unselected package libbtrfs0:amd64. [2022-06-03T15:58:46.982Z] #20 62.90 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-03T15:58:46.982Z] #20 62.91 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T15:58:46.982Z] #20 62.98 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-03T15:58:46.982Z] #20 62.98 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-03T15:58:46.982Z] #20 62.99 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T15:58:46.982Z] #20 63.08 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-03T15:58:46.982Z] #20 63.09 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T15:58:46.982Z] #20 63.09 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T15:58:47.080Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.2% of statements [2022-06-03T15:58:47.239Z] #20 63.13 Selecting previously unselected package libudev-dev:amd64. [2022-06-03T15:58:47.239Z] #20 63.14 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-03T15:58:47.239Z] #20 63.14 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-03T15:58:47.239Z] #20 63.23 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-03T15:58:47.239Z] #20 63.23 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-03T15:58:47.239Z] #20 63.24 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T15:58:47.497Z] #20 63.36 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-03T15:58:47.497Z] #20 63.37 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-03T15:58:47.497Z] #20 63.37 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T15:58:47.497Z] #20 63.51 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-03T15:58:47.497Z] #20 63.52 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-03T15:58:47.497Z] #20 63.53 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T15:58:47.497Z] #20 63.61 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-03T15:58:47.754Z] #20 63.61 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-03T15:58:47.754Z] #20 63.62 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T15:58:47.754Z] #20 63.66 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-03T15:58:47.754Z] #20 63.67 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-03T15:58:47.754Z] #20 63.67 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T15:58:48.009Z] ok github.com/docker/docker/daemon/logger/awslogs 0.129s coverage: 79.9% of statements [2022-06-03T15:58:48.009Z] ok github.com/docker/docker/daemon/logger/fluentd 0.028s coverage: 53.6% of statements [2022-06-03T15:58:48.009Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-03T15:58:48.010Z] #20 63.87 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-03T15:58:48.011Z] #20 63.88 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-03T15:58:48.011Z] #20 63.88 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T15:58:48.011Z] #20 64.02 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-03T15:58:48.011Z] #20 64.03 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-03T15:58:48.011Z] #20 64.03 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T15:58:48.011Z] #20 64.09 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-03T15:58:48.011Z] #20 64.10 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-03T15:58:48.011Z] #20 64.11 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T15:58:48.266Z] #20 64.17 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-03T15:58:48.266Z] #20 64.18 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-03T15:58:48.266Z] #20 64.18 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T15:58:48.266Z] #20 ... [2022-06-03T15:58:48.266Z] [2022-06-03T15:58:48.266Z] #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-06-03T15:58:48.266Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T15:58:48.266Z] #71 12.76 + cd /tmp/tmp.LsZOQbZ4jP/src/github.com/containerd/containerd [2022-06-03T15:58:48.266Z] #71 12.76 + git checkout -q v1.6.4 [2022-06-03T15:58:48.266Z] #71 13.15 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-03T15:58:48.266Z] #71 13.15 + BUILDTAGS='netgo osusergo static_build' [2022-06-03T15:58:48.266Z] #71 13.15 + export EXTRA_FLAGS=-buildmode=pie [2022-06-03T15:58:48.266Z] #71 13.15 + EXTRA_FLAGS=-buildmode=pie [2022-06-03T15:58:48.266Z] #71 13.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-03T15:58:48.266Z] #71 13.15 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-03T15:58:48.266Z] #71 13.15 + '[' '' = dynamic ']' [2022-06-03T15:58:48.266Z] #71 13.15 + make [2022-06-03T15:58:48.266Z] #71 13.93 + bin/ctr [2022-06-03T15:58:48.266Z] #71 ... [2022-06-03T15:58:48.266Z] [2022-06-03T15:58:48.266Z] #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-06-03T15:58:48.266Z] #20 sha256:095b273cf50a850e5c032751dc67aa9174303a63ff20b988914879b802a4a40b [2022-06-03T15:58:48.266Z] #20 64.45 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-03T15:58:48.522Z] #20 64.47 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-03T15:58:48.522Z] #20 64.48 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-03T15:58:48.522Z] #20 64.49 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-03T15:58:48.522Z] #20 64.51 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-03T15:58:48.522Z] #20 64.52 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-03T15:58:48.522Z] #20 64.53 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-03T15:58:48.522Z] #20 64.54 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-03T15:58:48.522Z] #20 64.55 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-03T15:58:48.522Z] #20 64.56 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-03T15:58:48.522Z] #20 64.57 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-03T15:58:48.522Z] #20 64.58 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-03T15:58:48.522Z] #20 64.59 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-03T15:58:48.522Z] #20 64.60 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-03T15:58:48.522Z] #20 64.61 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-03T15:58:48.522Z] #20 64.62 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-03T15:58:48.522Z] #20 64.63 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-03T15:58:48.522Z] #20 64.64 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-03T15:58:48.522Z] #20 64.65 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-03T15:58:48.522Z] #20 64.66 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-03T15:58:48.573Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-03T15:58:48.573Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.4% of statements [2022-06-03T15:58:48.782Z] #20 64.67 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T15:58:48.782Z] #20 64.68 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-03T15:58:48.782Z] #20 64.69 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T15:58:48.782Z] #20 64.69 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-03T15:58:48.782Z] #20 64.70 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-03T15:58:48.782Z] #20 64.71 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-03T15:58:48.782Z] #20 64.72 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-03T15:58:48.782Z] #20 64.73 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-03T15:58:48.782Z] #20 64.74 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-03T15:58:48.782Z] #20 64.76 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T15:58:48.782Z] #20 64.77 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-03T15:58:48.782Z] #20 64.78 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-03T15:58:48.782Z] #20 64.79 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-03T15:58:48.782Z] #20 64.80 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T15:58:48.830Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-06-03T15:58:49.759Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.153s coverage: 76.8% of statements [2022-06-03T15:58:49.759Z] ok github.com/docker/docker/daemon/logger/local 0.020s coverage: 79.2% of statements [2022-06-03T15:58:49.759Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-03T15:58:49.759Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-03T15:58:50.154Z] #20 DONE 66.1s [2022-06-03T15:58:50.154Z] [2022-06-03T15:58:50.154Z] #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-06-03T15:58:50.154Z] #21 sha256:ad57c19d2702b704f3e7e930cc2303a53f4f9cdca81fcfbc3aa719fd9d3f9575 [2022-06-03T15:58:50.322Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2022-06-03T15:58:50.579Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.020s coverage: 62.0% of statements [2022-06-03T15:58:51.509Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2022-06-03T15:58:51.524Z] #21 1.164 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T15:58:51.525Z] #21 1.164 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-03T15:58:51.525Z] #21 1.164 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T15:58:51.766Z] ok github.com/docker/docker/daemon/logger/templates 0.008s coverage: 8.3% of statements [2022-06-03T15:58:52.328Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-03T15:58:52.892Z] ok github.com/docker/docker/daemon/logger/splunk 1.537s coverage: 82.5% of statements [2022-06-03T15:58:52.892Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-03T15:58:52.892Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-03T15:58:53.455Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-06-03T15:58:54.018Z] ok github.com/docker/docker/distribution 0.628s coverage: 28.0% of statements [2022-06-03T15:58:54.018Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-03T15:58:54.581Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-03T15:58:55.144Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-06-03T15:58:55.618Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T15:58:55.618Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T15:58:55.618Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T15:58:55.618Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T15:58:55.618Z] [2022-06-03T15:58:55.618Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T15:58:55.618Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T15:58:55.618Z] HOSTNAME=0648e22726dc [2022-06-03T15:58:55.618Z] DEST=bundles/test-integration [2022-06-03T15:58:55.618Z] PWD=/go/src/github.com/docker/docker [2022-06-03T15:58:55.618Z] DOCKER_ROOTLESS=1 [2022-06-03T15:58:55.618Z] DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T15:58:55.618Z] container=docker [2022-06-03T15:58:55.618Z] HOME=/root [2022-06-03T15:58:55.618Z] GOLANG_VERSION=1.18.3 [2022-06-03T15:58:55.618Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T15:58:55.618Z] VALIDATE_BRANCH=master [2022-06-03T15:58:55.618Z] TERM=xterm [2022-06-03T15:58:55.618Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T15:58:55.618Z] SHLVL=1 [2022-06-03T15:58:55.618Z] TIMEOUT=120m [2022-06-03T15:58:55.618Z] DOCKER_BUILDTAGS= journald [2022-06-03T15:58:55.618Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T15:58:55.618Z] GO111MODULE=off [2022-06-03T15:58:55.618Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T15:58:55.618Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T15:58:55.618Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T15:58:55.618Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T15:58:55.618Z] GOPATH=/go [2022-06-03T15:58:55.618Z] PKG_CONFIG=pkg-config [2022-06-03T15:58:55.618Z] _=/usr/bin/env [2022-06-03T15:58:55.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T15:58:55.707Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-03T15:58:56.270Z] ok github.com/docker/docker/distribution/xfer 1.902s coverage: 84.9% of statements [2022-06-03T15:58:56.270Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-03T15:58:56.270Z] ok github.com/docker/docker/image/tarexport 0.013s coverage: 0.7% of statements [2022-06-03T15:58:56.270Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-03T15:58:56.270Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-03T15:58:56.527Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-06-03T15:58:57.032Z] #21 1.610 Reading package lists... [2022-06-03T15:58:57.455Z] ok github.com/docker/docker/oci 0.017s coverage: 46.0% of statements [2022-06-03T15:58:58.018Z] ok github.com/docker/docker/opts 0.023s coverage: 66.0% of statements [2022-06-03T15:58:58.018Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-03T15:58:59.929Z] ok github.com/docker/docker/pkg/archive 0.283s coverage: 82.3% of statements [2022-06-03T15:59:00.491Z] ok github.com/docker/docker/pkg/authorization 0.304s coverage: 68.3% of statements [2022-06-03T15:59:00.491Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-03T15:59:00.748Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-06-03T15:59:01.208Z] #21 6.168 Reading package lists... [2022-06-03T15:59:02.139Z] #21 10.88 Building dependency tree... [2022-06-03T15:59:02.139Z] #21 12.04 Reading state information... [2022-06-03T15:59:03.509Z] #21 13.26 The following additional packages will be installed: [2022-06-03T15:59:03.509Z] #21 13.26 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-03T15:59:03.509Z] #21 13.27 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-03T15:59:03.509Z] #21 13.27 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-03T15:59:03.509Z] #21 13.27 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-03T15:59:03.509Z] #21 13.27 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-03T15:59:03.509Z] #21 13.27 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-03T15:59:03.509Z] #21 13.28 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-03T15:59:03.509Z] #21 13.29 Suggested packages: [2022-06-03T15:59:03.509Z] #21 13.29 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-03T15:59:03.509Z] #21 13.29 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-03T15:59:03.509Z] #21 13.29 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-03T15:59:03.509Z] #21 13.29 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-03T15:59:03.509Z] #21 13.29 seccomp:ppc64el seccomp:s390x [2022-06-03T15:59:03.509Z] #21 13.29 Recommended packages: [2022-06-03T15:59:03.509Z] #21 13.29 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-03T15:59:03.509Z] #21 13.29 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-03T15:59:03.509Z] #21 13.29 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-03T15:59:03.509Z] #21 13.29 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-03T15:59:03.767Z] #21 13.77 The following NEW packages will be installed: [2022-06-03T15:59:03.767Z] #21 13.77 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-03T15:59:03.767Z] #21 13.77 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-03T15:59:03.767Z] #21 13.77 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-03T15:59:03.767Z] #21 13.77 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-03T15:59:03.767Z] #21 13.77 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-03T15:59:03.767Z] #21 13.77 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-03T15:59:03.767Z] #21 13.78 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-03T15:59:03.767Z] #21 13.78 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-03T15:59:03.767Z] #21 13.78 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-03T15:59:03.767Z] #21 13.78 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-03T15:59:03.767Z] #21 13.78 libseccomp2:ppc64el libseccomp2:s390x [2022-06-03T15:59:04.017Z] ok github.com/docker/docker/pkg/chrootarchive 2.516s coverage: 42.7% of statements [2022-06-03T15:59:04.017Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-03T15:59:04.024Z] #21 14.13 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T15:59:04.024Z] #21 14.13 Need to get 15.9 MB of archives. [2022-06-03T15:59:04.024Z] #21 14.13 After this operation, 73.0 MB of additional disk space will be used. [2022-06-03T15:59:04.024Z] #21 14.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-03T15:59:04.274Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-06-03T15:59:04.280Z] #21 14.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-03T15:59:04.281Z] #21 14.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-03T15:59:04.281Z] #21 14.19 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-03T15:59:04.281Z] #21 14.20 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-03T15:59:04.281Z] #21 14.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-03T15:59:04.281Z] #21 14.20 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-03T15:59:04.281Z] #21 14.21 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-03T15:59:04.281Z] #21 14.25 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-03T15:59:04.281Z] #21 14.25 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-03T15:59:04.281Z] #21 14.25 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-03T15:59:04.281Z] #21 14.26 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-03T15:59:04.281Z] #21 14.26 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-03T15:59:04.281Z] #21 14.31 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-03T15:59:04.281Z] #21 14.31 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-03T15:59:04.281Z] #21 14.32 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-03T15:59:04.281Z] #21 14.32 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-03T15:59:04.281Z] #21 14.32 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-03T15:59:04.281Z] #21 14.35 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-03T15:59:04.532Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-06-03T15:59:04.538Z] #21 14.36 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-03T15:59:04.538Z] #21 14.36 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-03T15:59:04.538Z] #21 14.36 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-03T15:59:04.538Z] #21 14.36 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-03T15:59:04.538Z] #21 14.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-03T15:59:04.538Z] #21 14.39 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-03T15:59:04.538Z] #21 14.39 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-03T15:59:04.538Z] #21 14.39 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-03T15:59:04.538Z] #21 14.40 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-03T15:59:04.538Z] #21 14.42 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-03T15:59:04.538Z] #21 14.42 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-03T15:59:04.538Z] #21 14.42 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-03T15:59:04.538Z] #21 14.42 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-06-03T15:59:04.538Z] #21 14.42 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-03T15:59:04.538Z] #21 14.43 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-06-03T15:59:04.538Z] #21 14.43 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-03T15:59:04.538Z] #21 14.43 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-06-03T15:59:04.538Z] #21 14.43 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-03T15:59:04.538Z] #21 14.43 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-06-03T15:59:04.538Z] #21 14.44 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-03T15:59:04.538Z] #21 14.44 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-03T15:59:05.097Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-06-03T15:59:05.097Z] ok github.com/docker/docker/layer 7.514s coverage: 69.0% of statements [2022-06-03T15:59:05.097Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-03T15:59:05.097Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-03T15:59:05.097Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-03T15:59:05.097Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-03T15:59:05.097Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-03T15:59:05.097Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-03T15:59:05.102Z] #21 15.00 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T15:59:05.103Z] #21 15.22 Fetched 15.9 MB in 1s (26.9 MB/s) [2022-06-03T15:59:05.355Z] ok github.com/docker/docker/pkg/fsutils 0.172s coverage: 85.1% of statements [2022-06-03T15:59:05.355Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-06-03T15:59:05.359Z] #21 15.27 Selecting previously unselected package gcc-10-base:armel. [2022-06-03T15:59:05.359Z] #21 15.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38557 files and directories currently installed.) [2022-06-03T15:59:05.359Z] #21 15.31 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-03T15:59:05.359Z] #21 15.32 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-03T15:59:05.359Z] #21 15.38 Selecting previously unselected package gcc-10-base:armhf. [2022-06-03T15:59:05.359Z] #21 15.39 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-03T15:59:05.359Z] #21 15.40 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-03T15:59:05.359Z] #21 15.44 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-03T15:59:05.615Z] #21 15.45 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-03T15:59:05.615Z] #21 15.46 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-03T15:59:05.615Z] #21 15.51 Selecting previously unselected package gcc-10-base:s390x. [2022-06-03T15:59:05.615Z] #21 15.52 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-03T15:59:05.615Z] #21 15.52 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-03T15:59:05.615Z] #21 15.57 Selecting previously unselected package gcc-10-base:arm64. [2022-06-03T15:59:05.615Z] #21 15.58 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-03T15:59:05.615Z] #21 15.59 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-03T15:59:05.615Z] #21 15.65 Selecting previously unselected package libgcc-s1:armel. [2022-06-03T15:59:05.615Z] #21 15.65 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-03T15:59:05.615Z] #21 15.66 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-03T15:59:05.615Z] #21 15.70 Selecting previously unselected package libcrypt1:armel. [2022-06-03T15:59:05.872Z] #21 15.70 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-03T15:59:05.872Z] #21 15.71 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-03T15:59:05.872Z] #21 15.79 Selecting previously unselected package libc6:armel. [2022-06-03T15:59:05.872Z] #21 15.79 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-03T15:59:05.872Z] #21 15.99 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-03T15:59:06.286Z] ok github.com/docker/docker/pkg/idtools 0.369s coverage: 67.9% of statements [2022-06-03T15:59:06.286Z] ok github.com/docker/docker/pkg/ioutils 0.371s coverage: 71.5% of statements [2022-06-03T15:59:06.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T15:59:06.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T15:59:06.543Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2022-06-03T15:59:06.543Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-06-03T15:59:06.800Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-03T15:59:06.800Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-06-03T15:59:06.800Z] #21 16.45 Selecting previously unselected package libapparmor1:armel. [2022-06-03T15:59:06.800Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-03T15:59:06.801Z] #21 16.45 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-03T15:59:06.801Z] #21 16.46 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-03T15:59:06.801Z] #21 16.52 Selecting previously unselected package libapparmor-dev:armel. [2022-06-03T15:59:06.801Z] #21 16.52 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-03T15:59:06.801Z] #21 16.53 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-03T15:59:06.801Z] #21 16.59 Selecting previously unselected package libgcc-s1:arm64. [2022-06-03T15:59:06.801Z] #21 16.60 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-03T15:59:06.801Z] #21 16.60 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-03T15:59:06.801Z] #21 16.65 Selecting previously unselected package libcrypt1:arm64. [2022-06-03T15:59:06.801Z] #21 16.66 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-03T15:59:06.801Z] #21 16.66 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-03T15:59:06.801Z] #21 16.74 Selecting previously unselected package libc6:arm64. [2022-06-03T15:59:06.801Z] #21 16.75 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-03T15:59:07.057Z] #21 16.95 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-03T15:59:07.057Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-06-03T15:59:07.313Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 90.5% of statements [2022-06-03T15:59:07.314Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-06-03T15:59:07.314Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-03T15:59:07.314Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-03T15:59:07.620Z] #21 17.41 Selecting previously unselected package libapparmor1:arm64. [2022-06-03T15:59:07.620Z] #21 17.42 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-03T15:59:07.620Z] #21 17.42 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T15:59:07.620Z] #21 17.47 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-03T15:59:07.620Z] #21 17.48 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-03T15:59:07.620Z] #21 17.48 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T15:59:07.620Z] #21 17.55 Selecting previously unselected package libgcc-s1:s390x. [2022-06-03T15:59:07.620Z] #21 17.55 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-03T15:59:07.620Z] #21 17.56 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-03T15:59:07.620Z] #21 17.60 Selecting previously unselected package libcrypt1:s390x. [2022-06-03T15:59:07.620Z] #21 17.60 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-03T15:59:07.620Z] #21 17.61 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-03T15:59:07.620Z] #21 17.69 Selecting previously unselected package libc6:s390x. [2022-06-03T15:59:07.620Z] #21 17.69 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-03T15:59:07.876Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-06-03T15:59:08.133Z] #21 17.86 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-03T15:59:08.389Z] #21 18.30 Selecting previously unselected package libapparmor1:s390x. [2022-06-03T15:59:08.389Z] #21 18.31 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-03T15:59:08.389Z] #21 18.31 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-03T15:59:08.389Z] #21 18.36 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-03T15:59:08.389Z] #21 18.36 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-03T15:59:08.389Z] #21 18.37 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-03T15:59:08.389Z] #21 18.43 Selecting previously unselected package libgcc-s1:armhf. [2022-06-03T15:59:08.439Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-03T15:59:08.645Z] #21 18.44 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-03T15:59:08.645Z] #21 18.45 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-03T15:59:08.645Z] #21 18.49 Selecting previously unselected package libcrypt1:armhf. [2022-06-03T15:59:08.645Z] #21 18.50 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-03T15:59:08.645Z] #21 18.51 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-03T15:59:08.645Z] #21 18.58 Selecting previously unselected package libc6:armhf. [2022-06-03T15:59:08.645Z] #21 18.59 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-03T15:59:08.696Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-03T15:59:08.696Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-03T15:59:08.902Z] #21 18.74 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-03T15:59:09.416Z] #21 19.16 Selecting previously unselected package libapparmor1:armhf. [2022-06-03T15:59:09.416Z] #21 19.17 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-03T15:59:09.416Z] #21 19.17 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-03T15:59:09.416Z] #21 19.22 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-03T15:59:09.416Z] #21 19.23 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-03T15:59:09.416Z] #21 19.24 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-03T15:59:09.416Z] #21 19.30 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-03T15:59:09.417Z] #21 19.31 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-03T15:59:09.417Z] #21 19.31 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-03T15:59:09.417Z] #21 19.36 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-03T15:59:09.417Z] #21 19.37 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-03T15:59:09.417Z] #21 19.37 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-03T15:59:09.674Z] #21 19.46 Selecting previously unselected package libc6:ppc64el. [2022-06-03T15:59:09.674Z] #21 19.46 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-03T15:59:09.674Z] #21 19.67 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-03T15:59:10.062Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2022-06-03T15:59:10.319Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-06-03T15:59:10.493Z] #21 20.31 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-03T15:59:10.494Z] #21 20.32 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-03T15:59:10.494Z] #21 20.33 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-03T15:59:10.494Z] #21 20.39 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-03T15:59:10.494Z] #21 20.39 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-03T15:59:10.494Z] #21 20.40 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-03T15:59:10.494Z] #21 20.47 Selecting previously unselected package libseccomp2:s390x. [2022-06-03T15:59:10.494Z] #21 20.47 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-03T15:59:10.494Z] #21 20.48 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-03T15:59:10.494Z] #21 20.52 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-03T15:59:10.494Z] #21 20.52 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-03T15:59:10.494Z] #21 20.53 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-03T15:59:10.494Z] #21 20.59 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-03T15:59:10.576Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-03T15:59:10.750Z] #21 20.59 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-03T15:59:10.750Z] #21 20.60 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T15:59:10.750Z] #21 20.66 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-03T15:59:10.750Z] #21 20.66 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-03T15:59:10.750Z] #21 20.66 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T15:59:10.750Z] #21 20.72 Selecting previously unselected package libseccomp2:armhf. [2022-06-03T15:59:10.750Z] #21 20.72 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-03T15:59:10.750Z] #21 20.74 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-03T15:59:10.750Z] #21 20.78 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-03T15:59:10.750Z] #21 20.79 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-03T15:59:10.750Z] #21 20.79 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-03T15:59:10.750Z] #21 20.86 Selecting previously unselected package libseccomp2:armel. [2022-06-03T15:59:10.832Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-03T15:59:11.006Z] #21 20.86 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-03T15:59:11.006Z] #21 20.86 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-03T15:59:11.006Z] #21 20.90 Selecting previously unselected package libseccomp-dev:armel. [2022-06-03T15:59:11.006Z] #21 20.91 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-03T15:59:11.006Z] #21 20.92 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-03T15:59:11.006Z] #21 20.97 Selecting previously unselected package libseccomp2:arm64. [2022-06-03T15:59:11.006Z] #21 20.97 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T15:59:11.006Z] #21 20.98 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T15:59:11.006Z] #21 21.02 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-03T15:59:11.006Z] #21 21.02 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-03T15:59:11.006Z] #21 21.02 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T15:59:11.006Z] #21 21.11 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-03T15:59:11.089Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-03T15:59:11.089Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2022-06-03T15:59:11.263Z] #21 21.12 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.13 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.14 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.15 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.17 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-03T15:59:11.263Z] #21 21.18 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-03T15:59:11.263Z] #21 21.19 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-03T15:59:11.263Z] #21 21.20 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-03T15:59:11.263Z] #21 21.21 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-03T15:59:11.263Z] #21 21.22 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.24 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.25 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.26 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.27 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-03T15:59:11.263Z] #21 21.28 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-03T15:59:11.652Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-06-03T15:59:12.215Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-03T15:59:12.472Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2022-06-03T15:59:12.629Z] #21 22.53 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-03T15:59:13.035Z] ok github.com/docker/docker/pkg/tarsum 0.045s coverage: 89.3% of statements [2022-06-03T15:59:13.291Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-03T15:59:13.291Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-03T15:59:13.994Z] #21 23.74 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-03T15:59:15.217Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-06-03T15:59:15.361Z] #21 24.95 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-03T15:59:15.475Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-03T15:59:15.731Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-06-03T15:59:16.289Z] #21 26.19 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-03T15:59:17.099Z] ok github.com/docker/docker/quota 0.224s coverage: 71.4% of statements [2022-06-03T15:59:17.355Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-03T15:59:17.672Z] #21 27.41 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.43 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.44 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.45 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.46 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.47 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.49 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.50 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.51 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.52 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.54 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.55 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.56 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.57 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.58 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-03T15:59:17.672Z] #21 27.59 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.60 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.62 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.63 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.64 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-03T15:59:17.672Z] #21 27.65 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T15:59:18.235Z] #21 DONE 28.3s [2022-06-03T15:59:18.235Z] [2022-06-03T15:59:18.235Z] #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-06-03T15:59:18.235Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T15:59:18.285Z] ok github.com/docker/docker/registry 0.081s coverage: 58.6% of statements [2022-06-03T15:59:18.492Z] #71 ... [2022-06-03T15:59:18.492Z] [2022-06-03T15:59:18.492Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-03T15:59:18.492Z] #66 sha256:620c0702996f2c7544d5f99cc42cf3e63af2594d591e9bd0c72a5f96333bfd45 [2022-06-03T15:59:18.492Z] #66 DONE 0.2s [2022-06-03T15:59:18.492Z] [2022-06-03T15:59:18.492Z] #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-06-03T15:59:18.492Z] #67 sha256:70bc0481e78f4fe3b61e21cb62356b6186729e92180a9a717b7d78309a0ec7e9 [2022-06-03T15:59:18.542Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-03T15:59:18.799Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-03T15:59:19.361Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-06-03T15:59:19.361Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-03T15:59:19.861Z] #67 ... [2022-06-03T15:59:19.861Z] [2022-06-03T15:59:19.861Z] #22 [dev-systemd-false 1/26] RUN groupadd -r docker [2022-06-03T15:59:19.861Z] #22 sha256:4f15aa02a6e5ec15a4eb429aaa9fd820ba619047164ed2bfb365fe9136a40d1f [2022-06-03T15:59:19.861Z] #22 DONE 1.3s [2022-06-03T15:59:19.861Z] [2022-06-03T15:59:19.861Z] #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-06-03T15:59:19.861Z] #67 sha256:70bc0481e78f4fe3b61e21cb62356b6186729e92180a9a717b7d78309a0ec7e9 [2022-06-03T15:59:19.861Z] #67 1.068 + RM_GOPATH=0 [2022-06-03T15:59:19.861Z] #67 1.068 + TMP_GOPATH= [2022-06-03T15:59:19.861Z] #67 1.068 + : /build [2022-06-03T15:59:19.861Z] #67 1.069 + '[' -z '' ']' [2022-06-03T15:59:19.861Z] #67 1.069 ++ mktemp -d [2022-06-03T15:59:19.861Z] #67 1.072 + export GOPATH=/tmp/tmp.r9Ev4V5OgU [2022-06-03T15:59:19.861Z] #67 1.072 + GOPATH=/tmp/tmp.r9Ev4V5OgU [2022-06-03T15:59:19.861Z] #67 1.073 + RM_GOPATH=1 [2022-06-03T15:59:19.861Z] #67 1.073 + case "$(go env GOARCH)" in [2022-06-03T15:59:19.861Z] #67 1.073 ++ go env GOARCH [2022-06-03T15:59:19.861Z] #67 1.083 + export GO_BUILDMODE=-buildmode=pie [2022-06-03T15:59:19.861Z] #67 1.083 + GO_BUILDMODE=-buildmode=pie [2022-06-03T15:59:19.861Z] #67 1.090 ++ dirname /install.sh [2022-06-03T15:59:19.861Z] #67 1.091 + dir=/ [2022-06-03T15:59:19.861Z] #67 1.092 + bin=runc [2022-06-03T15:59:19.861Z] #67 1.092 + shift [2022-06-03T15:59:19.861Z] #67 1.092 + '[' '!' -f //runc.installer ']' [2022-06-03T15:59:19.861Z] #67 1.092 + . //runc.installer [2022-06-03T15:59:19.861Z] #67 1.093 ++ set -e [2022-06-03T15:59:19.861Z] #67 1.093 ++ : v1.1.2 [2022-06-03T15:59:19.861Z] #67 1.093 + install_runc [2022-06-03T15:59:19.861Z] #67 1.093 + RUNC_BUILDTAGS=seccomp [2022-06-03T15:59:19.861Z] #67 1.094 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-03T15:59:19.861Z] #67 1.094 Install runc version v1.1.2 (build tags: seccomp) [2022-06-03T15:59:19.861Z] #67 1.094 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.r9Ev4V5OgU/src/github.com/opencontainers/runc [2022-06-03T15:59:19.861Z] #67 1.097 Cloning into '/tmp/tmp.r9Ev4V5OgU/src/github.com/opencontainers/runc'... [2022-06-03T15:59:21.232Z] #67 ... [2022-06-03T15:59:21.232Z] [2022-06-03T15:59:21.232Z] #23 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-03T15:59:21.232Z] #23 sha256:87d04ef435b9dab4d50becade0a3ae24b18518c519d15a70fc0384d686b87f22 [2022-06-03T15:59:21.232Z] #23 DONE 1.2s [2022-06-03T15:59:21.232Z] [2022-06-03T15:59:21.232Z] #24 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-03T15:59:21.232Z] #24 sha256:a4ac116e4b90f0a178311b9cc2b3b75ce74b9c554d98446fc79b4d23e0f20466 [2022-06-03T15:59:21.254Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-06-03T15:59:21.804Z] #24 0.804 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-03T15:59:21.804Z] #24 DONE 0.9s [2022-06-03T15:59:21.804Z] [2022-06-03T15:59:21.804Z] #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-06-03T15:59:21.804Z] #67 sha256:70bc0481e78f4fe3b61e21cb62356b6186729e92180a9a717b7d78309a0ec7e9 [2022-06-03T15:59:21.817Z] ok github.com/docker/docker/volume/local 0.118s coverage: 76.8% of statements [2022-06-03T15:59:22.379Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-06-03T15:59:22.736Z] #67 ... [2022-06-03T15:59:22.736Z] [2022-06-03T15:59:22.736Z] #25 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-03T15:59:22.736Z] #25 sha256:0336500aa27bc307335cad29a4b6d9f9f0015d8c2b285cd686c0f1d4e1be9234 [2022-06-03T15:59:22.736Z] #25 DONE 0.8s [2022-06-03T15:59:22.736Z] [2022-06-03T15:59:22.736Z] #26 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-03T15:59:22.736Z] #26 sha256:c743d04da64a27452ca00ca0ddb70a83af62507e223a1b2305d0dce9373f6836 [2022-06-03T15:59:23.408Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-06-03T15:59:23.664Z] #26 DONE 0.9s [2022-06-03T15:59:23.664Z] [2022-06-03T15:59:23.664Z] #27 [dev-systemd-false 6/26] RUN ldconfig [2022-06-03T15:59:23.664Z] #27 sha256:043eb1b2a8c6fa31b391b6c774f8a2d88df6ebd7854b00254f2800140adb98df [2022-06-03T15:59:24.591Z] #27 DONE 1.0s [2022-06-03T15:59:24.591Z] [2022-06-03T15:59:24.591Z] #28 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T15:59:24.591Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T15:59:25.960Z] #28 1.139 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-03T15:59:25.960Z] #28 1.140 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-03T15:59:25.960Z] #28 1.141 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-03T15:59:25.960Z] #28 1.367 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-03T15:59:25.960Z] #28 1.560 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-03T15:59:26.217Z] #28 1.766 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-03T15:59:26.474Z] #28 1.929 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-03T15:59:26.474Z] #28 2.059 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-03T15:59:26.737Z] #28 2.252 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [153 kB] [2022-06-03T15:59:26.737Z] #28 2.263 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [152 kB] [2022-06-03T15:59:26.737Z] #28 2.265 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [146 kB] [2022-06-03T15:59:26.737Z] #28 2.267 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [127 kB] [2022-06-03T15:59:26.737Z] #28 2.271 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [135 kB] [2022-06-03T15:59:27.668Z] #28 2.893 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-03T15:59:27.668Z] #28 2.902 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-03T15:59:27.668Z] #28 2.903 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-03T15:59:27.668Z] #28 2.904 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-03T15:59:27.668Z] #28 2.907 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-03T15:59:28.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T15:59:30.189Z] #28 ... [2022-06-03T15:59:30.189Z] [2022-06-03T15:59:30.189Z] #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-06-03T15:59:30.189Z] #67 sha256:70bc0481e78f4fe3b61e21cb62356b6186729e92180a9a717b7d78309a0ec7e9 [2022-06-03T15:59:30.189Z] #67 5.833 + cd /tmp/tmp.r9Ev4V5OgU/src/github.com/opencontainers/runc [2022-06-03T15:59:30.189Z] #67 5.833 + git checkout -q v1.1.2 [2022-06-03T15:59:30.189Z] #67 6.129 + '[' -z '' ']' [2022-06-03T15:59:30.189Z] #67 6.129 + target=static [2022-06-03T15:59:30.189Z] #67 6.129 + make BUILDTAGS=seccomp static [2022-06-03T15:59:30.189Z] #67 6.531 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-03T15:59:30.189Z] #67 11.43 + mkdir -p /build [2022-06-03T15:59:30.189Z] #67 11.43 + cp runc /build/runc [2022-06-03T15:59:30.189Z] #67 DONE 11.7s [2022-06-03T15:59:30.189Z] [2022-06-03T15:59:30.189Z] #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-06-03T15:59:30.189Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T15:59:34.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T15:59:34.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T15:59:35.529Z] #71 ... [2022-06-03T15:59:35.529Z] [2022-06-03T15:59:35.529Z] #28 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T15:59:35.529Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T15:59:35.529Z] #28 11.12 Fetched 40.6 MB in 10s (3950 kB/s) [2022-06-03T15:59:36.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T15:59:40.778Z] #28 11.12 Reading package lists... [2022-06-03T15:59:44.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T15:59:45.050Z] #28 15.60 Reading package lists... [2022-06-03T15:59:45.298Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.3% of statements [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/rootless [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/volume [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-03T15:59:45.298Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === Skipped [2022-06-03T15:59:45.298Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-03T15:59:45.298Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-03T15:59:45.298Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-03T15:59:45.298Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-03T15:59:45.298Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.01s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:71: No driver to put! [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-03T15:59:45.298Z] time="2022-06-03T15:58:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-03T15:59:45.298Z] time="2022-06-03T15:58:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-03T15:59:45.298Z] time="2022-06-03T15:58:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-03T15:59:45.298Z] time="2022-06-03T15:58:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-03T15:59:45.298Z] time="2022-06-03T15:58:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:71: No driver to put! [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-03T15:59:45.298Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-03T15:59:45.298Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-03T15:59:45.298Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T15:59:45.298Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-03T15:59:45.298Z] graphtest_unix.go:71: No driver to put! [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-03T15:59:45.298Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-03T15:59:45.298Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-03T15:59:45.298Z] [2022-06-03T15:59:45.298Z] DONE 2781 tests, 28 skipped in 205.339s [2022-06-03T15:59:45.298Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/config [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/idm [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T15:59:45.298Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/ns [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/options [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/osl [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T15:59:45.299Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-03T15:59:45.299Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-06-03T15:59:45.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T15:59:45.979Z] #28 20.24 Building dependency tree... [2022-06-03T15:59:45.979Z] #28 21.36 Reading state information... [2022-06-03T15:59:46.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T15:59:46.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T15:59:46.909Z] #28 22.27 bzip2 is already the newest version (1.0.8-4). [2022-06-03T15:59:46.909Z] #28 22.27 patch is already the newest version (2.7.6-7). [2022-06-03T15:59:46.909Z] #28 22.27 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-03T15:59:46.909Z] #28 22.27 The following additional packages will be installed: [2022-06-03T15:59:46.909Z] #28 22.28 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-03T15:59:46.909Z] #28 22.28 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-03T15:59:46.909Z] #28 22.28 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-03T15:59:46.909Z] #28 22.28 python3-pkg-resources vim-runtime xxd [2022-06-03T15:59:46.909Z] #28 22.30 Suggested packages: [2022-06-03T15:59:46.909Z] #28 22.30 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-03T15:59:46.909Z] #28 22.30 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-03T15:59:46.909Z] #28 22.30 Recommended packages: [2022-06-03T15:59:46.909Z] #28 22.30 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-03T15:59:47.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T15:59:47.838Z] #28 23.36 The following NEW packages will be installed: [2022-06-03T15:59:47.838Z] #28 23.36 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-03T15:59:47.838Z] #28 23.37 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-03T15:59:47.838Z] #28 23.37 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-03T15:59:47.838Z] #28 23.37 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-06-03T15:59:47.838Z] #28 23.37 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-03T15:59:47.838Z] #28 23.37 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-03T15:59:47.838Z] #28 23.37 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-03T15:59:48.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T15:59:48.096Z] #28 23.72 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T15:59:48.096Z] #28 23.72 Need to get 18.6 MB of archives. [2022-06-03T15:59:48.096Z] #28 23.72 After this operation, 71.4 MB of additional disk space will be used. [2022-06-03T15:59:48.096Z] #28 23.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-03T15:59:48.096Z] #28 23.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-03T15:59:48.096Z] #28 23.75 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-03T15:59:48.096Z] #28 23.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-03T15:59:48.096Z] #28 23.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-03T15:59:48.352Z] #28 23.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-03T15:59:48.352Z] #28 23.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-03T15:59:48.352Z] #28 23.76 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-03T15:59:48.352Z] #28 23.77 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-03T15:59:48.352Z] #28 23.78 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-03T15:59:48.352Z] #28 23.79 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-03T15:59:48.352Z] #28 23.79 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-03T15:59:48.352Z] #28 23.81 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-03T15:59:48.352Z] #28 23.81 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-03T15:59:48.352Z] #28 23.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-03T15:59:48.352Z] #28 23.82 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-03T15:59:48.352Z] #28 23.82 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-03T15:59:48.352Z] #28 23.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-03T15:59:48.352Z] #28 23.83 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-03T15:59:48.352Z] #28 23.83 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-03T15:59:48.352Z] #28 23.84 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-03T15:59:48.352Z] #28 23.84 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-03T15:59:48.352Z] #28 23.84 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-03T15:59:48.352Z] #28 23.84 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-03T15:59:48.352Z] #28 23.85 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-03T15:59:48.352Z] #28 23.85 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-03T15:59:48.352Z] #28 23.85 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-03T15:59:48.352Z] #28 23.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-03T15:59:48.352Z] #28 23.86 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-03T15:59:48.352Z] #28 23.87 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-03T15:59:48.352Z] #28 23.90 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-03T15:59:48.352Z] #28 23.90 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-03T15:59:48.352Z] #28 23.90 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-03T15:59:48.352Z] #28 23.90 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-03T15:59:48.352Z] #28 23.91 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-03T15:59:48.352Z] #28 23.91 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-03T15:59:48.352Z] #28 23.91 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-03T15:59:48.352Z] #28 23.92 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-03T15:59:48.352Z] #28 23.93 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-03T15:59:48.352Z] #28 23.97 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-03T15:59:48.608Z] #28 24.05 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-03T15:59:48.608Z] #28 24.06 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-03T15:59:48.608Z] #28 24.07 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-03T15:59:48.608Z] #28 24.08 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-03T15:59:48.865Z] #28 24.52 debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T15:59:48.865Z] #28 ... [2022-06-03T15:59:48.865Z] [2022-06-03T15:59:48.865Z] #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-06-03T15:59:48.865Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T15:59:48.865Z] #71 73.43 + bin/containerd [2022-06-03T15:59:49.122Z] #71 ... [2022-06-03T15:59:49.122Z] [2022-06-03T15:59:49.122Z] #28 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-03T15:59:49.122Z] #28 sha256:751c20e3a5b013956620310a67f4009222636b2f846b6197e89f1d8abdcfa3ef [2022-06-03T15:59:49.122Z] #28 24.70 Fetched 18.6 MB in 1s (28.9 MB/s) [2022-06-03T15:59:49.122Z] #28 24.74 Selecting previously unselected package pigz. [2022-06-03T15:59:49.379Z] #28 24.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40117 files and directories currently installed.) [2022-06-03T15:59:49.379Z] #28 24.77 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-03T15:59:49.379Z] #28 24.78 Unpacking pigz (2.6-1) ... [2022-06-03T15:59:49.379Z] #28 24.82 Selecting previously unselected package libelf1:amd64. [2022-06-03T15:59:49.379Z] #28 24.83 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-03T15:59:49.379Z] #28 24.84 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-03T15:59:49.379Z] #28 24.92 Selecting previously unselected package libbpf0:amd64. [2022-06-03T15:59:49.379Z] #28 24.93 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-03T15:59:49.379Z] #28 24.94 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-03T15:59:49.379Z] #28 25.00 Selecting previously unselected package libcap2:amd64. [2022-06-03T15:59:49.379Z] #28 25.00 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-03T15:59:49.379Z] #28 25.01 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-03T15:59:49.379Z] #28 25.06 Selecting previously unselected package libmnl0:amd64. [2022-06-03T15:59:49.636Z] #28 25.06 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-03T15:59:49.636Z] #28 25.07 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-03T15:59:49.636Z] #28 25.11 Selecting previously unselected package libxtables12:amd64. [2022-06-03T15:59:49.636Z] #28 25.11 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-03T15:59:49.636Z] #28 25.12 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-03T15:59:49.636Z] #28 25.16 Selecting previously unselected package libcap2-bin. [2022-06-03T15:59:49.636Z] #28 25.16 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-03T15:59:49.636Z] #28 25.16 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-03T15:59:49.636Z] #28 25.22 Selecting previously unselected package iproute2. [2022-06-03T15:59:49.636Z] #28 25.23 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-03T15:59:49.636Z] #28 25.23 Unpacking iproute2 (5.10.0-4) ... [2022-06-03T15:59:50.150Z] #28 25.44 Selecting previously unselected package xxd. [2022-06-03T15:59:50.150Z] #28 25.44 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T15:59:50.150Z] #28 25.45 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:59:50.150Z] #28 25.63 Selecting previously unselected package vim-common. [2022-06-03T15:59:50.150Z] #28 25.63 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T15:59:50.150Z] #28 25.66 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:59:50.407Z] #28 25.74 Selecting previously unselected package bash-completion. [2022-06-03T15:59:50.407Z] #28 25.75 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-03T15:59:50.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T15:59:51.337Z] #28 26.64 Unpacking bash-completion (1:2.11-2) ... [2022-06-03T15:59:51.337Z] #28 26.86 Selecting previously unselected package apparmor. [2022-06-03T15:59:51.337Z] #28 26.87 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-03T15:59:51.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T15:59:51.594Z] #28 26.91 Unpacking apparmor (2.13.6-10) ... [2022-06-03T15:59:51.594Z] #28 27.10 Selecting previously unselected package inetutils-ping. [2022-06-03T15:59:51.594Z] #28 27.11 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-03T15:59:51.594Z] #28 27.11 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-03T15:59:51.594Z] #28 27.18 Selecting previously unselected package libip4tc2:amd64. [2022-06-03T15:59:51.852Z] #28 27.18 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-03T15:59:51.852Z] #28 27.19 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T15:59:51.852Z] #28 27.24 Selecting previously unselected package libip6tc2:amd64. [2022-06-03T15:59:51.852Z] #28 27.24 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-03T15:59:51.852Z] #28 27.25 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T15:59:51.852Z] #28 27.29 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-03T15:59:51.852Z] #28 27.30 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-03T15:59:51.852Z] #28 27.31 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T15:59:51.852Z] #28 27.36 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-03T15:59:51.852Z] #28 27.36 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-03T15:59:51.852Z] #28 27.37 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T15:59:51.852Z] #28 27.41 Selecting previously unselected package libnftnl11:amd64. [2022-06-03T15:59:52.109Z] #28 27.42 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-03T15:59:52.109Z] #28 27.42 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T15:59:52.109Z] #28 27.48 Selecting previously unselected package iptables. [2022-06-03T15:59:52.109Z] #28 27.48 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-03T15:59:52.109Z] #28 27.49 Unpacking iptables (1.8.7-1) ... [2022-06-03T15:59:52.109Z] #28 27.63 Selecting previously unselected package libonig5:amd64. [2022-06-03T15:59:52.109Z] #28 27.63 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-03T15:59:52.109Z] #28 27.64 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T15:59:52.366Z] #28 27.73 Selecting previously unselected package libjq1:amd64. [2022-06-03T15:59:52.366Z] #28 27.73 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-03T15:59:52.366Z] #28 27.73 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-03T15:59:52.366Z] #28 27.79 Selecting previously unselected package jq. [2022-06-03T15:59:52.366Z] #28 27.80 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-03T15:59:52.366Z] #28 27.80 Unpacking jq (1.6-2.1) ... [2022-06-03T15:59:52.366Z] #28 27.87 Selecting previously unselected package libaio1:amd64. [2022-06-03T15:59:52.366Z] #28 27.87 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-03T15:59:52.366Z] #28 27.88 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-03T15:59:52.366Z] #28 27.93 Selecting previously unselected package libgpm2:amd64. [2022-06-03T15:59:52.366Z] #28 27.93 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-03T15:59:52.366Z] #28 27.93 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-03T15:59:52.366Z] #28 27.97 Selecting previously unselected package libinih1:amd64. [2022-06-03T15:59:52.623Z] #28 27.98 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-03T15:59:52.623Z] #28 27.98 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-03T15:59:52.623Z] #28 28.03 Selecting previously unselected package libnet1:amd64. [2022-06-03T15:59:52.623Z] #28 28.03 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-03T15:59:52.623Z] #28 28.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T15:59:52.623Z] #28 28.09 Selecting previously unselected package libnl-3-200:amd64. [2022-06-03T15:59:52.623Z] #28 28.10 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-03T15:59:52.623Z] #28 28.10 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T15:59:52.623Z] #28 28.16 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-03T15:59:52.623Z] #28 28.17 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-03T15:59:52.623Z] #28 28.17 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T15:59:52.623Z] #28 28.22 Selecting previously unselected package net-tools. [2022-06-03T15:59:52.881Z] #28 28.22 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-03T15:59:52.881Z] #28 28.22 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T15:59:52.881Z] #28 28.31 Selecting previously unselected package python-pip-whl. [2022-06-03T15:59:52.881Z] #28 28.32 Preparing to unpack .../29-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-03T15:59:52.881Z] #28 28.32 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T15:59:52.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T15:59:52.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T15:59:53.144Z] #28 28.59 Selecting previously unselected package python3-lib2to3. [2022-06-03T15:59:53.144Z] #28 28.59 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-03T15:59:53.144Z] #28 28.60 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-03T15:59:53.144Z] #28 28.67 Selecting previously unselected package python3-distutils. [2022-06-03T15:59:53.144Z] #28 28.67 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-06-03T15:59:53.144Z] #28 28.68 Unpacking python3-distutils (3.9.2-1) ... [2022-06-03T15:59:53.400Z] #28 28.77 Selecting previously unselected package python3-pkg-resources. [2022-06-03T15:59:53.401Z] #28 28.77 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-03T15:59:53.401Z] #28 28.78 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-03T15:59:53.401Z] #28 28.87 Selecting previously unselected package python3-setuptools. [2022-06-03T15:59:53.401Z] #28 28.88 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-06-03T15:59:53.401Z] #28 28.88 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-03T15:59:53.657Z] #28 29.02 Selecting previously unselected package python3-wheel. [2022-06-03T15:59:53.657Z] #28 29.02 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-06-03T15:59:53.657Z] #28 29.03 Unpacking python3-wheel (0.34.2-1) ... [2022-06-03T15:59:53.657Z] #28 29.07 Selecting previously unselected package python3-pip. [2022-06-03T15:59:53.657Z] #28 29.08 Preparing to unpack .../35-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-03T15:59:53.657Z] #28 29.08 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T15:59:53.657Z] #28 29.21 Selecting previously unselected package sudo. [2022-06-03T15:59:53.657Z] #28 29.22 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-06-03T15:59:53.657Z] #28 29.23 Unpacking sudo (1.9.5p2-3) ... [2022-06-03T15:59:53.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T15:59:54.219Z] #28 29.48 Selecting previously unselected package thin-provisioning-tools. [2022-06-03T15:59:54.219Z] #28 29.49 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-03T15:59:54.219Z] #28 29.49 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-03T15:59:54.219Z] #28 29.62 Selecting previously unselected package uidmap. [2022-06-03T15:59:54.219Z] #28 29.63 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-03T15:59:54.219Z] #28 29.64 Unpacking uidmap (1:4.8.1-1) ... [2022-06-03T15:59:54.219Z] #28 29.72 Selecting previously unselected package vim-runtime. [2022-06-03T15:59:54.219Z] #28 29.72 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-03T15:59:54.220Z] #28 29.73 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-03T15:59:54.220Z] #28 29.76 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-03T15:59:54.220Z] #28 29.77 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:59:54.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T15:59:55.588Z] #28 30.87 Selecting previously unselected package vim. [2022-06-03T15:59:55.588Z] #28 30.88 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-03T15:59:55.588Z] #28 30.89 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:59:55.588Z] #28 31.13 Selecting previously unselected package xfsprogs. [2022-06-03T15:59:55.588Z] #28 31.14 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-03T15:59:55.588Z] #28 31.14 Unpacking xfsprogs (5.10.0-4) ... [2022-06-03T15:59:55.844Z] #28 31.33 Selecting previously unselected package zip. [2022-06-03T15:59:55.844Z] #28 31.33 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-06-03T15:59:55.844Z] #28 31.34 Unpacking zip (3.0-12) ... [2022-06-03T15:59:55.844Z] #28 31.42 Selecting previously unselected package zstd. [2022-06-03T15:59:56.102Z] #28 31.42 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-03T15:59:56.102Z] #28 31.43 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-03T15:59:56.102Z] #28 31.66 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-03T15:59:56.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T15:59:56.665Z] #28 32.07 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-03T15:59:56.665Z] #28 32.08 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-03T15:59:56.666Z] #28 32.09 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-03T15:59:56.666Z] #28 32.10 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-03T15:59:56.666Z] #28 32.11 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-03T15:59:56.666Z] #28 32.12 Setting up uidmap (1:4.8.1-1) ... [2022-06-03T15:59:56.666Z] #28 32.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-03T15:59:56.666Z] #28 32.15 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-03T15:59:56.666Z] #28 32.16 Setting up python3-wheel (0.34.2-1) ... [2022-06-03T15:59:56.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T15:59:56.922Z] #28 32.46 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:59:56.922Z] #28 32.47 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-03T15:59:56.922Z] #28 32.49 Setting up libcap2-bin (1:2.44-1) ... [2022-06-03T15:59:56.922Z] #28 32.50 Setting up apparmor (2.13.6-10) ... [2022-06-03T15:59:57.697Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T15:59:58.290Z] #28 33.48 Setting up zip (3.0-12) ... [2022-06-03T15:59:58.290Z] #28 33.50 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:59:58.290Z] #28 33.52 Setting up bash-completion (1:2.11-2) ... [2022-06-03T15:59:58.632Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T15:59:58.632Z] Using test binary docker [2022-06-03T15:59:58.632Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T15:59:58.632Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-03T15:59:58.632Z] Starting dockerd [2022-06-03T15:59:58.632Z] INFO: Waiting for daemon to start... [2022-06-03T15:59:59.220Z] #28 34.61 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-03T15:59:59.220Z] #28 34.63 Setting up sudo (1.9.5p2-3) ... [2022-06-03T15:59:59.220Z] #28 34.67 invoke-rc.d: could not determine current runlevel [2022-06-03T15:59:59.220Z] #28 34.68 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T15:59:59.220Z] #28 34.69 Setting up xfsprogs (5.10.0-4) ... [2022-06-03T15:59:59.220Z] #28 34.70 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-03T15:59:59.220Z] #28 34.71 Setting up inetutils-ping (2:2.0-1) ... [2022-06-03T15:59:59.220Z] #28 34.72 Setting up pigz (2.6-1) ... [2022-06-03T15:59:59.220Z] #28 34.73 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-03T15:59:59.220Z] #28 34.75 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-03T15:59:59.220Z] #28 34.77 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-03T15:59:59.220Z] #28 34.78 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-03T15:59:59.783Z] #28 35.11 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-03T15:59:59.783Z] #28 35.12 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-03T15:59:59.783Z] #28 35.35 Setting up libelf1:amd64 (0.183-1) ... [2022-06-03T16:00:00.040Z] #28 35.36 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-03T16:00:00.040Z] #28 35.37 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-03T16:00:00.040Z] #28 35.39 Setting up python3-distutils (3.9.2-1) ... [2022-06-03T16:00:00.040Z] #28 35.64 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-03T16:00:00.296Z] #28 35.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-03T16:00:00.296Z] #28 35.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-03T16:00:00.296Z] #28 35.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-03T16:00:00.296Z] #28 35.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-03T16:00:00.296Z] #28 35.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-03T16:00:00.296Z] #28 35.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-03T16:00:00.296Z] #28 35.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-03T16:00:00.296Z] #28 35.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-03T16:00:00.296Z] #28 35.73 Setting up python3-setuptools (52.0.0-4) ... [2022-06-03T16:00:00.530Z] . [2022-06-03T16:00:00.530Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T16:00:00.530Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T16:00:00.531Z] Error: No such image: emptyfs [2022-06-03T16:00:00.552Z] #28 36.23 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-03T16:00:00.792Z] Running integration-test (iteration 1) [2022-06-03T16:00:00.793Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T16:00:00.808Z] #28 36.24 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-03T16:00:00.808Z] #28 36.25 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-03T16:00:00.808Z] #28 36.26 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-03T16:00:00.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T16:00:01.051Z] Loaded image: busybox:latest [2022-06-03T16:00:01.051Z] Loaded image: busybox:glibc [2022-06-03T16:00:01.370Z] #28 36.78 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-03T16:00:01.370Z] #28 36.79 Setting up jq (1.6-2.1) ... [2022-06-03T16:00:01.370Z] #28 36.80 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-03T16:00:01.370Z] #28 36.81 Setting up iptables (1.8.7-1) ... [2022-06-03T16:00:01.370Z] #28 36.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T16:00:01.370Z] #28 36.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T16:00:01.370Z] #28 36.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-03T16:00:01.370Z] #28 36.83 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-03T16:00:01.370Z] #28 36.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-03T16:00:01.370Z] #28 36.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-03T16:00:01.370Z] #28 36.85 Setting up iproute2 (5.10.0-4) ... [2022-06-03T16:00:01.627Z] #28 37.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-03T16:00:02.191Z] #28 DONE 37.7s [2022-06-03T16:00:02.191Z] [2022-06-03T16:00:02.191Z] #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-06-03T16:00:02.191Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T16:00:02.191Z] #71 ... [2022-06-03T16:00:02.191Z] [2022-06-03T16:00:02.191Z] #29 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-03T16:00:02.191Z] #29 sha256:7613aa2ab9f5f8188f2e7728f71678052ab587f2f13bf9a3a7fdd0fb8faad8d2 [2022-06-03T16:00:02.427Z] Loaded image: debian:bullseye-slim [2022-06-03T16:00:02.427Z] Loaded image: hello-world:latest [2022-06-03T16:00:02.427Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:00:02.427Z] INFO: Testing against a local daemon [2022-06-03T16:00:02.427Z] === RUN TestCgroupNamespacesBuild [2022-06-03T16:00:03.122Z] #29 0.770 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-03T16:00:03.122Z] #29 0.774 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-03T16:00:03.122Z] #29 0.777 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-03T16:00:03.122Z] #29 DONE 0.8s [2022-06-03T16:00:03.122Z] [2022-06-03T16:00:03.122Z] #30 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.26.1 [2022-06-03T16:00:03.122Z] #30 sha256:06f72c9b31f4a2c26f18add57228420f705a12e20840c424867af9f088d8946e [2022-06-03T16:00:03.801Z] --- PASS: TestCgroupNamespacesBuild (1.29s) [2022-06-03T16:00:03.801Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T16:00:05.175Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2022-06-03T16:00:05.175Z] === RUN TestBuildWithSession [2022-06-03T16:00:05.175Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:00:05.175Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T16:00:05.175Z] === RUN TestBuildSquashParent [2022-06-03T16:00:06.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T16:00:09.360Z] --- PASS: TestBuildSquashParent (4.30s) [2022-06-03T16:00:09.360Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T16:00:09.360Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:00:09.360Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:00:09.360Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:00:09.360Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:00:09.360Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:00:09.360Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:00:09.360Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:00:09.360Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:00:09.360Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:00:09.360Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:00:09.360Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:00:09.360Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:00:09.360Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:00:09.360Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:00:09.668Z] #30 6.820 Collecting yamllint==1.26.1 [2022-06-03T16:00:10.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:00:11.037Z] #30 7.866 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-03T16:00:11.294Z] #30 8.367 Collecting pathspec>=0.5.3 [2022-06-03T16:00:11.294Z] #30 8.375 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-03T16:00:11.309Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:00:11.551Z] #30 8.556 Collecting pyyaml [2022-06-03T16:00:11.551Z] #30 8.563 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-03T16:00:11.551Z] #30 8.599 Building wheels for collected packages: yamllint [2022-06-03T16:00:11.808Z] #30 8.600 Building wheel for yamllint (setup.py): started [2022-06-03T16:00:12.065Z] #30 9.028 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-03T16:00:12.065Z] #30 9.029 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2e3dd65a611ade838f32eb7e71ed454b40cd3cbf5cf38b2b9a03cb4375e3a4c2 [2022-06-03T16:00:12.065Z] #30 9.029 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-03T16:00:12.065Z] #30 9.032 Successfully built yamllint [2022-06-03T16:00:12.065Z] #30 9.047 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-03T16:00:12.244Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:00:12.328Z] #30 9.233 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-03T16:00:12.328Z] #30 DONE 9.5s [2022-06-03T16:00:12.328Z] [2022-06-03T16:00:12.328Z] #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-06-03T16:00:12.328Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T16:00:12.588Z] #71 ... [2022-06-03T16:00:12.588Z] [2022-06-03T16:00:12.588Z] #34 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2022-06-03T16:00:12.588Z] #34 sha256:7affced28a84131ce85dd9897b0ac6b8f48b16c4731f667b8d9ca4a5745913f5 [2022-06-03T16:00:12.588Z] #34 DONE 0.1s [2022-06-03T16:00:12.810Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:00:12.850Z] [2022-06-03T16:00:12.850Z] #39 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-03T16:00:12.850Z] #39 sha256:8f61353866b02ab6fc43fd94ab27294fe387c4d08360a1ba4021e81b530e30bb [2022-06-03T16:00:12.850Z] #39 DONE 0.3s [2022-06-03T16:00:12.850Z] [2022-06-03T16:00:12.850Z] #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-06-03T16:00:12.850Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T16:00:13.107Z] #71 ... [2022-06-03T16:00:13.107Z] [2022-06-03T16:00:13.107Z] #42 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-03T16:00:13.107Z] #42 sha256:c8389935b0e4fb78bb26f5a8aacc80ba91a05d5e8af877da459a3c211514cc3c [2022-06-03T16:00:13.107Z] #42 DONE 0.2s [2022-06-03T16:00:13.107Z] [2022-06-03T16:00:13.107Z] #44 [dev-systemd-false 13/26] COPY --from=delve /build/ /usr/local/bin/ [2022-06-03T16:00:13.107Z] #44 sha256:09eef9a3e9f28bde1d26dd357ff332138fb86d0f232ef43b941806f95323fc3d [2022-06-03T16:00:13.365Z] #44 DONE 0.1s [2022-06-03T16:00:13.365Z] [2022-06-03T16:00:13.365Z] #46 [dev-systemd-false 14/26] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-03T16:00:13.365Z] #46 sha256:c010077ca643ac5479e1ec22f7ddca1ee80dfece9be50ccfb2f910dcbd14273b [2022-06-03T16:00:13.365Z] #46 DONE 0.1s [2022-06-03T16:00:13.365Z] [2022-06-03T16:00:13.365Z] #48 [dev-systemd-false 15/26] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-03T16:00:13.365Z] #48 sha256:84c3443c588ddfbc92f2e8869c49431ad330397ccec008dd1579c0ab1c797316 [2022-06-03T16:00:13.365Z] #48 DONE 0.1s [2022-06-03T16:00:13.365Z] [2022-06-03T16:00:13.365Z] #52 [dev-systemd-false 16/26] COPY --from=tini /build/ /usr/local/bin/ [2022-06-03T16:00:13.365Z] #52 sha256:58ce5fefca7e18525c2a1514752e4e28a1fe6bdd97b919be8afbd12e57a61577 [2022-06-03T16:00:13.365Z] #52 DONE 0.1s [2022-06-03T16:00:13.365Z] [2022-06-03T16:00:13.365Z] #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-06-03T16:00:13.365Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T16:00:13.623Z] #71 ... [2022-06-03T16:00:13.623Z] [2022-06-03T16:00:13.623Z] #55 [dev-systemd-false 17/26] COPY --from=registry /build/ /usr/local/bin/ [2022-06-03T16:00:13.623Z] #55 sha256:5807147541e0429434f7b177bf97ac2b7811674b91904f9d24dae05281f147c5 [2022-06-03T16:00:13.623Z] #55 DONE 0.3s [2022-06-03T16:00:13.623Z] [2022-06-03T16:00:13.623Z] #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-06-03T16:00:13.623Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T16:00:13.881Z] #71 ... [2022-06-03T16:00:13.881Z] [2022-06-03T16:00:13.881Z] #59 [dev-systemd-false 18/26] COPY --from=criu /build/ /usr/local/bin/ [2022-06-03T16:00:13.881Z] #59 sha256:c509dc73a9e4d783a808ae33ea501bc778f2515e9aa751ac7f6f03434894b1db [2022-06-03T16:00:13.881Z] #59 DONE 0.0s [2022-06-03T16:00:13.881Z] [2022-06-03T16:00:13.881Z] #61 [dev-systemd-false 19/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-03T16:00:13.881Z] #61 sha256:0834d3473727ef22e756dc6c21a79d07ff7f52950a9fff0c245546759d8ec9e3 [2022-06-03T16:00:13.881Z] #61 DONE 0.1s [2022-06-03T16:00:13.881Z] [2022-06-03T16:00:13.881Z] #63 [dev-systemd-false 20/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-03T16:00:13.881Z] #63 sha256:81fae9f38fe75b2d8ea10542642caef2ba24a3749ffe7ae62a5756ba7430bdea [2022-06-03T16:00:14.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T16:00:14.184Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-03T16:00:14.184Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.41s) [2022-06-03T16:00:14.184Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.73s) [2022-06-03T16:00:14.184Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.50s) [2022-06-03T16:00:14.184Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.53s) [2022-06-03T16:00:14.184Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.55s) [2022-06-03T16:00:14.184Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.41s) [2022-06-03T16:00:14.184Z] === RUN TestBuildMultiStageCopy [2022-06-03T16:00:14.184Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T16:00:14.445Z] #63 DONE 0.3s [2022-06-03T16:00:14.445Z] [2022-06-03T16:00:14.445Z] #65 [dev-systemd-false 21/26] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-03T16:00:14.445Z] #65 sha256:a88d142412c647e455b51943f0b725f664e0e8ef49de8532c7faca006800d45f [2022-06-03T16:00:14.445Z] #65 DONE 0.1s [2022-06-03T16:00:14.445Z] [2022-06-03T16:00:14.445Z] #68 [dev-systemd-false 22/26] COPY --from=runc /build/ /usr/local/bin/ [2022-06-03T16:00:14.445Z] #68 sha256:5417c5a9fcf3338fc29044af2c91c7c2104663a092a37710ff6f22b0ec26bf7c [2022-06-03T16:00:14.445Z] #68 DONE 0.1s [2022-06-03T16:00:14.445Z] [2022-06-03T16:00:14.445Z] #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-06-03T16:00:14.445Z] #71 sha256:1eba781654c3d73e4515fd0ce22c13c3cf8d9452c53425d94d3cbfb002fd030d [2022-06-03T16:00:15.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T16:00:15.559Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T16:00:15.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T16:00:15.816Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T16:00:15.816Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T16:00:16.074Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T16:00:16.333Z] --- PASS: TestBuildMultiStageCopy (2.29s) [2022-06-03T16:00:16.333Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.41s) [2022-06-03T16:00:16.333Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-06-03T16:00:16.333Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-06-03T16:00:16.333Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-06-03T16:00:16.333Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2022-06-03T16:00:16.333Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T16:00:16.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T16:00:16.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T16:00:16.899Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2022-06-03T16:00:16.899Z] === RUN TestBuildLabelWithTargets [2022-06-03T16:00:17.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T16:00:18.275Z] --- PASS: TestBuildLabelWithTargets (1.01s) [2022-06-03T16:00:18.275Z] === RUN TestBuildWithEmptyLayers [2022-06-03T16:00:18.533Z] --- PASS: TestBuildWithEmptyLayers (0.64s) [2022-06-03T16:00:18.533Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T16:00:20.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T16:00:20.433Z] --- PASS: TestBuildMultiStageOnBuild (1.66s) [2022-06-03T16:00:20.433Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T16:00:20.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T16:00:21.000Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2022-06-03T16:00:21.000Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T16:00:21.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T16:00:22.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T16:00:22.899Z] --- PASS: TestBuildMultiStageLayerLeak (1.73s) [2022-06-03T16:00:22.899Z] === RUN TestBuildWithHugeFile [2022-06-03T16:00:23.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T16:00:23.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T16:00:25.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T16:00:25.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T16:00:26.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T16:00:27.085Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T16:00:27.085Z] Using test binary docker [2022-06-03T16:00:27.085Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T16:00:27.085Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T16:00:27.085Z] INFO: Waiting for daemon to start... [2022-06-03T16:00:27.085Z] Starting dockerd [2022-06-03T16:00:29.630Z] . [2022-06-03T16:00:29.630Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T16:00:29.630Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T16:00:29.630Z] Error: No such image: emptyfs [2022-06-03T16:00:29.630Z] Running integration-test (iteration 1) [2022-06-03T16:00:29.630Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T16:00:29.630Z] Loaded image: busybox:latest [2022-06-03T16:00:29.630Z] Loaded image: busybox:glibc [2022-06-03T16:00:30.998Z] Loaded image: debian:bullseye-slim [2022-06-03T16:00:30.998Z] Loaded image: hello-world:latest [2022-06-03T16:00:31.254Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:00:31.254Z] INFO: Testing against a local daemon [2022-06-03T16:00:31.254Z] === RUN TestCgroupNamespacesBuild [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork 37.418s coverage: 40.6% of statements [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/bitseq 0.134s coverage: 84.4% of statements [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.486s coverage: 59.9% of statements [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.052s coverage: 4.0% of statements [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-03T16:00:31.923Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-03T16:00:31.923Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-03T16:00:32.621Z] --- PASS: TestCgroupNamespacesBuild (1.21s) [2022-06-03T16:00:32.621Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T16:00:33.551Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-06-03T16:00:33.551Z] === RUN TestBuildWithSession [2022-06-03T16:00:33.551Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:00:33.551Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T16:00:33.551Z] === RUN TestBuildSquashParent [2022-06-03T16:00:40.017Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.523s coverage: 7.4% of statements [2022-06-03T16:00:40.017Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-03T16:00:40.017Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-03T16:00:40.091Z] --- PASS: TestBuildSquashParent (6.55s) [2022-06-03T16:00:40.091Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T16:00:40.091Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:00:40.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:00:40.091Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:00:40.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:00:40.091Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:00:40.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:00:40.091Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:00:40.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:00:40.091Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:00:40.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:00:40.091Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:00:40.091Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:00:40.091Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:00:40.091Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:00:40.581Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-06-03T16:00:40.581Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-03T16:00:40.581Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-03T16:00:40.581Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-03T16:00:40.972Z] #71 134.8 # github.com/containerd/containerd/cmd/containerd [2022-06-03T16:00:40.972Z] #71 134.8 /usr/bin/ld: /tmp/go-link-79509114/000019.o: in function `New': [2022-06-03T16:00:40.972Z] #71 134.8 /tmp/tmp.LsZOQbZ4jP/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-03T16:00:40.972Z] #71 134.9 + bin/containerd-stress [2022-06-03T16:00:41.144Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-06-03T16:00:41.144Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-06-03T16:00:41.401Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-03T16:00:41.586Z] #71 136.0 + bin/containerd-shim [2022-06-03T16:00:41.658Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-03T16:00:41.983Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:00:41.983Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:00:43.873Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:00:43.873Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:00:45.769Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-03T16:00:45.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.77s) [2022-06-03T16:00:45.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.80s) [2022-06-03T16:00:45.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.95s) [2022-06-03T16:00:45.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.02s) [2022-06-03T16:00:45.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.94s) [2022-06-03T16:00:45.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.93s) [2022-06-03T16:00:45.769Z] === RUN TestBuildMultiStageCopy [2022-06-03T16:00:45.769Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T16:00:49.039Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T16:00:50.405Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T16:00:51.333Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T16:00:52.265Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T16:00:53.192Z] --- PASS: TestBuildMultiStageCopy (7.35s) [2022-06-03T16:00:53.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.35s) [2022-06-03T16:00:53.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-03T16:00:53.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-03T16:00:53.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-03T16:00:53.192Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-03T16:00:53.193Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T16:00:53.779Z] #71 147.1 + bin/containerd-shim-runc-v1 [2022-06-03T16:00:53.885Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-03T16:00:55.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T16:00:55.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T16:00:58.443Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-06-03T16:00:58.443Z] === RUN TestBuildLabelWithTargets [2022-06-03T16:00:59.028Z] #71 153.3 + bin/containerd-shim-runc-v2 [2022-06-03T16:00:59.590Z] #71 154.1 + binaries [2022-06-03T16:00:59.590Z] #71 154.1 + install -D bin/containerd /build/containerd [2022-06-03T16:00:59.590Z] #71 154.1 + install -D bin/containerd-shim /build/containerd-shim [2022-06-03T16:00:59.845Z] #71 154.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-03T16:00:59.845Z] #71 154.1 + install -D bin/ctr /build/ctr [2022-06-03T16:01:00.102Z] #71 DONE 154.6s [2022-06-03T16:01:01.029Z] [2022-06-03T16:01:01.029Z] #72 [dev-systemd-false 23/26] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-03T16:01:01.029Z] #72 sha256:7c25eaa082107fdea97d944d353d8125beb3741344da432d16c1a34797651995 [2022-06-03T16:01:01.285Z] #72 DONE 0.2s [2022-06-03T16:01:01.285Z] [2022-06-03T16:01:01.285Z] #77 [dev-systemd-false 24/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-03T16:01:01.285Z] #77 sha256:9789e32206004ceae11cad5f8502d56bf460b586931cf1c18dfc7d9520e1331e [2022-06-03T16:01:01.540Z] #77 DONE 0.1s [2022-06-03T16:01:01.540Z] [2022-06-03T16:01:01.540Z] #82 [dev-systemd-false 25/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-03T16:01:01.540Z] #82 sha256:355aca01ccd5b30d6319af4e1bcfa2f47bcbb0b77d1ce98b4fcedf4220664120 [2022-06-03T16:01:02.101Z] #82 DONE 0.5s [2022-06-03T16:01:02.101Z] [2022-06-03T16:01:02.101Z] #83 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2022-06-03T16:01:02.101Z] #83 sha256:1ea42e996da3032bf80d041ec7e8dc5f2350ccac19ba409695f619eb89677965 [2022-06-03T16:01:02.101Z] #83 DONE 0.0s [2022-06-03T16:01:02.101Z] [2022-06-03T16:01:02.101Z] #84 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-03T16:01:02.101Z] #84 sha256:ec3bd2a9bebdac0d07a50e51d07ecb41a8e7be776169d3e51e23395c2287673a [2022-06-03T16:01:03.469Z] #84 DONE 1.3s [2022-06-03T16:01:03.469Z] [2022-06-03T16:01:03.469Z] #85 exporting to image [2022-06-03T16:01:03.469Z] #85 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-03T16:01:03.469Z] #85 exporting layers [2022-06-03T16:01:06.534Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-06-03T16:01:06.534Z] === RUN TestBuildWithEmptyLayers [2022-06-03T16:01:08.725Z] ok github.com/docker/docker/libnetwork/ipam 16.172s coverage: 85.3% of statements [2022-06-03T16:01:08.725Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-03T16:01:08.725Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-03T16:01:08.981Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-03T16:01:09.048Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-06-03T16:01:09.048Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T16:01:09.237Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-06-03T16:01:09.237Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-03T16:01:09.493Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-03T16:01:10.055Z] ok github.com/docker/docker/libnetwork/ipamutils 0.276s coverage: 74.0% of statements [2022-06-03T16:01:10.617Z] ok github.com/docker/docker/libnetwork/iptables 0.175s coverage: 45.1% of statements [2022-06-03T16:01:10.873Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-03T16:01:11.129Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-06-03T16:01:14.290Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-06-03T16:01:14.291Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T16:01:14.853Z] --- PASS: TestBuildUncleanTarFilenames (0.58s) [2022-06-03T16:01:14.853Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T16:01:19.182Z] --- PASS: TestBuildWithHugeFile (48.85s) [2022-06-03T16:01:19.182Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T16:01:19.182Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:01:19.182Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:01:19.182Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T16:01:19.182Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:01:19.182Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:01:19.182Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:01:19.182Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:01:19.182Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:01:19.182Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:01:19.182Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:01:19.182Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:01:19.182Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:01:19.182Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-03T16:01:19.182Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-06-03T16:01:19.182Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-06-03T16:01:19.182Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T16:01:19.182Z] === RUN TestBuildPreserveOwnership [2022-06-03T16:01:19.182Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T16:01:19.182Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T16:01:19.182Z] --- PASS: TestBuildPreserveOwnership (3.52s) [2022-06-03T16:01:19.182Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.39s) [2022-06-03T16:01:19.182Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.13s) [2022-06-03T16:01:19.182Z] === RUN TestBuildPlatformInvalid [2022-06-03T16:01:19.182Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-03T16:01:19.182Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T16:01:19.182Z] Loaded image: busybox:latest [2022-06-03T16:01:19.182Z] Loaded image: busybox:glibc [2022-06-03T16:01:19.182Z] Loaded image: debian:bullseye-slim [2022-06-03T16:01:19.182Z] Loaded image: hello-world:latest [2022-06-03T16:01:19.182Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:01:20.099Z] --- PASS: TestBuildMultiStageLayerLeak (4.41s) [2022-06-03T16:01:20.099Z] === RUN TestBuildWithHugeFile [2022-06-03T16:01:25.738Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.54s) [2022-06-03T16:01:25.738Z] PASS [2022-06-03T16:01:25.738Z] [2022-06-03T16:01:25.738Z] === Skipped [2022-06-03T16:01:25.738Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T16:01:25.738Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:01:25.738Z] [2022-06-03T16:01:25.738Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:01:25.738Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:01:25.738Z] [2022-06-03T16:01:25.738Z] DONE 34 tests, 2 skipped in 85.136s [2022-06-03T16:01:25.738Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T16:01:25.738Z] INFO: Testing against a local daemon [2022-06-03T16:01:25.738Z] === RUN TestConfigInspect [2022-06-03T16:01:28.262Z] --- PASS: TestConfigInspect (2.15s) [2022-06-03T16:01:28.262Z] === RUN TestConfigList [2022-06-03T16:01:29.960Z] #85 exporting layers 22.9s done [2022-06-03T16:01:29.960Z] #85 writing image sha256:5144e8e1f9535f056483ccc8b2c08cd5b8aecb5ee2ca72f1bc7621f0f2508645 [2022-06-03T16:01:29.960Z] #85 writing image sha256:5144e8e1f9535f056483ccc8b2c08cd5b8aecb5ee2ca72f1bc7621f0f2508645 done [2022-06-03T16:01:29.960Z] #85 naming to docker.io/library/docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b done [2022-06-03T16:01:29.960Z] #85 DONE 22.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-03T16:01:30.159Z] --- PASS: TestConfigList (2.16s) [2022-06-03T16:01:30.159Z] === RUN TestConfigsCreateAndDelete [2022-06-03T16:01:30.325Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43689/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/validate/default [2022-06-03T16:01:30.888Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-03T16:01:30.888Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-03T16:01:30.888Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-03T16:01:30.888Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-03T16:01:30.888Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-03T16:01:30.888Z] Congratulations! No new tests were added to integration-cli. [2022-06-03T16:01:30.888Z] [2022-06-03T16:01:30.888Z] INFO Start validation with golang-ci-lint [2022-06-03T16:01:31.815Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-03T16:01:31.815Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-03T16:01:32.684Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2022-06-03T16:01:32.684Z] === RUN TestConfigsUpdate [2022-06-03T16:01:34.579Z] --- PASS: TestConfigsUpdate (2.16s) [2022-06-03T16:01:34.579Z] === RUN TestTemplatedConfig [2022-06-03T16:01:37.106Z] --- PASS: TestTemplatedConfig (2.69s) [2022-06-03T16:01:37.106Z] === RUN TestConfigCreateResolve [2022-06-03T16:01:39.631Z] --- PASS: TestConfigCreateResolve (2.19s) [2022-06-03T16:01:39.631Z] PASS [2022-06-03T16:01:39.631Z] [2022-06-03T16:01:39.631Z] DONE 6 tests in 13.545s [2022-06-03T16:01:39.631Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T16:01:39.631Z] INFO: Testing against a local daemon [2022-06-03T16:01:39.631Z] === RUN TestAttachWithTTY [2022-06-03T16:01:39.631Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-03T16:01:39.631Z] === RUN TestAttachWithoutTTy [2022-06-03T16:01:39.631Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-03T16:01:39.631Z] === RUN TestCheckpoint [2022-06-03T16:01:39.631Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:01:39.631Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T16:01:39.631Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T16:01:39.631Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:01:39.631Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:01:39.631Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:01:39.631Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:01:39.631Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:01:39.631Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:01:39.631Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T16:01:39.631Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T16:01:39.631Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T16:01:39.631Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T16:01:39.631Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T16:01:39.631Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T16:01:39.631Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T16:01:39.631Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T16:01:39.631Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T16:01:39.631Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T16:01:39.631Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T16:01:39.631Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T16:01:39.632Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T16:01:39.632Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T16:01:39.632Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-06-03T16:01:39.632Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T16:01:39.632Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-03T16:01:39.632Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T16:01:39.632Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-03T16:01:39.632Z] === RUN TestCopyEmptyFile [2022-06-03T16:01:39.889Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-03T16:01:39.889Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T16:01:39.889Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-03T16:01:39.889Z] === RUN TestCopyFromContainer [2022-06-03T16:01:41.265Z] === RUN TestCopyFromContainer// [2022-06-03T16:01:41.265Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T16:01:41.265Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T16:01:41.265Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T16:01:41.265Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T16:01:41.265Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T16:01:41.523Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T16:01:41.523Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T16:01:41.523Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T16:01:41.523Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer (1.71s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T16:01:41.780Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-03T16:01:41.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T16:01:41.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:01:41.780Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:01:41.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:01:41.780Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:01:41.780Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:01:41.780Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:01:41.780Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:01:41.780Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:01:41.780Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:01:41.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T16:01:41.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T16:01:41.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T16:01:41.780Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T16:01:41.780Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T16:01:41.780Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-06-03T16:01:41.780Z] === RUN TestCreateWithInvalidEnv [2022-06-03T16:01:41.780Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T16:01:41.780Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T16:01:41.780Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T16:01:41.780Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T16:01:41.780Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T16:01:41.780Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T16:01:41.780Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T16:01:41.780Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T16:01:41.780Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T16:01:41.780Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T16:01:41.780Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T16:01:41.780Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T16:01:41.780Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T16:01:41.780Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T16:01:41.780Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T16:01:41.780Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T16:01:43.677Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s) [2022-06-03T16:01:43.677Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T16:01:45.049Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.59s) [2022-06-03T16:01:45.049Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T16:01:45.049Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:01:45.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:01:45.049Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:01:45.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:01:45.049Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:01:45.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:01:45.049Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:01:45.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:01:45.049Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:01:45.049Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:01:45.049Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:01:45.049Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:01:45.049Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:01:45.049Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:01:45.049Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:01:45.049Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-03T16:01:45.049Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-03T16:01:45.049Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-03T16:01:45.049Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-03T16:01:45.049Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-03T16:01:45.049Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-06-03T16:01:45.049Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T16:01:45.614Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-06-03T16:01:45.614Z] === RUN TestCreateDifferentPlatform [2022-06-03T16:01:45.614Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T16:01:45.614Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T16:01:45.614Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-03T16:01:45.614Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T16:01:45.614Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T16:01:45.614Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T16:01:45.614Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-06-03T16:01:45.614Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T16:01:45.614Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-06-03T16:01:45.614Z] === RUN TestCreateInvalidHostConfig [2022-06-03T16:01:45.614Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:01:45.614Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:01:45.614Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:01:45.614Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:01:45.614Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:01:45.614Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:01:45.614Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:01:45.614Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:01:45.614Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:01:45.614Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:01:45.614Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:01:45.614Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:01:45.614Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T16:01:45.614Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T16:01:45.614Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T16:01:45.614Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T16:01:45.614Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T16:01:45.614Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T16:01:45.614Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T16:01:45.614Z] === RUN TestDaemonRestartIpcMode [2022-06-03T16:01:45.614Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T16:01:45.614Z] === RUN TestDaemonHostGatewayIP [2022-06-03T16:01:45.614Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T16:01:45.614Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T16:01:45.614Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T16:01:45.614Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T16:01:45.614Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T16:01:45.614Z] === RUN TestDiff [2022-06-03T16:01:46.547Z] --- PASS: TestDiff (0.60s) [2022-06-03T16:01:46.547Z] === RUN TestExecWithCloseStdin [2022-06-03T16:01:47.112Z] --- PASS: TestExecWithCloseStdin (0.68s) [2022-06-03T16:01:47.112Z] === RUN TestExec [2022-06-03T16:01:47.677Z] --- PASS: TestExec (0.64s) [2022-06-03T16:01:47.677Z] === RUN TestExecUser [2022-06-03T16:01:48.243Z] --- PASS: TestExecUser (0.62s) [2022-06-03T16:01:48.243Z] === RUN TestExportContainerAndImportImage [2022-06-03T16:01:49.176Z] --- PASS: TestExportContainerAndImportImage (0.72s) [2022-06-03T16:01:49.176Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T16:01:50.551Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-03T16:01:50.551Z] === RUN TestHealthCheckWorkdir [2022-06-03T16:01:51.116Z] --- PASS: TestHealthCheckWorkdir (0.88s) [2022-06-03T16:01:51.116Z] === RUN TestHealthKillContainer [2022-06-03T16:01:59.220Z] --- PASS: TestHealthKillContainer (8.19s) [2022-06-03T16:01:59.220Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T16:01:59.785Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s) [2022-06-03T16:01:59.785Z] === RUN TestIpcModeNone [2022-06-03T16:02:00.719Z] --- PASS: TestIpcModeNone (0.66s) [2022-06-03T16:02:00.719Z] === RUN TestIpcModePrivate [2022-06-03T16:02:00.719Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-06-03T16:02:01.285Z] --- PASS: TestIpcModePrivate (0.65s) [2022-06-03T16:02:01.285Z] === RUN TestIpcModeShareable [2022-06-03T16:02:01.542Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-06-03T16:02:01.800Z] --- PASS: TestIpcModeShareable (0.64s) [2022-06-03T16:02:01.800Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T16:02:03.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T16:02:03.698Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s) [2022-06-03T16:02:03.698Z] === RUN TestAPIIpcModeHost [2022-06-03T16:02:03.956Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-06-03T16:02:03.956Z] === RUN TestDaemonIpcModeShareable [2022-06-03T16:02:05.329Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-03T16:02:05.329Z] --- PASS: TestDaemonIpcModeShareable (1.24s) [2022-06-03T16:02:05.329Z] === RUN TestDaemonIpcModePrivate [2022-06-03T16:02:06.261Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-03T16:02:06.518Z] --- PASS: TestDaemonIpcModePrivate (1.21s) [2022-06-03T16:02:06.518Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T16:02:07.471Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-03T16:02:07.734Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-06-03T16:02:07.734Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T16:02:08.670Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-03T16:02:08.927Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.23s) [2022-06-03T16:02:08.927Z] === RUN TestIpcModeOlderClient [2022-06-03T16:02:08.927Z] === PAUSE TestIpcModeOlderClient [2022-06-03T16:02:08.927Z] === RUN TestKillContainerInvalidSignal [2022-06-03T16:02:09.491Z] --- PASS: TestKillContainerInvalidSignal (0.47s) [2022-06-03T16:02:09.491Z] === RUN TestKillContainer [2022-06-03T16:02:09.491Z] === RUN TestKillContainer/no_signal [2022-06-03T16:02:09.748Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T16:02:10.006Z] === RUN TestKillContainer/killing_signal [2022-06-03T16:02:10.938Z] --- PASS: TestKillContainer (1.33s) [2022-06-03T16:02:10.938Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-06-03T16:02:10.938Z] --- PASS: TestKillContainer/non_killing_signal (0.31s) [2022-06-03T16:02:10.938Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-06-03T16:02:10.938Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T16:02:10.938Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T16:02:11.197Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T16:02:12.130Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2022-06-03T16:02:12.130Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-06-03T16:02:12.130Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2022-06-03T16:02:12.130Z] === RUN TestKillStoppedContainer [2022-06-03T16:02:12.130Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-03T16:02:12.130Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T16:02:12.130Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-03T16:02:12.130Z] === RUN TestKillDifferentUserContainer [2022-06-03T16:02:12.387Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-06-03T16:02:12.387Z] === RUN TestInspectOomKilledTrue [2022-06-03T16:02:12.387Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-03T16:02:12.387Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T16:02:12.387Z] === RUN TestInspectOomKilledFalse [2022-06-03T16:02:12.952Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-06-03T16:02:12.952Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T16:02:13.209Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-06-03T16:02:13.209Z] === RUN TestLinksContainerNames [2022-06-03T16:02:14.143Z] --- PASS: TestLinksContainerNames (0.87s) [2022-06-03T16:02:14.143Z] === RUN TestLogsFollowTailEmpty [2022-06-03T16:02:14.708Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-06-03T16:02:14.708Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T16:02:14.966Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/default [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/private [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/slave [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/shared [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/default [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/shared [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/slave [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/private [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T16:02:14.966Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:02:14.966Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T16:02:14.966Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:02:15.224Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:02:15.225Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:02:15.482Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T16:02:15.482Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:02:15.482Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T16:02:15.482Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T16:02:15.482Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:02:15.483Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:02:15.483Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:02:15.483Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:02:15.483Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T16:02:15.483Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-03T16:02:15.483Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T16:02:15.483Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T16:02:16.273Z] --- PASS: TestBuildWithHugeFile (49.11s) [2022-06-03T16:02:16.273Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T16:02:16.273Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:02:16.273Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:02:16.273Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T16:02:16.273Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:02:16.273Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:02:16.273Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:02:16.273Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:02:16.273Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:02:16.273Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:02:16.273Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:02:16.273Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:02:16.273Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:02:16.273Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2022-06-03T16:02:16.273Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-06-03T16:02:16.273Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-06-03T16:02:16.273Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T16:02:16.273Z] === RUN TestBuildPreserveOwnership [2022-06-03T16:02:16.273Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T16:02:16.273Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T16:02:16.855Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-06-03T16:02:16.855Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T16:02:17.114Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-06-03T16:02:17.114Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T16:02:17.681Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-06-03T16:02:17.681Z] === RUN TestNetworkNat [2022-06-03T16:02:17.939Z] --- PASS: TestNetworkNat (0.46s) [2022-06-03T16:02:17.939Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T16:02:18.504Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-06-03T16:02:18.504Z] === RUN TestNetworkLoopbackNat [2022-06-03T16:02:19.550Z] --- PASS: TestBuildPreserveOwnership (10.54s) [2022-06-03T16:02:19.550Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.51s) [2022-06-03T16:02:19.550Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-03T16:02:19.550Z] === RUN TestBuildPlatformInvalid [2022-06-03T16:02:19.550Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-03T16:02:19.550Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T16:02:19.550Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-03T16:02:19.550Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-03T16:02:19.550Z] PASS [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === Skipped [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T16:02:19.550Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:02:19.550Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-03T16:02:19.550Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] DONE 34 tests, 3 skipped in 109.871s [2022-06-03T16:02:19.550Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T16:02:19.550Z] INFO: Testing against a local daemon [2022-06-03T16:02:19.550Z] === RUN TestConfigInspect [2022-06-03T16:02:19.550Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-03T16:02:19.550Z] === RUN TestConfigList [2022-06-03T16:02:19.550Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] --- SKIP: TestConfigList (0.01s) [2022-06-03T16:02:19.550Z] === RUN TestConfigsCreateAndDelete [2022-06-03T16:02:19.550Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-03T16:02:19.550Z] === RUN TestConfigsUpdate [2022-06-03T16:02:19.550Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-03T16:02:19.550Z] === RUN TestTemplatedConfig [2022-06-03T16:02:19.550Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-03T16:02:19.550Z] === RUN TestConfigCreateResolve [2022-06-03T16:02:19.550Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-03T16:02:19.550Z] PASS [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === Skipped [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-03T16:02:19.550Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-06-03T16:02:19.550Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-03T16:02:19.550Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-03T16:02:19.550Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-03T16:02:19.550Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-03T16:02:19.550Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:02:19.550Z] [2022-06-03T16:02:19.550Z] DONE 6 tests, 6 skipped in 0.148s [2022-06-03T16:02:19.550Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T16:02:19.550Z] INFO: Testing against a local daemon [2022-06-03T16:02:19.550Z] === RUN TestAttachWithTTY [2022-06-03T16:02:19.550Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-03T16:02:19.550Z] === RUN TestAttachWithoutTTy [2022-06-03T16:02:19.807Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-03T16:02:19.807Z] === RUN TestCheckpoint [2022-06-03T16:02:19.807Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:02:19.807Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T16:02:19.807Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T16:02:19.807Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:02:19.807Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:02:19.807Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:02:19.807Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:02:19.807Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:02:19.807Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:02:19.807Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T16:02:19.807Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T16:02:19.807Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T16:02:19.807Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T16:02:19.807Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T16:02:19.807Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T16:02:19.807Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T16:02:19.807Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T16:02:19.807Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.01s) [2022-06-03T16:02:19.807Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T16:02:19.807Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-06-03T16:02:19.807Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T16:02:19.807Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-06-03T16:02:19.807Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T16:02:19.807Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-03T16:02:19.807Z] === RUN TestCopyEmptyFile [2022-06-03T16:02:20.073Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-03T16:02:20.073Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T16:02:20.073Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-03T16:02:20.073Z] === RUN TestCopyFromContainer [2022-06-03T16:02:21.782Z] --- PASS: TestNetworkLoopbackNat (2.74s) [2022-06-03T16:02:21.782Z] === RUN TestPause [2022-06-03T16:02:21.782Z] --- PASS: TestPause (0.47s) [2022-06-03T16:02:21.782Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T16:02:21.782Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:02:21.782Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T16:02:21.782Z] === RUN TestPauseStopPausedContainer [2022-06-03T16:02:22.040Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-06-03T16:02:22.040Z] === RUN TestPidHost [2022-06-03T16:02:23.413Z] --- PASS: TestPidHost (0.99s) [2022-06-03T16:02:23.413Z] === RUN TestPsFilter [2022-06-03T16:02:23.413Z] --- PASS: TestPsFilter (0.12s) [2022-06-03T16:02:23.413Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T16:02:23.671Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.46s) [2022-06-03T16:02:23.671Z] === RUN TestRemoveContainerWithVolume [2022-06-03T16:02:24.235Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-06-03T16:02:24.235Z] === RUN TestRemoveContainerRunning [2022-06-03T16:02:24.253Z] === RUN TestCopyFromContainer// [2022-06-03T16:02:24.253Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T16:02:24.253Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T16:02:24.253Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T16:02:24.253Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T16:02:24.493Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-06-03T16:02:24.493Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T16:02:24.509Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T16:02:24.509Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T16:02:24.509Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T16:02:24.509Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T16:02:24.764Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T16:02:24.764Z] --- PASS: TestCopyFromContainer (4.60s) [2022-06-03T16:02:24.764Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T16:02:24.764Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-03T16:02:24.764Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-06-03T16:02:24.765Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-06-03T16:02:24.765Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-06-03T16:02:24.765Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-06-03T16:02:24.765Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-03T16:02:24.765Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-06-03T16:02:24.765Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T16:02:24.765Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-03T16:02:24.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T16:02:24.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:02:24.765Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:02:24.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:02:24.765Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:02:24.765Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:02:24.765Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:02:24.765Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:02:24.765Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:02:24.765Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:02:24.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T16:02:24.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T16:02:24.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T16:02:24.765Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T16:02:24.765Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T16:02:24.765Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-03T16:02:24.765Z] === RUN TestCreateWithInvalidEnv [2022-06-03T16:02:24.765Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T16:02:24.765Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T16:02:24.765Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T16:02:24.765Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T16:02:24.765Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T16:02:24.765Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T16:02:24.765Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T16:02:24.765Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T16:02:24.765Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T16:02:24.765Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-06-03T16:02:24.765Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T16:02:24.765Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T16:02:24.765Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T16:02:24.765Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T16:02:24.765Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T16:02:24.765Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T16:02:25.059Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-06-03T16:02:25.059Z] === RUN TestRemoveInvalidContainer [2022-06-03T16:02:25.059Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T16:02:25.059Z] === RUN TestRenameLinkedContainer [2022-06-03T16:02:26.129Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-06-03T16:02:26.129Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T16:02:26.957Z] --- PASS: TestRenameLinkedContainer (1.83s) [2022-06-03T16:02:26.957Z] === RUN TestRenameStoppedContainer [2022-06-03T16:02:27.057Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s) [2022-06-03T16:02:27.057Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T16:02:27.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:02:27.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:02:27.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:02:27.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:02:27.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:02:27.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:02:27.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:02:27.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:02:27.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:02:27.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:02:27.057Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:02:27.057Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:02:27.214Z] --- PASS: TestRenameStoppedContainer (0.46s) [2022-06-03T16:02:27.214Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T16:02:27.314Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:02:27.314Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:02:27.314Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:02:27.314Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-06-03T16:02:27.314Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-06-03T16:02:27.314Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2022-06-03T16:02:27.314Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-06-03T16:02:27.314Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-06-03T16:02:27.314Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2022-06-03T16:02:27.314Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T16:02:27.570Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-06-03T16:02:27.570Z] === RUN TestCreateDifferentPlatform [2022-06-03T16:02:27.570Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T16:02:27.570Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T16:02:27.570Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-03T16:02:27.570Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T16:02:27.570Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T16:02:27.570Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T16:02:27.826Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-03T16:02:27.826Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T16:02:27.826Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-03T16:02:27.826Z] === RUN TestCreateInvalidHostConfig [2022-06-03T16:02:27.826Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:02:27.826Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:02:27.826Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:02:27.826Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:02:27.826Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:02:27.826Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:02:27.826Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:02:27.826Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:02:27.826Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:02:27.826Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:02:27.826Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:02:27.826Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:02:27.826Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T16:02:27.826Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T16:02:27.826Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T16:02:27.826Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T16:02:27.826Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T16:02:27.826Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T16:02:27.826Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-03T16:02:27.826Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-03T16:02:27.826Z] === RUN TestDaemonRestartIpcMode [2022-06-03T16:02:27.826Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T16:02:27.826Z] === RUN TestDaemonHostGatewayIP [2022-06-03T16:02:27.826Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:02:27.826Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-03T16:02:27.826Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T16:02:27.826Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T16:02:27.826Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T16:02:27.826Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-03T16:02:27.826Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-03T16:02:27.826Z] === RUN TestDiff [2022-06-03T16:02:28.081Z] --- PASS: TestDiff (0.39s) [2022-06-03T16:02:28.081Z] === RUN TestExecWithCloseStdin [2022-06-03T16:02:28.146Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-06-03T16:02:28.147Z] === RUN TestRenameInvalidName [2022-06-03T16:02:28.643Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-06-03T16:02:28.643Z] === RUN TestExec [2022-06-03T16:02:28.711Z] --- PASS: TestRenameInvalidName (0.45s) [2022-06-03T16:02:28.711Z] === RUN TestRenameAnonymousContainer [2022-06-03T16:02:29.205Z] --- PASS: TestExec (0.45s) [2022-06-03T16:02:29.205Z] === RUN TestExecUser [2022-06-03T16:02:29.461Z] --- PASS: TestExecUser (0.48s) [2022-06-03T16:02:29.461Z] === RUN TestExportContainerAndImportImage [2022-06-03T16:02:30.023Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-03T16:02:30.023Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T16:02:30.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T16:02:30.609Z] --- PASS: TestRenameAnonymousContainer (1.70s) [2022-06-03T16:02:30.609Z] === RUN TestRenameContainerWithSameName [2022-06-03T16:02:30.870Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-06-03T16:02:30.870Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T16:02:31.389Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2022-06-03T16:02:31.389Z] === RUN TestHealthCheckWorkdir [2022-06-03T16:02:31.804Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s) [2022-06-03T16:02:31.804Z] === RUN TestResize [2022-06-03T16:02:31.954Z] --- PASS: TestHealthCheckWorkdir (0.51s) [2022-06-03T16:02:31.954Z] === RUN TestHealthKillContainer [2022-06-03T16:02:32.061Z] --- PASS: TestResize (0.42s) [2022-06-03T16:02:32.061Z] === RUN TestResizeWithInvalidSize [2022-06-03T16:02:32.627Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-06-03T16:02:32.627Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T16:02:32.885Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:02:32.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:02:32.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:02:32.885Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:02:32.885Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:02:35.419Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:02:36.350Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:02:37.284Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:02:37.541Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:02:38.474Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:02:38.732Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:02:40.035Z] --- PASS: TestHealthKillContainer (7.85s) [2022-06-03T16:02:40.035Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T16:02:40.035Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-03T16:02:40.035Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-03T16:02:40.035Z] === RUN TestIpcModeNone [2022-06-03T16:02:40.291Z] --- PASS: TestIpcModeNone (0.45s) [2022-06-03T16:02:40.291Z] === RUN TestIpcModePrivate [2022-06-03T16:02:40.547Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-06-03T16:02:40.803Z] --- PASS: TestIpcModePrivate (0.44s) [2022-06-03T16:02:40.803Z] === RUN TestIpcModeShareable [2022-06-03T16:02:40.803Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:02:40.803Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-03T16:02:40.803Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T16:02:42.011Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:02:42.170Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2022-06-03T16:02:42.170Z] === RUN TestAPIIpcModeHost [2022-06-03T16:02:42.170Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:02:42.170Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-03T16:02:42.170Z] === RUN TestDaemonIpcModeShareable [2022-06-03T16:02:42.171Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:02:42.171Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-03T16:02:42.171Z] === RUN TestDaemonIpcModePrivate [2022-06-03T16:02:42.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:02:43.099Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-03T16:02:43.099Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-06-03T16:02:43.099Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T16:02:43.099Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:02:43.099Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-03T16:02:43.099Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T16:02:43.099Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:02:43.099Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-03T16:02:43.099Z] === RUN TestIpcModeOlderClient [2022-06-03T16:02:43.355Z] === PAUSE TestIpcModeOlderClient [2022-06-03T16:02:43.355Z] === RUN TestKillContainerInvalidSignal [2022-06-03T16:02:43.612Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-06-03T16:02:43.612Z] === RUN TestKillContainer [2022-06-03T16:02:43.612Z] === RUN TestKillContainer/no_signal [2022-06-03T16:02:44.169Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:02:44.174Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T16:02:44.430Z] === RUN TestKillContainer/killing_signal [2022-06-03T16:02:44.991Z] --- PASS: TestKillContainer (1.19s) [2022-06-03T16:02:44.991Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-06-03T16:02:44.991Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-06-03T16:02:44.991Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-06-03T16:02:44.991Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T16:02:44.991Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T16:02:45.247Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T16:02:45.809Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2022-06-03T16:02:45.809Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-06-03T16:02:45.809Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-06-03T16:02:45.809Z] === RUN TestKillStoppedContainer [2022-06-03T16:02:45.809Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-03T16:02:45.809Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T16:02:45.809Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-03T16:02:45.809Z] === RUN TestKillDifferentUserContainer [2022-06-03T16:02:46.065Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-06-03T16:02:46.065Z] === RUN TestInspectOomKilledTrue [2022-06-03T16:02:46.065Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:02:46.065Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T16:02:46.065Z] === RUN TestInspectOomKilledFalse [2022-06-03T16:02:46.065Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:02:46.065Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-03T16:02:46.065Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T16:02:46.065Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-03T16:02:46.065Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-03T16:02:46.065Z] === RUN TestLinksContainerNames [2022-06-03T16:02:46.066Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:02:46.066Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:02:47.005Z] --- PASS: TestLinksContainerNames (0.79s) [2022-06-03T16:02:47.005Z] === RUN TestLogsFollowTailEmpty [2022-06-03T16:02:47.263Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-06-03T16:02:47.263Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T16:02:47.824Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/default [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/private [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/slave [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/shared [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/default [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/shared [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/slave [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/private [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T16:02:47.824Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:02:47.824Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T16:02:47.824Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:02:47.965Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T16:02:48.080Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T16:02:48.080Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-03T16:02:48.080Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T16:02:48.080Z] 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-06-03T16:02:48.080Z] --- SKIP: TestContainerBindMountNonRecursive (0.03s) [2022-06-03T16:02:48.080Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T16:02:48.080Z] 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-06-03T16:02:48.080Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-03T16:02:48.080Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T16:02:48.080Z] 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-06-03T16:02:48.080Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-03T16:02:48.080Z] === RUN TestNetworkNat [2022-06-03T16:02:48.222Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:02:48.641Z] --- PASS: TestNetworkNat (0.48s) [2022-06-03T16:02:48.641Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T16:02:49.202Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-06-03T16:02:49.202Z] === RUN TestNetworkLoopbackNat [2022-06-03T16:02:49.595Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.96s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.22s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.31s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.45s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.44s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.02s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.03s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.98s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.23s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s) [2022-06-03T16:02:51.493Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.50s) [2022-06-03T16:02:51.493Z] === RUN TestCgroupNamespacesRun [2022-06-03T16:02:51.716Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-06-03T16:02:51.716Z] === RUN TestPause [2022-06-03T16:02:51.716Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:02:51.716Z] --- SKIP: TestPause (0.00s) [2022-06-03T16:02:51.716Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T16:02:51.716Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:02:51.716Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T16:02:51.716Z] === RUN TestPauseStopPausedContainer [2022-06-03T16:02:51.716Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:02:51.716Z] --- SKIP: TestPauseStopPausedContainer (0.03s) [2022-06-03T16:02:51.716Z] === RUN TestPidHost [2022-06-03T16:02:52.505Z] --- PASS: TestCgroupNamespacesRun (1.26s) [2022-06-03T16:02:52.505Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T16:02:52.505Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-03T16:02:52.505Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-03T16:02:52.505Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T16:02:52.645Z] --- PASS: TestPidHost (1.04s) [2022-06-03T16:02:52.645Z] === RUN TestPsFilter [2022-06-03T16:02:52.902Z] --- PASS: TestPsFilter (0.11s) [2022-06-03T16:02:52.902Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T16:02:53.157Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-06-03T16:02:53.157Z] === RUN TestRemoveContainerWithVolume [2022-06-03T16:02:53.718Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-06-03T16:02:53.718Z] === RUN TestRemoveContainerRunning [2022-06-03T16:02:53.906Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.24s) [2022-06-03T16:02:53.906Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T16:02:53.974Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-06-03T16:02:53.974Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T16:02:54.535Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-06-03T16:02:54.535Z] === RUN TestRemoveInvalidContainer [2022-06-03T16:02:54.535Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T16:02:54.535Z] === RUN TestRenameLinkedContainer [2022-06-03T16:02:54.839Z] --- PASS: TestCgroupNamespacesRunHostMode (1.20s) [2022-06-03T16:02:54.839Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T16:02:56.211Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2022-06-03T16:02:56.211Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T16:02:56.423Z] --- PASS: TestRenameLinkedContainer (1.64s) [2022-06-03T16:02:56.423Z] === RUN TestRenameStoppedContainer [2022-06-03T16:02:56.423Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-06-03T16:02:56.423Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T16:02:57.145Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-06-03T16:02:57.145Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T16:02:57.354Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-06-03T16:02:57.354Z] === RUN TestRenameInvalidName [2022-06-03T16:02:57.610Z] --- PASS: TestRenameInvalidName (0.39s) [2022-06-03T16:02:57.610Z] === RUN TestRenameAnonymousContainer [2022-06-03T16:02:57.711Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-03T16:02:57.711Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T16:02:59.084Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s) [2022-06-03T16:02:59.084Z] === RUN TestNISDomainname [2022-06-03T16:02:59.500Z] --- PASS: TestRenameAnonymousContainer (1.48s) [2022-06-03T16:02:59.500Z] === RUN TestRenameContainerWithSameName [2022-06-03T16:02:59.500Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-06-03T16:02:59.500Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T16:02:59.651Z] --- PASS: TestNISDomainname (0.60s) [2022-06-03T16:02:59.651Z] === RUN TestHostnameDnsResolution [2022-06-03T16:03:00.428Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-06-03T16:03:00.428Z] === RUN TestResize [2022-06-03T16:03:00.583Z] --- PASS: TestHostnameDnsResolution (0.75s) [2022-06-03T16:03:00.583Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T16:03:00.841Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-06-03T16:03:00.841Z] === RUN TestPrivilegedHostDevices [2022-06-03T16:03:00.989Z] --- PASS: TestResize (0.40s) [2022-06-03T16:03:00.989Z] === RUN TestResizeWithInvalidSize [2022-06-03T16:03:01.245Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-06-03T16:03:01.245Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T16:03:01.407Z] --- PASS: TestPrivilegedHostDevices (0.53s) [2022-06-03T16:03:01.407Z] === RUN TestConsoleSize [2022-06-03T16:03:01.808Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-06-03T16:03:01.808Z] === RUN TestDaemonRestartKillContainers [2022-06-03T16:03:01.808Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-03T16:03:01.808Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-03T16:03:01.808Z] === RUN TestCgroupNamespacesRun [2022-06-03T16:03:01.973Z] --- PASS: TestConsoleSize (0.42s) [2022-06-03T16:03:01.973Z] === RUN TestStats [2022-06-03T16:03:02.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T16:03:02.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T16:03:02.519Z] time="2022-06-03T16:02:56Z" 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-06-03T16:03:02.519Z] ok github.com/docker/docker/libnetwork/networkdb 104.374s coverage: 60.0% of statements [2022-06-03T16:03:02.519Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-03T16:03:02.519Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-03T16:03:02.519Z] ok github.com/docker/docker/libnetwork/osl 4.354s coverage: 39.7% of statements [2022-06-03T16:03:02.519Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-03T16:03:02.519Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-06-03T16:03:02.737Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-06-03T16:03:02.737Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T16:03:02.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T16:03:03.884Z] ok github.com/docker/docker/libnetwork/portmapper 0.692s coverage: 48.6% of statements [2022-06-03T16:03:03.884Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-03T16:03:03.884Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-03T16:03:04.104Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-06-03T16:03:04.104Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T16:03:04.140Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === Skipped [2022-06-03T16:03:04.140Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-03T16:03:04.140Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-03T16:03:04.140Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-03T16:03:04.140Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-03T16:03:04.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-03T16:03:04.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-03T16:03:04.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-03T16:03:04.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-03T16:03:04.140Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-03T16:03:04.140Z] firewalld_test.go:14: firewalld is not running [2022-06-03T16:03:04.140Z] [2022-06-03T16:03:04.140Z] DONE 325 tests, 9 skipped in 202.278s [2022-06-03T16:03:04.498Z] --- PASS: TestStats (2.53s) [2022-06-03T16:03:04.498Z] === RUN TestStopContainerWithTimeout [2022-06-03T16:03:04.498Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T16:03:04.498Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T16:03:04.498Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T16:03:04.498Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T16:03:04.498Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T16:03:04.498Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T16:03:04.498Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T16:03:04.498Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T16:03:04.498Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T16:03:04.498Z] === CONT TestStopContainerWithTimeout/-1 Post stage [Pipeline] junit [2022-06-03T16:03:04.712Z] Recording test results [2022-06-03T16:03:04.819Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T16:03:05.032Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-06-03T16:03:05.032Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T16:03:05.065Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T16:03:05.150Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -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:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh dynbinary test-integration [2022-06-03T16:03:05.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T16:03:05.405Z] [2022-06-03T16:03:05.661Z] Removing bundles/ [2022-06-03T16:03:05.661Z] [2022-06-03T16:03:05.661Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T16:03:05.661Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T16:03:05.661Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T16:03:05.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T16:03:06.398Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-06-03T16:03:06.398Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T16:03:07.327Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-06-03T16:03:07.327Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T16:03:07.599Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T16:03:08.531Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-03T16:03:08.531Z] --- PASS: TestStopContainerWithTimeout/0 (0.61s) [2022-06-03T16:03:08.531Z] --- PASS: TestStopContainerWithTimeout/-1 (2.68s) [2022-06-03T16:03:08.531Z] --- PASS: TestStopContainerWithTimeout/3 (2.45s) [2022-06-03T16:03:08.531Z] --- PASS: TestStopContainerWithTimeout/1 (1.51s) [2022-06-03T16:03:08.531Z] === RUN TestDeleteDevicemapper [2022-06-03T16:03:08.531Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:03:08.531Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T16:03:08.531Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T16:03:08.711Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-06-03T16:03:08.711Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T16:03:09.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T16:03:09.280Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.74s) [2022-06-03T16:03:09.280Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T16:03:10.428Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.56s) [2022-06-03T16:03:10.428Z] === RUN TestUpdateMemory [2022-06-03T16:03:10.644Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-06-03T16:03:10.644Z] === RUN TestNISDomainname [2022-06-03T16:03:10.644Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-03T16:03:10.644Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-03T16:03:10.644Z] === RUN TestHostnameDnsResolution [2022-06-03T16:03:10.685Z] --- PASS: TestUpdateMemory (0.59s) [2022-06-03T16:03:10.686Z] === RUN TestUpdateCPUQuota [2022-06-03T16:03:11.205Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-06-03T16:03:11.205Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T16:03:11.205Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-06-03T16:03:11.205Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-03T16:03:11.205Z] === RUN TestPrivilegedHostDevices [2022-06-03T16:03:11.616Z] --- PASS: TestUpdateCPUQuota (0.96s) [2022-06-03T16:03:11.616Z] === RUN TestUpdatePidsLimit [2022-06-03T16:03:11.616Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T16:03:11.766Z] --- PASS: TestPrivilegedHostDevices (0.47s) [2022-06-03T16:03:11.766Z] === RUN TestConsoleSize [2022-06-03T16:03:11.874Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T16:03:12.022Z] --- PASS: TestConsoleSize (0.43s) [2022-06-03T16:03:12.022Z] === RUN TestStats [2022-06-03T16:03:12.022Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:12.022Z] --- SKIP: TestStats (0.00s) [2022-06-03T16:03:12.022Z] === RUN TestStopContainerWithTimeout [2022-06-03T16:03:12.022Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T16:03:12.022Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T16:03:12.022Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T16:03:12.022Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T16:03:12.022Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T16:03:12.022Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T16:03:12.022Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T16:03:12.022Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T16:03:12.022Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T16:03:12.022Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T16:03:12.131Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T16:03:12.389Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T16:03:12.647Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T16:03:12.905Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T16:03:12.949Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T16:03:13.163Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit (2.04s) [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2022-06-03T16:03:13.728Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-06-03T16:03:13.728Z] === RUN TestUpdateRestartPolicy [2022-06-03T16:03:14.836Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T16:03:16.199Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-03T16:03:16.199Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-06-03T16:03:16.199Z] --- PASS: TestStopContainerWithTimeout/-1 (2.71s) [2022-06-03T16:03:16.199Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-06-03T16:03:16.199Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-06-03T16:03:16.199Z] === RUN TestDeleteDevicemapper [2022-06-03T16:03:16.199Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:03:16.199Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T16:03:16.199Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T16:03:17.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T16:03:17.564Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s) [2022-06-03T16:03:17.564Z] === RUN TestUpdateMemory [2022-06-03T16:03:17.564Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:17.564Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-03T16:03:17.564Z] === RUN TestUpdateCPUQuota [2022-06-03T16:03:17.564Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:17.564Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-03T16:03:17.564Z] === RUN TestUpdatePidsLimit [2022-06-03T16:03:17.564Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:17.564Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-03T16:03:17.564Z] === RUN TestUpdateRestartPolicy [2022-06-03T16:03:19.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T16:03:22.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T16:03:23.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T16:03:25.914Z] --- PASS: TestUpdateRestartPolicy (11.13s) [2022-06-03T16:03:25.914Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T16:03:25.914Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s) [2022-06-03T16:03:25.914Z] === RUN TestWaitNonBlocked [2022-06-03T16:03:25.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:03:25.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:03:25.914Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:03:25.914Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:03:25.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:03:25.914Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:03:26.171Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T16:03:26.171Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-06-03T16:03:26.171Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2022-06-03T16:03:26.171Z] === RUN TestWaitBlocked [2022-06-03T16:03:26.171Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:03:26.171Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:03:26.171Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:03:26.171Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:03:26.171Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:03:26.171Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:03:26.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T16:03:27.104Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T16:03:27.104Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s) [2022-06-03T16:03:27.104Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2022-06-03T16:03:27.104Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T16:03:27.104Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T16:03:28.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T16:03:29.633Z] --- PASS: TestContainerStartOnDaemonRestart (2.40s) [2022-06-03T16:03:29.633Z] === CONT TestDaemonHostGatewayIP [2022-06-03T16:03:29.633Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.40s) [2022-06-03T16:03:29.633Z] === CONT TestDaemonRestartIpcMode [2022-06-03T16:03:29.729Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2022-06-03T16:03:29.729Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T16:03:29.729Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s) [2022-06-03T16:03:29.729Z] === RUN TestWaitNonBlocked [2022-06-03T16:03:29.729Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:03:29.729Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:03:29.729Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:03:29.729Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:03:29.729Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:03:29.729Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:03:29.729Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T16:03:29.729Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.70s) [2022-06-03T16:03:29.729Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2022-06-03T16:03:29.729Z] === RUN TestWaitBlocked [2022-06-03T16:03:29.729Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:03:29.729Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:03:29.729Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:03:29.729Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:03:29.729Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:03:29.729Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:03:30.291Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T16:03:30.291Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2022-06-03T16:03:30.291Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-06-03T16:03:30.291Z] === CONT TestDaemonRestartIpcMode [2022-06-03T16:03:30.291Z] === CONT TestIpcModeOlderClient [2022-06-03T16:03:30.551Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-03T16:03:30.551Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T16:03:32.076Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T16:03:32.159Z] --- PASS: TestDaemonRestartIpcMode (2.70s) [2022-06-03T16:03:32.159Z] === CONT TestIpcModeOlderClient [2022-06-03T16:03:32.159Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-03T16:03:32.159Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T16:03:32.159Z] --- PASS: TestDaemonHostGatewayIP (2.80s) [2022-06-03T16:03:33.068Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2022-06-03T16:03:33.068Z] --- PASS: TestDaemonRestartIpcMode (2.66s) [2022-06-03T16:03:33.068Z] PASS [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === Skipped [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T16:03:33.068Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-03T16:03:33.068Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-03T16:03:33.068Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-03T16:03:33.068Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-03T16:03:33.068Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-03T16:03:33.068Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-03T16:03:33.068Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-03T16:03:33.068Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-03T16:03:33.068Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-03T16:03:33.068Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T16:03:33.068Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-03T16:03:33.068Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-03T16:03:33.068Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.03s) [2022-06-03T16:03:33.068Z] 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-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-03T16:03:33.068Z] 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-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-03T16:03:33.068Z] 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-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-03T16:03:33.068Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T16:03:33.068Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.03s) [2022-06-03T16:03:33.068Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-03T16:03:33.068Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-03T16:03:33.068Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-03T16:03:33.068Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-03T16:03:33.068Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T16:03:33.068Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-03T16:03:33.068Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-03T16:03:33.068Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-03T16:03:33.068Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-03T16:03:33.068Z] [2022-06-03T16:03:33.068Z] DONE 220 tests, 27 skipped in 73.581s [2022-06-03T16:03:33.068Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T16:03:33.068Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T16:03:33.631Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-06-03T16:03:33.631Z] === RUN TestConfigDaemonID [2022-06-03T16:03:34.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T16:03:34.996Z] daemon_test.go:83: [d0c03c3dee8fd] daemon is not started [2022-06-03T16:03:34.996Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-03T16:03:34.996Z] === RUN TestDaemonConfigValidation [2022-06-03T16:03:34.996Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:03:34.996Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:03:34.996Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T16:03:34.996Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T16:03:34.996Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T16:03:34.996Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T16:03:34.996Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T16:03:34.996Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T16:03:34.996Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T16:03:34.996Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T16:03:34.996Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:03:34.996Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T16:03:34.996Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T16:03:34.996Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T16:03:34.996Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T16:03:34.996Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T16:03:34.996Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-03T16:03:34.996Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-03T16:03:34.996Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-03T16:03:34.996Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-06-03T16:03:34.996Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-03T16:03:34.996Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T16:03:34.996Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T16:03:36.365Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T16:03:37.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T16:03:37.291Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T16:03:38.219Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T16:03:38.219Z] daemon_test.go:197: [d8fed6c73ec63] daemon is not started [2022-06-03T16:03:38.219Z] --- PASS: TestConfigDaemonSeccompProfiles (3.22s) [2022-06-03T16:03:38.219Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-06-03T16:03:38.219Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-06-03T16:03:38.219Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-06-03T16:03:38.219Z] === RUN TestDaemonProxy [2022-06-03T16:03:38.219Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-03T16:03:38.219Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-03T16:03:38.219Z] PASS [2022-06-03T16:03:38.219Z] [2022-06-03T16:03:38.219Z] === Skipped [2022-06-03T16:03:38.219Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-03T16:03:38.219Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-03T16:03:38.219Z] [2022-06-03T16:03:38.219Z] DONE 13 tests, 1 skipped in 5.202s [2022-06-03T16:03:38.219Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T16:03:38.475Z] INFO: Testing against a local daemon [2022-06-03T16:03:38.475Z] === RUN TestCommitInheritsEnv [2022-06-03T16:03:39.701Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T16:03:39.701Z] Using test binary docker [2022-06-03T16:03:39.701Z] +++ /etc/init.d/apparmor start [2022-06-03T16:03:39.959Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T16:03:39.959Z] INFO: Waiting for daemon to start... [2022-06-03T16:03:39.959Z] Starting dockerd [2022-06-03T16:03:39.959Z] +++ 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-06-03T16:03:40.365Z] --- PASS: TestCommitInheritsEnv (1.72s) [2022-06-03T16:03:40.365Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T16:03:40.365Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform// [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T16:03:40.365Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T16:03:40.365Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.01s) [2022-06-03T16:03:40.365Z] === RUN TestImagesFilterMultiReference [2022-06-03T16:03:40.621Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-03T16:03:40.621Z] === RUN TestImagePullPlatformInvalid [2022-06-03T16:03:40.621Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-03T16:03:40.621Z] === RUN TestRemoveImageOrphaning [2022-06-03T16:03:41.861Z] . [2022-06-03T16:03:41.861Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T16:03:42.118Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T16:03:42.118Z] Error: No such image: emptyfs [2022-06-03T16:03:42.118Z] ++++ docker load [2022-06-03T16:03:42.118Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T16:03:42.508Z] --- PASS: TestRemoveImageOrphaning (1.59s) [2022-06-03T16:03:42.508Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T16:03:42.508Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-03T16:03:42.508Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-03T16:03:42.508Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T16:03:42.508Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T16:03:42.508Z] === RUN TestTagInvalidReference [2022-06-03T16:03:42.508Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T16:03:42.508Z] === RUN TestTagValidPrefixedRepo [2022-06-03T16:03:42.508Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-03T16:03:42.508Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T16:03:42.508Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T16:03:42.508Z] === RUN TestTagOfficialNames [2022-06-03T16:03:42.508Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-03T16:03:42.508Z] === RUN TestTagMatchesDigest [2022-06-03T16:03:42.508Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-03T16:03:42.508Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T16:03:42.683Z] Running integration-test (iteration 1) [2022-06-03T16:03:42.683Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T16:03:42.683Z] ++ 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-06-03T16:03:42.683Z] ++ set -e [2022-06-03T16:03:42.683Z] ++ '[' -n 0 ']' [2022-06-03T16:03:42.683Z] ++ set -x [2022-06-03T16:03:42.683Z] ++ 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-06-03T16:03:43.617Z] Loaded image: busybox:latest [2022-06-03T16:03:43.875Z] Loaded image: busybox:glibc [2022-06-03T16:03:44.343Z] --- PASS: TestContainerKillOnDaemonStart (11.53s) [2022-06-03T16:03:44.343Z] PASS [2022-06-03T16:03:44.343Z] [2022-06-03T16:03:44.343Z] === Skipped [2022-06-03T16:03:44.343Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T16:03:44.343Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:03:44.343Z] [2022-06-03T16:03:44.343Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T16:03:44.343Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-03T16:03:44.343Z] [2022-06-03T16:03:44.343Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T16:03:44.343Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:03:44.343Z] [2022-06-03T16:03:44.343Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-03T16:03:44.343Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-03T16:03:44.343Z] [2022-06-03T16:03:44.343Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T16:03:44.343Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:03:44.343Z] [2022-06-03T16:03:44.343Z] DONE 243 tests, 5 skipped in 124.221s [2022-06-03T16:03:44.343Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T16:03:44.343Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T16:03:44.343Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-03T16:03:44.343Z] === RUN TestConfigDaemonID [2022-06-03T16:03:45.274Z] daemon_test.go:83: [d09314aaffd2a] daemon is not started [2022-06-03T16:03:45.274Z] --- PASS: TestConfigDaemonID (1.03s) [2022-06-03T16:03:45.274Z] === RUN TestDaemonConfigValidation [2022-06-03T16:03:45.274Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:03:45.274Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:03:45.274Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T16:03:45.274Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T16:03:45.274Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T16:03:45.274Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T16:03:45.274Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T16:03:45.274Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T16:03:45.274Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T16:03:45.274Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T16:03:45.274Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:03:45.274Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T16:03:45.274Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T16:03:45.274Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T16:03:45.274Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T16:03:45.532Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T16:03:45.532Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-03T16:03:45.532Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-03T16:03:45.532Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-06-03T16:03:45.532Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-03T16:03:45.532Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-03T16:03:45.532Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T16:03:45.532Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T16:03:46.463Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T16:03:47.396Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T16:03:48.056Z] Loaded image: debian:bullseye-slim [2022-06-03T16:03:48.313Z] Loaded image: hello-world:latest [2022-06-03T16:03:48.313Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:03:48.572Z] INFO: Testing against a local daemon [2022-06-03T16:03:48.572Z] === RUN TestCgroupNamespacesBuild [2022-06-03T16:03:48.767Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T16:03:48.767Z] daemon_test.go:197: [d662e30c4aba4] daemon is not started [2022-06-03T16:03:48.767Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-03T16:03:48.767Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-03T16:03:48.767Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-03T16:03:48.767Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-03T16:03:48.767Z] === RUN TestDaemonProxy [2022-06-03T16:03:48.767Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T16:03:50.151Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T16:03:51.103Z] --- PASS: TestCgroupNamespacesBuild (2.27s) [2022-06-03T16:03:51.103Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T16:03:52.048Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T16:03:53.011Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2022-06-03T16:03:53.011Z] === RUN TestBuildWithSession [2022-06-03T16:03:53.011Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:03:53.011Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T16:03:53.011Z] === RUN TestBuildSquashParent [2022-06-03T16:03:53.419Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T16:03:53.983Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T16:03:54.549Z] --- PASS: TestDaemonProxy (5.89s) [2022-06-03T16:03:54.549Z] --- PASS: TestDaemonProxy/environment_variables (1.42s) [2022-06-03T16:03:54.549Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-06-03T16:03:54.549Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-06-03T16:03:54.549Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T16:03:54.549Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T16:03:54.549Z] PASS [2022-06-03T16:03:54.549Z] [2022-06-03T16:03:54.549Z] DONE 18 tests in 10.807s [2022-06-03T16:03:54.549Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T16:03:54.549Z] INFO: Testing against a local daemon [2022-06-03T16:03:54.549Z] === RUN TestCommitInheritsEnv [2022-06-03T16:03:54.806Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-06-03T16:03:54.806Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T16:03:54.806Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T16:03:54.806Z] === RUN TestImportWithCustomPlatform [2022-06-03T16:03:54.806Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T16:03:54.806Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T16:03:54.806Z] === RUN TestImportWithCustomPlatform// [2022-06-03T16:03:54.806Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T16:03:55.064Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T16:03:55.064Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T16:03:55.064Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T16:03:55.064Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T16:03:55.064Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T16:03:55.064Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T16:03:55.064Z] === RUN TestImagesFilterMultiReference [2022-06-03T16:03:55.064Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-03T16:03:55.064Z] === RUN TestImagePullPlatformInvalid [2022-06-03T16:03:55.322Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-03T16:03:55.322Z] === RUN TestRemoveImageOrphaning [2022-06-03T16:03:55.579Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2022-06-03T16:03:55.579Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T16:03:56.144Z] time="2022-06-03T16:03:55Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-03T16:03:57.515Z] --- PASS: TestRemoveImageGarbageCollector (1.92s) [2022-06-03T16:03:57.515Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T16:03:57.515Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T16:03:57.515Z] === RUN TestTagInvalidReference [2022-06-03T16:03:57.515Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T16:03:57.515Z] === RUN TestTagValidPrefixedRepo [2022-06-03T16:03:57.515Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-03T16:03:57.515Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T16:03:57.515Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T16:03:57.515Z] === RUN TestTagOfficialNames [2022-06-03T16:03:57.515Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-03T16:03:57.515Z] === RUN TestTagMatchesDigest [2022-06-03T16:03:57.515Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-03T16:03:57.515Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T16:04:02.982Z] --- PASS: TestBuildSquashParent (8.70s) [2022-06-03T16:04:02.982Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T16:04:02.982Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:04:02.982Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:04:02.982Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:04:02.982Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:04:02.982Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:04:02.982Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:04:02.982Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:04:02.982Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:04:02.982Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:04:02.982Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:04:02.982Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:04:02.982Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:04:02.982Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:04:02.982Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:04:04.887Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:04:04.887Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:04:08.173Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:04:08.173Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:04:11.465Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-03T16:04:11.465Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.31s) [2022-06-03T16:04:11.465Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.43s) [2022-06-03T16:04:11.465Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.10s) [2022-06-03T16:04:11.465Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.08s) [2022-06-03T16:04:11.465Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.97s) [2022-06-03T16:04:11.465Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.21s) [2022-06-03T16:04:11.465Z] === RUN TestBuildMultiStageCopy [2022-06-03T16:04:11.465Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T16:04:13.997Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T16:04:14.562Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T16:04:15.496Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T16:04:15.754Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T16:04:16.318Z] --- PASS: TestBuildMultiStageCopy (5.11s) [2022-06-03T16:04:16.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.69s) [2022-06-03T16:04:16.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s) [2022-06-03T16:04:16.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.70s) [2022-06-03T16:04:16.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2022-06-03T16:04:16.318Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2022-06-03T16:04:16.318Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T16:04:17.691Z] --- PASS: TestBuildMultiStageParentConfig (1.25s) [2022-06-03T16:04:17.691Z] === RUN TestBuildLabelWithTargets [2022-06-03T16:04:20.220Z] --- PASS: TestBuildLabelWithTargets (2.12s) [2022-06-03T16:04:20.220Z] === RUN TestBuildWithEmptyLayers [2022-06-03T16:04:21.156Z] --- PASS: TestBuildWithEmptyLayers (1.25s) [2022-06-03T16:04:21.156Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T16:04:23.221Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|exports_file|deps|files|name|compiled_files) took 2m50.046624894s [2022-06-03T16:04:23.221Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-06-03T16:04:23.221Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.333309ms [2022-06-03T16:04:24.443Z] --- PASS: TestBuildMultiStageOnBuild (3.09s) [2022-06-03T16:04:24.443Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T16:04:26.373Z] --- PASS: TestBuildUncleanTarFilenames (1.89s) [2022-06-03T16:04:26.373Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T16:04:29.656Z] --- PASS: TestBuildMultiStageLayerLeak (3.40s) [2022-06-03T16:04:29.656Z] === RUN TestBuildWithHugeFile [2022-06-03T16:04:42.054Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T16:04:42.054Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T16:04:42.054Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T16:04:42.054Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T16:04:42.054Z] [2022-06-03T16:04:42.054Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-03T16:04:42.054Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-03T16:04:42.054Z] HOSTNAME=aff759eda0b5 [2022-06-03T16:04:42.054Z] TESTDEBUG=0 [2022-06-03T16:04:42.054Z] DEST=bundles/test-integration [2022-06-03T16:04:42.054Z] PWD=/go/src/github.com/docker/docker [2022-06-03T16:04:42.054Z] DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b [2022-06-03T16:04:42.054Z] container=docker [2022-06-03T16:04:42.054Z] HOME=/root [2022-06-03T16:04:42.054Z] GOLANG_VERSION=1.18.3 [2022-06-03T16:04:42.054Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-03T16:04:42.054Z] VALIDATE_BRANCH=master [2022-06-03T16:04:42.054Z] TERM=xterm [2022-06-03T16:04:42.054Z] DOCKER_PKG=github.com/docker/docker [2022-06-03T16:04:42.054Z] SHLVL=1 [2022-06-03T16:04:42.054Z] TIMEOUT=120m [2022-06-03T16:04:42.054Z] DOCKER_BUILDTAGS= journald [2022-06-03T16:04:42.054Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-03T16:04:42.054Z] GO111MODULE=off [2022-06-03T16:04:42.054Z] DOCKER_EXPERIMENTAL=1 [2022-06-03T16:04:42.054Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-03T16:04:42.054Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-03T16:04:42.054Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-03T16:04:42.054Z] GOPATH=/go [2022-06-03T16:04:42.054Z] PKG_CONFIG=pkg-config [2022-06-03T16:04:42.054Z] _=/usr/bin/env [2022-06-03T16:04:42.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-03T16:05:08.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-03T16:05:08.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-03T16:05:18.891Z] --- PASS: TestImportExtremelyLargeImageWorks (92.38s) [2022-06-03T16:05:18.891Z] PASS [2022-06-03T16:05:18.891Z] [2022-06-03T16:05:18.891Z] === Skipped [2022-06-03T16:05:18.891Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-03T16:05:18.891Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-03T16:05:18.891Z] [2022-06-03T16:05:18.891Z] DONE 22 tests, 1 skipped in 96.439s [2022-06-03T16:05:18.891Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T16:05:18.891Z] INFO: Testing against a local daemon [2022-06-03T16:05:18.891Z] === RUN TestNetworkCreateDelete [2022-06-03T16:05:18.891Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-03T16:05:18.891Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T16:05:18.891Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-06-03T16:05:18.891Z] === RUN TestDaemonDNSFallback [2022-06-03T16:05:22.158Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-06-03T16:05:22.158Z] === RUN TestInspectNetwork [2022-06-03T16:05:22.158Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T16:05:22.158Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T16:05:22.158Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:05:22.158Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:05:22.158Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:05:22.158Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T16:05:22.158Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T16:05:22.158Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T16:05:22.158Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestNetworkList [2022-06-03T16:05:22.158Z] === RUN TestNetworkList//networks [2022-06-03T16:05:22.158Z] === PAUSE TestNetworkList//networks [2022-06-03T16:05:22.158Z] === RUN TestNetworkList//networks/ [2022-06-03T16:05:22.158Z] === PAUSE TestNetworkList//networks/ [2022-06-03T16:05:22.158Z] === CONT TestNetworkList//networks [2022-06-03T16:05:22.158Z] === CONT TestNetworkList//networks/ [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkList (0.02s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T16:05:22.158Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T16:05:22.158Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T16:05:22.158Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-03T16:05:22.158Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T16:05:22.158Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-03T16:05:22.158Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T16:05:22.158Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-03T16:05:22.158Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T16:05:22.158Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-03T16:05:22.158Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T16:05:22.158Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-03T16:05:22.158Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T16:05:22.158Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T16:05:22.158Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:05:22.158Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T16:05:22.158Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-03T16:05:22.158Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T16:05:22.158Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-03T16:05:22.158Z] PASS [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === Skipped [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-03T16:05:22.158Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-03T16:05:22.158Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-03T16:05:22.158Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-03T16:05:22.158Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-03T16:05:22.158Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-03T16:05:22.158Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-03T16:05:22.158Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-03T16:05:22.158Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-03T16:05:22.158Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:05:22.158Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-03T16:05:22.158Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-03T16:05:22.158Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] DONE 34 tests, 12 skipped in 7.043s [2022-06-03T16:05:22.158Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:05:22.158Z] INFO: Testing against a local daemon [2022-06-03T16:05:22.158Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T16:05:22.158Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:05:22.158Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestDockerNetworkIpvlan [2022-06-03T16:05:22.158Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:05:22.158Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:05:22.158Z] PASS [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === Skipped [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T16:05:22.158Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:05:22.158Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:05:22.158Z] [2022-06-03T16:05:22.158Z] DONE 2 tests, 2 skipped in 0.085s [2022-06-03T16:05:22.158Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:05:22.158Z] INFO: Testing against a local daemon [2022-06-03T16:05:22.158Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T16:05:22.158Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.158Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-03T16:05:22.158Z] === RUN TestDockerNetworkMacvlan [2022-06-03T16:05:22.159Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.159Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-03T16:05:22.159Z] PASS [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === Skipped [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-03T16:05:22.159Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-03T16:05:22.159Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] DONE 2 tests, 2 skipped in 0.089s [2022-06-03T16:05:22.159Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T16:05:22.159Z] testing: warning: no tests to run [2022-06-03T16:05:22.159Z] PASS [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] DONE 0 tests in 0.023s [2022-06-03T16:05:22.159Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T16:05:22.159Z] INFO: Testing against a local daemon [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginTLS [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginHeader [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginV2Disable [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-03T16:05:22.159Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-03T16:05:22.159Z] PASS [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === Skipped [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-03T16:05:22.159Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.159Z] [2022-06-03T16:05:22.159Z] DONE 17 tests, 17 skipped in 0.275s [2022-06-03T16:05:22.417Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T16:05:22.417Z] INFO: Testing against a local daemon [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:05:22.417Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:05:22.417Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T16:05:22.417Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T16:05:22.417Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T16:05:22.417Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T16:05:22.417Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T16:05:22.417Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T16:05:22.417Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T16:05:22.417Z] === RUN TestPluginInstall [2022-06-03T16:05:22.417Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.417Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-03T16:05:22.417Z] === RUN TestPluginsWithRuntimes [2022-06-03T16:05:22.417Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-03T16:05:22.417Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-03T16:05:22.417Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T16:05:22.417Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-03T16:05:22.417Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-03T16:05:22.417Z] PASS [2022-06-03T16:05:22.417Z] [2022-06-03T16:05:22.417Z] === Skipped [2022-06-03T16:05:22.417Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-03T16:05:22.417Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-03T16:05:22.417Z] [2022-06-03T16:05:22.417Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-03T16:05:22.417Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-03T16:05:22.417Z] [2022-06-03T16:05:22.417Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-03T16:05:22.417Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-03T16:05:22.417Z] [2022-06-03T16:05:22.417Z] DONE 19 tests, 3 skipped in 0.134s [2022-06-03T16:05:22.417Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T16:05:22.417Z] INFO: Testing against a local daemon [2022-06-03T16:05:22.417Z] === RUN TestExternalGraphDriver [2022-06-03T16:05:22.674Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-03T16:05:22.674Z] --- SKIP: TestExternalGraphDriver (0.04s) [2022-06-03T16:05:22.674Z] === RUN TestGraphdriverPluginV2 [2022-06-03T16:05:25.941Z] --- PASS: TestGraphdriverPluginV2 (3.38s) [2022-06-03T16:05:25.941Z] PASS [2022-06-03T16:05:25.941Z] [2022-06-03T16:05:25.941Z] === Skipped [2022-06-03T16:05:25.941Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.04s) [2022-06-03T16:05:25.941Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-03T16:05:25.941Z] [2022-06-03T16:05:25.941Z] DONE 2 tests, 1 skipped in 3.507s [2022-06-03T16:05:25.941Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T16:05:25.941Z] INFO: Testing against a local daemon [2022-06-03T16:05:25.941Z] === RUN TestContinueAfterPluginCrash [2022-06-03T16:05:25.941Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T16:05:25.941Z] === RUN TestReadPluginNoRead [2022-06-03T16:05:25.941Z] === PAUSE TestReadPluginNoRead [2022-06-03T16:05:25.941Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T16:05:25.941Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T16:05:25.941Z] === CONT TestContinueAfterPluginCrash [2022-06-03T16:05:25.941Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T16:05:26.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-03T16:05:31.190Z] --- PASS: TestDaemonStartWithLogOpt (4.24s) [2022-06-03T16:05:31.190Z] === CONT TestReadPluginNoRead [2022-06-03T16:05:32.557Z] === RUN TestReadPluginNoRead/default [2022-06-03T16:05:33.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-03T16:05:33.921Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T16:05:33.933Z] --- PASS: TestImportExtremelyLargeImageWorks (91.72s) [2022-06-03T16:05:33.933Z] PASS [2022-06-03T16:05:33.933Z] [2022-06-03T16:05:33.933Z] DONE 22 tests in 94.861s [2022-06-03T16:05:33.933Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T16:05:33.933Z] INFO: Testing against a local daemon [2022-06-03T16:05:33.933Z] === RUN TestNetworkCreateDelete [2022-06-03T16:05:33.933Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-06-03T16:05:33.933Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T16:05:33.933Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-06-03T16:05:33.933Z] === RUN TestDaemonDNSFallback [2022-06-03T16:05:34.848Z] --- PASS: TestContinueAfterPluginCrash (8.87s) [2022-06-03T16:05:35.107Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T16:05:36.456Z] --- PASS: TestDaemonDNSFallback (6.38s) [2022-06-03T16:05:36.456Z] === RUN TestInspectNetwork [2022-06-03T16:05:36.473Z] === CONT TestReadPluginNoRead [2022-06-03T16:05:36.473Z] read_test.go:92: [d802ee3129bd9] daemon is not started [2022-06-03T16:05:36.473Z] --- PASS: TestReadPluginNoRead (6.12s) [2022-06-03T16:05:36.473Z] --- PASS: TestReadPluginNoRead/default (1.25s) [2022-06-03T16:05:36.473Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-06-03T16:05:36.473Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.30s) [2022-06-03T16:05:36.473Z] PASS [2022-06-03T16:05:36.473Z] [2022-06-03T16:05:36.473Z] DONE 6 tests in 10.459s [2022-06-03T16:05:36.473Z] 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-06-03T16:05:36.473Z] testing: warning: no tests to run [2022-06-03T16:05:36.473Z] PASS [2022-06-03T16:05:36.473Z] [2022-06-03T16:05:36.473Z] DONE 0 tests in 0.037s [2022-06-03T16:05:36.473Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T16:05:36.473Z] INFO: Testing against a local daemon [2022-06-03T16:05:36.473Z] === RUN TestPluginWithDevMounts [2022-06-03T16:05:36.473Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-03T16:05:36.473Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-03T16:05:36.473Z] PASS [2022-06-03T16:05:36.473Z] [2022-06-03T16:05:36.473Z] === Skipped [2022-06-03T16:05:36.473Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-03T16:05:36.473Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-03T16:05:36.473Z] [2022-06-03T16:05:36.473Z] DONE 1 tests, 1 skipped in 0.099s [2022-06-03T16:05:36.473Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T16:05:36.729Z] INFO: Testing against a local daemon [2022-06-03T16:05:36.729Z] === RUN TestSecretInspect [2022-06-03T16:05:36.729Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] --- SKIP: TestSecretInspect (0.01s) [2022-06-03T16:05:36.729Z] === RUN TestSecretList [2022-06-03T16:05:36.729Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] --- SKIP: TestSecretList (0.01s) [2022-06-03T16:05:36.729Z] === RUN TestSecretsCreateAndDelete [2022-06-03T16:05:36.729Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-03T16:05:36.729Z] === RUN TestSecretsUpdate [2022-06-03T16:05:36.729Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-06-03T16:05:36.729Z] === RUN TestTemplatedSecret [2022-06-03T16:05:36.729Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-03T16:05:36.729Z] === RUN TestSecretCreateResolve [2022-06-03T16:05:36.729Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-06-03T16:05:36.729Z] PASS [2022-06-03T16:05:36.729Z] [2022-06-03T16:05:36.729Z] === Skipped [2022-06-03T16:05:36.729Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-06-03T16:05:36.729Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] [2022-06-03T16:05:36.729Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-06-03T16:05:36.729Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] [2022-06-03T16:05:36.729Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-03T16:05:36.729Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] [2022-06-03T16:05:36.729Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-06-03T16:05:36.729Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] [2022-06-03T16:05:36.729Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-03T16:05:36.729Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] [2022-06-03T16:05:36.729Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-06-03T16:05:36.729Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.729Z] [2022-06-03T16:05:36.729Z] DONE 6 tests, 6 skipped in 0.157s [2022-06-03T16:05:36.729Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T16:05:36.985Z] INFO: Testing against a local daemon [2022-06-03T16:05:36.985Z] === RUN TestServiceCreateInit [2022-06-03T16:05:36.985Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T16:05:36.985Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T16:05:36.985Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- PASS: TestServiceCreateInit (0.01s) [2022-06-03T16:05:36.985Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T16:05:36.985Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T16:05:36.985Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T16:05:36.985Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestCreateServiceConflict [2022-06-03T16:05:36.985Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T16:05:36.985Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T16:05:36.985Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T16:05:36.985Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T16:05:36.985Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestCreateServiceSysctls [2022-06-03T16:05:36.985Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-03T16:05:36.985Z] === RUN TestCreateServiceCapabilities [2022-06-03T16:05:36.985Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-06-03T16:05:36.985Z] === RUN TestInspect [2022-06-03T16:05:36.985Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestInspect (0.02s) [2022-06-03T16:05:36.985Z] === RUN TestCreateJob [2022-06-03T16:05:36.985Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestCreateJob (0.00s) [2022-06-03T16:05:36.985Z] === RUN TestReplicatedJob [2022-06-03T16:05:36.985Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestUpdateReplicatedJob [2022-06-03T16:05:36.985Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.985Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-03T16:05:36.985Z] === RUN TestServiceListWithStatuses [2022-06-03T16:05:36.985Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:05:36.986Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T16:05:36.986Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T16:05:36.986Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.986Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-06-03T16:05:36.986Z] === RUN TestDockerNetworkReConnect [2022-06-03T16:05:36.986Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:36.986Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-03T16:05:36.986Z] === RUN TestServicePlugin [2022-06-03T16:05:39.502Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServicePlugin (1.93s) [2022-06-03T16:05:39.502Z] === RUN TestServiceUpdateLabel [2022-06-03T16:05:39.502Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-06-03T16:05:39.502Z] === RUN TestServiceUpdateSecrets [2022-06-03T16:05:39.502Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-03T16:05:39.502Z] === RUN TestServiceUpdateConfigs [2022-06-03T16:05:39.502Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-06-03T16:05:39.502Z] === RUN TestServiceUpdateNetwork [2022-06-03T16:05:39.502Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2022-06-03T16:05:39.502Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T16:05:39.502Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-06-03T16:05:39.502Z] PASS [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === Skipped [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T16:05:39.502Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T16:05:39.502Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-06-03T16:05:39.502Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-03T16:05:39.502Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-06-03T16:05:39.502Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-03T16:05:39.502Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-03T16:05:39.502Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-03T16:05:39.502Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-03T16:05:39.502Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-06-03T16:05:39.502Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2022-06-03T16:05:39.502Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestCreateJob (0.00s) [2022-06-03T16:05:39.502Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-03T16:05:39.502Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-03T16:05:39.502Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T16:05:39.502Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-06-03T16:05:39.502Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-03T16:05:39.502Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServicePlugin (1.93s) [2022-06-03T16:05:39.502Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-06-03T16:05:39.502Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-03T16:05:39.502Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-06-03T16:05:39.502Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2022-06-03T16:05:39.502Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-06-03T16:05:39.502Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] DONE 24 tests, 23 skipped in 2.340s [2022-06-03T16:05:39.502Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T16:05:39.502Z] INFO: Testing against a local daemon [2022-06-03T16:05:39.502Z] === RUN TestSessionCreate [2022-06-03T16:05:39.502Z] --- PASS: TestSessionCreate (0.03s) [2022-06-03T16:05:39.502Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T16:05:39.502Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-03T16:05:39.502Z] PASS [2022-06-03T16:05:39.502Z] [2022-06-03T16:05:39.502Z] DONE 2 tests in 0.153s [2022-06-03T16:05:39.502Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T16:05:39.502Z] INFO: Testing against a local daemon [2022-06-03T16:05:39.502Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T16:05:39.502Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T16:05:39.502Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T16:05:39.502Z] === RUN TestDiskUsage [2022-06-03T16:05:39.502Z] === PAUSE TestDiskUsage [2022-06-03T16:05:39.502Z] === RUN TestEventsExecDie [2022-06-03T16:05:39.735Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T16:05:39.735Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T16:05:39.735Z] === RUN TestInspectNetwork/network_name [2022-06-03T16:05:39.735Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T16:05:39.758Z] --- PASS: TestEventsExecDie (0.49s) [2022-06-03T16:05:39.758Z] === RUN TestEventsBackwardsCompatible [2022-06-03T16:05:40.014Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-03T16:05:40.014Z] === RUN TestEventsVolumeCreate [2022-06-03T16:05:40.014Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-03T16:05:40.014Z] === RUN TestInfoBinaryCommits [2022-06-03T16:05:40.014Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T16:05:40.014Z] === RUN TestInfoAPIVersioned [2022-06-03T16:05:40.014Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T16:05:40.014Z] === RUN TestInfoAPI [2022-06-03T16:05:40.014Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T16:05:40.014Z] === RUN TestInfoAPIWarnings [2022-06-03T16:05:41.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-03T16:05:41.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-03T16:05:41.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-03T16:05:42.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-03T16:05:42.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-03T16:05:43.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-03T16:05:43.938Z] --- PASS: TestInspectNetwork (7.31s) [2022-06-03T16:05:43.938Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T16:05:43.938Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T16:05:43.938Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T16:05:43.938Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T16:05:43.938Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T16:05:45.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-03T16:05:45.312Z] --- PASS: TestRunContainerWithBridgeNone (1.58s) [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T16:05:45.312Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:05:45.312Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:05:45.312Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:05:45.312Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T16:05:45.312Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T16:05:45.312Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T16:05:45.312Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T16:05:45.312Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T16:05:45.313Z] === RUN TestNetworkList [2022-06-03T16:05:45.313Z] === RUN TestNetworkList//networks [2022-06-03T16:05:45.313Z] === PAUSE TestNetworkList//networks [2022-06-03T16:05:45.313Z] === RUN TestNetworkList//networks/ [2022-06-03T16:05:45.313Z] === PAUSE TestNetworkList//networks/ [2022-06-03T16:05:45.313Z] === CONT TestNetworkList//networks [2022-06-03T16:05:45.313Z] === CONT TestNetworkList//networks/ [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkList (0.01s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T16:05:45.313Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T16:05:45.313Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T16:05:45.571Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-03T16:05:45.571Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T16:05:46.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-03T16:05:46.945Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-03T16:05:46.945Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T16:05:47.096Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-03T16:05:47.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-03T16:05:47.512Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2022-06-03T16:05:47.512Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T16:05:48.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-03T16:05:48.446Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-06-03T16:05:48.447Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T16:05:48.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-03T16:05:49.821Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-06-03T16:05:49.821Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T16:05:50.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-03T16:05:50.386Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-03T16:05:50.386Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T16:05:50.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-03T16:05:51.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-03T16:05:52.326Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T16:05:52.326Z] Using test binary docker [2022-06-03T16:05:52.326Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T16:05:52.326Z] +++ /etc/init.d/apparmor start [2022-06-03T16:05:52.326Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T16:05:52.326Z] INFO: Waiting for daemon to start... [2022-06-03T16:05:52.326Z] Starting dockerd [2022-06-03T16:05:52.327Z] +++ 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-06-03T16:05:52.914Z] --- PASS: TestServiceWithPredefinedNetwork (2.27s) [2022-06-03T16:05:52.914Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T16:05:52.914Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:05:52.914Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:05:52.914Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T16:05:57.574Z] . [2022-06-03T16:05:57.574Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T16:05:57.574Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T16:05:57.574Z] Error: No such image: emptyfs [2022-06-03T16:05:57.574Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T16:05:57.574Z] ++++ docker load [2022-06-03T16:05:57.574Z] Running integration-test (iteration 1) [2022-06-03T16:05:57.574Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-03T16:05:57.574Z] ++ 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-06-03T16:05:57.574Z] ++ set -e [2022-06-03T16:05:57.574Z] ++ '[' -n 0 ']' [2022-06-03T16:05:57.574Z] ++ set -x [2022-06-03T16:05:57.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-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-06-03T16:05:57.830Z] Loaded image: busybox:latest [2022-06-03T16:05:57.830Z] Loaded image: busybox:glibc [2022-06-03T16:05:58.056Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-06-03T16:05:58.056Z] === RUN TestInfoDebug [2022-06-03T16:05:58.056Z] --- PASS: TestInfoDebug (0.54s) [2022-06-03T16:05:58.056Z] === RUN TestInfoInsecureRegistries [2022-06-03T16:05:58.056Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-06-03T16:05:58.056Z] === RUN TestInfoRegistryMirrors [2022-06-03T16:05:58.313Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-03T16:05:58.313Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T16:05:58.314Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-06-03T16:05:58.314Z] === RUN TestPingCacheHeaders [2022-06-03T16:05:58.314Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-06-03T16:05:58.314Z] === RUN TestPingGet [2022-06-03T16:05:58.314Z] --- PASS: TestPingGet (0.01s) [2022-06-03T16:05:58.314Z] === RUN TestPingHead [2022-06-03T16:05:58.314Z] --- PASS: TestPingHead (0.03s) [2022-06-03T16:05:58.314Z] === RUN TestPingSwarmHeader [2022-06-03T16:05:58.759Z] Loaded image: debian:bullseye-slim [2022-06-03T16:05:58.759Z] Loaded image: hello-world:latest [2022-06-03T16:05:58.876Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T16:05:59.016Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:05:59.016Z] INFO: Testing against a local daemon [2022-06-03T16:05:59.016Z] === RUN TestCgroupNamespacesBuild [2022-06-03T16:05:59.440Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T16:05:59.604Z] INFO [linters context/goanalysis] analyzers took 4m57.723182089s with top 10 stages: buildir: 2m1.59051679s, goimports: 23.389133377s, unconvert: 18.393202167s, gosec: 15.818460263s, golint: 8.854404891s, S1038: 7.978013343s, misspell: 6.600485007s, inspect: 4.475830371s, directives: 4.370014083s, nilness: 4.276789916s [2022-06-03T16:05:59.604Z] INFO [runner] Issues before processing: 3033, after processing: 0 [2022-06-03T16:05:59.604Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2034/2417, exclude: 2034/2034, nolint: 0/77, filename_unadjuster: 2417/2417, skip_files: 2417/2417, exclude-rules: 77/2034, skip_dirs: 2417/2417, cgo: 2417/3033, path_prettifier: 2417/2417, identifier_marker: 2034/2034 [2022-06-03T16:05:59.604Z] INFO [runner] processing took 79.873521ms with stages: nolint: 31.621262ms, identifier_marker: 21.341433ms, path_prettifier: 8.932067ms, autogenerated_exclude: 8.105452ms, exclude-rules: 7.73974ms, skip_dirs: 1.740249ms, cgo: 247.061µs, filename_unadjuster: 140.979µs, max_same_issues: 1.579µs, uniq_by_line: 664ns, max_per_file_from_linter: 476ns, skip_files: 463ns, max_from_linter: 387ns, diff: 306ns, source_code: 283ns, exclude: 265ns, sort_results: 227ns, severity-rules: 221ns, path_shortener: 209ns, path_prefixer: 198ns [2022-06-03T16:05:59.604Z] INFO [runner] linters took 1m32.235764513s with stages: goanalysis_metalinter: 1m32.155713853s [2022-06-03T16:05:59.604Z] INFO File cache stats: 1671 entries of total size 8.5MiB [2022-06-03T16:05:59.604Z] INFO Memory: 2627 samples, avg is 289.1MB, max is 1170.9MB [2022-06-03T16:05:59.604Z] INFO Execution took 4m22.788189431s [2022-06-03T16:05:59.604Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-03T16:05:59.938Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh dynbinary test-docker-py [2022-06-03T16:05:59.946Z] --- PASS: TestCgroupNamespacesBuild (1.12s) [2022-06-03T16:05:59.946Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-03T16:06:00.218Z] [2022-06-03T16:06:00.370Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T16:06:00.370Z] --- PASS: TestPingSwarmHeader (2.09s) [2022-06-03T16:06:00.370Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T16:06:00.370Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T16:06:00.370Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T16:06:00.370Z] === RUN TestVersion [2022-06-03T16:06:00.370Z] --- PASS: TestVersion (0.03s) [2022-06-03T16:06:00.370Z] === CONT TestDiskUsage [2022-06-03T16:06:00.487Z] Removing bundles/ [2022-06-03T16:06:00.487Z] [2022-06-03T16:06:00.487Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-03T16:06:00.487Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T16:06:00.487Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T16:06:00.934Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T16:06:01.191Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T16:06:01.314Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) [2022-06-03T16:06:01.314Z] === RUN TestBuildWithSession [2022-06-03T16:06:01.314Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:06:01.314Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-03T16:06:01.314Z] === RUN TestBuildSquashParent [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T16:06:01.447Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage (1.20s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-03T16:06:01.704Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-06-03T16:06:01.704Z] PASS [2022-06-03T16:06:01.704Z] [2022-06-03T16:06:01.704Z] === Skipped [2022-06-03T16:06:01.704Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T16:06:01.704Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T16:06:01.704Z] [2022-06-03T16:06:01.704Z] DONE 54 tests, 1 skipped in 22.411s [2022-06-03T16:06:01.704Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T16:06:01.704Z] INFO: Testing against a local daemon [2022-06-03T16:06:01.704Z] === RUN TestVolumesCreateAndList [2022-06-03T16:06:01.704Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T16:06:01.704Z] === RUN TestVolumesRemove [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-03T16:06:01.961Z] === RUN TestVolumesInspect [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T16:06:01.961Z] === RUN TestVolumesInvalidJSON [2022-06-03T16:06:01.961Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T16:06:01.961Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T16:06:01.961Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T16:06:01.961Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T16:06:01.961Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T16:06:01.961Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T16:06:01.961Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T16:06:01.961Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T16:06:01.961Z] PASS [2022-06-03T16:06:01.961Z] [2022-06-03T16:06:01.961Z] DONE 9 tests in 0.175s [2022-06-03T16:06:01.961Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T16:06:01.961Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14205 is not a child of this shell [2022-06-03T16:06:01.961Z] warning: PID 14205 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-03T16:06:01.961Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T16:06:01.961Z] [2022-06-03T16:06:01.961Z] Unloading profiles will leave already running processes permanently [2022-06-03T16:06:01.961Z] unconfined, which can lead to unexpected situations. [2022-06-03T16:06:01.961Z] [2022-06-03T16:06:01.961Z] To set a process to complain mode, use the command line tool [2022-06-03T16:06:01.961Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T16:06:01.961Z] Removing test suite binaries [2022-06-03T16:06:01.961Z] exiting test-integration [2022-06-03T16:06:01.961Z] ++ exit 0 [2022-06-03T16:06:01.961Z] Post stage [Pipeline] junit [2022-06-03T16:06:03.339Z] Recording test results [2022-06-03T16:06:03.809Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T16:06:04.155Z] + echo Ensuring container killed. [2022-06-03T16:06:04.155Z] Ensuring container killed. [2022-06-03T16:06:04.155Z] + docker rm -vf docker-pr2 [2022-06-03T16:06:04.155Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-06-03T16:06:04.431Z] + echo Chowning /workspace to jenkins user [2022-06-03T16:06:04.431Z] Chowning /workspace to jenkins user [2022-06-03T16:06:04.431Z] + id -u [2022-06-03T16:06:04.431Z] + id -g [2022-06-03T16:06:04.431Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43689:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T16:06:05.501Z] --- PASS: TestBuildSquashParent (4.05s) [2022-06-03T16:06:05.501Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-03T16:06:05.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:06:05.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:06:05.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:06:05.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:06:05.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:06:05.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:06:05.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:06:05.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-03T16:06:05.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:06:05.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:06:05.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:06:05.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-03T16:06:05.501Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-03T16:06:05.501Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T16:06:06.087Z] + bundleName=amd64-rootless [2022-06-03T16:06:06.087Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-03T16:06:06.087Z] Creating amd64-rootless-bundles.tar.gz [2022-06-03T16:06:06.087Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-03T16:06:06.087Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-03T16:06:06.097Z] Archiving artifacts [2022-06-03T16:06:06.350Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43689/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T16:06:06.431Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-03T16:06:06.662Z] + make clean [2022-06-03T16:06:06.662Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T16:06:06.662Z] docker-dev-cache [2022-06-03T16:06:06.662Z] docker-mod-cache [2022-06-03T16:06:06.688Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T16:06:07.787Z] --- PASS: TestServiceWithDataPathPortInit (13.87s) [2022-06-03T16:06:07.787Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T16:06:08.058Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-03T16:06:08.058Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-03T16:06:08.989Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-03T16:06:08.989Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.22s) [2022-06-03T16:06:08.989Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.38s) [2022-06-03T16:06:08.989Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.29s) [2022-06-03T16:06:08.989Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.17s) [2022-06-03T16:06:08.989Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.17s) [2022-06-03T16:06:08.989Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.22s) [2022-06-03T16:06:08.989Z] === RUN TestBuildMultiStageCopy [2022-06-03T16:06:08.989Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-03T16:06:09.163Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:87rb0y8zz1eje9fkif4cbezo2 Created:2022-06-03 16:06:07.725232416 +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[7b3f488b8d515b035ecdca018083b4bdd3c0eed3cf051b954402506b30b1e419:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w4vx8y4ofwahnod8g2yon41tq EndpointID:439b773a5a430f9d83d1c98524f1f681f958f0a56312e019963644c680672af1 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1eeb49ef1405b3e050ffc3a54835646dc9773af0b199465c7e490746bed31515 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:f67e87c9c814 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.w4vx8y4ofwahnod8g2yon41tq EndpointID:439b773a5a430f9d83d1c98524f1f681f958f0a56312e019963644c680672af1 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T16:06:10.359Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-03T16:06:10.359Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-03T16:06:10.616Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-03T16:06:10.873Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-03T16:06:10.873Z] --- PASS: TestBuildMultiStageCopy (2.00s) [2022-06-03T16:06:10.873Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.14s) [2022-06-03T16:06:10.873Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-06-03T16:06:10.873Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-06-03T16:06:10.873Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-06-03T16:06:10.873Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-06-03T16:06:10.873Z] === RUN TestBuildMultiStageParentConfig [2022-06-03T16:06:11.803Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-06-03T16:06:11.803Z] === RUN TestBuildLabelWithTargets [2022-06-03T16:06:12.733Z] --- PASS: TestBuildLabelWithTargets (0.95s) [2022-06-03T16:06:12.734Z] === RUN TestBuildWithEmptyLayers [2022-06-03T16:06:12.990Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-06-03T16:06:12.991Z] === RUN TestBuildMultiStageOnBuild [2022-06-03T16:06:14.359Z] --- PASS: TestBuildMultiStageOnBuild (1.37s) [2022-06-03T16:06:14.359Z] === RUN TestBuildUncleanTarFilenames [2022-06-03T16:06:14.439Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.09s) [2022-06-03T16:06:14.439Z] PASS [2022-06-03T16:06:14.439Z] [2022-06-03T16:06:14.439Z] === Skipped [2022-06-03T16:06:14.439Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:06:14.439Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:06:14.439Z] [2022-06-03T16:06:14.439Z] DONE 38 tests, 1 skipped in 44.232s [2022-06-03T16:06:14.439Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:06:14.439Z] INFO: Testing against a local daemon [2022-06-03T16:06:14.439Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T16:06:14.439Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:06:14.439Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T16:06:14.439Z] === RUN TestDockerNetworkIpvlan [2022-06-03T16:06:14.439Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:06:14.439Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:06:14.439Z] PASS [2022-06-03T16:06:14.439Z] [2022-06-03T16:06:14.439Z] === Skipped [2022-06-03T16:06:14.439Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T16:06:14.439Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:06:14.439Z] [2022-06-03T16:06:14.439Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:06:14.439Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:06:14.439Z] [2022-06-03T16:06:14.439Z] DONE 2 tests, 2 skipped in 0.023s [2022-06-03T16:06:14.439Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:06:14.439Z] INFO: Testing against a local daemon [2022-06-03T16:06:14.439Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T16:06:14.921Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2022-06-03T16:06:14.921Z] === RUN TestBuildMultiStageLayerLeak [2022-06-03T16:06:15.005Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-06-03T16:06:15.005Z] === RUN TestDockerNetworkMacvlan [2022-06-03T16:06:15.571Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T16:06:16.137Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T16:06:16.289Z] --- PASS: TestBuildMultiStageLayerLeak (1.34s) [2022-06-03T16:06:16.289Z] === RUN TestBuildWithHugeFile [2022-06-03T16:06:17.073Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T16:06:18.998Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T16:06:20.899Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T16:06:21.115Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T16:06:21.115Z] Using test binary docker [2022-06-03T16:06:21.115Z] +++ /etc/init.d/apparmor start [2022-06-03T16:06:21.115Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T16:06:21.115Z] Starting dockerd [2022-06-03T16:06:21.115Z] INFO: Waiting for daemon to start... [2022-06-03T16:06:21.115Z] +++ 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-06-03T16:06:21.115Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-03T16:06:21.115Z] Using test binary docker [2022-06-03T16:06:21.115Z] +++ /etc/init.d/apparmor start [2022-06-03T16:06:21.115Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T16:06:21.115Z] INFO: Waiting for daemon to start... [2022-06-03T16:06:21.116Z] Starting dockerd [2022-06-03T16:06:21.116Z] +++ 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-06-03T16:06:21.116Z] . [2022-06-03T16:06:21.116Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T16:06:21.116Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T16:06:21.116Z] Error: No such image: emptyfs [2022-06-03T16:06:21.116Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T16:06:21.116Z] ++++ docker load [2022-06-03T16:06:21.116Z] Running integration-test (iteration 1) [2022-06-03T16:06:21.116Z] 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-06-03T16:06:21.116Z] ++ 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-06-03T16:06:21.116Z] ++ set -e [2022-06-03T16:06:21.116Z] ++ '[' -n 0 ']' [2022-06-03T16:06:21.116Z] ++ set -x [2022-06-03T16:06:21.116Z] ++ 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-06-03T16:06:21.116Z] [2022-06-03T16:06:21.116Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-03T16:06:21.116Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-03T16:06:21.116Z] Error: No such image: emptyfs [2022-06-03T16:06:21.116Z] ++++ docker load [2022-06-03T16:06:21.116Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-03T16:06:21.375Z] Loaded image: busybox:latest [2022-06-03T16:06:21.375Z] Running integration-test (iteration 1) [2022-06-03T16:06:21.375Z] 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-06-03T16:06:21.375Z] ++ 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-06-03T16:06:21.375Z] ++ set -e [2022-06-03T16:06:21.375Z] ++ '[' -n 0 ']' [2022-06-03T16:06:21.375Z] ++ set -x [2022-06-03T16:06:21.375Z] ++ 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-06-03T16:06:21.635Z] Loaded image: busybox:glibc [2022-06-03T16:06:22.571Z] Loaded image: busybox:latest [2022-06-03T16:06:22.829Z] Loaded image: busybox:glibc [2022-06-03T16:06:24.185Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T16:06:24.752Z] --- PASS: TestDockerNetworkMacvlan (9.78s) [2022-06-03T16:06:24.752Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-03T16:06:24.752Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-03T16:06:24.752Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.84s) [2022-06-03T16:06:24.752Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s) [2022-06-03T16:06:24.752Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.10s) [2022-06-03T16:06:24.752Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s) [2022-06-03T16:06:24.752Z] PASS [2022-06-03T16:06:24.752Z] [2022-06-03T16:06:24.752Z] DONE 8 tests in 11.029s [2022-06-03T16:06:24.752Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T16:06:24.752Z] testing: warning: no tests to run [2022-06-03T16:06:24.752Z] PASS [2022-06-03T16:06:24.752Z] [2022-06-03T16:06:24.752Z] DONE 0 tests in 0.007s [2022-06-03T16:06:24.752Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T16:06:24.752Z] INFO: Testing against a local daemon [2022-06-03T16:06:24.752Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T16:06:25.686Z] --- PASS: TestAuthZPluginAllowRequest (1.14s) [2022-06-03T16:06:25.686Z] === RUN TestAuthZPluginTLS [2022-06-03T16:06:26.121Z] Loaded image: debian:bullseye-slim [2022-06-03T16:06:26.253Z] --- PASS: TestAuthZPluginTLS (0.58s) [2022-06-03T16:06:26.253Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T16:06:26.379Z] Loaded image: hello-world:latest [2022-06-03T16:06:26.379Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:06:26.638Z] INFO: Testing against a local daemon [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-03T16:06:26.638Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-03T16:06:26.820Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-03T16:06:26.820Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T16:06:26.897Z] Loaded image: debian:bullseye-slim [2022-06-03T16:06:26.897Z] Loaded image: hello-world:latest [2022-06-03T16:06:27.156Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:06:27.156Z] INFO: Testing against a local daemon [2022-06-03T16:06:27.156Z] === RUN TestDockerDaemonSuite [2022-06-03T16:06:27.156Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-03T16:06:27.388Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-06-03T16:06:27.388Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T16:06:27.955Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-03T16:06:27.955Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T16:06:29.330Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s) [2022-06-03T16:06:29.330Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T16:06:29.588Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-03T16:06:29.588Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T16:06:30.155Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T16:06:30.155Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T16:06:30.441Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-03T16:06:30.441Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-03T16:06:30.722Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-03T16:06:30.723Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T16:06:31.013Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-03T16:06:31.274Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-03T16:06:31.842Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-03T16:06:32.099Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.47s) [2022-06-03T16:06:32.099Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T16:06:32.100Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-03T16:06:32.100Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-03T16:06:33.477Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-03T16:06:34.003Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.45s) [2022-06-03T16:06:34.003Z] === RUN TestAuthZPluginHeader [2022-06-03T16:06:34.046Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-03T16:06:34.046Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-03T16:06:34.046Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-03T16:06:34.261Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-06-03T16:06:34.261Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T16:06:34.305Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-03T16:06:35.261Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-03T16:06:36.197Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-03T16:06:36.197Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-03T16:06:36.197Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-03T16:06:36.197Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-03T16:06:36.197Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-03T16:06:38.102Z] --- PASS: TestBuildWithHugeFile (128.45s) [2022-06-03T16:06:38.102Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T16:06:38.102Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:06:38.102Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:06:38.102Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T16:06:38.102Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:06:38.102Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:06:38.102Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:06:38.102Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:06:38.102Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:06:38.102Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:06:38.102Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:06:38.102Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:06:38.102Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:06:38.102Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-03T16:06:38.102Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-06-03T16:06:38.102Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-06-03T16:06:38.102Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T16:06:38.102Z] === RUN TestBuildPreserveOwnership [2022-06-03T16:06:38.102Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T16:06:38.447Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.81s) [2022-06-03T16:06:38.447Z] === RUN TestAuthZPluginV2Disable [2022-06-03T16:06:40.005Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-03T16:06:40.263Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T16:06:41.198Z] --- PASS: TestBuildPreserveOwnership (3.18s) [2022-06-03T16:06:41.198Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.10s) [2022-06-03T16:06:41.198Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.08s) [2022-06-03T16:06:41.198Z] === RUN TestBuildPlatformInvalid [2022-06-03T16:06:41.198Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-03T16:06:41.198Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T16:06:41.729Z] --- PASS: TestAuthZPluginV2Disable (3.41s) [2022-06-03T16:06:41.729Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T16:06:42.134Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-03T16:06:42.134Z] Loaded image: busybox:latest [2022-06-03T16:06:42.393Z] Loaded image: busybox:glibc [2022-06-03T16:06:44.294Z] Loaded image: debian:bullseye-slim [2022-06-03T16:06:44.295Z] Loaded image: hello-world:latest [2022-06-03T16:06:44.295Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:06:44.295Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-03T16:06:45.026Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.23s) [2022-06-03T16:06:45.026Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T16:06:46.197Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-03T16:06:46.764Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-03T16:06:47.332Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-03T16:06:47.900Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-03T16:06:48.466Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-03T16:06:50.367Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-03T16:06:52.269Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-03T16:06:52.837Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-03T16:06:53.095Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-03T16:06:54.031Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-03T16:06:54.290Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.92s) [2022-06-03T16:06:54.290Z] PASS [2022-06-03T16:06:54.290Z] [2022-06-03T16:06:54.290Z] === Skipped [2022-06-03T16:06:54.290Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-03T16:06:54.290Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:06:54.290Z] [2022-06-03T16:06:54.290Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:06:54.290Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:06:54.290Z] [2022-06-03T16:06:54.290Z] DONE 34 tests, 2 skipped in 191.668s [2022-06-03T16:06:54.290Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T16:06:54.290Z] ++ 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-06-03T16:06:54.290Z] ++ set -e [2022-06-03T16:06:54.290Z] ++ '[' -n 0 ']' [2022-06-03T16:06:54.290Z] ++ set -x [2022-06-03T16:06:54.290Z] ++ 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-06-03T16:06:54.290Z] INFO: Testing against a local daemon [2022-06-03T16:06:54.290Z] === RUN TestConfigInspect [2022-06-03T16:06:54.549Z] docker_cli_daemon_test.go:1474: [d3daee9efcb8d] daemon is not started [2022-06-03T16:06:54.989Z] --- PASS: TestBuildWithHugeFile (35.63s) [2022-06-03T16:06:54.990Z] === RUN TestBuildWCOWSandboxSize [2022-06-03T16:06:54.990Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:06:54.990Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:06:54.990Z] === RUN TestBuildWithEmptyDockerfile [2022-06-03T16:06:54.990Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:06:54.990Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:06:54.990Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:06:54.990Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:06:54.990Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:06:54.990Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:06:54.990Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-03T16:06:54.990Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-03T16:06:54.990Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-03T16:06:54.990Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-03T16:06:54.990Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-06-03T16:06:54.990Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s) [2022-06-03T16:06:54.990Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-03T16:06:54.990Z] === RUN TestBuildPreserveOwnership [2022-06-03T16:06:54.990Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-03T16:06:54.990Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-03T16:06:54.990Z] --- PASS: TestBuildPreserveOwnership (2.78s) [2022-06-03T16:06:54.990Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.80s) [2022-06-03T16:06:54.990Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.97s) [2022-06-03T16:06:54.990Z] === RUN TestBuildPlatformInvalid [2022-06-03T16:06:54.990Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-03T16:06:54.990Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-03T16:06:55.002Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.96s) [2022-06-03T16:06:55.002Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T16:06:55.119Z] check_test.go:307: [d6d58033c5993] daemon is not started [2022-06-03T16:06:55.119Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-03T16:06:55.692Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-03T16:06:55.920Z] Loaded image: busybox:latest [2022-06-03T16:06:55.920Z] Loaded image: busybox:glibc [2022-06-03T16:06:56.629Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-03T16:06:56.849Z] Loaded image: debian:bullseye-slim [2022-06-03T16:06:56.849Z] Loaded image: hello-world:latest [2022-06-03T16:06:57.106Z] Loaded image: arm32v7/hello-world:latest [2022-06-03T16:06:57.195Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-03T16:06:57.195Z] --- PASS: TestConfigInspect (2.83s) [2022-06-03T16:06:57.195Z] === RUN TestConfigList [2022-06-03T16:06:57.453Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-03T16:06:58.847Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-03T16:06:58.847Z] check_test.go:307: [dcfb84e8184e4] daemon is not started [2022-06-03T16:06:58.847Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-03T16:07:00.228Z] --- PASS: TestConfigList (2.89s) [2022-06-03T16:07:00.228Z] === RUN TestConfigsCreateAndDelete [2022-06-03T16:07:00.228Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-03T16:07:01.162Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-03T16:07:01.728Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-03T16:07:01.728Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-03T16:07:02.664Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-03T16:07:02.664Z] --- PASS: TestConfigsCreateAndDelete (2.59s) [2022-06-03T16:07:02.664Z] === RUN TestConfigsUpdate [2022-06-03T16:07:03.232Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-03T16:07:03.232Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-03T16:07:05.198Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.38s) [2022-06-03T16:07:05.198Z] PASS [2022-06-03T16:07:05.198Z] [2022-06-03T16:07:05.198Z] === Skipped [2022-06-03T16:07:05.198Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-03T16:07:05.198Z] build_session_test.go:25: TODO: BuildKit [2022-06-03T16:07:05.198Z] [2022-06-03T16:07:05.198Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-03T16:07:05.198Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-03T16:07:05.198Z] [2022-06-03T16:07:05.198Z] DONE 34 tests, 2 skipped in 66.911s [2022-06-03T16:07:05.198Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-03T16:07:05.198Z] ++ 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-06-03T16:07:05.198Z] ++ set -e [2022-06-03T16:07:05.198Z] ++ '[' -n 0 ']' [2022-06-03T16:07:05.198Z] ++ set -x [2022-06-03T16:07:05.198Z] ++ 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-06-03T16:07:05.198Z] INFO: Testing against a local daemon [2022-06-03T16:07:05.198Z] === RUN TestConfigInspect [2022-06-03T16:07:05.762Z] --- PASS: TestConfigsUpdate (2.96s) [2022-06-03T16:07:05.762Z] === RUN TestTemplatedConfig [2022-06-03T16:07:06.020Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-03T16:07:07.090Z] --- PASS: TestConfigInspect (2.23s) [2022-06-03T16:07:07.090Z] === RUN TestConfigList [2022-06-03T16:07:08.553Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-03T16:07:08.981Z] --- PASS: TestConfigList (2.18s) [2022-06-03T16:07:08.981Z] === RUN TestConfigsCreateAndDelete [2022-06-03T16:07:09.486Z] --- PASS: TestTemplatedConfig (3.66s) [2022-06-03T16:07:09.486Z] === RUN TestConfigCreateResolve [2022-06-03T16:07:11.388Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-03T16:07:11.499Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-06-03T16:07:11.499Z] === RUN TestConfigsUpdate [2022-06-03T16:07:12.323Z] --- PASS: TestConfigCreateResolve (2.87s) [2022-06-03T16:07:12.323Z] PASS [2022-06-03T16:07:12.323Z] [2022-06-03T16:07:12.323Z] DONE 6 tests in 17.929s [2022-06-03T16:07:12.323Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T16:07:12.323Z] ++ 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-06-03T16:07:12.323Z] ++ set -e [2022-06-03T16:07:12.323Z] ++ '[' -n 0 ']' [2022-06-03T16:07:12.323Z] ++ set -x [2022-06-03T16:07:12.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-03T16:07:12.323Z] INFO: Testing against a local daemon [2022-06-03T16:07:12.581Z] === RUN TestAttachWithTTY [2022-06-03T16:07:12.581Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-03T16:07:12.581Z] === RUN TestAttachWithoutTTy [2022-06-03T16:07:12.581Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-03T16:07:12.581Z] === RUN TestCheckpoint [2022-06-03T16:07:12.581Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:07:12.581Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T16:07:12.581Z] === RUN TestContainerInvalidJSON [2022-06-03T16:07:12.581Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T16:07:12.581Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T16:07:12.581Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T16:07:12.581Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:07:12.582Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:07:12.582Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:07:12.582Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:07:12.582Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:07:12.582Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:07:12.582Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T16:07:12.582Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T16:07:12.582Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T16:07:12.582Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T16:07:12.582Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T16:07:12.582Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T16:07:12.582Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T16:07:12.582Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.02s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.01s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.01s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/create (0.01s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T16:07:12.582Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T16:07:12.582Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T16:07:12.841Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2022-06-03T16:07:12.841Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T16:07:12.841Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-06-03T16:07:12.841Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T16:07:12.841Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-06-03T16:07:12.841Z] === RUN TestCopyEmptyFile [2022-06-03T16:07:13.074Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-03T16:07:13.074Z] PASS [2022-06-03T16:07:13.074Z] [2022-06-03T16:07:13.074Z] DONE 17 tests in 46.703s [2022-06-03T16:07:13.074Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T16:07:13.074Z] INFO: Testing against a local daemon [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:07:13.074Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:07:13.074Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T16:07:13.074Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T16:07:13.074Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T16:07:13.074Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T16:07:13.074Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T16:07:13.074Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T16:07:13.074Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T16:07:13.074Z] === RUN TestPluginInstall [2022-06-03T16:07:13.074Z] === RUN TestPluginInstall/no_auth [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f6411a2fc65421b30f221ce53a51a0a54b302655af70d209d01d50b8569fed8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f6411a2fc65421b30f221ce53a51a0a54b302655af70d209d01d50b8569fed8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:07:13.074Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:db2550c20b4e2d6dc463e8dc44fa9838b23a81b0f00a435baf4c24431447cf24" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:07:13.074Z] time="2022-06-03T16:07:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:db2550c20b4e2d6dc463e8dc44fa9838b23a81b0f00a435baf4c24431447cf24" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:07:13.074Z] === RUN TestPluginInstall/with_insecure [2022-06-03T16:07:13.388Z] --- PASS: TestConfigsUpdate (2.21s) [2022-06-03T16:07:13.388Z] === RUN TestTemplatedConfig [2022-06-03T16:07:13.407Z] --- PASS: TestCopyEmptyFile (0.46s) [2022-06-03T16:07:13.408Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T16:07:13.408Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-06-03T16:07:13.408Z] === RUN TestCopyFromContainer [2022-06-03T16:07:14.009Z] time="2022-06-03T16:07:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:07:14.009Z] time="2022-06-03T16:07:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7faf846620027ff88a8731c9dc7afed64681ba7f5e0384e9183db864f153816" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:07:14.009Z] time="2022-06-03T16:07:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:07:14.009Z] time="2022-06-03T16:07:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7faf846620027ff88a8731c9dc7afed64681ba7f5e0384e9183db864f153816" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:07:14.267Z] plugin_test.go:195: [d73cd2b01081c] daemon is not started [2022-06-03T16:07:14.267Z] --- PASS: TestPluginInstall (2.74s) [2022-06-03T16:07:14.267Z] --- PASS: TestPluginInstall/no_auth (1.05s) [2022-06-03T16:07:14.267Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-06-03T16:07:14.267Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-06-03T16:07:14.267Z] === RUN TestPluginsWithRuntimes [2022-06-03T16:07:14.343Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-03T16:07:15.277Z] === RUN TestCopyFromContainer// [2022-06-03T16:07:15.277Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T16:07:15.277Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T16:07:15.535Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T16:07:15.640Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T16:07:15.794Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T16:07:15.794Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T16:07:15.794Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T16:07:15.904Z] --- PASS: TestTemplatedConfig (2.52s) [2022-06-03T16:07:15.904Z] === RUN TestConfigCreateResolve [2022-06-03T16:07:16.056Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T16:07:16.056Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T16:07:16.316Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer (3.04s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer// (0.16s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer//bar/root/ (0.18s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer/bar/quux (0.17s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2022-06-03T16:07:16.316Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-06-03T16:07:16.316Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T16:07:16.572Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T16:07:16.574Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:07:16.574Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:07:16.574Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:07:16.574Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:07:16.574Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:07:16.574Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:07:16.574Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:07:16.574Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:07:16.574Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:07:16.574Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-06-03T16:07:16.574Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T16:07:16.574Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T16:07:16.574Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-06-03T16:07:16.574Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T16:07:16.574Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-03T16:07:16.574Z] === RUN TestCreateWithInvalidEnv [2022-06-03T16:07:16.574Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T16:07:16.574Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T16:07:16.574Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T16:07:16.574Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T16:07:16.574Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T16:07:16.575Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T16:07:16.575Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T16:07:16.575Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T16:07:16.575Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T16:07:16.575Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T16:07:16.575Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T16:07:16.575Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T16:07:16.575Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T16:07:16.575Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T16:07:16.575Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-03T16:07:16.575Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2022-06-03T16:07:16.575Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T16:07:17.507Z] --- PASS: TestPluginsWithRuntimes (3.34s) [2022-06-03T16:07:17.507Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-06-03T16:07:17.507Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-06-03T16:07:17.507Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T16:07:17.950Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-03T16:07:18.073Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-06-03T16:07:18.073Z] PASS [2022-06-03T16:07:18.073Z] [2022-06-03T16:07:18.073Z] DONE 24 tests in 6.710s [2022-06-03T16:07:18.073Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T16:07:18.073Z] INFO: Testing against a local daemon [2022-06-03T16:07:18.073Z] === RUN TestExternalGraphDriver [2022-06-03T16:07:18.073Z] === RUN TestExternalGraphDriver/json [2022-06-03T16:07:18.421Z] --- PASS: TestConfigCreateResolve (2.13s) [2022-06-03T16:07:18.421Z] PASS [2022-06-03T16:07:18.421Z] [2022-06-03T16:07:18.421Z] DONE 6 tests in 13.532s [2022-06-03T16:07:18.421Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-03T16:07:18.421Z] ++ 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-06-03T16:07:18.421Z] ++ set -e [2022-06-03T16:07:18.421Z] ++ '[' -n 0 ']' [2022-06-03T16:07:18.421Z] ++ set -x [2022-06-03T16:07:18.422Z] ++ 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-06-03T16:07:18.422Z] INFO: Testing against a local daemon [2022-06-03T16:07:18.422Z] === RUN TestAttachWithTTY [2022-06-03T16:07:18.422Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-03T16:07:18.422Z] === RUN TestAttachWithoutTTy [2022-06-03T16:07:18.422Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-03T16:07:18.422Z] === RUN TestCheckpoint [2022-06-03T16:07:18.422Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:07:18.422Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/commit [2022-06-03T16:07:18.422Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-03T16:07:18.422Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:07:18.422Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:07:18.422Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:07:18.422Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:07:18.422Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:07:18.422Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:07:18.422Z] === CONT TestContainerInvalidJSON/commit [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-03T16:07:18.422Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-03T16:07:18.422Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-03T16:07:18.422Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-03T16:07:18.422Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-03T16:07:18.422Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-03T16:07:18.422Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-03T16:07:18.422Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-03T16:07:18.422Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-03T16:07:18.422Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-03T16:07:18.422Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-03T16:07:18.422Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-03T16:07:18.422Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-03T16:07:18.422Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-03T16:07:18.422Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-03T16:07:18.422Z] === RUN TestCopyEmptyFile [2022-06-03T16:07:18.520Z] --- PASS: TestCreateWithCustomMaskedPaths (1.94s) [2022-06-03T16:07:18.520Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T16:07:18.679Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-03T16:07:18.679Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-03T16:07:18.679Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-03T16:07:18.679Z] === RUN TestCopyFromContainer [2022-06-03T16:07:19.454Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-03T16:07:19.608Z] === RUN TestCopyFromContainer// [2022-06-03T16:07:19.608Z] === RUN TestCopyFromContainer//bar/root [2022-06-03T16:07:19.608Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-03T16:07:19.865Z] === RUN TestCopyFromContainer/bar/quux [2022-06-03T16:07:19.865Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-03T16:07:19.865Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-03T16:07:19.865Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-03T16:07:19.973Z] === RUN TestExternalGraphDriver/spec [2022-06-03T16:07:20.122Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-03T16:07:20.122Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-03T16:07:20.122Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer (1.58s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-03T16:07:20.122Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-03T16:07:20.122Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-03T16:07:20.122Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:07:20.122Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:07:20.122Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:07:20.122Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:07:20.122Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:07:20.122Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:07:20.122Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-03T16:07:20.122Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-03T16:07:20.385Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-03T16:07:20.385Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-03T16:07:20.385Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-03T16:07:20.385Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-03T16:07:20.385Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-03T16:07:20.385Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-03T16:07:20.385Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-03T16:07:20.385Z] === RUN TestCreateWithInvalidEnv [2022-06-03T16:07:20.385Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-03T16:07:20.385Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-03T16:07:20.385Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-03T16:07:20.385Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-03T16:07:20.385Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-03T16:07:20.385Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-03T16:07:20.385Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-03T16:07:20.385Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-03T16:07:20.385Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-03T16:07:20.385Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-03T16:07:20.385Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-03T16:07:20.385Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-03T16:07:20.385Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-03T16:07:20.385Z] === RUN TestCreateTmpfsMountsTarget [2022-06-03T16:07:20.385Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-03T16:07:20.385Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-03T16:07:20.390Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-03T16:07:20.390Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-03T16:07:20.648Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.09s) [2022-06-03T16:07:20.648Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T16:07:20.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:07:20.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:07:20.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:07:20.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:07:20.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:07:20.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:07:20.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:07:20.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:07:20.649Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:07:20.649Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:07:20.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:07:20.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:07:20.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:07:20.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:07:20.649Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:07:20.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-06-03T16:07:20.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2022-06-03T16:07:20.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-06-03T16:07:20.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-06-03T16:07:20.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-06-03T16:07:20.649Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-03T16:07:20.649Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T16:07:21.349Z] === RUN TestExternalGraphDriver/pull [2022-06-03T16:07:21.585Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.72s) [2022-06-03T16:07:21.585Z] === RUN TestCreateDifferentPlatform [2022-06-03T16:07:21.585Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T16:07:21.585Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T16:07:21.585Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-03T16:07:21.585Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T16:07:21.585Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T16:07:21.585Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T16:07:21.585Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-06-03T16:07:21.585Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T16:07:21.585Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-06-03T16:07:21.585Z] === RUN TestCreateInvalidHostConfig [2022-06-03T16:07:21.585Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:07:21.585Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:07:21.585Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:07:21.585Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:07:21.585Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:07:21.585Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:07:21.585Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:07:21.585Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:07:21.585Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:07:21.585Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:07:21.585Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:07:21.585Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:07:21.585Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-06-03T16:07:21.585Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T16:07:21.585Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T16:07:21.585Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.01s) [2022-06-03T16:07:21.585Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s) [2022-06-03T16:07:21.585Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T16:07:21.585Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T16:07:21.585Z] === RUN TestDaemonRestartIpcMode [2022-06-03T16:07:21.585Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T16:07:21.585Z] === RUN TestDaemonHostGatewayIP [2022-06-03T16:07:21.585Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T16:07:21.585Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T16:07:21.585Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T16:07:21.585Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T16:07:21.585Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T16:07:21.585Z] === RUN TestDiff [2022-06-03T16:07:21.756Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s) [2022-06-03T16:07:21.756Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-03T16:07:21.862Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-03T16:07:21.862Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-03T16:07:22.130Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-03T16:07:22.391Z] check_test.go:307: [da6b55275adcb] daemon is not started [2022-06-03T16:07:22.391Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-03T16:07:22.391Z] --- PASS: TestDiff (0.79s) [2022-06-03T16:07:22.391Z] === RUN TestExecWithCloseStdin [2022-06-03T16:07:22.687Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) [2022-06-03T16:07:22.687Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-03T16:07:22.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:07:22.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:07:22.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:07:22.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:07:22.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:07:22.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:07:22.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:07:22.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:07:22.687Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:07:22.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:07:22.687Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-03T16:07:22.687Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-03T16:07:22.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-03T16:07:22.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-03T16:07:22.944Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-03T16:07:22.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-03T16:07:22.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-03T16:07:22.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-03T16:07:22.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-03T16:07:22.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-03T16:07:22.944Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-03T16:07:22.944Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-03T16:07:22.959Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-03T16:07:23.201Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-06-03T16:07:23.201Z] === RUN TestCreateDifferentPlatform [2022-06-03T16:07:23.201Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-03T16:07:23.201Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-03T16:07:23.201Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-03T16:07:23.201Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-03T16:07:23.201Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-03T16:07:23.201Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-03T16:07:23.201Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-03T16:07:23.201Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-03T16:07:23.201Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-03T16:07:23.201Z] === RUN TestCreateInvalidHostConfig [2022-06-03T16:07:23.218Z] --- PASS: TestExecWithCloseStdin (0.90s) [2022-06-03T16:07:23.218Z] === RUN TestExec [2022-06-03T16:07:23.249Z] --- PASS: TestExternalGraphDriver (4.92s) [2022-06-03T16:07:23.249Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-06-03T16:07:23.249Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-06-03T16:07:23.249Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2022-06-03T16:07:23.249Z] === RUN TestGraphdriverPluginV2 [2022-06-03T16:07:23.459Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:07:23.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:07:23.459Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:07:23.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:07:23.459Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:07:23.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:07:23.459Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:07:23.459Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:07:23.459Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-03T16:07:23.459Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-03T16:07:23.459Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-03T16:07:23.459Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-03T16:07:23.459Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-03T16:07:23.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-03T16:07:23.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-03T16:07:23.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-03T16:07:23.459Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-03T16:07:23.459Z] === RUN TestContainerStartOnDaemonRestart [2022-06-03T16:07:23.459Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-03T16:07:23.459Z] === RUN TestDaemonRestartIpcMode [2022-06-03T16:07:23.459Z] === PAUSE TestDaemonRestartIpcMode [2022-06-03T16:07:23.459Z] === RUN TestDaemonHostGatewayIP [2022-06-03T16:07:23.459Z] === PAUSE TestDaemonHostGatewayIP [2022-06-03T16:07:23.459Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-03T16:07:23.459Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-03T16:07:23.459Z] === RUN TestContainerKillOnDaemonStart [2022-06-03T16:07:23.459Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-03T16:07:23.459Z] === RUN TestDiff [2022-06-03T16:07:23.715Z] --- PASS: TestDiff (0.41s) [2022-06-03T16:07:23.715Z] === RUN TestExecWithCloseStdin [2022-06-03T16:07:24.154Z] --- PASS: TestExec (0.96s) [2022-06-03T16:07:24.154Z] === RUN TestExecUser [2022-06-03T16:07:24.278Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-06-03T16:07:24.278Z] === RUN TestExec [2022-06-03T16:07:24.534Z] --- PASS: TestExec (0.45s) [2022-06-03T16:07:24.534Z] === RUN TestExecUser [2022-06-03T16:07:24.721Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-03T16:07:24.980Z] --- PASS: TestExecUser (0.88s) [2022-06-03T16:07:24.980Z] === RUN TestExportContainerAndImportImage [2022-06-03T16:07:25.097Z] --- PASS: TestExecUser (0.47s) [2022-06-03T16:07:25.098Z] === RUN TestExportContainerAndImportImage [2022-06-03T16:07:25.238Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-03T16:07:25.661Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-03T16:07:25.661Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T16:07:26.175Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2022-06-03T16:07:26.175Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-03T16:07:26.175Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-03T16:07:27.028Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-03T16:07:27.028Z] === RUN TestHealthCheckWorkdir [2022-06-03T16:07:27.430Z] --- PASS: TestGraphdriverPluginV2 (3.86s) [2022-06-03T16:07:27.430Z] PASS [2022-06-03T16:07:27.430Z] [2022-06-03T16:07:27.430Z] DONE 5 tests in 8.817s [2022-06-03T16:07:27.430Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T16:07:27.430Z] INFO: Testing against a local daemon [2022-06-03T16:07:27.430Z] === RUN TestContinueAfterPluginCrash [2022-06-03T16:07:27.430Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T16:07:27.430Z] === RUN TestReadPluginNoRead [2022-06-03T16:07:27.430Z] === PAUSE TestReadPluginNoRead [2022-06-03T16:07:27.430Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T16:07:27.430Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T16:07:27.430Z] === CONT TestContinueAfterPluginCrash [2022-06-03T16:07:27.430Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T16:07:27.552Z] --- PASS: TestExportContainerAfterDaemonRestart (1.38s) [2022-06-03T16:07:27.552Z] === RUN TestHealthCheckWorkdir [2022-06-03T16:07:27.592Z] --- PASS: TestHealthCheckWorkdir (0.61s) [2022-06-03T16:07:27.592Z] === RUN TestHealthKillContainer [2022-06-03T16:07:27.810Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-03T16:07:28.069Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-03T16:07:28.636Z] --- PASS: TestHealthCheckWorkdir (1.13s) [2022-06-03T16:07:28.636Z] === RUN TestHealthKillContainer [2022-06-03T16:07:28.895Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-03T16:07:30.742Z] --- PASS: TestDaemonStartWithLogOpt (3.61s) [2022-06-03T16:07:30.742Z] === CONT TestReadPluginNoRead [2022-06-03T16:07:32.180Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-03T16:07:33.116Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-03T16:07:33.271Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T16:07:34.204Z] === RUN TestReadPluginNoRead/default [2022-06-03T16:07:35.578Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T16:07:35.578Z] --- PASS: TestContinueAfterPluginCrash (8.58s) [2022-06-03T16:07:35.648Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-03T16:07:35.648Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-03T16:07:35.648Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-03T16:07:35.681Z] --- PASS: TestHealthKillContainer (7.89s) [2022-06-03T16:07:35.681Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T16:07:35.907Z] check_test.go:307: [d72498be6a8b9] daemon is not started [2022-06-03T16:07:35.907Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-03T16:07:35.937Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2022-06-03T16:07:35.937Z] === RUN TestIpcModeNone [2022-06-03T16:07:36.474Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-03T16:07:36.499Z] --- PASS: TestIpcModeNone (0.49s) [2022-06-03T16:07:36.499Z] === RUN TestIpcModePrivate [2022-06-03T16:07:36.512Z] === CONT TestReadPluginNoRead [2022-06-03T16:07:36.512Z] read_test.go:92: [d5e86f8c8ee3c] daemon is not started [2022-06-03T16:07:36.512Z] --- PASS: TestReadPluginNoRead (6.04s) [2022-06-03T16:07:36.512Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-06-03T16:07:36.512Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-06-03T16:07:36.512Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.29s) [2022-06-03T16:07:36.512Z] PASS [2022-06-03T16:07:36.512Z] [2022-06-03T16:07:36.512Z] DONE 6 tests in 9.681s [2022-06-03T16:07:36.512Z] 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-06-03T16:07:36.512Z] testing: warning: no tests to run [2022-06-03T16:07:36.512Z] PASS [2022-06-03T16:07:36.512Z] [2022-06-03T16:07:36.512Z] DONE 0 tests in 0.008s [2022-06-03T16:07:36.512Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T16:07:36.733Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-03T16:07:36.755Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-03T16:07:36.755Z] --- PASS: TestIpcModePrivate (0.48s) [2022-06-03T16:07:36.755Z] === RUN TestIpcModeShareable [2022-06-03T16:07:36.770Z] INFO: Testing against a local daemon [2022-06-03T16:07:36.770Z] === RUN TestPluginWithDevMounts [2022-06-03T16:07:36.770Z] === PAUSE TestPluginWithDevMounts [2022-06-03T16:07:36.770Z] === CONT TestPluginWithDevMounts [2022-06-03T16:07:36.991Z] --- PASS: TestHealthKillContainer (8.21s) [2022-06-03T16:07:36.991Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-03T16:07:36.991Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-03T16:07:37.318Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-06-03T16:07:37.318Z] --- PASS: TestIpcModeShareable (0.47s) [2022-06-03T16:07:37.318Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T16:07:37.557Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-03T16:07:37.558Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2022-06-03T16:07:37.558Z] === RUN TestIpcModeNone [2022-06-03T16:07:38.142Z] --- PASS: TestPluginWithDevMounts (1.59s) [2022-06-03T16:07:38.142Z] PASS [2022-06-03T16:07:38.142Z] [2022-06-03T16:07:38.142Z] DONE 1 tests in 1.618s [2022-06-03T16:07:38.142Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T16:07:38.400Z] INFO: Testing against a local daemon [2022-06-03T16:07:38.400Z] === RUN TestSecretInspect [2022-06-03T16:07:38.493Z] --- PASS: TestIpcModeNone (0.85s) [2022-06-03T16:07:38.493Z] === RUN TestIpcModePrivate [2022-06-03T16:07:38.685Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.43s) [2022-06-03T16:07:38.685Z] === RUN TestAPIIpcModeHost [2022-06-03T16:07:39.061Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:96, shared: false, mustBeShared: false [2022-06-03T16:07:39.247Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-06-03T16:07:39.247Z] === RUN TestDaemonIpcModeShareable [2022-06-03T16:07:39.320Z] --- PASS: TestIpcModePrivate (0.81s) [2022-06-03T16:07:39.320Z] === RUN TestIpcModeShareable [2022-06-03T16:07:40.176Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-03T16:07:40.176Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-06-03T16:07:40.176Z] === RUN TestDaemonIpcModePrivate [2022-06-03T16:07:40.257Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2022-06-03T16:07:40.257Z] --- PASS: TestIpcModeShareable (1.03s) [2022-06-03T16:07:40.257Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-03T16:07:40.516Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-03T16:07:40.516Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-03T16:07:40.928Z] --- PASS: TestSecretInspect (2.18s) [2022-06-03T16:07:40.928Z] === RUN TestSecretList [2022-06-03T16:07:41.543Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-03T16:07:41.544Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2022-06-03T16:07:41.544Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T16:07:41.893Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-03T16:07:42.472Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-03T16:07:42.729Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2022-06-03T16:07:42.729Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T16:07:42.827Z] --- PASS: TestSecretList (2.17s) [2022-06-03T16:07:42.827Z] === RUN TestSecretsCreateAndDelete [2022-06-03T16:07:42.830Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-03T16:07:42.830Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.45s) [2022-06-03T16:07:42.830Z] === RUN TestAPIIpcModeHost [2022-06-03T16:07:43.397Z] --- PASS: TestAPIIpcModeHost (0.60s) [2022-06-03T16:07:43.397Z] === RUN TestDaemonIpcModeShareable [2022-06-03T16:07:43.672Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-03T16:07:43.928Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s) [2022-06-03T16:07:43.928Z] === RUN TestIpcModeOlderClient [2022-06-03T16:07:43.928Z] === PAUSE TestIpcModeOlderClient [2022-06-03T16:07:43.928Z] === RUN TestKillContainerInvalidSignal [2022-06-03T16:07:44.185Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-06-03T16:07:44.185Z] === RUN TestKillContainer [2022-06-03T16:07:44.185Z] === RUN TestKillContainer/no_signal [2022-06-03T16:07:44.728Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-06-03T16:07:44.728Z] === RUN TestSecretsUpdate [2022-06-03T16:07:44.746Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T16:07:44.773Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:81, shared: true, mustBeShared: true [2022-06-03T16:07:45.003Z] === RUN TestKillContainer/killing_signal [2022-06-03T16:07:45.039Z] --- PASS: TestDaemonIpcModeShareable (1.73s) [2022-06-03T16:07:45.039Z] === RUN TestDaemonIpcModePrivate [2022-06-03T16:07:45.566Z] --- PASS: TestKillContainer (1.28s) [2022-06-03T16:07:45.566Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-06-03T16:07:45.566Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-06-03T16:07:45.566Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-06-03T16:07:45.566Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T16:07:45.566Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T16:07:45.608Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-03T16:07:45.608Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-03T16:07:45.822Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T16:07:46.385Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2022-06-03T16:07:46.385Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-06-03T16:07:46.385Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.31s) [2022-06-03T16:07:46.385Z] === RUN TestKillStoppedContainer [2022-06-03T16:07:46.385Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-03T16:07:46.385Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T16:07:46.385Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-03T16:07:46.385Z] === RUN TestKillDifferentUserContainer [2022-06-03T16:07:46.542Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false [2022-06-03T16:07:46.543Z] --- PASS: TestDaemonIpcModePrivate (1.56s) [2022-06-03T16:07:46.543Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-03T16:07:46.947Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-06-03T16:07:46.947Z] === RUN TestInspectOomKilledTrue [2022-06-03T16:07:47.203Z] --- PASS: TestInspectOomKilledTrue (0.44s) [2022-06-03T16:07:47.203Z] === RUN TestInspectOomKilledFalse [2022-06-03T16:07:47.255Z] --- PASS: TestSecretsUpdate (2.17s) [2022-06-03T16:07:47.255Z] === RUN TestTemplatedSecret [2022-06-03T16:07:47.766Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-06-03T16:07:47.766Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T16:07:47.921Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-03T16:07:47.921Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-03T16:07:47.921Z] check_test.go:307: [d814310a64d51] daemon is not started [2022-06-03T16:07:47.921Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-03T16:07:47.921Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false [2022-06-03T16:07:47.921Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.36s) [2022-06-03T16:07:47.921Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-03T16:07:48.023Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-06-03T16:07:48.023Z] === RUN TestLinksContainerNames [2022-06-03T16:07:48.487Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-03T16:07:48.952Z] --- PASS: TestLinksContainerNames (0.84s) [2022-06-03T16:07:48.952Z] === RUN TestLogsFollowTailEmpty [2022-06-03T16:07:49.209Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-06-03T16:07:49.209Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T16:07:49.772Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/default [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/private [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/slave [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/shared [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/default [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/shared [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/slave [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/private [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:07:49.772Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T16:07:49.772Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:07:49.772Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T16:07:49.782Z] --- PASS: TestTemplatedSecret (2.60s) [2022-06-03T16:07:49.782Z] === RUN TestSecretCreateResolve [2022-06-03T16:07:49.865Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2022-06-03T16:07:49.865Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-03T16:07:49.865Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2022-06-03T16:07:49.865Z] === RUN TestIpcModeOlderClient [2022-06-03T16:07:49.865Z] === PAUSE TestIpcModeOlderClient [2022-06-03T16:07:49.865Z] === RUN TestKillContainerInvalidSignal [2022-06-03T16:07:49.865Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T16:07:50.029Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:07:50.286Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:07:50.286Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:07:50.286Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:07:50.286Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:07:50.286Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T16:07:50.286Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:07:50.286Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.14s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.14s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-03T16:07:50.286Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-03T16:07:50.286Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T16:07:50.432Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2022-06-03T16:07:50.432Z] === RUN TestKillContainer [2022-06-03T16:07:50.432Z] === RUN TestKillContainer/no_signal [2022-06-03T16:07:51.000Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-03T16:07:51.259Z] === RUN TestKillContainer/non_killing_signal [2022-06-03T16:07:51.654Z] --- PASS: TestContainerBindMountNonRecursive (1.23s) [2022-06-03T16:07:51.654Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T16:07:51.682Z] --- PASS: TestSecretCreateResolve (2.20s) [2022-06-03T16:07:51.682Z] PASS [2022-06-03T16:07:51.682Z] [2022-06-03T16:07:51.682Z] DONE 6 tests in 13.522s [2022-06-03T16:07:51.682Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T16:07:51.826Z] === RUN TestKillContainer/killing_signal [2022-06-03T16:07:51.910Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-06-03T16:07:51.910Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T16:07:51.939Z] INFO: Testing against a local daemon [2022-06-03T16:07:51.939Z] === RUN TestServiceCreateInit [2022-06-03T16:07:51.939Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T16:07:52.084Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-03T16:07:52.166Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-06-03T16:07:52.166Z] === RUN TestNetworkNat [2022-06-03T16:07:52.650Z] --- PASS: TestKillContainer (2.29s) [2022-06-03T16:07:52.650Z] --- PASS: TestKillContainer/no_signal (0.73s) [2022-06-03T16:07:52.650Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2022-06-03T16:07:52.650Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2022-06-03T16:07:52.650Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-03T16:07:52.650Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-03T16:07:52.729Z] --- PASS: TestNetworkNat (0.47s) [2022-06-03T16:07:52.729Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T16:07:53.291Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-06-03T16:07:53.291Z] === RUN TestNetworkLoopbackNat [2022-06-03T16:07:53.584Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-03T16:07:53.842Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-03T16:07:53.842Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-03T16:07:54.100Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) [2022-06-03T16:07:54.100Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2022-06-03T16:07:54.100Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2022-06-03T16:07:54.100Z] === RUN TestKillStoppedContainer [2022-06-03T16:07:54.358Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-06-03T16:07:54.358Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-03T16:07:54.358Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-06-03T16:07:54.358Z] === RUN TestKillDifferentUserContainer [2022-06-03T16:07:55.295Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2022-06-03T16:07:55.295Z] === RUN TestInspectOomKilledTrue [2022-06-03T16:07:55.295Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:07:55.295Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-03T16:07:55.295Z] === RUN TestInspectOomKilledFalse [2022-06-03T16:07:55.295Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:07:55.295Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-03T16:07:55.295Z] === RUN TestLinksEtcHostsContentMatch [2022-06-03T16:07:55.553Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s) [2022-06-03T16:07:55.553Z] === RUN TestLinksContainerNames [2022-06-03T16:07:55.808Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-06-03T16:07:55.808Z] === RUN TestPause [2022-06-03T16:07:55.811Z] check_test.go:307: [d27548ee72dd2] daemon is not started [2022-06-03T16:07:55.811Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-03T16:07:56.064Z] --- PASS: TestPause (0.45s) [2022-06-03T16:07:56.064Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T16:07:56.064Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:07:56.064Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T16:07:56.064Z] === RUN TestPauseStopPausedContainer [2022-06-03T16:07:56.120Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T16:07:56.626Z] --- PASS: TestPauseStopPausedContainer (0.47s) [2022-06-03T16:07:56.626Z] === RUN TestPidHost [2022-06-03T16:07:57.186Z] --- PASS: TestLinksContainerNames (1.63s) [2022-06-03T16:07:57.186Z] === RUN TestLogsFollowTailEmpty [2022-06-03T16:07:57.555Z] --- PASS: TestPidHost (0.96s) [2022-06-03T16:07:57.555Z] === RUN TestPsFilter [2022-06-03T16:07:57.555Z] --- PASS: TestPsFilter (0.11s) [2022-06-03T16:07:57.555Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T16:07:58.117Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s) [2022-06-03T16:07:58.117Z] === RUN TestRemoveContainerWithVolume [2022-06-03T16:07:58.123Z] --- PASS: TestLogsFollowTailEmpty (0.75s) [2022-06-03T16:07:58.123Z] === RUN TestContainerNetworkMountsNoChown [2022-06-03T16:07:58.680Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-06-03T16:07:58.680Z] === RUN TestRemoveContainerRunning [2022-06-03T16:07:58.690Z] --- PASS: TestContainerNetworkMountsNoChown (0.73s) [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot [2022-06-03T16:07:58.690Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/default [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/default [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/private [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/private [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/rprivate [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/slave [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/slave [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/rslave [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/shared [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/shared [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/rshared [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-03T16:07:58.690Z] === CONT TestMountDaemonRoot/default [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:07:58.690Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-03T16:07:58.690Z] === CONT TestMountDaemonRoot/rshared [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:07:58.690Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:07:58.690Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:07:58.690Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-03T16:07:58.937Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-06-03T16:07:58.937Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/shared [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/rslave [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/slave [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/rprivate [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/private [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-03T16:07:58.950Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:07:58.950Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-03T16:07:58.950Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-03T16:07:59.208Z] check_test.go:307: [de638a12a7db6] daemon is not started [2022-06-03T16:07:59.208Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-03T16:07:59.208Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-03T16:07:59.415Z] --- PASS: TestServiceCreateInit (7.51s) [2022-06-03T16:07:59.415Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.62s) [2022-06-03T16:07:59.415Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.88s) [2022-06-03T16:07:59.415Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T16:07:59.467Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-06-03T16:07:59.467Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-06-03T16:07:59.467Z] === RUN TestContainerBindMountNonRecursive [2022-06-03T16:07:59.499Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-06-03T16:07:59.499Z] === RUN TestRemoveInvalidContainer [2022-06-03T16:07:59.499Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-03T16:07:59.499Z] === RUN TestRenameLinkedContainer [2022-06-03T16:08:01.029Z] --- PASS: TestRenameLinkedContainer (1.64s) [2022-06-03T16:08:01.029Z] === RUN TestRenameStoppedContainer [2022-06-03T16:08:01.371Z] --- PASS: TestContainerBindMountNonRecursive (1.66s) [2022-06-03T16:08:01.371Z] === RUN TestContainerVolumesMountedAsShared [2022-06-03T16:08:01.371Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-03T16:08:01.592Z] --- PASS: TestRenameStoppedContainer (0.46s) [2022-06-03T16:08:01.593Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T16:08:01.629Z] --- PASS: TestContainerVolumesMountedAsShared (0.72s) [2022-06-03T16:08:01.629Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-03T16:08:02.196Z] docker_cli_daemon_plugins_test.go:80: [d77407c850f7e] daemon is not started [2022-06-03T16:08:02.196Z] --- PASS: TestContainerVolumesMountedAsSlave (0.52s) [2022-06-03T16:08:02.196Z] === RUN TestNetworkNat [2022-06-03T16:08:02.520Z] --- PASS: TestRenameRunningContainerAndReuse (0.94s) [2022-06-03T16:08:02.520Z] === RUN TestRenameInvalidName [2022-06-03T16:08:02.776Z] --- PASS: TestRenameInvalidName (0.42s) [2022-06-03T16:08:02.776Z] === RUN TestRenameAnonymousContainer [2022-06-03T16:08:03.131Z] --- PASS: TestNetworkNat (0.73s) [2022-06-03T16:08:03.131Z] === RUN TestNetworkLocalhostTCPNat [2022-06-03T16:08:03.131Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-03T16:08:04.065Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2022-06-03T16:08:04.065Z] === RUN TestNetworkLoopbackNat [2022-06-03T16:08:04.664Z] --- PASS: TestRenameAnonymousContainer (1.54s) [2022-06-03T16:08:04.664Z] === RUN TestRenameContainerWithSameName [2022-06-03T16:08:04.920Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-06-03T16:08:04.920Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T16:08:05.437Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-03T16:08:05.694Z] docker_cli_daemon_plugins_test.go:170: [ddf6c6239591e] daemon is not started [2022-06-03T16:08:05.847Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2022-06-03T16:08:05.847Z] === RUN TestResize [2022-06-03T16:08:06.104Z] --- PASS: TestResize (0.43s) [2022-06-03T16:08:06.104Z] === RUN TestResizeWithInvalidSize [2022-06-03T16:08:06.666Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-03T16:08:06.666Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T16:08:06.923Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:06.923Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:06.923Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:06.923Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:08:06.923Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:06.961Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-03T16:08:06.961Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T16:08:06.961Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T16:08:06.961Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-03T16:08:06.961Z] [2022-06-03T16:08:06.961Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-03T16:08:06.961Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-03T16:08:06.961Z] Using test binary docker [2022-06-03T16:08:06.961Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-03T16:08:06.961Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-03T16:08:06.961Z] INFO: Waiting for daemon to start... [2022-06-03T16:08:06.961Z] Starting dockerd [2022-06-03T16:08:06.961Z] . [2022-06-03T16:08:06.961Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-03T16:08:07.078Z] --- PASS: TestNetworkLoopbackNat (2.92s) [2022-06-03T16:08:07.078Z] === RUN TestPause [2022-06-03T16:08:07.078Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-03T16:08:07.653Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-03T16:08:07.653Z] --- PASS: TestPause (0.90s) [2022-06-03T16:08:07.653Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-03T16:08:07.653Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:08:07.653Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2022-06-03T16:08:07.653Z] === RUN TestPauseStopPausedContainer [2022-06-03T16:08:08.220Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-03T16:08:08.479Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2022-06-03T16:08:08.479Z] === RUN TestPidHost [2022-06-03T16:08:08.813Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:10.178Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:10.378Z] --- PASS: TestPidHost (1.57s) [2022-06-03T16:08:10.378Z] === RUN TestPsFilter [2022-06-03T16:08:10.378Z] --- PASS: TestPsFilter (0.14s) [2022-06-03T16:08:10.378Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-03T16:08:10.635Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-03T16:08:10.894Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.72s) [2022-06-03T16:08:10.894Z] === RUN TestRemoveContainerWithVolume [2022-06-03T16:08:11.106Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:11.106Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:11.153Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-03T16:08:11.719Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-03T16:08:11.719Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2022-06-03T16:08:11.719Z] === RUN TestRemoveContainerRunning [2022-06-03T16:08:12.286Z] check_test.go:307: [dd395048ccd46] daemon is not started [2022-06-03T16:08:12.286Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-03T16:08:12.286Z] --- PASS: TestRemoveContainerRunning (0.58s) [2022-06-03T16:08:12.286Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-03T16:08:12.472Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:12.472Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:13.219Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s) [2022-06-03T16:08:13.219Z] === RUN TestRemoveInvalidContainer [2022-06-03T16:08:13.219Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-06-03T16:08:13.219Z] === RUN TestRenameLinkedContainer [2022-06-03T16:08:14.154Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-03T16:08:15.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:15.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:08:16.055Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-03T16:08:16.055Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-03T16:08:16.055Z] --- PASS: TestRenameLinkedContainer (3.10s) [2022-06-03T16:08:16.055Z] === RUN TestRenameStoppedContainer [2022-06-03T16:08:16.988Z] --- PASS: TestRenameStoppedContainer (0.74s) [2022-06-03T16:08:16.988Z] === RUN TestRenameRunningContainerAndReuse [2022-06-03T16:08:16.988Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-03T16:08:17.246Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-03T16:08:17.483Z] --- PASS: TestCreateServiceMultipleTimes (15.90s) [2022-06-03T16:08:17.483Z] === RUN TestCreateServiceConflict [2022-06-03T16:08:17.483Z] --- PASS: TestCreateServiceConflict (2.17s) [2022-06-03T16:08:17.483Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T16:08:17.627Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:08:18.618Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-03T16:08:18.618Z] --- PASS: TestRenameRunningContainerAndReuse (1.60s) [2022-06-03T16:08:18.618Z] === RUN TestRenameInvalidName [2022-06-03T16:08:19.184Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-03T16:08:19.184Z] --- PASS: TestRenameInvalidName (0.76s) [2022-06-03T16:08:19.184Z] === RUN TestRenameAnonymousContainer [2022-06-03T16:08:19.514Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:08:19.770Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:08:20.759Z] --- PASS: TestCreateServiceMaxReplicas (2.86s) [2022-06-03T16:08:20.759Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T16:08:21.084Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-03T16:08:21.135Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:08:21.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:08:22.019Z] --- PASS: TestRenameAnonymousContainer (2.81s) [2022-06-03T16:08:22.019Z] === RUN TestRenameContainerWithSameName [2022-06-03T16:08:22.278Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-03T16:08:22.536Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-03T16:08:22.640Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:08:22.794Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2022-06-03T16:08:22.794Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.69s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.09s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.42s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.31s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.90s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.64s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.98s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.83s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.66s) [2022-06-03T16:08:24.528Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s) [2022-06-03T16:08:24.528Z] === RUN TestCgroupNamespacesRun [2022-06-03T16:08:24.697Z] --- PASS: TestRenameContainerWithLinkedContainer (1.48s) [2022-06-03T16:08:24.697Z] === RUN TestResize [2022-06-03T16:08:24.697Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-03T16:08:24.956Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-03T16:08:25.214Z] --- PASS: TestResize (0.79s) [2022-06-03T16:08:25.214Z] === RUN TestResizeWithInvalidSize [2022-06-03T16:08:25.455Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-06-03T16:08:25.455Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T16:08:25.779Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2022-06-03T16:08:25.779Z] === RUN TestResizeWhenContainerNotStarted [2022-06-03T16:08:26.346Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s) [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:26.346Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:26.346Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:26.346Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-03T16:08:26.346Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:26.822Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-06-03T16:08:26.822Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T16:08:27.749Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-06-03T16:08:27.749Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T16:08:28.248Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-03T16:08:28.506Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-03T16:08:28.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-03T16:08:28.765Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:29.115Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-06-03T16:08:29.115Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T16:08:30.041Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-06-03T16:08:30.041Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T16:08:30.148Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:30.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-03T16:08:31.407Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-03T16:08:31.407Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T16:08:31.808Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-03T16:08:31.808Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-03T16:08:31.970Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-06-03T16:08:31.970Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T16:08:32.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-03T16:08:32.999Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-03T16:08:33.258Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:33.258Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-03T16:08:33.335Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-06-03T16:08:33.335Z] === RUN TestNISDomainname [2022-06-03T16:08:33.592Z] --- PASS: TestNISDomainname (0.53s) [2022-06-03T16:08:33.592Z] === RUN TestHostnameDnsResolution [2022-06-03T16:08:34.153Z] --- PASS: TestHostnameDnsResolution (0.72s) [2022-06-03T16:08:34.153Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T16:08:34.715Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s) [2022-06-03T16:08:34.715Z] === RUN TestPrivilegedHostDevices [2022-06-03T16:08:35.156Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-03T16:08:35.156Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-03T16:08:35.276Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-06-03T16:08:35.276Z] === RUN TestConsoleSize [2022-06-03T16:08:35.618Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.37s) [2022-06-03T16:08:35.618Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T16:08:35.838Z] --- PASS: TestConsoleSize (0.43s) [2022-06-03T16:08:35.838Z] === RUN TestStats [2022-06-03T16:08:36.183Z] --- PASS: TestCreateServiceSecretFileMode (2.52s) [2022-06-03T16:08:36.183Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T16:08:36.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-03T16:08:37.096Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-03T16:08:37.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-03T16:08:38.352Z] --- PASS: TestStats (2.42s) [2022-06-03T16:08:38.352Z] === RUN TestStopContainerWithTimeout [2022-06-03T16:08:38.352Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T16:08:38.352Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T16:08:38.352Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T16:08:38.352Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T16:08:38.352Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T16:08:38.352Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T16:08:38.352Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T16:08:38.352Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T16:08:38.352Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T16:08:38.352Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T16:08:38.707Z] --- PASS: TestCreateServiceConfigFileMode (2.53s) [2022-06-03T16:08:38.707Z] === RUN TestCreateServiceSysctls [2022-06-03T16:08:38.728Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-03T16:08:38.914Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T16:08:40.103Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-03T16:08:40.361Z] check_test.go:307: [d135472882fa3] daemon is not started [2022-06-03T16:08:40.619Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-03T16:08:40.804Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T16:08:41.552Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-03T16:08:41.983Z] --- PASS: TestCreateServiceSysctls (3.20s) [2022-06-03T16:08:41.983Z] === RUN TestCreateServiceCapabilities [2022-06-03T16:08:42.188Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-03T16:08:42.188Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-06-03T16:08:42.188Z] --- PASS: TestStopContainerWithTimeout/-1 (2.60s) [2022-06-03T16:08:42.188Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-06-03T16:08:42.188Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-06-03T16:08:42.188Z] === RUN TestDeleteDevicemapper [2022-06-03T16:08:42.188Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:08:42.188Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T16:08:42.188Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T16:08:42.928Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-03T16:08:43.185Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-03T16:08:43.444Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-03T16:08:43.704Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-03T16:08:44.078Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.50s) [2022-06-03T16:08:44.078Z] === RUN TestUpdateMemory [2022-06-03T16:08:44.078Z] --- PASS: TestUpdateMemory (0.51s) [2022-06-03T16:08:44.078Z] === RUN TestUpdateCPUQuota [2022-06-03T16:08:44.508Z] --- PASS: TestCreateServiceCapabilities (2.49s) [2022-06-03T16:08:44.508Z] === RUN TestInspect [2022-06-03T16:08:45.005Z] --- PASS: TestUpdateCPUQuota (0.68s) [2022-06-03T16:08:45.006Z] === RUN TestUpdatePidsLimit [2022-06-03T16:08:45.006Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T16:08:45.006Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T16:08:45.262Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T16:08:45.518Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T16:08:45.615Z] sha256:9df383dca79ee0c8d7453e59e17d169fa1fe29edc7fc2d4e510718c5f26d2094 [2022-06-03T16:08:45.615Z] INFO: Starting docker-py tests... [2022-06-03T16:08:45.615Z] ============================= test session starts ============================== [2022-06-03T16:08:45.615Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-03T16:08:45.615Z] rootdir: /src, inifile: pytest.ini [2022-06-03T16:08:45.615Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-03T16:08:45.615Z] collected 395 items / 2 deselected / 393 selected [2022-06-03T16:08:45.615Z] [2022-06-03T16:08:45.774Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T16:08:45.774Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T16:08:46.029Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit (1.82s) [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-06-03T16:08:46.591Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-06-03T16:08:46.591Z] === RUN TestUpdateRestartPolicy [2022-06-03T16:08:46.991Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-03T16:08:47.810Z] --- PASS: TestInspect (2.84s) [2022-06-03T16:08:47.810Z] === RUN TestCreateJob [2022-06-03T16:08:48.367Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-03T16:08:49.742Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-03T16:08:50.336Z] --- PASS: TestCreateJob (3.24s) [2022-06-03T16:08:50.336Z] === RUN TestReplicatedJob [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.44s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.27s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.07s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.04s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.14s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.05s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.24s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.17s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.64s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.17s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.95s) [2022-06-03T16:08:52.272Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.63s) [2022-06-03T16:08:52.272Z] === RUN TestCgroupNamespacesRun [2022-06-03T16:08:54.174Z] --- PASS: TestCgroupNamespacesRun (2.02s) [2022-06-03T16:08:54.174Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-03T16:08:55.595Z] --- PASS: TestReplicatedJob (5.21s) [2022-06-03T16:08:55.595Z] === RUN TestUpdateReplicatedJob [2022-06-03T16:08:56.075Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.90s) [2022-06-03T16:08:56.075Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-03T16:08:57.044Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-03T16:08:58.417Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.16s) [2022-06-03T16:08:58.417Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-03T16:08:58.418Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-03T16:08:58.568Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-03T16:08:58.758Z] --- PASS: TestUpdateRestartPolicy (10.80s) [2022-06-03T16:08:58.758Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T16:08:58.758Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-06-03T16:08:58.758Z] === RUN TestWaitNonBlocked [2022-06-03T16:08:58.758Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:08:58.758Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:08:58.758Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:08:58.758Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:08:58.758Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:08:58.758Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:08:58.758Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-03T16:08:58.758Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-06-03T16:08:58.758Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2022-06-03T16:08:58.758Z] === RUN TestWaitBlocked [2022-06-03T16:08:58.758Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:08:58.758Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:08:58.758Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:08:58.758Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:08:58.758Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:08:58.758Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:08:58.873Z] --- PASS: TestUpdateReplicatedJob (3.27s) [2022-06-03T16:08:58.873Z] === RUN TestServiceListWithStatuses [2022-06-03T16:08:58.873Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:08:58.873Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T16:08:58.873Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T16:08:59.320Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-03T16:08:59.320Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.60s) [2022-06-03T16:08:59.320Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2022-06-03T16:08:59.320Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T16:08:59.320Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T16:08:59.385Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-03T16:09:00.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-03T16:09:00.317Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s) [2022-06-03T16:09:00.317Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-03T16:09:00.763Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-03T16:09:00.881Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-03T16:09:01.208Z] === CONT TestIpcModeOlderClient [2022-06-03T16:09:01.208Z] --- PASS: TestContainerStartOnDaemonRestart (2.04s) [2022-06-03T16:09:01.208Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-06-03T16:09:01.208Z] === CONT TestDaemonHostGatewayIP [2022-06-03T16:09:01.814Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.65s) [2022-06-03T16:09:01.814Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-03T16:09:02.074Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-03T16:09:02.333Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-03T16:09:02.591Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-03T16:09:03.527Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.65s) [2022-06-03T16:09:03.527Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-03T16:09:03.724Z] --- PASS: TestDaemonHostGatewayIP (2.29s) [2022-06-03T16:09:03.724Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T16:09:04.092Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2022-06-03T16:09:04.092Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-03T16:09:04.131Z] --- PASS: TestDockerNetworkConnectAlias (4.29s) [2022-06-03T16:09:04.131Z] === RUN TestDockerNetworkReConnect [2022-06-03T16:09:04.659Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-03T16:09:05.613Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.67s) [2022-06-03T16:09:05.613Z] === CONT TestDaemonRestartIpcMode [2022-06-03T16:09:06.033Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.71s) [2022-06-03T16:09:06.033Z] === RUN TestNISDomainname [2022-06-03T16:09:06.659Z] --- PASS: TestDockerNetworkReConnect (3.46s) [2022-06-03T16:09:06.659Z] === RUN TestServicePlugin [2022-06-03T16:09:06.967Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-03T16:09:06.967Z] --- PASS: TestNISDomainname (1.03s) [2022-06-03T16:09:06.967Z] === RUN TestHostnameDnsResolution [2022-06-03T16:09:07.225Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-03T16:09:07.501Z] --- PASS: TestDaemonRestartIpcMode (2.15s) [2022-06-03T16:09:08.161Z] --- PASS: TestHostnameDnsResolution (1.24s) [2022-06-03T16:09:08.161Z] === RUN TestUnprivilegedPortsAndPing [2022-06-03T16:09:09.095Z] --- PASS: TestUnprivilegedPortsAndPing (0.92s) [2022-06-03T16:09:09.095Z] === RUN TestPrivilegedHostDevices [2022-06-03T16:09:09.662Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-03T16:09:10.229Z] --- PASS: TestPrivilegedHostDevices (0.98s) [2022-06-03T16:09:10.229Z] === RUN TestConsoleSize [2022-06-03T16:09:10.795Z] --- PASS: TestConsoleSize (0.74s) [2022-06-03T16:09:10.795Z] === RUN TestStats [2022-06-03T16:09:10.839Z] plugin_test.go:61: [dfe2ad98e3b10] joining swarm manager [d113c36279168]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:09:11.667Z] --- PASS: TestContainerKillOnDaemonStart (11.69s) [2022-06-03T16:09:11.667Z] PASS [2022-06-03T16:09:11.667Z] [2022-06-03T16:09:11.667Z] === Skipped [2022-06-03T16:09:11.667Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-03T16:09:11.667Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:09:11.667Z] [2022-06-03T16:09:11.667Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-03T16:09:11.667Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:09:11.667Z] [2022-06-03T16:09:11.667Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T16:09:11.667Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:09:11.667Z] [2022-06-03T16:09:11.667Z] DONE 243 tests, 3 skipped in 112.957s [2022-06-03T16:09:11.667Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T16:09:11.667Z] ++ 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-06-03T16:09:11.667Z] ++ set -e [2022-06-03T16:09:11.667Z] ++ '[' -n 0 ']' [2022-06-03T16:09:11.667Z] ++ set -x [2022-06-03T16:09:11.667Z] ++ 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-06-03T16:09:11.667Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T16:09:11.667Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-03T16:09:11.667Z] === RUN TestConfigDaemonID [2022-06-03T16:09:11.771Z] plugin_test.go:64: [d7881498d997a] joining swarm manager [d113c36279168]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:09:12.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-03T16:09:12.621Z] daemon_test.go:83: [deced6a8025e2] daemon is not started [2022-06-03T16:09:12.621Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-03T16:09:12.621Z] === RUN TestDaemonConfigValidation [2022-06-03T16:09:12.621Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:09:12.621Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:09:12.621Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T16:09:12.621Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T16:09:12.621Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T16:09:12.621Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T16:09:12.621Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T16:09:12.621Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T16:09:12.621Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T16:09:12.621Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T16:09:12.621Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:09:12.621Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T16:09:12.621Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T16:09:12.621Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T16:09:12.877Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T16:09:12.877Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T16:09:12.877Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-06-03T16:09:12.877Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-06-03T16:09:12.877Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-06-03T16:09:12.877Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-06-03T16:09:12.877Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-06-03T16:09:12.877Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T16:09:12.877Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T16:09:13.246Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-03T16:09:13.805Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T16:09:13.812Z] --- PASS: TestStats (2.89s) [2022-06-03T16:09:13.812Z] === RUN TestStopContainerWithTimeout [2022-06-03T16:09:13.812Z] === RUN TestStopContainerWithTimeout/0 [2022-06-03T16:09:13.812Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-03T16:09:13.812Z] === RUN TestStopContainerWithTimeout/1 [2022-06-03T16:09:13.812Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-03T16:09:13.812Z] === RUN TestStopContainerWithTimeout/3 [2022-06-03T16:09:13.812Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-03T16:09:13.812Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-03T16:09:13.812Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-03T16:09:13.812Z] === CONT TestStopContainerWithTimeout/0 [2022-06-03T16:09:13.812Z] === CONT TestStopContainerWithTimeout/3 [2022-06-03T16:09:14.069Z] check_test.go:307: [dea97cde29245] daemon is not started [2022-06-03T16:09:14.069Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-03T16:09:14.069Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-03T16:09:15.002Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-03T16:09:15.002Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-03T16:09:15.169Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T16:09:15.568Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-03T16:09:15.826Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-03T16:09:16.096Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T16:09:16.096Z] daemon_test.go:197: [de20bac45eefd] daemon is not started [2022-06-03T16:09:16.096Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-03T16:09:16.096Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-03T16:09:16.096Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-03T16:09:16.096Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-03T16:09:16.096Z] === RUN TestDaemonProxy [2022-06-03T16:09:16.096Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T16:09:17.198Z] === CONT TestStopContainerWithTimeout/1 [2022-06-03T16:09:17.456Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-03T16:09:17.984Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T16:09:18.829Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2022-06-03T16:09:18.829Z] --- PASS: TestStopContainerWithTimeout/0 (1.34s) [2022-06-03T16:09:18.829Z] --- PASS: TestStopContainerWithTimeout/3 (3.23s) [2022-06-03T16:09:18.829Z] --- PASS: TestStopContainerWithTimeout/-1 (2.68s) [2022-06-03T16:09:18.829Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2022-06-03T16:09:18.829Z] === RUN TestDeleteDevicemapper [2022-06-03T16:09:18.829Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:09:18.829Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-03T16:09:18.829Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-03T16:09:19.348Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T16:09:21.236Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T16:09:21.357Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-03T16:09:21.357Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.64s) [2022-06-03T16:09:21.357Z] === RUN TestUpdateMemory [2022-06-03T16:09:21.357Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:09:21.357Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-03T16:09:21.357Z] === RUN TestUpdateCPUQuota [2022-06-03T16:09:21.797Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T16:09:22.295Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-03T16:09:22.359Z] --- PASS: TestDaemonProxy (6.23s) [2022-06-03T16:09:22.359Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-03T16:09:22.359Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-06-03T16:09:22.359Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-06-03T16:09:22.359Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T16:09:22.359Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T16:09:22.359Z] PASS [2022-06-03T16:09:22.359Z] [2022-06-03T16:09:22.359Z] DONE 18 tests in 11.272s [2022-06-03T16:09:22.359Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T16:09:22.359Z] ++ 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-06-03T16:09:22.359Z] ++ set -e [2022-06-03T16:09:22.359Z] ++ '[' -n 0 ']' [2022-06-03T16:09:22.359Z] ++ set -x [2022-06-03T16:09:22.359Z] ++ 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-06-03T16:09:22.359Z] INFO: Testing against a local daemon [2022-06-03T16:09:22.359Z] === RUN TestCommitInheritsEnv [2022-06-03T16:09:22.615Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-06-03T16:09:22.615Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T16:09:22.615Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-03T16:09:22.615Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-03T16:09:22.615Z] === RUN TestImportWithCustomPlatform [2022-06-03T16:09:22.615Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T16:09:22.861Z] --- PASS: TestUpdateCPUQuota (1.46s) [2022-06-03T16:09:22.861Z] === RUN TestUpdatePidsLimit [2022-06-03T16:09:22.861Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform// [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T16:09:22.871Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T16:09:22.871Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-03T16:09:22.871Z] === RUN TestImagesFilterMultiReference [2022-06-03T16:09:23.119Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-03T16:09:23.119Z] === RUN TestUpdatePidsLimit/no_change [2022-06-03T16:09:23.127Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-03T16:09:23.127Z] === RUN TestImagePullPlatformInvalid [2022-06-03T16:09:23.127Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-03T16:09:23.127Z] === RUN TestRemoveImageOrphaning [2022-06-03T16:09:23.382Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-06-03T16:09:23.382Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T16:09:23.382Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:09:23.382Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-03T16:09:23.382Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T16:09:23.383Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-03T16:09:23.383Z] === RUN TestTagInvalidReference [2022-06-03T16:09:23.383Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-03T16:09:23.383Z] === RUN TestTagValidPrefixedRepo [2022-06-03T16:09:23.383Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-03T16:09:23.383Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T16:09:23.383Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-03T16:09:23.383Z] === RUN TestTagOfficialNames [2022-06-03T16:09:23.383Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-03T16:09:23.383Z] === RUN TestTagMatchesDigest [2022-06-03T16:09:23.383Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-03T16:09:23.383Z] PASS [2022-06-03T16:09:23.383Z] [2022-06-03T16:09:23.383Z] === Skipped [2022-06-03T16:09:23.383Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-03T16:09:23.383Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-03T16:09:23.383Z] [2022-06-03T16:09:23.383Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-03T16:09:23.383Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:09:23.383Z] [2022-06-03T16:09:23.383Z] DONE 22 tests, 2 skipped in 1.235s [2022-06-03T16:09:23.383Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T16:09:23.383Z] ++ 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-06-03T16:09:23.383Z] ++ set -e [2022-06-03T16:09:23.383Z] ++ '[' -n 0 ']' [2022-06-03T16:09:23.383Z] ++ set -x [2022-06-03T16:09:23.383Z] ++ 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-06-03T16:09:23.639Z] INFO: Testing against a local daemon [2022-06-03T16:09:23.639Z] === RUN TestNetworkCreateDelete [2022-06-03T16:09:23.639Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-03T16:09:23.639Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T16:09:23.687Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-03T16:09:23.945Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-03T16:09:23.945Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-03T16:09:24.200Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-06-03T16:09:24.200Z] === RUN TestDaemonDNSFallback [2022-06-03T16:09:24.512Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-03T16:09:24.770Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-03T16:09:25.338Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit (3.69s) [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.35s) [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s) [2022-06-03T16:09:26.713Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2022-06-03T16:09:26.713Z] === RUN TestUpdateRestartPolicy [2022-06-03T16:09:26.971Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-03T16:09:29.499Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-03T16:09:29.757Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-03T16:09:30.712Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-03T16:09:30.734Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-06-03T16:09:30.734Z] === RUN TestInspectNetwork [2022-06-03T16:09:31.129Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-03T16:09:31.386Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-03T16:09:31.644Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-03T16:09:32.210Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-03T16:09:32.468Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-03T16:09:32.726Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-03T16:09:33.249Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T16:09:33.249Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T16:09:33.249Z] === RUN TestInspectNetwork/network_name [2022-06-03T16:09:33.249Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T16:09:33.292Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-03T16:09:33.292Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-03T16:09:33.292Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-03T16:09:33.292Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-03T16:09:34.227Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-03T16:09:36.125Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-03T16:09:36.125Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-03T16:09:36.125Z] check_test.go:307: [d7839f76da59c] daemon is not started [2022-06-03T16:09:36.125Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-03T16:09:36.125Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-03T16:09:36.125Z] check_test.go:307: [d0b16333f5adc] daemon is not started [2022-06-03T16:09:36.125Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-03T16:09:37.437Z] --- PASS: TestInspectNetwork (7.10s) [2022-06-03T16:09:37.437Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T16:09:37.437Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T16:09:37.437Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T16:09:37.437Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T16:09:37.437Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T16:09:38.291Z] --- PASS: TestServicePlugin (30.12s) [2022-06-03T16:09:38.291Z] === RUN TestServiceUpdateLabel [2022-06-03T16:09:38.653Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-03T16:09:38.865Z] --- PASS: TestServiceUpdateLabel (2.17s) [2022-06-03T16:09:38.865Z] === RUN TestServiceUpdateSecrets [2022-06-03T16:09:38.921Z] --- PASS: TestUpdateRestartPolicy (12.47s) [2022-06-03T16:09:38.921Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-03T16:09:39.180Z] check_test.go:307: [d2476a01fe3c4] daemon is not started [2022-06-03T16:09:39.180Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-03T16:09:39.326Z] --- PASS: TestRunContainerWithBridgeNone (1.48s) [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T16:09:39.326Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:09:39.326Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:09:39.326Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:09:39.326Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T16:09:39.326Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T16:09:39.326Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T16:09:39.326Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T16:09:39.326Z] === RUN TestNetworkList [2022-06-03T16:09:39.326Z] === RUN TestNetworkList//networks [2022-06-03T16:09:39.326Z] === PAUSE TestNetworkList//networks [2022-06-03T16:09:39.326Z] === RUN TestNetworkList//networks/ [2022-06-03T16:09:39.326Z] === PAUSE TestNetworkList//networks/ [2022-06-03T16:09:39.326Z] === CONT TestNetworkList//networks [2022-06-03T16:09:39.326Z] === CONT TestNetworkList//networks/ [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkList (0.02s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T16:09:39.326Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T16:09:39.326Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T16:09:39.438Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-03T16:09:39.582Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-03T16:09:39.582Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T16:09:39.696Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s) [2022-06-03T16:09:39.696Z] === RUN TestWaitNonBlocked [2022-06-03T16:09:39.696Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:09:39.696Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:09:39.696Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:09:39.696Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:09:39.696Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-03T16:09:39.696Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-03T16:09:40.509Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-03T16:09:40.509Z] === RUN TestDaemonDefaultNetworkPools [2022-06-03T16:09:40.629Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-03T16:09:40.889Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-03T16:09:40.889Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-03T16:09:40.889Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.21s) [2022-06-03T16:09:40.889Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.25s) [2022-06-03T16:09:40.889Z] === RUN TestWaitBlocked [2022-06-03T16:09:40.889Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:09:40.889Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:09:40.889Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:09:40.889Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:09:40.889Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-03T16:09:40.889Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-03T16:09:41.436Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-03T16:09:41.436Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T16:09:41.822Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-03T16:09:42.362Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-06-03T16:09:42.362Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T16:09:42.389Z] --- PASS: TestWaitBlocked (0.02s) [2022-06-03T16:09:42.389Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2022-06-03T16:09:42.389Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.24s) [2022-06-03T16:09:42.389Z] === CONT TestContainerStartOnDaemonRestart [2022-06-03T16:09:42.389Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-03T16:09:42.389Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-03T16:09:42.647Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-03T16:09:43.728Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2022-06-03T16:09:43.728Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T16:09:44.025Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-03T16:09:44.290Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-03T16:09:44.290Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T16:09:46.554Z] --- PASS: TestContainerStartOnDaemonRestart (3.97s) [2022-06-03T16:09:46.554Z] === CONT TestDaemonHostGatewayIP [2022-06-03T16:09:46.554Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.06s) [2022-06-03T16:09:46.554Z] === CONT TestDaemonRestartIpcMode [2022-06-03T16:09:46.804Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2022-06-03T16:09:46.804Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T16:09:46.804Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:09:46.804Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:09:46.804Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T16:09:47.487Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-03T16:09:50.772Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-03T16:09:51.341Z] --- PASS: TestDaemonRestartIpcMode (4.93s) [2022-06-03T16:09:51.341Z] === CONT TestIpcModeOlderClient [2022-06-03T16:09:51.341Z] --- PASS: TestDaemonHostGatewayIP (5.11s) [2022-06-03T16:09:51.341Z] === CONT TestContainerKillOnDaemonStart [2022-06-03T16:09:51.341Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-06-03T16:09:53.240Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-03T16:09:53.726Z] --- PASS: TestServiceUpdateSecrets (14.59s) [2022-06-03T16:09:53.726Z] === RUN TestServiceUpdateConfigs [2022-06-03T16:09:54.175Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-03T16:09:54.433Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-03T16:09:54.690Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-03T16:09:57.216Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-03T16:09:57.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-03T16:09:59.743Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-03T16:10:00.001Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-03T16:10:00.938Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-03T16:10:00.938Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-03T16:10:00.938Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-03T16:10:00.938Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-03T16:10:00.938Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-03T16:10:00.938Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-03T16:10:00.938Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-03T16:10:00.938Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-03T16:10:00.938Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-03T16:10:01.642Z] --- PASS: TestServiceWithDataPathPortInit (13.58s) [2022-06-03T16:10:01.642Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T16:10:03.009Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:x6oothurhf7ti4jrc7gk2rnew Created:2022-06-03 16:10:01.489462309 +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[f4cec2bc5284c352758dbda0c2b36a76f0bf4ae11ee78e761110dd479bdf5297:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u5nno88kubv6dgxgx30myvbnw EndpointID:c3b0b01ddc50910e881bfcbb40e86041eb3efde6c8ca2806dd9d6e004c1277a9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7b9c46fce3864168efbe02f790e55b39eb0f288da36e701150a916b660281b2b 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:2ba9b9bb9b7c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u5nno88kubv6dgxgx30myvbnw EndpointID:c3b0b01ddc50910e881bfcbb40e86041eb3efde6c8ca2806dd9d6e004c1277a9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T16:10:04.239Z] --- PASS: TestContainerKillOnDaemonStart (12.32s) [2022-06-03T16:10:04.239Z] PASS [2022-06-03T16:10:04.239Z] [2022-06-03T16:10:04.239Z] === Skipped [2022-06-03T16:10:04.239Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-03T16:10:04.239Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-03T16:10:04.239Z] [2022-06-03T16:10:04.239Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-03T16:10:04.239Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:10:04.239Z] [2022-06-03T16:10:04.239Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-03T16:10:04.239Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:10:04.239Z] [2022-06-03T16:10:04.239Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2022-06-03T16:10:04.239Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-03T16:10:04.239Z] [2022-06-03T16:10:04.239Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-03T16:10:04.239Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-03T16:10:04.239Z] [2022-06-03T16:10:04.239Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-03T16:10:04.239Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-03T16:10:04.239Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-03T16:10:04.239Z] [2022-06-03T16:10:04.239Z] DONE 243 tests, 6 skipped in 171.375s [2022-06-03T16:10:04.239Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-03T16:10:04.239Z] ++ 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-06-03T16:10:04.239Z] ++ set -e [2022-06-03T16:10:04.239Z] ++ '[' -n 0 ']' [2022-06-03T16:10:04.239Z] ++ set -x [2022-06-03T16:10:04.239Z] ++ 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-06-03T16:10:04.239Z] === RUN TestConfigDaemonLibtrustID [2022-06-03T16:10:04.239Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-03T16:10:04.497Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-06-03T16:10:04.497Z] === RUN TestConfigDaemonID [2022-06-03T16:10:05.431Z] daemon_test.go:83: [d7854aa494b5b] daemon is not started [2022-06-03T16:10:05.431Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-03T16:10:05.431Z] === RUN TestDaemonConfigValidation [2022-06-03T16:10:05.431Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:10:05.431Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:10:05.431Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-03T16:10:05.431Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-03T16:10:05.431Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-03T16:10:05.431Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-03T16:10:05.431Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-03T16:10:05.431Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-03T16:10:05.431Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-03T16:10:05.431Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-03T16:10:05.431Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-03T16:10:05.431Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-03T16:10:05.692Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-03T16:10:05.692Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-03T16:10:05.692Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-03T16:10:05.950Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-03T16:10:05.950Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.12s) [2022-06-03T16:10:05.950Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.17s) [2022-06-03T16:10:05.950Z] --- PASS: TestDaemonConfigValidation/valid_config (0.15s) [2022-06-03T16:10:05.950Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.15s) [2022-06-03T16:10:05.950Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.14s) [2022-06-03T16:10:05.950Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-03T16:10:05.950Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-03T16:10:05.950Z] check_test.go:307: [d2b400f3d8ac8] daemon is not started [2022-06-03T16:10:05.950Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-03T16:10:06.883Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-03T16:10:07.175Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.94s) [2022-06-03T16:10:07.175Z] PASS [2022-06-03T16:10:07.175Z] [2022-06-03T16:10:07.175Z] === Skipped [2022-06-03T16:10:07.175Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:10:07.175Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:10:07.175Z] [2022-06-03T16:10:07.175Z] DONE 38 tests, 1 skipped in 43.593s [2022-06-03T16:10:07.175Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:10:07.175Z] ++ 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-06-03T16:10:07.175Z] ++ set -e [2022-06-03T16:10:07.175Z] ++ '[' -n 0 ']' [2022-06-03T16:10:07.175Z] ++ set -x [2022-06-03T16:10:07.175Z] ++ 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-06-03T16:10:07.175Z] INFO: Testing against a local daemon [2022-06-03T16:10:07.175Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T16:10:07.175Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:10:07.175Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T16:10:07.175Z] === RUN TestDockerNetworkIpvlan [2022-06-03T16:10:07.175Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:10:07.175Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:10:07.175Z] PASS [2022-06-03T16:10:07.175Z] [2022-06-03T16:10:07.175Z] === Skipped [2022-06-03T16:10:07.175Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-03T16:10:07.175Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:10:07.175Z] [2022-06-03T16:10:07.175Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:10:07.175Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:10:07.175Z] [2022-06-03T16:10:07.175Z] DONE 2 tests, 2 skipped in 0.107s [2022-06-03T16:10:07.175Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:10:07.175Z] ++ 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-06-03T16:10:07.175Z] ++ set -e [2022-06-03T16:10:07.175Z] ++ '[' -n 0 ']' [2022-06-03T16:10:07.175Z] ++ set -x [2022-06-03T16:10:07.175Z] ++ 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-06-03T16:10:07.431Z] INFO: Testing against a local daemon [2022-06-03T16:10:07.431Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T16:10:08.258Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-03T16:10:08.516Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-03T16:10:08.585Z] --- PASS: TestServiceUpdateConfigs (14.67s) [2022-06-03T16:10:08.585Z] === RUN TestServiceUpdateNetwork [2022-06-03T16:10:08.796Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-06-03T16:10:08.796Z] === RUN TestDockerNetworkMacvlan [2022-06-03T16:10:09.082Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-03T16:10:09.082Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-03T16:10:09.082Z] daemon_test.go:197: [de57b2c25963c] daemon is not started [2022-06-03T16:10:09.082Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2022-06-03T16:10:09.082Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-06-03T16:10:09.082Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-03T16:10:09.082Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s) [2022-06-03T16:10:09.082Z] === RUN TestDaemonProxy [2022-06-03T16:10:09.082Z] === RUN TestDaemonProxy/environment_variables [2022-06-03T16:10:09.369Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T16:10:09.937Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T16:10:10.865Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T16:10:10.984Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-03T16:10:10.984Z] === RUN TestDaemonProxy/command-line_options [2022-06-03T16:10:11.241Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-03T16:10:11.499Z] docker_cli_daemon_plugins_test.go:106: [d8bc69399d3bd] daemon is not started [2022-06-03T16:10:12.432Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-03T16:10:12.689Z] === RUN TestDaemonProxy/configuration_file [2022-06-03T16:10:12.754Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T16:10:14.063Z] check_test.go:307: [d6032feeb3fa3] daemon is not started [2022-06-03T16:10:14.063Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-03T16:10:14.119Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T16:10:14.322Z] === RUN TestDaemonProxy/conflicting_options [2022-06-03T16:10:14.888Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-03T16:10:15.146Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-03T16:10:15.404Z] --- PASS: TestDaemonProxy (6.32s) [2022-06-03T16:10:15.404Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-06-03T16:10:15.404Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-06-03T16:10:15.404Z] --- PASS: TestDaemonProxy/configuration_file (1.77s) [2022-06-03T16:10:15.404Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-03T16:10:15.404Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-03T16:10:15.404Z] PASS [2022-06-03T16:10:15.404Z] [2022-06-03T16:10:15.404Z] DONE 18 tests in 11.788s [2022-06-03T16:10:15.404Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-03T16:10:15.405Z] ++ 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-06-03T16:10:15.405Z] ++ set -e [2022-06-03T16:10:15.405Z] ++ '[' -n 0 ']' [2022-06-03T16:10:15.405Z] ++ set -x [2022-06-03T16:10:15.405Z] ++ 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-06-03T16:10:15.662Z] INFO: Testing against a local daemon [2022-06-03T16:10:15.662Z] === RUN TestCommitInheritsEnv [2022-06-03T16:10:15.921Z] --- PASS: TestCommitInheritsEnv (0.33s) [2022-06-03T16:10:15.921Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-03T16:10:15.921Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-03T16:10:15.921Z] === RUN TestImportWithCustomPlatform [2022-06-03T16:10:15.921Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-03T16:10:16.179Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-03T16:10:16.179Z] === RUN TestImportWithCustomPlatform// [2022-06-03T16:10:16.179Z] === RUN TestImportWithCustomPlatform/linux [2022-06-03T16:10:16.179Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-03T16:10:16.438Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-03T16:10:16.438Z] === RUN TestImportWithCustomPlatform/macos [2022-06-03T16:10:16.438Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-03T16:10:16.438Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform (0.47s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/#00 (0.11s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/linux (0.12s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.10s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.11s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-03T16:10:16.438Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.01s) [2022-06-03T16:10:16.438Z] === RUN TestImagesFilterMultiReference [2022-06-03T16:10:16.438Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-06-03T16:10:16.438Z] === RUN TestImagePullPlatformInvalid [2022-06-03T16:10:16.696Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-03T16:10:16.696Z] === RUN TestRemoveImageOrphaning [2022-06-03T16:10:16.954Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2022-06-03T16:10:16.954Z] === RUN TestRemoveImageGarbageCollector [2022-06-03T16:10:17.385Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T16:10:17.520Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-03T16:10:17.520Z] time="2022-06-03T16:10:17Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-03T16:10:17.947Z] --- PASS: TestDockerNetworkMacvlan (9.52s) [2022-06-03T16:10:17.947Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-06-03T16:10:17.947Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-03T16:10:17.947Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.84s) [2022-06-03T16:10:17.947Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-06-03T16:10:17.947Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.98s) [2022-06-03T16:10:17.947Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s) [2022-06-03T16:10:17.947Z] PASS [2022-06-03T16:10:17.947Z] [2022-06-03T16:10:17.947Z] DONE 8 tests in 10.850s [2022-06-03T16:10:18.203Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T16:10:18.203Z] ++ 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-06-03T16:10:18.203Z] ++ set -e [2022-06-03T16:10:18.203Z] ++ '[' -n 0 ']' [2022-06-03T16:10:18.203Z] ++ set -x [2022-06-03T16:10:18.203Z] ++ 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-06-03T16:10:18.203Z] testing: warning: no tests to run [2022-06-03T16:10:18.203Z] PASS [2022-06-03T16:10:18.203Z] [2022-06-03T16:10:18.203Z] DONE 0 tests in 0.030s [2022-06-03T16:10:18.203Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T16:10:18.203Z] ++ 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-06-03T16:10:18.203Z] ++ set -e [2022-06-03T16:10:18.203Z] ++ '[' -n 0 ']' [2022-06-03T16:10:18.203Z] ++ set -x [2022-06-03T16:10:18.203Z] ++ 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-06-03T16:10:18.203Z] INFO: Testing against a local daemon [2022-06-03T16:10:18.203Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T16:10:19.418Z] --- PASS: TestRemoveImageGarbageCollector (2.37s) [2022-06-03T16:10:19.418Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-03T16:10:19.418Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-06-03T16:10:19.418Z] === RUN TestTagInvalidReference [2022-06-03T16:10:19.418Z] --- PASS: TestTagInvalidReference (0.05s) [2022-06-03T16:10:19.418Z] === RUN TestTagValidPrefixedRepo [2022-06-03T16:10:19.418Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-06-03T16:10:19.418Z] === RUN TestTagExistedNameWithoutForce [2022-06-03T16:10:19.567Z] --- PASS: TestAuthZPluginAllowRequest (1.11s) [2022-06-03T16:10:19.567Z] === RUN TestAuthZPluginTLS [2022-06-03T16:10:19.676Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-03T16:10:19.676Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-06-03T16:10:19.676Z] === RUN TestTagOfficialNames [2022-06-03T16:10:19.676Z] --- PASS: TestTagOfficialNames (0.06s) [2022-06-03T16:10:19.676Z] === RUN TestTagMatchesDigest [2022-06-03T16:10:19.676Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-03T16:10:19.676Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-03T16:10:19.823Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-03T16:10:19.823Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T16:10:19.933Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-03T16:10:20.384Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-03T16:10:20.384Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T16:10:20.774Z] --- PASS: TestServiceUpdateNetwork (12.42s) [2022-06-03T16:10:20.774Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T16:10:20.945Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-03T16:10:20.945Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T16:10:21.308Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-03T16:10:21.507Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-03T16:10:21.507Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T16:10:22.145Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T16:10:22.710Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T16:10:22.872Z] --- PASS: TestAuthZPluginAllowEventStream (1.09s) [2022-06-03T16:10:22.872Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T16:10:23.128Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-06-03T16:10:23.128Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T16:10:23.208Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-03T16:10:23.689Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-03T16:10:23.689Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T16:10:23.748Z] .........................xx.................... [ 29%] [2022-06-03T16:10:24.145Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-03T16:10:24.252Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-03T16:10:24.252Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T16:10:24.403Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-03T16:10:24.661Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-03T16:10:25.227Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-03T16:10:25.227Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-03T16:10:25.485Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-03T16:10:25.485Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-03T16:10:25.619Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.36s) [2022-06-03T16:10:25.619Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T16:10:25.743Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-03T16:10:26.326Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-03T16:10:26.588Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-03T16:10:26.588Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-03T16:10:26.985Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s) [2022-06-03T16:10:26.985Z] === RUN TestAuthZPluginHeader [2022-06-03T16:10:27.153Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-03T16:10:27.546Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-06-03T16:10:27.546Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T16:10:27.546Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:27.546Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-03T16:10:27.546Z] === RUN TestAuthZPluginV2Disable [2022-06-03T16:10:27.546Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:27.546Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-03T16:10:27.546Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T16:10:27.546Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:27.546Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-03T16:10:27.546Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T16:10:27.546Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:27.546Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-03T16:10:27.546Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T16:10:27.718Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-03T16:10:27.718Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-03T16:10:28.284Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-03T16:10:28.850Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-03T16:10:29.108Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-03T16:10:29.108Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-03T16:10:29.673Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-03T16:10:30.239Z] check_test.go:307: [d09c7169655ba] daemon is not started [2022-06-03T16:10:30.239Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-03T16:10:30.809Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T16:10:31.612Z] check_test.go:307: [d862b63168924] daemon is not started [2022-06-03T16:10:31.612Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-03T16:10:31.871Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-03T16:10:33.772Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-03T16:10:37.054Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-03T16:10:37.054Z] check_test.go:307: [d7ddafd5cee6e] daemon is not started [2022-06-03T16:10:37.054Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-03T16:10:37.375Z] --- PASS: TestServiceUpdatePidsLimit (16.44s) [2022-06-03T16:10:37.375Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-06-03T16:10:37.375Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-06-03T16:10:37.375Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2022-06-03T16:10:37.375Z] PASS [2022-06-03T16:10:37.375Z] [2022-06-03T16:10:37.375Z] === Skipped [2022-06-03T16:10:37.375Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T16:10:37.375Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:10:37.375Z] [2022-06-03T16:10:37.375Z] DONE 27 tests, 1 skipped in 165.299s [2022-06-03T16:10:37.375Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T16:10:37.375Z] INFO: Testing against a local daemon [2022-06-03T16:10:37.375Z] === RUN TestSessionCreate [2022-06-03T16:10:37.375Z] --- PASS: TestSessionCreate (0.02s) [2022-06-03T16:10:37.375Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T16:10:37.375Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-03T16:10:37.375Z] PASS [2022-06-03T16:10:37.375Z] [2022-06-03T16:10:37.375Z] DONE 2 tests in 0.055s [2022-06-03T16:10:37.375Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T16:10:37.375Z] INFO: Testing against a local daemon [2022-06-03T16:10:37.375Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T16:10:37.375Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-03T16:10:37.375Z] === RUN TestDiskUsage [2022-06-03T16:10:37.375Z] === PAUSE TestDiskUsage [2022-06-03T16:10:37.375Z] === RUN TestEventsExecDie [2022-06-03T16:10:37.939Z] --- PASS: TestEventsExecDie (0.62s) [2022-06-03T16:10:37.939Z] === RUN TestEventsBackwardsCompatible [2022-06-03T16:10:37.939Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-03T16:10:37.939Z] === RUN TestEventsVolumeCreate [2022-06-03T16:10:37.939Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-06-03T16:10:37.939Z] === RUN TestInfoBinaryCommits [2022-06-03T16:10:37.939Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T16:10:37.939Z] === RUN TestInfoAPIVersioned [2022-06-03T16:10:37.939Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T16:10:37.939Z] === RUN TestInfoAPI [2022-06-03T16:10:37.939Z] --- PASS: TestInfoAPI (0.04s) [2022-06-03T16:10:37.939Z] === RUN TestInfoAPIWarnings [2022-06-03T16:10:38.954Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-03T16:10:39.888Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-03T16:10:40.196Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-03T16:10:40.454Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-03T16:10:41.829Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-03T16:10:43.729Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-03T16:10:45.596Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-03T16:10:45.596Z] PASS [2022-06-03T16:10:45.596Z] [2022-06-03T16:10:45.596Z] === Skipped [2022-06-03T16:10:45.596Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-03T16:10:45.596Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:45.596Z] [2022-06-03T16:10:45.596Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-03T16:10:45.596Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:45.596Z] [2022-06-03T16:10:45.596Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-03T16:10:45.596Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:45.596Z] [2022-06-03T16:10:45.596Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-03T16:10:45.596Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:45.596Z] [2022-06-03T16:10:45.596Z] DONE 17 tests, 4 skipped in 26.013s [2022-06-03T16:10:45.596Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T16:10:45.596Z] ++ 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-06-03T16:10:45.596Z] ++ set -e [2022-06-03T16:10:45.596Z] ++ '[' -n 0 ']' [2022-06-03T16:10:45.596Z] ++ set -x [2022-06-03T16:10:45.596Z] ++ 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-06-03T16:10:45.596Z] INFO: Testing against a local daemon [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:10:45.596Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:10:45.596Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T16:10:45.596Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T16:10:45.596Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:10:45.596Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T16:10:45.596Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T16:10:45.596Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T16:10:45.596Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T16:10:45.596Z] === RUN TestPluginInstall [2022-06-03T16:10:45.596Z] === RUN TestPluginInstall/no_auth [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ed5f10b4f3e9ac087cab470ff51a241b2a968d0805592dbcb63fbb1bbae41de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ed5f10b4f3e9ac087cab470ff51a241b2a968d0805592dbcb63fbb1bbae41de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:10:45.596Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f069dc6a2fe782b1a357556034fa4fe6b5313baa635845ab72afcafab31e03cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:10:45.596Z] time="2022-06-03T16:10:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f069dc6a2fe782b1a357556034fa4fe6b5313baa635845ab72afcafab31e03cb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:10:45.631Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-03T16:10:45.852Z] === RUN TestPluginInstall/with_insecure [2022-06-03T16:10:46.564Z] check_test.go:307: [d28564628e1c2] daemon is not started [2022-06-03T16:10:46.564Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-03T16:10:46.779Z] time="2022-06-03T16:10:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:10:46.779Z] time="2022-06-03T16:10:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d9cc3fd5a3d452d96fab0a8df77e256bfca193d2cb1a9857b8b19277b14ecad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:10:46.779Z] time="2022-06-03T16:10:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:10:46.779Z] time="2022-06-03T16:10:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d9cc3fd5a3d452d96fab0a8df77e256bfca193d2cb1a9857b8b19277b14ecad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:10:46.779Z] plugin_test.go:195: [d20d8c7246d99] daemon is not started [2022-06-03T16:10:46.779Z] --- PASS: TestPluginInstall (2.51s) [2022-06-03T16:10:46.779Z] --- PASS: TestPluginInstall/no_auth (0.94s) [2022-06-03T16:10:46.779Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-06-03T16:10:46.779Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-06-03T16:10:46.779Z] === RUN TestPluginsWithRuntimes [2022-06-03T16:10:47.618Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-03T16:10:48.667Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T16:10:49.228Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T16:10:50.156Z] --- PASS: TestPluginsWithRuntimes (3.26s) [2022-06-03T16:10:50.156Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-06-03T16:10:50.156Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-06-03T16:10:50.156Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T16:10:50.717Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-06-03T16:10:50.717Z] PASS [2022-06-03T16:10:50.717Z] [2022-06-03T16:10:50.717Z] DONE 24 tests in 6.477s [2022-06-03T16:10:50.717Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T16:10:50.717Z] ++ 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-06-03T16:10:50.717Z] ++ set -e [2022-06-03T16:10:50.717Z] ++ '[' -n 0 ']' [2022-06-03T16:10:50.717Z] ++ set -x [2022-06-03T16:10:50.718Z] ++ 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-06-03T16:10:50.718Z] INFO: Testing against a local daemon [2022-06-03T16:10:50.718Z] === RUN TestExternalGraphDriver [2022-06-03T16:10:50.718Z] === RUN TestExternalGraphDriver/json [2022-06-03T16:10:51.828Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-03T16:10:52.370Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-03T16:10:52.606Z] === RUN TestExternalGraphDriver/spec [2022-06-03T16:10:53.970Z] === RUN TestExternalGraphDriver/pull [2022-06-03T16:10:55.120Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-03T16:10:55.378Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-03T16:10:55.859Z] --- PASS: TestExternalGraphDriver (4.71s) [2022-06-03T16:10:55.859Z] --- PASS: TestExternalGraphDriver/json (1.54s) [2022-06-03T16:10:55.859Z] --- PASS: TestExternalGraphDriver/spec (1.56s) [2022-06-03T16:10:55.859Z] --- PASS: TestExternalGraphDriver/pull (1.58s) [2022-06-03T16:10:55.859Z] === RUN TestGraphdriverPluginV2 [2022-06-03T16:10:55.859Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:55.859Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-03T16:10:55.859Z] PASS [2022-06-03T16:10:55.859Z] [2022-06-03T16:10:55.859Z] === Skipped [2022-06-03T16:10:55.859Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-03T16:10:55.859Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:10:55.859Z] [2022-06-03T16:10:55.859Z] DONE 5 tests, 1 skipped in 4.830s [2022-06-03T16:10:55.859Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T16:10:55.859Z] ++ 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-06-03T16:10:55.859Z] ++ set -e [2022-06-03T16:10:55.859Z] ++ '[' -n 0 ']' [2022-06-03T16:10:55.859Z] ++ set -x [2022-06-03T16:10:55.859Z] ++ 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-06-03T16:10:55.859Z] INFO: Testing against a local daemon [2022-06-03T16:10:55.859Z] === RUN TestContinueAfterPluginCrash [2022-06-03T16:10:55.859Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T16:10:55.859Z] === RUN TestReadPluginNoRead [2022-06-03T16:10:55.859Z] === PAUSE TestReadPluginNoRead [2022-06-03T16:10:55.859Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T16:10:55.859Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T16:10:55.859Z] === CONT TestContinueAfterPluginCrash [2022-06-03T16:10:55.859Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T16:10:56.001Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-03T16:10:56.001Z] === RUN TestInfoDebug [2022-06-03T16:10:56.001Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T16:10:56.001Z] === RUN TestInfoInsecureRegistries [2022-06-03T16:10:56.001Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-03T16:10:56.001Z] === RUN TestInfoRegistryMirrors [2022-06-03T16:10:56.001Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T16:10:56.001Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T16:10:56.258Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-03T16:10:56.258Z] === RUN TestPingCacheHeaders [2022-06-03T16:10:56.258Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-03T16:10:56.258Z] === RUN TestPingGet [2022-06-03T16:10:56.258Z] --- PASS: TestPingGet (0.01s) [2022-06-03T16:10:56.258Z] === RUN TestPingHead [2022-06-03T16:10:56.258Z] --- PASS: TestPingHead (0.02s) [2022-06-03T16:10:56.258Z] === RUN TestPingSwarmHeader [2022-06-03T16:10:56.753Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-03T16:10:56.753Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-03T16:10:56.822Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T16:10:57.318Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-03T16:10:57.387Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T16:10:58.319Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T16:10:58.319Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-06-03T16:10:58.319Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T16:10:58.319Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T16:10:58.319Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T16:10:58.319Z] === RUN TestVersion [2022-06-03T16:10:58.319Z] --- PASS: TestVersion (0.02s) [2022-06-03T16:10:58.319Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-03T16:10:58.319Z] === CONT TestDiskUsage [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T16:10:58.883Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T16:10:59.126Z] --- PASS: TestDaemonStartWithLogOpt (2.99s) [2022-06-03T16:10:59.126Z] === CONT TestReadPluginNoRead [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T16:10:59.142Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T16:10:59.707Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T16:10:59.967Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage (1.59s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/container_types (0.01s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.32s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run (0.53s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:10:59.967Z] PASS [2022-06-03T16:10:59.967Z] [2022-06-03T16:10:59.967Z] DONE 54 tests in 22.708s [2022-06-03T16:10:59.967Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T16:10:59.967Z] INFO: Testing against a local daemon [2022-06-03T16:10:59.967Z] === RUN TestVolumesCreateAndList [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T16:10:59.967Z] === RUN TestVolumesRemove [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-03T16:10:59.967Z] === RUN TestVolumesInspect [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T16:10:59.967Z] === RUN TestVolumesInvalidJSON [2022-06-03T16:10:59.967Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T16:10:59.967Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T16:10:59.967Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T16:10:59.967Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T16:10:59.967Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T16:10:59.967Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T16:10:59.967Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T16:10:59.967Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T16:10:59.967Z] PASS [2022-06-03T16:10:59.967Z] [2022-06-03T16:10:59.967Z] DONE 9 tests in 0.137s [2022-06-03T16:10:59.967Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T16:11:00.533Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-03T16:11:00.533Z] Removing test suite binaries [2022-06-03T16:11:00.598Z] check_test.go:307: [d50db06686636] daemon is not started [2022-06-03T16:11:00.598Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-03T16:11:00.598Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-03T16:11:00.790Z] exiting test-integration [2022-06-03T16:11:00.790Z] ++ exit 0 [2022-06-03T16:11:00.790Z] [2022-06-03T16:11:00.856Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-03T16:11:01.014Z] === RUN TestReadPluginNoRead/default [2022-06-03T16:11:01.421Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-03T16:11:01.942Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T16:11:01.987Z] === RUN TestDockerDaemonSuite/TestHTTPSRun Post stage [Pipeline] junit [2022-06-03T16:11:02.174Z] Recording test results [2022-06-03T16:11:02.310Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T16:11:02.633Z] + echo Ensuring container killed. [2022-06-03T16:11:02.633Z] Ensuring container killed. [2022-06-03T16:11:02.633Z] + docker rm -vf docker-pr2 [2022-06-03T16:11:02.633Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-06-03T16:11:02.910Z] + echo Chowning /workspace to jenkins user [2022-06-03T16:11:02.910Z] Chowning /workspace to jenkins user [2022-06-03T16:11:02.910Z] + id -u [2022-06-03T16:11:02.910Z] + id -g [2022-06-03T16:11:02.910Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43689:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T16:11:03.307Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T16:11:03.361Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-03T16:11:03.563Z] --- PASS: TestContinueAfterPluginCrash (7.98s) [2022-06-03T16:11:03.618Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-03T16:11:03.618Z] check_test.go:307: [d56cc3653b2b5] daemon is not started [2022-06-03T16:11:03.618Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T16:11:04.509Z] === CONT TestReadPluginNoRead [2022-06-03T16:11:04.509Z] read_test.go:92: [dd1822665a286] daemon is not started [2022-06-03T16:11:04.509Z] --- PASS: TestReadPluginNoRead (5.69s) [2022-06-03T16:11:04.509Z] --- PASS: TestReadPluginNoRead/default (1.19s) [2022-06-03T16:11:04.509Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.17s) [2022-06-03T16:11:04.509Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-06-03T16:11:04.509Z] PASS [2022-06-03T16:11:04.509Z] [2022-06-03T16:11:04.509Z] DONE 6 tests in 8.795s [2022-06-03T16:11:04.509Z] 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-06-03T16:11:04.509Z] ++ 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-06-03T16:11:04.509Z] ++ set -e [2022-06-03T16:11:04.509Z] ++ '[' -n 0 ']' [2022-06-03T16:11:04.509Z] ++ set -x [2022-06-03T16:11:04.509Z] ++ 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-06-03T16:11:04.509Z] testing: warning: no tests to run [2022-06-03T16:11:04.509Z] PASS [2022-06-03T16:11:04.509Z] [2022-06-03T16:11:04.509Z] DONE 0 tests in 0.033s [2022-06-03T16:11:04.509Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T16:11:04.509Z] ++ 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-06-03T16:11:04.509Z] ++ set -e [2022-06-03T16:11:04.509Z] ++ '[' -n 0 ']' [2022-06-03T16:11:04.509Z] ++ set -x [2022-06-03T16:11:04.509Z] ++ 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-06-03T16:11:04.509Z] INFO: Testing against a local daemon [2022-06-03T16:11:04.509Z] === RUN TestPluginWithDevMounts [2022-06-03T16:11:04.509Z] === PAUSE TestPluginWithDevMounts [2022-06-03T16:11:04.509Z] === CONT TestPluginWithDevMounts [2022-06-03T16:11:04.576Z] + bundleName=amd64-cgroup2 [2022-06-03T16:11:04.576Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-03T16:11:04.576Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-03T16:11:04.576Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-03T16:11:04.576Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-03T16:11:04.844Z] Archiving artifacts [2022-06-03T16:11:05.225Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43689/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T16:11:05.518Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-03T16:11:05.529Z] + make clean [2022-06-03T16:11:05.529Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T16:11:05.529Z] docker-dev-cache [2022-06-03T16:11:05.529Z] docker-mod-cache [Pipeline] deleteDir [2022-06-03T16:11:05.776Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-03T16:11:05.879Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-06-03T16:11:05.879Z] PASS [2022-06-03T16:11:05.879Z] [2022-06-03T16:11:05.879Z] DONE 1 tests in 1.623s [2022-06-03T16:11:06.135Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T16:11:06.135Z] ++ 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-06-03T16:11:06.135Z] ++ set -e [2022-06-03T16:11:06.135Z] ++ '[' -n 0 ']' [2022-06-03T16:11:06.135Z] ++ set -x [2022-06-03T16:11:06.135Z] ++ 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-06-03T16:11:06.135Z] INFO: Testing against a local daemon [2022-06-03T16:11:06.135Z] === RUN TestSecretInspect [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T16:11:08.305Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-03T16:11:08.369Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-03T16:11:08.649Z] --- PASS: TestSecretInspect (2.20s) [2022-06-03T16:11:08.649Z] === RUN TestSecretList [2022-06-03T16:11:10.538Z] --- PASS: TestSecretList (2.19s) [2022-06-03T16:11:10.538Z] === RUN TestSecretsCreateAndDelete [2022-06-03T16:11:11.590Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-03T16:11:12.158Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-03T16:11:13.055Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2022-06-03T16:11:13.055Z] === RUN TestSecretsUpdate [2022-06-03T16:11:13.532Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-03T16:11:13.789Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-03T16:11:14.943Z] --- PASS: TestSecretsUpdate (2.20s) [2022-06-03T16:11:14.943Z] === RUN TestTemplatedSecret [2022-06-03T16:11:15.690Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-03T16:11:15.691Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-03T16:11:17.458Z] --- PASS: TestTemplatedSecret (2.41s) [2022-06-03T16:11:17.458Z] === RUN TestSecretCreateResolve [2022-06-03T16:11:17.949Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-03T16:11:19.691Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-03T16:11:19.875Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-03T16:11:19.974Z] --- PASS: TestSecretCreateResolve (2.27s) [2022-06-03T16:11:19.974Z] PASS [2022-06-03T16:11:19.974Z] [2022-06-03T16:11:19.974Z] DONE 6 tests in 13.565s [2022-06-03T16:11:19.974Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T16:11:19.974Z] ++ 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-06-03T16:11:19.974Z] ++ set -e [2022-06-03T16:11:19.974Z] ++ '[' -n 0 ']' [2022-06-03T16:11:19.974Z] ++ set -x [2022-06-03T16:11:19.974Z] ++ 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-06-03T16:11:19.974Z] INFO: Testing against a local daemon [2022-06-03T16:11:19.974Z] === RUN TestServiceCreateInit [2022-06-03T16:11:19.974Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T16:11:23.181Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-03T16:11:23.240Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T16:11:23.575Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-03T16:11:27.364Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-03T16:11:27.405Z] --- PASS: TestServiceCreateInit (7.18s) [2022-06-03T16:11:27.405Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s) [2022-06-03T16:11:27.405Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.64s) [2022-06-03T16:11:27.405Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T16:11:28.244Z] ............................ [ 66%] [2022-06-03T16:11:28.741Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-03T16:11:30.116Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-03T16:11:31.050Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-03T16:11:32.423Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-03T16:11:32.680Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-03T16:11:34.580Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-03T16:11:37.862Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-03T16:11:37.862Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-03T16:11:38.434Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-03T16:11:39.368Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-03T16:11:39.368Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-03T16:11:39.625Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-03T16:11:39.883Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-03T16:11:40.141Z] docker_cli_daemon_test.go:2503: [d5bd094acbd41] daemon is not started [2022-06-03T16:11:42.041Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-03T16:11:42.248Z] --- PASS: TestCreateServiceMultipleTimes (14.72s) [2022-06-03T16:11:42.248Z] === RUN TestCreateServiceConflict [2022-06-03T16:11:42.299Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-03T16:11:44.137Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-06-03T16:11:44.137Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T16:11:44.201Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-03T16:11:45.576Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-03T16:11:46.652Z] --- PASS: TestCreateServiceMaxReplicas (2.65s) [2022-06-03T16:11:46.652Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T16:11:46.951Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-03T16:11:48.324Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-03T16:11:48.926Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-03T16:11:50.306Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-03T16:11:53.586Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-03T16:11:54.960Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-03T16:11:56.334Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-03T16:11:57.708Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-03T16:11:57.708Z] check_test.go:307: [dd2e76e3ff666] daemon is not started [2022-06-03T16:11:57.708Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-03T16:12:01.490Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.11s) [2022-06-03T16:12:01.490Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T16:12:02.052Z] --- PASS: TestCreateServiceSecretFileMode (2.46s) [2022-06-03T16:12:02.052Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T16:12:03.942Z] --- PASS: TestCreateServiceConfigFileMode (2.01s) [2022-06-03T16:12:03.942Z] === RUN TestCreateServiceSysctls [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite (336.18s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.22s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.80s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.61s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.20s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.19s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.65s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.20s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.97s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.25s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.90s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.08s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.29s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.47s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.33s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.40s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.38s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.49s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.99s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.07s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.21s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.06s) [2022-06-03T16:12:04.266Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.17s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.19s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.76s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.82s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.00s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.90s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.90s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.53s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.78s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.75s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.60s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.71s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.81s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.76s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.89s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.41s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.22s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.77s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.36s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.83s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.85s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.40s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.95s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.46s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.71s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.11s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.59s) [2022-06-03T16:12:04.266Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-03T16:12:04.266Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.17s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.83s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.34s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.35s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.62s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.71s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.06s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.57s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.33s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.02s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.48s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.45s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.42s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.58s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.15s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.56s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.64s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.85s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.96s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.46s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.43s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.60s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.63s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.81s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.13s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.26s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.16s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.61s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.94s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.34s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.67s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.29s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.71s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.21s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.62s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.27s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.77s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.75s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.72s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2022-06-03T16:12:04.266Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.75s) [2022-06-03T16:12:04.266Z] === RUN TestDockerSwarmSuite [2022-06-03T16:12:04.266Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-03T16:12:06.793Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-03T16:12:07.208Z] --- PASS: TestCreateServiceSysctls (2.97s) [2022-06-03T16:12:07.208Z] === RUN TestCreateServiceCapabilities [2022-06-03T16:12:09.367Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-03T16:12:09.723Z] --- PASS: TestCreateServiceCapabilities (2.51s) [2022-06-03T16:12:09.723Z] === RUN TestInspect [2022-06-03T16:12:10.073Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-03T16:12:12.284Z] --- PASS: TestInspect (2.38s) [2022-06-03T16:12:12.284Z] === RUN TestCreateJob [2022-06-03T16:12:14.801Z] --- PASS: TestCreateJob (2.95s) [2022-06-03T16:12:14.801Z] === RUN TestReplicatedJob [2022-06-03T16:12:15.336Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-03T16:12:18.619Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-03T16:12:19.994Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-03T16:12:20.047Z] --- PASS: TestReplicatedJob (5.09s) [2022-06-03T16:12:20.048Z] === RUN TestUpdateReplicatedJob [2022-06-03T16:12:23.312Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2022-06-03T16:12:23.312Z] === RUN TestServiceListWithStatuses [2022-06-03T16:12:23.313Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:12:23.313Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T16:12:23.313Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T16:12:24.706Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-03T16:12:26.591Z] tests/integration/client_test.py ..... [ 75%] [2022-06-03T16:12:26.847Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-03T16:12:27.407Z] tests/integration/errors_test.py . [ 76%] [2022-06-03T16:12:27.479Z] --- PASS: TestDockerNetworkConnectAlias (4.06s) [2022-06-03T16:12:27.479Z] === RUN TestDockerNetworkReConnect [2022-06-03T16:12:28.119Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-03T16:12:28.119Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-03T16:12:28.119Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-03T16:12:28.685Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-03T16:12:29.253Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-03T16:12:29.253Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-03T16:12:30.744Z] --- PASS: TestDockerNetworkReConnect (3.23s) [2022-06-03T16:12:30.745Z] === RUN TestServicePlugin [2022-06-03T16:12:30.745Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:12:30.745Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-03T16:12:30.745Z] === RUN TestServiceUpdateLabel [2022-06-03T16:12:31.152Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-03T16:12:31.152Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-03T16:12:31.152Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-03T16:12:31.410Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-03T16:12:31.975Z] docker_api_swarm_test.go:563: [d3ab0f7b92f0f] joining swarm manager [da8951aa5704d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:12:32.632Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-06-03T16:12:32.632Z] === RUN TestServiceUpdateSecrets [2022-06-03T16:12:41.941Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-03T16:12:41.942Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-03T16:12:42.873Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-03T16:12:43.438Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-03T16:12:44.004Z] === RUN TestDockerSuite/TestBuildFails [2022-06-03T16:12:44.573Z] docker_api_swarm_test.go:585: [dce5039f23098] joining swarm manager [da8951aa5704d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:12:44.830Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-03T16:12:44.830Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-03T16:12:45.987Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-03T16:12:47.482Z] --- PASS: TestServiceUpdateSecrets (14.40s) [2022-06-03T16:12:47.482Z] === RUN TestServiceUpdateConfigs [2022-06-03T16:12:48.111Z] check_test.go:378: [d3ab0f7b92f0f] daemon is not started [2022-06-03T16:12:48.111Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-03T16:12:49.484Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-03T16:12:50.858Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-03T16:12:52.233Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-03T16:12:52.492Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-03T16:12:53.871Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-03T16:12:55.258Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-03T16:12:56.191Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-03T16:12:56.449Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-03T16:12:57.822Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-03T16:12:57.822Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-03T16:12:57.822Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-03T16:12:58.391Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-03T16:13:00.918Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-03T16:13:00.918Z] docker_api_swarm_test.go:46: [d1c96d14cebd7] joining swarm manager [dc7bf113bb411]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:13:02.202Z] ......... [ 85%] [2022-06-03T16:13:02.292Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-03T16:13:02.327Z] --- PASS: TestServiceUpdateConfigs (14.44s) [2022-06-03T16:13:02.327Z] === RUN TestServiceUpdateNetwork [2022-06-03T16:13:06.473Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-03T16:13:06.731Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-03T16:13:07.206Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-03T16:13:07.296Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-03T16:13:08.230Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-03T16:13:08.388Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-03T16:13:08.488Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-03T16:13:08.746Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-03T16:13:09.681Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-03T16:13:09.939Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-03T16:13:10.506Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-03T16:13:10.764Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-03T16:13:11.330Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-03T16:13:11.897Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-03T16:13:13.273Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-03T16:13:14.492Z] --- PASS: TestServiceUpdateNetwork (12.35s) [2022-06-03T16:13:14.492Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T16:13:14.917Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-03T16:13:14.917Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-03T16:13:15.054Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T16:13:15.616Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T16:13:16.556Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-03T16:13:16.662Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-03T16:13:18.456Z] --- PASS: TestImportExtremelyLargeImageWorks (178.58s) [2022-06-03T16:13:18.456Z] PASS [2022-06-03T16:13:18.456Z] [2022-06-03T16:13:18.456Z] DONE 22 tests in 182.737s [2022-06-03T16:13:18.456Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-03T16:13:18.456Z] ++ 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-06-03T16:13:18.456Z] ++ set -e [2022-06-03T16:13:18.456Z] ++ '[' -n 0 ']' [2022-06-03T16:13:18.456Z] ++ set -x [2022-06-03T16:13:18.456Z] ++ 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-06-03T16:13:18.456Z] INFO: Testing against a local daemon [2022-06-03T16:13:18.456Z] === RUN TestNetworkCreateDelete [2022-06-03T16:13:18.456Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-03T16:13:18.456Z] === RUN TestDockerNetworkDeletePreferID [2022-06-03T16:13:18.456Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-03T16:13:19.020Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-06-03T16:13:19.021Z] === RUN TestDaemonDNSFallback [2022-06-03T16:13:19.278Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-03T16:13:19.389Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-03T16:13:19.645Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-03T16:13:21.192Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-03T16:13:23.424Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-03T16:13:23.698Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T16:13:23.731Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-03T16:13:23.731Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-03T16:13:23.731Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-03T16:13:23.731Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-03T16:13:23.731Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-03T16:13:23.935Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-03T16:13:23.935Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-03T16:13:23.935Z] [2022-06-03T16:13:23.935Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-03T16:13:23.935Z] =========================== short test summary info ============================ [2022-06-03T16:13:23.935Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-03T16:13:23.935Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-03T16:13:23.935Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-03T16:13:23.935Z] Not supported on most drivers [2022-06-03T16:13:23.935Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-03T16:13:23.935Z] Output of docker top depends on host distro, and is not formalized. [2022-06-03T16:13:23.935Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-03T16:13:23.935Z] Output of docker top depends on host distro, and is not formalized. [2022-06-03T16:13:23.935Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-03T16:13:23.935Z] Can fail if eth0 has multiple IP addresses [2022-06-03T16:13:23.935Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-03T16:13:23.935Z] This doesn't seem to be taken into account by the engine [2022-06-03T16:13:23.935Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-03T16:13:23.935Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-03T16:13:23.935Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 283.21 seconds == [2022-06-03T16:13:23.989Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-03T16:13:24.191Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-03T16:13:24.923Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-03T16:13:25.858Z] --- PASS: TestDaemonDNSFallback (6.81s) [2022-06-03T16:13:25.858Z] === RUN TestInspectNetwork [2022-06-03T16:13:25.858Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-03T16:13:29.141Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-03T16:13:29.141Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-03T16:13:29.707Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-03T16:13:29.707Z] === RUN TestInspectNetwork/full_network_id [2022-06-03T16:13:29.707Z] === RUN TestInspectNetwork/partial_network_id [2022-06-03T16:13:29.707Z] === RUN TestInspectNetwork/network_name [2022-06-03T16:13:29.707Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-03T16:13:30.234Z] --- PASS: TestServiceUpdatePidsLimit (16.18s) [2022-06-03T16:13:30.234Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-03T16:13:30.234Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-06-03T16:13:30.234Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-06-03T16:13:30.234Z] PASS [2022-06-03T16:13:30.235Z] [2022-06-03T16:13:30.235Z] === Skipped [2022-06-03T16:13:30.235Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T16:13:30.235Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:13:30.235Z] [2022-06-03T16:13:30.235Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-03T16:13:30.235Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-03T16:13:30.235Z] [2022-06-03T16:13:30.235Z] DONE 27 tests, 2 skipped in 130.318s [2022-06-03T16:13:30.235Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T16:13:30.235Z] ++ 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-06-03T16:13:30.235Z] ++ set -e [2022-06-03T16:13:30.235Z] ++ '[' -n 0 ']' [2022-06-03T16:13:30.235Z] ++ set -x [2022-06-03T16:13:30.235Z] ++ 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-06-03T16:13:30.235Z] INFO: Testing against a local daemon [2022-06-03T16:13:30.235Z] === RUN TestSessionCreate [2022-06-03T16:13:30.235Z] --- PASS: TestSessionCreate (0.02s) [2022-06-03T16:13:30.235Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T16:13:30.235Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-03T16:13:30.235Z] PASS [2022-06-03T16:13:30.235Z] [2022-06-03T16:13:30.235Z] DONE 2 tests in 0.133s [2022-06-03T16:13:30.235Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T16:13:30.235Z] ++ 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-06-03T16:13:30.235Z] ++ set -e [2022-06-03T16:13:30.235Z] ++ '[' -n 0 ']' [2022-06-03T16:13:30.235Z] ++ set -x [2022-06-03T16:13:30.235Z] ++ 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-06-03T16:13:30.235Z] INFO: Testing against a local daemon [2022-06-03T16:13:30.235Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T16:13:30.235Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T16:13:30.235Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T16:13:30.235Z] === RUN TestDiskUsage [2022-06-03T16:13:30.235Z] === PAUSE TestDiskUsage [2022-06-03T16:13:30.235Z] === RUN TestEventsExecDie [2022-06-03T16:13:30.797Z] --- PASS: TestEventsExecDie (0.55s) [2022-06-03T16:13:30.797Z] === RUN TestEventsBackwardsCompatible [2022-06-03T16:13:30.797Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-03T16:13:30.797Z] === RUN TestEventsVolumeCreate [2022-06-03T16:13:30.797Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-03T16:13:30.797Z] === RUN TestInfoBinaryCommits [2022-06-03T16:13:30.797Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-03T16:13:30.797Z] === RUN TestInfoAPIVersioned [2022-06-03T16:13:30.797Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T16:13:30.797Z] === RUN TestInfoAPI [2022-06-03T16:13:30.797Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T16:13:30.797Z] === RUN TestInfoAPIWarnings [2022-06-03T16:13:34.969Z] --- PASS: TestInspectNetwork (8.45s) [2022-06-03T16:13:34.969Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-03T16:13:34.969Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-03T16:13:34.969Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-03T16:13:34.969Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-03T16:13:34.969Z] === RUN TestRunContainerWithBridgeNone [2022-06-03T16:13:36.349Z] --- PASS: TestRunContainerWithBridgeNone (2.01s) [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-03T16:13:36.349Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:13:36.349Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:13:36.349Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:13:36.349Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-03T16:13:36.349Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-03T16:13:36.349Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-03T16:13:36.349Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.01s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-03T16:13:36.349Z] === RUN TestNetworkList [2022-06-03T16:13:36.349Z] === RUN TestNetworkList//networks [2022-06-03T16:13:36.349Z] === PAUSE TestNetworkList//networks [2022-06-03T16:13:36.349Z] === RUN TestNetworkList//networks/ [2022-06-03T16:13:36.349Z] === PAUSE TestNetworkList//networks/ [2022-06-03T16:13:36.349Z] === CONT TestNetworkList//networks [2022-06-03T16:13:36.349Z] === CONT TestNetworkList//networks/ [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkList (0.04s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-03T16:13:36.349Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-03T16:13:36.349Z] === RUN TestHostIPv4BridgeLabel [2022-06-03T16:13:36.351Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T16:13:36.351Z] [2022-06-03T16:13:36.351Z] Unloading profiles will leave already running processes permanently [2022-06-03T16:13:36.351Z] unconfined, which can lead to unexpected situations. [2022-06-03T16:13:36.351Z] [2022-06-03T16:13:36.351Z] To set a process to complain mode, use the command line tool [2022-06-03T16:13:36.352Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T16:13:36.352Z] Post stage [Pipeline] junit [2022-06-03T16:13:36.364Z] Recording test results [2022-06-03T16:13:36.510Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-03T16:13:36.608Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-03T16:13:36.781Z] + echo Ensuring container killed. [2022-06-03T16:13:36.781Z] Ensuring container killed. [2022-06-03T16:13:36.781Z] + docker rm -vf docker-pr2 [2022-06-03T16:13:36.781Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-06-03T16:13:36.866Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2022-06-03T16:13:36.866Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-03T16:13:37.096Z] + echo Chowning /workspace to jenkins user [2022-06-03T16:13:37.096Z] Chowning /workspace to jenkins user [2022-06-03T16:13:37.096Z] + id -u [2022-06-03T16:13:37.096Z] + id -g [2022-06-03T16:13:37.096Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43689:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T16:13:37.800Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-06-03T16:13:37.800Z] === RUN TestDaemonDefaultNetworkPools [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T16:13:38.734Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2022-06-03T16:13:38.734Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-03T16:13:38.787Z] + bundleName=docker-py [2022-06-03T16:13:38.787Z] + echo Creating docker-py-bundles.tar.gz [2022-06-03T16:13:38.787Z] Creating docker-py-bundles.tar.gz [2022-06-03T16:13:38.787Z] + 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-06-03T16:13:38.796Z] Archiving artifacts [2022-06-03T16:13:38.993Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-03T16:13:39.076Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43689/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-03T16:13:39.418Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh binary [2022-06-03T16:13:39.676Z] [2022-06-03T16:13:39.927Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-06-03T16:13:39.927Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-03T16:13:39.932Z] Removing bundles/ [2022-06-03T16:13:39.932Z] [2022-06-03T16:13:39.932Z] ---> Making bundle: binary (in bundles/binary) [2022-06-03T16:13:39.932Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-03T16:13:39.932Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T16:13:40.185Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-03T16:13:41.119Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2022-06-03T16:13:41.119Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-03T16:13:41.684Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-03T16:13:41.684Z] === RUN TestServiceWithPredefinedNetwork [2022-06-03T16:13:41.941Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-03T16:13:41.942Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-03T16:13:41.942Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-03T16:13:44.467Z] --- PASS: TestServiceWithPredefinedNetwork (2.84s) [2022-06-03T16:13:44.467Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-03T16:13:44.467Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:13:44.467Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:13:44.467Z] === RUN TestServiceWithDataPathPortInit [2022-06-03T16:13:45.400Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-03T16:13:45.657Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-03T16:13:47.558Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-03T16:13:47.818Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-03T16:13:48.864Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-03T16:13:48.864Z] === RUN TestInfoDebug [2022-06-03T16:13:48.864Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T16:13:48.864Z] === RUN TestInfoInsecureRegistries [2022-06-03T16:13:48.864Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-03T16:13:48.864Z] === RUN TestInfoRegistryMirrors [2022-06-03T16:13:49.121Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T16:13:49.121Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T16:13:49.121Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2022-06-03T16:13:49.121Z] === RUN TestPingCacheHeaders [2022-06-03T16:13:49.121Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-03T16:13:49.121Z] === RUN TestPingGet [2022-06-03T16:13:49.121Z] --- PASS: TestPingGet (0.01s) [2022-06-03T16:13:49.121Z] === RUN TestPingHead [2022-06-03T16:13:49.121Z] --- PASS: TestPingHead (0.02s) [2022-06-03T16:13:49.121Z] === RUN TestPingSwarmHeader [2022-06-03T16:13:49.209Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-03T16:13:49.466Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-03T16:13:49.683Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T16:13:50.031Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-03T16:13:50.245Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T16:13:50.595Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-03T16:13:51.172Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T16:13:51.172Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-06-03T16:13:51.172Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T16:13:51.172Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T16:13:51.172Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T16:13:51.172Z] === RUN TestVersion [2022-06-03T16:13:51.172Z] --- PASS: TestVersion (0.02s) [2022-06-03T16:13:51.172Z] === CONT TestDiskUsage [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T16:13:51.735Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T16:13:51.971Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-03T16:13:51.971Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-03T16:13:51.971Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-03T16:13:52.229Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T16:13:52.297Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage (1.15s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run (0.32s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T16:13:52.297Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:13:52.297Z] PASS [2022-06-03T16:13:52.297Z] [2022-06-03T16:13:52.297Z] === Skipped [2022-06-03T16:13:52.297Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T16:13:52.297Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T16:13:52.297Z] [2022-06-03T16:13:52.297Z] DONE 54 tests, 1 skipped in 22.235s [2022-06-03T16:13:52.297Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T16:13:52.297Z] ++ 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-06-03T16:13:52.297Z] ++ set -e [2022-06-03T16:13:52.297Z] ++ '[' -n 0 ']' [2022-06-03T16:13:52.297Z] ++ set -x [2022-06-03T16:13:52.297Z] ++ 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-06-03T16:13:52.297Z] INFO: Testing against a local daemon [2022-06-03T16:13:52.297Z] === RUN TestVolumesCreateAndList [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T16:13:52.553Z] === RUN TestVolumesRemove [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-03T16:13:52.553Z] === RUN TestVolumesInspect [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesInspect (0.03s) [2022-06-03T16:13:52.553Z] === RUN TestVolumesInvalidJSON [2022-06-03T16:13:52.553Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T16:13:52.553Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T16:13:52.553Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T16:13:52.553Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T16:13:52.553Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T16:13:52.553Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T16:13:52.553Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T16:13:52.553Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T16:13:52.553Z] PASS [2022-06-03T16:13:52.553Z] [2022-06-03T16:13:52.553Z] DONE 9 tests in 0.213s [2022-06-03T16:13:52.553Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T16:13:52.553Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T16:13:52.553Z] +++ kill 14223 [2022-06-03T16:13:52.795Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-03T16:13:52.811Z] +++ /etc/init.d/apparmor stop [2022-06-03T16:13:52.811Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T16:13:52.811Z] [2022-06-03T16:13:52.811Z] Unloading profiles will leave already running processes permanently [2022-06-03T16:13:52.811Z] unconfined, which can lead to unexpected situations. [2022-06-03T16:13:52.811Z] [2022-06-03T16:13:52.811Z] To set a process to complain mode, use the command line tool [2022-06-03T16:13:52.811Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T16:13:52.811Z] +++ true [2022-06-03T16:13:52.811Z] exiting test-integration [2022-06-03T16:13:52.811Z] ++ exit 0 [2022-06-03T16:13:52.811Z] [2022-06-03T16:13:53.361Z] === RUN TestDockerSuite/TestBuildOnBuild Post stage [Pipeline] junit [2022-06-03T16:13:53.761Z] Recording test results [2022-06-03T16:13:53.889Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T16:13:54.251Z] + echo Ensuring container killed. [2022-06-03T16:13:54.251Z] Ensuring container killed. [2022-06-03T16:13:54.251Z] + docker rm -vf docker-pr2 [2022-06-03T16:13:54.251Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-06-03T16:13:54.524Z] + echo Chowning /workspace to jenkins user [2022-06-03T16:13:54.524Z] Chowning /workspace to jenkins user [2022-06-03T16:13:54.524Z] + id -u [2022-06-03T16:13:54.524Z] + id -g [2022-06-03T16:13:54.525Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43689:/workspace busybox chown -R 1000:1000 /workspace [2022-06-03T16:13:54.735Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-03T16:13:55.301Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T16:13:56.184Z] + bundleName=arm64-integration [2022-06-03T16:13:56.184Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-03T16:13:56.184Z] Creating arm64-integration-bundles.tar.gz [2022-06-03T16:13:56.184Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-03T16:13:56.184Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-03T16:13:56.449Z] Archiving artifacts [2022-06-03T16:13:56.730Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43689/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T16:13:57.028Z] + make clean [2022-06-03T16:13:57.028Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T16:13:57.028Z] docker-dev-cache [2022-06-03T16:13:57.028Z] docker-mod-cache [Pipeline] deleteDir [2022-06-03T16:13:57.199Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-03T16:13:58.132Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T16:13:59.506Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-03T16:14:00.442Z] --- PASS: TestServiceWithDataPathPortInit (15.84s) [2022-06-03T16:14:00.442Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-03T16:14:00.442Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-03T16:14:01.815Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-03T16:14:01.815Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-03T16:14:04.345Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qyif49rul02z9dmtbfvnnrwaz Created:2022-06-03 16:14:01.80613278 +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[a2e6f01437458e7eca1ebe44a1e8076c7d0460f6e8f06e03c5928c3b2189a5c4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a12b7uxp68kt5y01el487ykgo EndpointID:88596e1f85bd106541241effd1092961cb9aafb96d730b9f02e1500f88a56fc2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:889c54ce6185d5fc1faf3f440f48637f3c3c4df147ffb2c3ebd96d85a6e40608 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:43cbbec0fabc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a12b7uxp68kt5y01el487ykgo EndpointID:88596e1f85bd106541241effd1092961cb9aafb96d730b9f02e1500f88a56fc2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-03T16:14:04.603Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-03T16:14:06.501Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-03T16:14:06.759Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-03T16:14:07.324Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-03T16:14:07.889Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-03T16:14:08.822Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.30s) [2022-06-03T16:14:08.822Z] PASS [2022-06-03T16:14:08.822Z] [2022-06-03T16:14:08.822Z] === Skipped [2022-06-03T16:14:08.822Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-03T16:14:08.822Z] service_test.go:243: FLAKY_TEST [2022-06-03T16:14:08.822Z] [2022-06-03T16:14:08.822Z] DONE 38 tests, 1 skipped in 50.425s [2022-06-03T16:14:08.822Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:14:08.822Z] ++ 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-06-03T16:14:08.822Z] ++ set -e [2022-06-03T16:14:08.822Z] ++ '[' -n 0 ']' [2022-06-03T16:14:08.822Z] ++ set -x [2022-06-03T16:14:08.822Z] ++ 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-06-03T16:14:08.822Z] INFO: Testing against a local daemon [2022-06-03T16:14:08.822Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-03T16:14:08.822Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:14:08.822Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-03T16:14:08.822Z] === RUN TestDockerNetworkIpvlan [2022-06-03T16:14:08.822Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:14:08.822Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:14:08.822Z] PASS [2022-06-03T16:14:08.822Z] [2022-06-03T16:14:08.822Z] === Skipped [2022-06-03T16:14:08.822Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-03T16:14:08.822Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:14:08.822Z] [2022-06-03T16:14:08.822Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-03T16:14:08.822Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-03T16:14:08.822Z] [2022-06-03T16:14:08.822Z] DONE 2 tests, 2 skipped in 0.128s [2022-06-03T16:14:08.822Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-03T16:14:08.822Z] ++ 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-06-03T16:14:08.822Z] ++ set -e [2022-06-03T16:14:08.822Z] ++ '[' -n 0 ']' [2022-06-03T16:14:08.822Z] ++ set -x [2022-06-03T16:14:08.822Z] ++ 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-06-03T16:14:08.822Z] INFO: Testing against a local daemon [2022-06-03T16:14:08.822Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-03T16:14:10.722Z] docker_api_swarm_test.go:304: [d4d99fd3321d2] joining swarm manager [ddc5b7f20b0eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:14:10.722Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.61s) [2022-06-03T16:14:10.722Z] === RUN TestDockerNetworkMacvlan [2022-06-03T16:14:11.288Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-03T16:14:12.234Z] docker_api_swarm_test.go:305: [dd345e9c964e2] joining swarm manager [ddc5b7f20b0eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:14:12.493Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-03T16:14:13.426Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-03T16:14:13.991Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-03T16:14:15.366Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-03T16:14:15.625Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-03T16:14:17.527Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-03T16:14:18.900Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-03T16:14:20.800Z] === RUN TestDockerSuite/TestBuildRm [2022-06-03T16:14:21.734Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-03T16:14:23.109Z] --- PASS: TestDockerNetworkMacvlan (12.31s) [2022-06-03T16:14:23.109Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2022-06-03T16:14:23.109Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-06-03T16:14:23.109Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.14s) [2022-06-03T16:14:23.109Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.14s) [2022-06-03T16:14:23.109Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.84s) [2022-06-03T16:14:23.109Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.80s) [2022-06-03T16:14:23.109Z] PASS [2022-06-03T16:14:23.109Z] [2022-06-03T16:14:23.109Z] DONE 8 tests in 14.037s [2022-06-03T16:14:23.109Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-03T16:14:23.109Z] ++ 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-06-03T16:14:23.109Z] ++ set -e [2022-06-03T16:14:23.109Z] ++ '[' -n 0 ']' [2022-06-03T16:14:23.109Z] ++ set -x [2022-06-03T16:14:23.109Z] ++ 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-06-03T16:14:23.109Z] testing: warning: no tests to run [2022-06-03T16:14:23.109Z] PASS [2022-06-03T16:14:23.109Z] [2022-06-03T16:14:23.109Z] DONE 0 tests in 0.027s [2022-06-03T16:14:23.109Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-03T16:14:23.109Z] ++ 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-06-03T16:14:23.109Z] ++ set -e [2022-06-03T16:14:23.109Z] ++ '[' -n 0 ']' [2022-06-03T16:14:23.109Z] ++ set -x [2022-06-03T16:14:23.109Z] ++ 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-06-03T16:14:23.109Z] INFO: Testing against a local daemon [2022-06-03T16:14:23.109Z] === RUN TestAuthZPluginAllowRequest [2022-06-03T16:14:23.109Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-03T16:14:24.042Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-03T16:14:24.609Z] --- PASS: TestAuthZPluginAllowRequest (1.39s) [2022-06-03T16:14:24.609Z] === RUN TestAuthZPluginTLS [2022-06-03T16:14:25.178Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-06-03T16:14:25.178Z] === RUN TestAuthZPluginDenyRequest [2022-06-03T16:14:25.178Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-03T16:14:25.436Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-03T16:14:25.436Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-06-03T16:14:25.436Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-03T16:14:26.002Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-03T16:14:26.002Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-06-03T16:14:26.002Z] === RUN TestAuthZPluginDenyResponse [2022-06-03T16:14:26.566Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-06-03T16:14:26.566Z] === RUN TestAuthZPluginAllowEventStream [2022-06-03T16:14:26.826Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-03T16:14:27.758Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-03T16:14:28.017Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2022-06-03T16:14:28.017Z] === RUN TestAuthZPluginErrorResponse [2022-06-03T16:14:28.583Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-03T16:14:28.583Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-03T16:14:28.583Z] === RUN TestAuthZPluginErrorRequest [2022-06-03T16:14:29.149Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-03T16:14:29.149Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-03T16:14:29.715Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-06-03T16:14:29.715Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-03T16:14:31.616Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-03T16:14:31.616Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s) [2022-06-03T16:14:31.616Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-03T16:14:31.616Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-03T16:14:31.616Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-03T16:14:32.181Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-03T16:14:32.181Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-03T16:14:32.182Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-03T16:14:32.747Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-03T16:14:33.316Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-03T16:14:33.316Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.96s) [2022-06-03T16:14:33.316Z] === RUN TestAuthZPluginHeader [2022-06-03T16:14:33.575Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-03T16:14:34.143Z] --- PASS: TestAuthZPluginHeader (0.75s) [2022-06-03T16:14:34.143Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-03T16:14:34.143Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-03T16:14:37.437Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-03T16:14:38.371Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-03T16:14:38.629Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.40s) [2022-06-03T16:14:38.629Z] === RUN TestAuthZPluginV2Disable [2022-06-03T16:14:38.887Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-03T16:14:39.452Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-03T16:14:40.017Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-03T16:14:40.951Z] === RUN TestDockerSuite/TestBuildUser [2022-06-03T16:14:42.324Z] --- PASS: TestAuthZPluginV2Disable (3.77s) [2022-06-03T16:14:42.324Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-03T16:14:42.582Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-03T16:14:45.109Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-03T16:14:46.041Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.55s) [2022-06-03T16:14:46.041Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-03T16:14:47.941Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-03T16:14:51.223Z] docker_api_swarm_test.go:272: [d8aa121556476] joining swarm manager [d1e57aa7fc216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:14:52.159Z] docker_api_swarm_test.go:273: [d352fdbb377eb] joining swarm manager [d1e57aa7fc216]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:14:58.716Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.31s) [2022-06-03T16:14:58.716Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-03T16:14:58.716Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-03T16:14:59.282Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-03T16:14:59.282Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-03T16:15:00.219Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-03T16:15:00.784Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-03T16:15:01.717Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-03T16:15:01.717Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-03T16:15:01.717Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-03T16:15:01.717Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-03T16:15:01.717Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-03T16:15:01.717Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-03T16:15:01.717Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-03T16:15:01.717Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-03T16:15:01.717Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-03T16:15:02.651Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-03T16:15:02.651Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-03T16:15:03.219Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-03T16:15:03.784Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-03T16:15:04.350Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-03T16:15:04.350Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-03T16:15:06.247Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-03T16:15:07.618Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-03T16:15:08.184Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-03T16:15:08.184Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-03T16:15:08.750Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-03T16:15:08.750Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-03T16:15:08.750Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-03T16:15:09.317Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-03T16:15:10.689Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-03T16:15:10.689Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-03T16:15:10.689Z] docker_cli_sni_test.go:18: Flakey test [2022-06-03T16:15:10.689Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-03T16:15:10.947Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-03T16:15:11.512Z] === RUN TestDockerSuite/TestCommitChange [2022-06-03T16:15:12.445Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-03T16:15:12.702Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-03T16:15:13.267Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-03T16:15:13.832Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-03T16:15:14.764Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-06-03T16:15:14.764Z] PASS [2022-06-03T16:15:14.764Z] [2022-06-03T16:15:14.764Z] DONE 17 tests in 51.814s [2022-06-03T16:15:14.764Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-03T16:15:14.764Z] ++ 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-06-03T16:15:14.764Z] ++ set -e [2022-06-03T16:15:14.764Z] ++ '[' -n 0 ']' [2022-06-03T16:15:14.764Z] ++ set -x [2022-06-03T16:15:14.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=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-06-03T16:15:15.023Z] INFO: Testing against a local daemon [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:15:15.023Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:15:15.023Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-03T16:15:15.023Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-03T16:15:15.023Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-03T16:15:15.023Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-03T16:15:15.023Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-03T16:15:15.023Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.01s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.01s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.03s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.01s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.01s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-03T16:15:15.023Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-03T16:15:15.023Z] === RUN TestPluginInstall [2022-06-03T16:15:15.023Z] === RUN TestPluginInstall/no_auth [2022-06-03T16:15:15.281Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-03T16:15:16.655Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-03T16:15:17.593Z] time="2022-06-03T16:15:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:15:17.593Z] time="2022-06-03T16:15:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:971aab0093cdf46ed6e7fc1190e3722e77b0eca47788ce6bb9f6dc58011e001d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:15:17.593Z] time="2022-06-03T16:15:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:15:17.593Z] time="2022-06-03T16:15:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:971aab0093cdf46ed6e7fc1190e3722e77b0eca47788ce6bb9f6dc58011e001d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:15:17.593Z] === RUN TestPluginInstall/with_htpasswd [2022-06-03T16:15:17.851Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-03T16:15:18.109Z] time="2022-06-03T16:15:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:15:18.109Z] time="2022-06-03T16:15:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6c1b47f3e89e48b2785ac0c7f4e073af37cb53e741947c8524751a5388acd75f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:15:18.109Z] time="2022-06-03T16:15:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:15:18.109Z] time="2022-06-03T16:15:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6c1b47f3e89e48b2785ac0c7f4e073af37cb53e741947c8524751a5388acd75f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:15:18.675Z] === RUN TestPluginInstall/with_insecure [2022-06-03T16:15:18.675Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-03T16:15:19.610Z] time="2022-06-03T16:15:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:15:19.610Z] time="2022-06-03T16:15:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d6a4a4ceaa07b49538c177ab47258f195343002f2195a9c37ab63dbe90a1f3de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:15:19.610Z] time="2022-06-03T16:15:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-03T16:15:19.610Z] time="2022-06-03T16:15:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d6a4a4ceaa07b49538c177ab47258f195343002f2195a9c37ab63dbe90a1f3de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-03T16:15:19.868Z] plugin_test.go:195: [d8577a0a3da4e] daemon is not started [2022-06-03T16:15:19.868Z] --- PASS: TestPluginInstall (4.78s) [2022-06-03T16:15:19.868Z] --- PASS: TestPluginInstall/no_auth (2.69s) [2022-06-03T16:15:19.868Z] --- PASS: TestPluginInstall/with_htpasswd (0.83s) [2022-06-03T16:15:19.868Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-06-03T16:15:19.868Z] === RUN TestPluginsWithRuntimes [2022-06-03T16:15:19.868Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-03T16:15:20.433Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-03T16:15:20.433Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-03T16:15:20.433Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-03T16:15:20.691Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-03T16:15:20.691Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-03T16:15:20.691Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-03T16:15:20.691Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-03T16:15:21.628Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-03T16:15:21.887Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-03T16:15:22.454Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-03T16:15:23.020Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-03T16:15:23.020Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-03T16:15:23.586Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-03T16:15:23.586Z] --- PASS: TestPluginsWithRuntimes (3.91s) [2022-06-03T16:15:23.586Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.05s) [2022-06-03T16:15:23.586Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2022-06-03T16:15:23.586Z] === RUN TestPluginBackCompatMediaTypes [2022-06-03T16:15:24.526Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-03T16:15:24.526Z] --- PASS: TestPluginBackCompatMediaTypes (0.77s) [2022-06-03T16:15:24.526Z] PASS [2022-06-03T16:15:24.526Z] [2022-06-03T16:15:24.526Z] DONE 24 tests in 9.691s [2022-06-03T16:15:24.526Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-03T16:15:24.526Z] ++ 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-06-03T16:15:24.526Z] ++ set -e [2022-06-03T16:15:24.526Z] ++ '[' -n 0 ']' [2022-06-03T16:15:24.526Z] ++ set -x [2022-06-03T16:15:24.527Z] ++ 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-06-03T16:15:24.527Z] INFO: Testing against a local daemon [2022-06-03T16:15:24.527Z] === RUN TestExternalGraphDriver [2022-06-03T16:15:24.785Z] === RUN TestExternalGraphDriver/json [2022-06-03T16:15:24.785Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-03T16:15:25.352Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-03T16:15:25.918Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-03T16:15:25.918Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-03T16:15:25.918Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-03T16:15:26.483Z] === RUN TestExternalGraphDriver/spec [2022-06-03T16:15:26.483Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-03T16:15:26.483Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-03T16:15:26.740Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-03T16:15:26.740Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-03T16:15:26.740Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-03T16:15:27.307Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-03T16:15:28.241Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-03T16:15:28.241Z] === RUN TestExternalGraphDriver/pull [2022-06-03T16:15:28.498Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-03T16:15:28.498Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-03T16:15:29.872Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-03T16:15:30.130Z] --- PASS: TestExternalGraphDriver (5.52s) [2022-06-03T16:15:30.130Z] --- PASS: TestExternalGraphDriver/json (1.91s) [2022-06-03T16:15:30.130Z] --- PASS: TestExternalGraphDriver/spec (1.76s) [2022-06-03T16:15:30.130Z] --- PASS: TestExternalGraphDriver/pull (1.80s) [2022-06-03T16:15:30.130Z] === RUN TestGraphdriverPluginV2 [2022-06-03T16:15:30.388Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-03T16:15:30.388Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-03T16:15:30.954Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-03T16:15:31.319Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-03T16:15:31.521Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-03T16:15:31.574Z] Copying nested executables into bundles/binary-daemon [2022-06-03T16:15:32.087Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-03T16:15:32.345Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-03T16:15:32.345Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-03T16:15:32.910Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-03T16:15:33.461Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-03T16:15:33.461Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T16:15:33.461Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-03T16:15:33.461Z] [2022-06-03T16:15:33.475Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [Pipeline] } [Pipeline] // stage [2022-06-03T16:15:34.407Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-03T16:15:34.407Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-03T16:15:34.407Z] --- PASS: TestGraphdriverPluginV2 (4.34s) [2022-06-03T16:15:34.407Z] PASS [2022-06-03T16:15:34.407Z] [2022-06-03T16:15:34.407Z] DONE 5 tests in 9.973s [2022-06-03T16:15:34.407Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-03T16:15:34.407Z] ++ 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-06-03T16:15:34.407Z] ++ set -e [2022-06-03T16:15:34.407Z] ++ '[' -n 0 ']' [2022-06-03T16:15:34.407Z] ++ set -x [2022-06-03T16:15:34.407Z] ++ 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 [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-03T16:15:34.666Z] INFO: Testing against a local daemon [2022-06-03T16:15:34.666Z] === RUN TestContinueAfterPluginCrash [2022-06-03T16:15:34.666Z] === PAUSE TestContinueAfterPluginCrash [2022-06-03T16:15:34.666Z] === RUN TestReadPluginNoRead [2022-06-03T16:15:34.666Z] === PAUSE TestReadPluginNoRead [2022-06-03T16:15:34.666Z] === RUN TestDaemonStartWithLogOpt [2022-06-03T16:15:34.666Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-03T16:15:34.666Z] === CONT TestContinueAfterPluginCrash [2022-06-03T16:15:34.666Z] === CONT TestDaemonStartWithLogOpt [2022-06-03T16:15:34.702Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/make.sh cross [2022-06-03T16:15:34.923Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-03T16:15:34.958Z] [2022-06-03T16:15:35.213Z] Removing bundles/ [2022-06-03T16:15:35.213Z] [2022-06-03T16:15:35.213Z] ---> Making bundle: cross (in bundles/cross) [2022-06-03T16:15:35.213Z] Cross building: bundles/cross/linux/amd64 [2022-06-03T16:15:35.213Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-03T16:15:35.213Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-03T16:15:36.297Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-03T16:15:37.233Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-03T16:15:37.802Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-03T16:15:37.802Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-03T16:15:37.802Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-03T16:15:37.802Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-03T16:15:37.802Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-03T16:15:38.370Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-03T16:15:39.305Z] --- PASS: TestDaemonStartWithLogOpt (4.75s) [2022-06-03T16:15:39.305Z] === CONT TestReadPluginNoRead [2022-06-03T16:15:41.203Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-03T16:15:42.136Z] === RUN TestReadPluginNoRead/default [2022-06-03T16:15:42.703Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-03T16:15:43.269Z] docker_api_swarm_node_test.go:20: [df9755e7a0d5a] joining swarm manager [d3e6d2a070b9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:15:43.527Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-03T16:15:43.785Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-03T16:15:44.353Z] docker_api_swarm_node_test.go:21: [d9b125426e2aa] joining swarm manager [d3e6d2a070b9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:15:44.353Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-03T16:15:44.353Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-03T16:15:44.353Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-03T16:15:44.353Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-03T16:15:44.610Z] --- PASS: TestContinueAfterPluginCrash (9.86s) [2022-06-03T16:15:45.176Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-03T16:15:46.570Z] === CONT TestReadPluginNoRead [2022-06-03T16:15:46.570Z] read_test.go:92: [d138b761c234c] daemon is not started [2022-06-03T16:15:46.570Z] --- PASS: TestReadPluginNoRead (7.07s) [2022-06-03T16:15:46.570Z] --- PASS: TestReadPluginNoRead/default (1.76s) [2022-06-03T16:15:46.570Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.52s) [2022-06-03T16:15:46.570Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-06-03T16:15:46.570Z] PASS [2022-06-03T16:15:46.570Z] [2022-06-03T16:15:46.570Z] DONE 6 tests in 11.941s [2022-06-03T16:15:46.570Z] 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-06-03T16:15:46.570Z] ++ 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-06-03T16:15:46.570Z] ++ set -e [2022-06-03T16:15:46.570Z] ++ '[' -n 0 ']' [2022-06-03T16:15:46.570Z] ++ set -x [2022-06-03T16:15:46.570Z] ++ 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-06-03T16:15:46.570Z] testing: warning: no tests to run [2022-06-03T16:15:46.570Z] PASS [2022-06-03T16:15:46.570Z] [2022-06-03T16:15:46.570Z] DONE 0 tests in 0.038s [2022-06-03T16:15:46.570Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-03T16:15:46.570Z] ++ 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-06-03T16:15:46.570Z] ++ set -e [2022-06-03T16:15:46.570Z] ++ '[' -n 0 ']' [2022-06-03T16:15:46.570Z] ++ set -x [2022-06-03T16:15:46.570Z] ++ 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-06-03T16:15:46.570Z] INFO: Testing against a local daemon [2022-06-03T16:15:46.570Z] === RUN TestPluginWithDevMounts [2022-06-03T16:15:46.570Z] === PAUSE TestPluginWithDevMounts [2022-06-03T16:15:46.570Z] === CONT TestPluginWithDevMounts [2022-06-03T16:15:47.135Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-03T16:15:47.700Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-03T16:15:48.265Z] --- PASS: TestPluginWithDevMounts (1.75s) [2022-06-03T16:15:48.265Z] PASS [2022-06-03T16:15:48.265Z] [2022-06-03T16:15:48.265Z] DONE 1 tests in 1.847s [2022-06-03T16:15:48.265Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-03T16:15:48.265Z] ++ 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-06-03T16:15:48.265Z] ++ set -e [2022-06-03T16:15:48.265Z] ++ '[' -n 0 ']' [2022-06-03T16:15:48.265Z] ++ set -x [2022-06-03T16:15:48.265Z] ++ 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-06-03T16:15:48.524Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-03T16:15:48.524Z] INFO: Testing against a local daemon [2022-06-03T16:15:48.524Z] === RUN TestSecretInspect [2022-06-03T16:15:51.050Z] --- PASS: TestSecretInspect (2.51s) [2022-06-03T16:15:51.050Z] === RUN TestSecretList [2022-06-03T16:15:51.982Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-03T16:15:52.241Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-03T16:15:53.614Z] --- PASS: TestSecretList (2.62s) [2022-06-03T16:15:53.614Z] === RUN TestSecretsCreateAndDelete [2022-06-03T16:15:53.614Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-03T16:15:54.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-03T16:15:54.805Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-03T16:15:55.370Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-03T16:15:56.303Z] --- PASS: TestSecretsCreateAndDelete (2.80s) [2022-06-03T16:15:56.303Z] === RUN TestSecretsUpdate [2022-06-03T16:15:56.869Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-03T16:15:58.773Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-03T16:15:59.032Z] docker_api_swarm_test.go:502: [dc811f0a9fa03] joining swarm manager [d350b76b77368]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:15:59.290Z] --- PASS: TestSecretsUpdate (2.98s) [2022-06-03T16:15:59.290Z] === RUN TestTemplatedSecret [2022-06-03T16:16:00.224Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-03T16:16:01.596Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000944bd0__} [2022-06-03T16:16:01.854Z] --- PASS: TestTemplatedSecret (2.51s) [2022-06-03T16:16:01.854Z] === RUN TestSecretCreateResolve [2022-06-03T16:16:02.786Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11234094641_/foo_false_____} [2022-06-03T16:16:04.165Z] --- PASS: TestSecretCreateResolve (2.26s) [2022-06-03T16:16:04.165Z] PASS [2022-06-03T16:16:04.165Z] [2022-06-03T16:16:04.165Z] DONE 6 tests in 15.806s [2022-06-03T16:16:04.165Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-03T16:16:04.165Z] ++ 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-06-03T16:16:04.165Z] ++ set -e [2022-06-03T16:16:04.165Z] ++ '[' -n 0 ']' [2022-06-03T16:16:04.165Z] ++ set -x [2022-06-03T16:16:04.165Z] ++ 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-06-03T16:16:04.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11234094641_/foo_true_____} [2022-06-03T16:16:04.423Z] INFO: Testing against a local daemon [2022-06-03T16:16:04.423Z] === RUN TestServiceCreateInit [2022-06-03T16:16:04.423Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-03T16:16:05.794Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32754110448_/foo_false_____} [2022-06-03T16:16:07.167Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32754110448_/foo_true_____} [2022-06-03T16:16:07.732Z] docker_api_swarm_test.go:507: [d7baffb43de1d] joining swarm manager [d350b76b77368]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:16:08.665Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-03T16:16:08.665Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32754110448_/foo_true__0xc000944c00___} [2022-06-03T16:16:10.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000944c18__} [2022-06-03T16:16:11.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000944c30__} [2022-06-03T16:16:12.355Z] --- PASS: TestServiceCreateInit (8.10s) [2022-06-03T16:16:12.355Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.17s) [2022-06-03T16:16:12.355Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.92s) [2022-06-03T16:16:12.355Z] === RUN TestCreateServiceMultipleTimes [2022-06-03T16:16:12.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000944c48__} [2022-06-03T16:16:14.295Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000944c60__} [2022-06-03T16:16:16.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-03T16:16:17.129Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-03T16:16:17.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-03T16:16:17.387Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-03T16:16:19.916Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-03T16:16:21.814Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-03T16:16:23.711Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-03T16:16:24.645Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-03T16:16:24.645Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-03T16:16:25.210Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-03T16:16:25.774Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-03T16:16:26.340Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-03T16:16:26.598Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-03T16:16:27.164Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-03T16:16:27.731Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-03T16:16:28.296Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-03T16:16:28.860Z] --- PASS: TestCreateServiceMultipleTimes (16.55s) [2022-06-03T16:16:28.860Z] === RUN TestCreateServiceConflict [2022-06-03T16:16:29.118Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-03T16:16:29.685Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-03T16:16:30.252Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-03T16:16:31.186Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-03T16:16:31.454Z] --- PASS: TestCreateServiceConflict (2.52s) [2022-06-03T16:16:31.454Z] === RUN TestCreateServiceMaxReplicas [2022-06-03T16:16:31.727Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-03T16:16:32.662Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-03T16:16:34.039Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-03T16:16:34.604Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-03T16:16:34.862Z] --- PASS: TestCreateServiceMaxReplicas (3.40s) [2022-06-03T16:16:34.862Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-03T16:16:35.428Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-03T16:16:35.428Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-03T16:16:35.993Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-03T16:16:36.559Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-03T16:16:37.491Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-03T16:16:38.425Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-03T16:16:38.992Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-03T16:16:39.925Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-03T16:16:40.491Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-03T16:16:41.056Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-03T16:16:41.994Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-03T16:16:43.371Z] docker_api_swarm_node_test.go:81: [dcb3143224833] joining swarm manager [d1653bf5896c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:16:45.271Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-03T16:16:47.799Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-03T16:16:47.799Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-03T16:16:49.178Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.21s) [2022-06-03T16:16:49.178Z] === RUN TestCreateServiceSecretFileMode [2022-06-03T16:16:52.461Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-03T16:16:52.719Z] --- PASS: TestCreateServiceSecretFileMode (3.64s) [2022-06-03T16:16:52.719Z] === RUN TestCreateServiceConfigFileMode [2022-06-03T16:16:54.620Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-03T16:16:55.186Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-03T16:16:55.762Z] --- PASS: TestCreateServiceConfigFileMode (2.91s) [2022-06-03T16:16:55.762Z] === RUN TestCreateServiceSysctls [2022-06-03T16:16:57.671Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-03T16:16:59.044Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-03T16:16:59.615Z] --- PASS: TestCreateServiceSysctls (3.89s) [2022-06-03T16:16:59.615Z] === RUN TestCreateServiceCapabilities [2022-06-03T16:16:59.873Z] docker_api_swarm_node_test.go:53: [d32164747b5fe] joining swarm manager [d4a069723d2da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:17:00.131Z] === RUN TestDockerSuite/TestCpToDot [2022-06-03T16:17:01.066Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-03T16:17:01.066Z] docker_api_swarm_node_test.go:54: [d3db660594aa0] joining swarm manager [d4a069723d2da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:17:02.003Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-03T16:17:02.935Z] --- PASS: TestCreateServiceCapabilities (3.24s) [2022-06-03T16:17:02.935Z] === RUN TestInspect [2022-06-03T16:17:03.193Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-03T16:17:04.127Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-03T16:17:05.063Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-03T16:17:05.629Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-03T16:17:06.194Z] --- PASS: TestInspect (3.25s) [2022-06-03T16:17:06.194Z] === RUN TestCreateJob [2022-06-03T16:17:06.452Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-03T16:17:07.386Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-03T16:17:07.386Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-03T16:17:07.386Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-03T16:17:07.644Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-03T16:17:08.579Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-03T16:17:08.579Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-03T16:17:08.579Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-03T16:17:08.579Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-03T16:17:09.145Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-03T16:17:09.402Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-03T16:17:09.660Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-03T16:17:09.660Z] === RUN TestDockerSuite/TestCreateRM [2022-06-03T16:17:09.660Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-03T16:17:09.660Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-03T16:17:09.660Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-03T16:17:09.918Z] --- PASS: TestCreateJob (3.77s) [2022-06-03T16:17:09.918Z] === RUN TestReplicatedJob [2022-06-03T16:17:09.918Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-03T16:17:09.918Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-03T16:17:11.818Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-03T16:17:11.818Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-03T16:17:11.818Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-03T16:17:16.000Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-03T16:17:16.000Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-03T16:17:16.000Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-03T16:17:16.000Z] --- PASS: TestReplicatedJob (6.24s) [2022-06-03T16:17:16.000Z] === RUN TestUpdateReplicatedJob [2022-06-03T16:17:16.258Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-03T16:17:16.258Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-03T16:17:16.258Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-03T16:17:16.823Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-03T16:17:17.756Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-03T16:17:18.693Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-03T16:17:20.071Z] --- PASS: TestUpdateReplicatedJob (3.90s) [2022-06-03T16:17:20.071Z] === RUN TestServiceListWithStatuses [2022-06-03T16:17:20.071Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:17:20.071Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-03T16:17:20.071Z] === RUN TestDockerNetworkConnectAlias [2022-06-03T16:17:20.071Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-03T16:17:21.446Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-03T16:17:22.012Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-03T16:17:22.577Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-03T16:17:22.834Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-03T16:17:23.400Z] === RUN TestDockerSuite/TestDockerFails [2022-06-03T16:17:23.400Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-03T16:17:23.400Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-03T16:17:23.400Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-03T16:17:24.772Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-03T16:17:24.772Z] --- PASS: TestDockerNetworkConnectAlias (4.71s) [2022-06-03T16:17:24.772Z] === RUN TestDockerNetworkReConnect [2022-06-03T16:17:25.338Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-03T16:17:26.271Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-03T16:17:26.528Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-03T16:17:26.528Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-03T16:17:26.787Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-03T16:17:28.685Z] --- PASS: TestDockerNetworkReConnect (4.07s) [2022-06-03T16:17:28.685Z] === RUN TestServicePlugin [2022-06-03T16:17:32.865Z] plugin_test.go:61: [d40dad987e5ac] joining swarm manager [dd5b0132ae103]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:17:32.865Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-03T16:17:33.122Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-03T16:17:33.688Z] plugin_test.go:64: [d1f1ae4b67596] joining swarm manager [dd5b0132ae103]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:17:35.588Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-03T16:17:36.965Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-03T16:17:38.337Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-03T16:17:39.269Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-03T16:17:39.530Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-03T16:17:39.788Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-03T16:17:40.353Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-03T16:17:40.918Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-03T16:17:41.618Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-03T16:17:41.618Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-03T16:17:41.618Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-03T16:17:41.618Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-03T16:17:41.618Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-03T16:17:41.618Z] Cross building: bundles/cross/windows/amd64 [2022-06-03T16:17:41.618Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-03T16:17:41.618Z] { [2022-06-03T16:17:41.618Z] "RT_GROUP_ICON": { [2022-06-03T16:17:41.618Z] "#1": { [2022-06-03T16:17:41.618Z] "0409": "../../winresources/docker.ico" [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] }, [2022-06-03T16:17:41.618Z] "RT_MANIFEST": { [2022-06-03T16:17:41.618Z] "#1": { [2022-06-03T16:17:41.618Z] "0409": { [2022-06-03T16:17:41.618Z] "identity": {}, [2022-06-03T16:17:41.618Z] "description": "Docker Engine", [2022-06-03T16:17:41.618Z] "minimum-os": "vista", [2022-06-03T16:17:41.618Z] "execution-level": "", [2022-06-03T16:17:41.618Z] "ui-access": false, [2022-06-03T16:17:41.618Z] "auto-elevate": false, [2022-06-03T16:17:41.618Z] "dpi-awareness": "unaware", [2022-06-03T16:17:41.618Z] "disable-theming": false, [2022-06-03T16:17:41.618Z] "disable-window-filtering": false, [2022-06-03T16:17:41.618Z] "high-resolution-scrolling-aware": false, [2022-06-03T16:17:41.618Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-03T16:17:41.618Z] "long-path-aware": false, [2022-06-03T16:17:41.618Z] "printer-driver-isolation": false, [2022-06-03T16:17:41.618Z] "gdi-scaling": false, [2022-06-03T16:17:41.618Z] "segment-heap": false, [2022-06-03T16:17:41.618Z] "use-common-controls-v6": false [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] }, [2022-06-03T16:17:41.618Z] "RT_MESSAGETABLE": { [2022-06-03T16:17:41.618Z] "#1": { [2022-06-03T16:17:41.618Z] "0409": "../../winresources/event_messages.bin" [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] }, [2022-06-03T16:17:41.618Z] "RT_VERSION": { [2022-06-03T16:17:41.618Z] "#1": { [2022-06-03T16:17:41.618Z] "0409": { [2022-06-03T16:17:41.618Z] "fixed": { [2022-06-03T16:17:41.618Z] "file_version": "0.0.0.0", [2022-06-03T16:17:41.618Z] "product_version": "0.0.0.0", [2022-06-03T16:17:41.618Z] "type": "Unknown" [2022-06-03T16:17:41.618Z] }, [2022-06-03T16:17:41.618Z] "info": { [2022-06-03T16:17:41.618Z] "0000": { [2022-06-03T16:17:41.618Z] "CompanyName": "", [2022-06-03T16:17:41.618Z] "FileVersion": "dev", [2022-06-03T16:17:41.618Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-03T16:17:41.618Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-03T16:17:41.618Z] "ProductName": "", [2022-06-03T16:17:41.618Z] "ProductVersion": "dev", [2022-06-03T16:17:41.618Z] "SpecialBuild": "b241e2008e50f2d8e045642d6fd511a1af9bb52b" [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] } [2022-06-03T16:17:41.618Z] cmd/dockerd/config.go [2022-06-03T16:17:41.618Z] cmd/dockerd/config_windows.go [2022-06-03T16:17:41.618Z] cmd/dockerd/daemon.go [2022-06-03T16:17:41.618Z] cmd/dockerd/daemon_test.go [2022-06-03T16:17:41.618Z] cmd/dockerd/daemon_windows.go [2022-06-03T16:17:41.618Z] cmd/dockerd/docker.go [2022-06-03T16:17:41.618Z] cmd/dockerd/docker_windows.go [2022-06-03T16:17:41.618Z] cmd/dockerd/genwinres_windows.go [2022-06-03T16:17:41.618Z] cmd/dockerd/metrics.go [2022-06-03T16:17:41.618Z] cmd/dockerd/options.go [2022-06-03T16:17:41.618Z] cmd/dockerd/options_test.go [2022-06-03T16:17:41.618Z] cmd/dockerd/service_windows.go [2022-06-03T16:17:41.618Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-03T16:17:41.618Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-03T16:17:41.855Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-03T16:17:42.113Z] docker_api_swarm_test.go:202: [da6ecdc898435] joining swarm manager [df821ea755c12]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:17:42.392Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-03T16:17:43.768Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-03T16:17:45.144Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-03T16:17:47.679Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-03T16:17:49.577Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-03T16:17:50.511Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-03T16:17:51.446Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-03T16:17:51.705Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-03T16:17:51.963Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-03T16:17:52.898Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-03T16:17:53.155Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-03T16:17:53.155Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-03T16:17:53.721Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-03T16:17:53.721Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-03T16:17:53.721Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-03T16:17:54.655Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-03T16:17:55.588Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-03T16:17:55.588Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-03T16:17:55.588Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-03T16:17:56.154Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-03T16:17:56.154Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-03T16:17:57.086Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-03T16:17:57.086Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-03T16:17:58.018Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-03T16:17:58.278Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-03T16:17:58.278Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-03T16:17:58.278Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-03T16:17:58.278Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-03T16:17:58.278Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-03T16:17:58.536Z] docker_api_swarm_test.go:384: [d9b4a7d3d22b4] joining swarm manager [d99f957319fe7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:17:59.913Z] docker_api_swarm_test.go:385: [da26d75f86354] joining swarm manager [d99f957319fe7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:17:59.913Z] --- PASS: TestServicePlugin (31.28s) [2022-06-03T16:17:59.913Z] === RUN TestServiceUpdateLabel [2022-06-03T16:18:00.171Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-03T16:18:00.740Z] === RUN TestDockerSuite/TestEventsRename [2022-06-03T16:18:01.307Z] === RUN TestDockerSuite/TestEventsResize [2022-06-03T16:18:02.242Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-03T16:18:02.807Z] --- PASS: TestServiceUpdateLabel (2.80s) [2022-06-03T16:18:02.807Z] === RUN TestServiceUpdateSecrets [2022-06-03T16:18:08.091Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-03T16:18:08.670Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-03T16:18:08.928Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-03T16:18:12.203Z] === RUN TestDockerSuite/TestEventsTop [2022-06-03T16:18:12.203Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-03T16:18:14.726Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-03T16:18:17.254Z] --- PASS: TestServiceUpdateSecrets (14.42s) [2022-06-03T16:18:17.254Z] === RUN TestServiceUpdateConfigs [2022-06-03T16:18:20.532Z] === RUN TestDockerSuite/TestExec [2022-06-03T16:18:21.097Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-03T16:18:21.664Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-03T16:18:22.229Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-03T16:18:22.794Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-03T16:18:23.728Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-03T16:18:24.293Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-03T16:18:24.858Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-03T16:18:25.422Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-03T16:18:25.988Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-03T16:18:26.555Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-03T16:18:26.814Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-03T16:18:28.190Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-03T16:18:28.755Z] === RUN TestDockerSuite/TestExecEnv [2022-06-03T16:18:29.320Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-03T16:18:30.254Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-03T16:18:30.820Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-03T16:18:31.753Z] --- PASS: TestServiceUpdateConfigs (14.58s) [2022-06-03T16:18:31.754Z] === RUN TestServiceUpdateNetwork [2022-06-03T16:18:32.347Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-03T16:18:32.912Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-03T16:18:33.844Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-03T16:18:34.410Z] === RUN TestDockerSuite/TestExecParseError [2022-06-03T16:18:35.344Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-03T16:18:35.602Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-03T16:18:36.169Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-03T16:18:37.103Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-03T16:18:37.668Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-03T16:18:38.233Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-03T16:18:46.333Z] --- PASS: TestServiceUpdateNetwork (13.42s) [2022-06-03T16:18:46.333Z] === RUN TestServiceUpdatePidsLimit [2022-06-03T16:18:46.333Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-03T16:18:47.266Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-03T16:18:49.161Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-03T16:18:49.726Z] === RUN TestDockerSuite/TestExecTTY [2022-06-03T16:18:50.292Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-03T16:18:50.856Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-03T16:18:51.421Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-03T16:18:51.679Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-03T16:18:51.679Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-03T16:18:51.937Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-03T16:18:53.308Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-03T16:18:53.566Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-03T16:18:53.824Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-03T16:18:54.389Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-03T16:18:54.954Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-03T16:18:55.519Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-03T16:18:58.045Z] check_test.go:378: [da26d75f86354] daemon is not started [2022-06-03T16:18:58.045Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-03T16:18:59.955Z] docker_api_swarm_test.go:802: [ddcc60ed610ab] joining swarm manager [d9d0c7908f966]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:18:59.955Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-03T16:19:01.328Z] docker_api_swarm_test.go:802: [d3caf0821b4bc] joining swarm manager [d9d0c7908f966]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:19:01.585Z] --- PASS: TestServiceUpdatePidsLimit (16.25s) [2022-06-03T16:19:01.585Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-03T16:19:01.585Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.81s) [2022-06-03T16:19:01.585Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.02s) [2022-06-03T16:19:01.585Z] PASS [2022-06-03T16:19:01.585Z] [2022-06-03T16:19:01.585Z] === Skipped [2022-06-03T16:19:01.585Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-03T16:19:01.585Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-03T16:19:01.585Z] [2022-06-03T16:19:01.585Z] DONE 27 tests, 1 skipped in 177.268s [2022-06-03T16:19:01.585Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-03T16:19:01.585Z] ++ 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-06-03T16:19:01.585Z] ++ set -e [2022-06-03T16:19:01.585Z] ++ '[' -n 0 ']' [2022-06-03T16:19:01.585Z] ++ set -x [2022-06-03T16:19:01.585Z] ++ 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-06-03T16:19:01.585Z] INFO: Testing against a local daemon [2022-06-03T16:19:01.585Z] === RUN TestSessionCreate [2022-06-03T16:19:01.585Z] --- PASS: TestSessionCreate (0.02s) [2022-06-03T16:19:01.585Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-03T16:19:01.585Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-03T16:19:01.585Z] PASS [2022-06-03T16:19:01.585Z] [2022-06-03T16:19:01.585Z] DONE 2 tests in 0.114s [2022-06-03T16:19:01.586Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-03T16:19:01.586Z] ++ 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-06-03T16:19:01.586Z] ++ set -e [2022-06-03T16:19:01.586Z] ++ '[' -n 0 ']' [2022-06-03T16:19:01.586Z] ++ set -x [2022-06-03T16:19:01.586Z] ++ 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-06-03T16:19:01.843Z] INFO: Testing against a local daemon [2022-06-03T16:19:01.843Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-03T16:19:01.843Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T16:19:01.843Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T16:19:01.843Z] === RUN TestDiskUsage [2022-06-03T16:19:01.843Z] === PAUSE TestDiskUsage [2022-06-03T16:19:01.843Z] === RUN TestEventsExecDie [2022-06-03T16:19:02.409Z] --- PASS: TestEventsExecDie (0.59s) [2022-06-03T16:19:02.409Z] === RUN TestEventsBackwardsCompatible [2022-06-03T16:19:02.409Z] docker_api_swarm_test.go:802: [d3c69e7e7cc08] joining swarm manager [d9d0c7908f966]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T16:19:02.409Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2022-06-03T16:19:02.409Z] === RUN TestEventsVolumeCreate [2022-06-03T16:19:02.409Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-06-03T16:19:02.409Z] === RUN TestInfoBinaryCommits [2022-06-03T16:19:02.409Z] --- PASS: TestInfoBinaryCommits (0.04s) [2022-06-03T16:19:02.409Z] === RUN TestInfoAPIVersioned [2022-06-03T16:19:02.409Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-03T16:19:02.409Z] === RUN TestInfoAPI [2022-06-03T16:19:02.409Z] --- PASS: TestInfoAPI (0.02s) [2022-06-03T16:19:02.409Z] === RUN TestInfoAPIWarnings [2022-06-03T16:19:03.788Z] docker_api_swarm_test.go:802: [dc4674caa19a0] joining swarm manager [d9d0c7908f966]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-03T16:19:04.719Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-03T16:19:04.977Z] docker_api_swarm_test.go:810: [d3e970757a0ae] joining swarm manager [d9d0c7908f966]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-03T16:19:06.348Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-03T16:19:11.604Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-03T16:19:11.604Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-03T16:19:11.604Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-03T16:19:11.604Z] === RUN TestDockerSuite/TestHealth [2022-06-03T16:19:18.025Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-03T16:19:18.025Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-03T16:19:18.025Z] { [2022-06-03T16:19:18.025Z] "RT_GROUP_ICON": { [2022-06-03T16:19:18.025Z] "#1": { [2022-06-03T16:19:18.025Z] "0409": "../../winresources/docker.ico" [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] }, [2022-06-03T16:19:18.025Z] "RT_MANIFEST": { [2022-06-03T16:19:18.025Z] "#1": { [2022-06-03T16:19:18.025Z] "0409": { [2022-06-03T16:19:18.025Z] "identity": {}, [2022-06-03T16:19:18.025Z] "description": "Docker Engine", [2022-06-03T16:19:18.025Z] "minimum-os": "vista", [2022-06-03T16:19:18.025Z] "execution-level": "", [2022-06-03T16:19:18.025Z] "ui-access": false, [2022-06-03T16:19:18.025Z] "auto-elevate": false, [2022-06-03T16:19:18.025Z] "dpi-awareness": "unaware", [2022-06-03T16:19:18.025Z] "disable-theming": false, [2022-06-03T16:19:18.025Z] "disable-window-filtering": false, [2022-06-03T16:19:18.025Z] "high-resolution-scrolling-aware": false, [2022-06-03T16:19:18.025Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-03T16:19:18.025Z] "long-path-aware": false, [2022-06-03T16:19:18.025Z] "printer-driver-isolation": false, [2022-06-03T16:19:18.025Z] "gdi-scaling": false, [2022-06-03T16:19:18.025Z] "segment-heap": false, [2022-06-03T16:19:18.025Z] "use-common-controls-v6": false [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] }, [2022-06-03T16:19:18.025Z] "RT_MESSAGETABLE": { [2022-06-03T16:19:18.025Z] "#1": { [2022-06-03T16:19:18.025Z] "0409": "../../winresources/event_messages.bin" [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] }, [2022-06-03T16:19:18.025Z] "RT_VERSION": { [2022-06-03T16:19:18.025Z] "#1": { [2022-06-03T16:19:18.025Z] "0409": { [2022-06-03T16:19:18.025Z] "fixed": { [2022-06-03T16:19:18.025Z] "file_version": "0.0.0.0", [2022-06-03T16:19:18.025Z] "product_version": "0.0.0.0", [2022-06-03T16:19:18.025Z] "type": "Unknown" [2022-06-03T16:19:18.025Z] }, [2022-06-03T16:19:18.025Z] "info": { [2022-06-03T16:19:18.025Z] "0000": { [2022-06-03T16:19:18.025Z] "CompanyName": "", [2022-06-03T16:19:18.025Z] "FileVersion": "dev", [2022-06-03T16:19:18.025Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-03T16:19:18.025Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-03T16:19:18.025Z] "ProductName": "", [2022-06-03T16:19:18.025Z] "ProductVersion": "dev", [2022-06-03T16:19:18.025Z] "SpecialBuild": "b241e2008e50f2d8e045642d6fd511a1af9bb52b" [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] } [2022-06-03T16:19:18.025Z] cmd/docker-proxy/genwinres_windows.go [2022-06-03T16:19:18.025Z] cmd/docker-proxy/main.go [2022-06-03T16:19:18.025Z] cmd/docker-proxy/network_proxy_test.go [2022-06-03T16:19:18.025Z] cmd/docker-proxy/proxy.go [2022-06-03T16:19:18.025Z] cmd/docker-proxy/sctp_proxy.go [2022-06-03T16:19:18.025Z] cmd/docker-proxy/tcp_proxy.go [2022-06-03T16:19:18.025Z] cmd/docker-proxy/udp_proxy.go [2022-06-03T16:19:18.025Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-03T16:19:18.025Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-03T16:19:18.025Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-03T16:19:18.025Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-03T16:19:18.025Z] remote: Enumerating objects: 23, done. [2022-06-03T16:19:18.025Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-03T16:19:18.025Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-03T16:19:18.025Z] Receiving objects: 4% (1/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-03T16:19:18.026Z] 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-06-03T16:19:18.026Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-03T16:19:18.026Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-03T16:19:18.026Z] Cross building: bundles/cross/linux/ppc64le [2022-06-03T16:19:18.026Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-03T16:19:18.026Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-03T16:19:19.706Z] --- PASS: TestInfoAPIWarnings (16.56s) [2022-06-03T16:19:19.706Z] === RUN TestInfoDebug [2022-06-03T16:19:19.706Z] --- PASS: TestInfoDebug (0.52s) [2022-06-03T16:19:19.706Z] === RUN TestInfoInsecureRegistries [2022-06-03T16:19:20.270Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-03T16:19:20.270Z] === RUN TestInfoRegistryMirrors [2022-06-03T16:19:20.528Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-03T16:19:20.528Z] === RUN TestLoginFailsWithBadCredentials [2022-06-03T16:19:20.786Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-03T16:19:20.786Z] === RUN TestPingCacheHeaders [2022-06-03T16:19:20.786Z] --- PASS: TestPingCacheHeaders (0.07s) [2022-06-03T16:19:20.786Z] === RUN TestPingGet [2022-06-03T16:19:20.786Z] --- PASS: TestPingGet (0.02s) [2022-06-03T16:19:20.786Z] === RUN TestPingHead [2022-06-03T16:19:20.786Z] --- PASS: TestPingHead (0.03s) [2022-06-03T16:19:20.786Z] === RUN TestPingSwarmHeader [2022-06-03T16:19:21.352Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-03T16:19:21.917Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-03T16:19:22.851Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-03T16:19:22.851Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-06-03T16:19:22.851Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-03T16:19:22.851Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-03T16:19:22.851Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-03T16:19:22.851Z] === RUN TestVersion [2022-06-03T16:19:22.851Z] --- PASS: TestVersion (0.05s) [2022-06-03T16:19:22.851Z] === CONT TestDiskUsage [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/container_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/image_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/volume_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-03T16:19:23.417Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-03T16:19:23.674Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-03T16:19:23.675Z] === RUN TestDiskUsage/after_container.Run [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-03T16:19:23.932Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage (1.25s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.23s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run (0.33s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-03T16:19:24.191Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-03T16:19:24.191Z] PASS [2022-06-03T16:19:24.191Z] [2022-06-03T16:19:24.191Z] === Skipped [2022-06-03T16:19:24.191Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-03T16:19:24.191Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-03T16:19:24.191Z] [2022-06-03T16:19:24.191Z] DONE 54 tests, 1 skipped in 22.600s [2022-06-03T16:19:24.191Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-03T16:19:24.191Z] ++ 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-06-03T16:19:24.191Z] ++ set -e [2022-06-03T16:19:24.191Z] ++ '[' -n 0 ']' [2022-06-03T16:19:24.191Z] ++ set -x [2022-06-03T16:19:24.191Z] ++ 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-06-03T16:19:24.191Z] INFO: Testing against a local daemon [2022-06-03T16:19:24.191Z] === RUN TestVolumesCreateAndList [2022-06-03T16:19:24.191Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-03T16:19:24.191Z] === RUN TestVolumesRemove [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-03T16:19:24.449Z] === RUN TestVolumesInspect [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-03T16:19:24.449Z] === RUN TestVolumesInvalidJSON [2022-06-03T16:19:24.449Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-03T16:19:24.449Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-03T16:19:24.449Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-03T16:19:24.449Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-03T16:19:24.449Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-03T16:19:24.449Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-03T16:19:24.449Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-03T16:19:24.449Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-03T16:19:24.449Z] PASS [2022-06-03T16:19:24.449Z] [2022-06-03T16:19:24.449Z] DONE 9 tests in 0.189s [2022-06-03T16:19:24.449Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T16:19:24.707Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T16:19:24.707Z] +++ kill 6645 [2022-06-03T16:19:24.965Z] +++ /etc/init.d/apparmor stop [2022-06-03T16:19:24.965Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T16:19:24.965Z] [2022-06-03T16:19:24.965Z] Unloading profiles will leave already running processes permanently [2022-06-03T16:19:24.965Z] unconfined, which can lead to unexpected situations. [2022-06-03T16:19:24.965Z] [2022-06-03T16:19:24.965Z] To set a process to complain mode, use the command line tool [2022-06-03T16:19:24.965Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T16:19:24.965Z] +++ true [2022-06-03T16:19:24.965Z] exiting test-integration [2022-06-03T16:19:24.965Z] ++ exit 0 [2022-06-03T16:19:24.965Z] [2022-06-03T16:19:25.530Z] + for job in $(jobs -p) [2022-06-03T16:19:25.530Z] + wait 22869 [2022-06-03T16:19:30.804Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-03T16:19:30.804Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-03T16:19:30.804Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-03T16:19:30.804Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-03T16:19:30.804Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-03T16:19:30.804Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-03T16:19:31.736Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-03T16:19:31.736Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-03T16:19:31.736Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-03T16:19:31.736Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-03T16:19:31.736Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-03T16:19:31.994Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-03T16:19:32.252Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-03T16:19:32.252Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-03T16:19:33.184Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-03T16:19:33.184Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-03T16:19:33.750Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-03T16:19:34.314Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-03T16:19:34.314Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-03T16:19:34.879Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-03T16:19:37.405Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-03T16:19:37.405Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-03T16:19:37.405Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-03T16:19:38.342Z] === RUN TestDockerSuite/TestImportFile [2022-06-03T16:19:39.714Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-03T16:19:39.714Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-03T16:19:40.647Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-03T16:19:42.019Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-03T16:19:42.952Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-03T16:19:43.517Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-03T16:19:44.084Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-03T16:19:44.342Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-03T16:19:44.342Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-03T16:19:44.342Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-03T16:19:44.908Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-03T16:19:45.472Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-03T16:19:45.730Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-03T16:19:46.296Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-03T16:19:46.553Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-03T16:19:47.118Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-03T16:19:47.118Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-03T16:19:48.495Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-03T16:19:48.753Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-03T16:19:49.011Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-03T16:19:49.269Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-03T16:19:49.526Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-03T16:19:49.526Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-03T16:19:49.526Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-03T16:19:50.460Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-03T16:19:50.732Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-03T16:19:51.303Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-03T16:19:51.869Z] === RUN TestDockerSuite/TestInspectImage [2022-06-03T16:19:51.869Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-03T16:19:51.869Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-03T16:19:51.869Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-03T16:19:51.869Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-03T16:19:52.433Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-03T16:19:52.690Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-03T16:19:52.690Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-03T16:19:53.255Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-03T16:19:53.820Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-03T16:19:55.715Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-03T16:19:55.715Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-03T16:19:56.280Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-03T16:19:56.845Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-03T16:19:56.845Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-03T16:19:57.779Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-03T16:19:58.346Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-03T16:19:58.606Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-03T16:19:59.171Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-03T16:19:59.736Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-03T16:19:59.993Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-03T16:20:00.559Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-03T16:20:00.559Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-03T16:20:01.931Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-03T16:20:02.866Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-03T16:20:03.798Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-03T16:20:04.056Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-03T16:20:05.429Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-03T16:20:06.802Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-03T16:20:08.173Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-03T16:20:08.173Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-03T16:20:09.546Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-03T16:20:09.546Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-03T16:20:10.112Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-03T16:20:18.243Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-03T16:20:18.243Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-03T16:20:18.501Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-03T16:20:19.876Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-03T16:20:20.810Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-03T16:20:22.708Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-03T16:20:22.996Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-03T16:20:22.997Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-03T16:20:23.254Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-03T16:20:23.254Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-03T16:20:23.254Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-03T16:20:23.820Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-03T16:20:24.387Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-03T16:20:24.952Z] docker_api_swarm_service_test.go:395: [d4a62bdec603f] joining swarm manager [ded5235cb335e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:20:25.517Z] docker_api_swarm_service_test.go:395: [dd45e92702ce0] joining swarm manager [ded5235cb335e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:20:28.045Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-03T16:20:28.302Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-03T16:20:33.564Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-03T16:20:33.564Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-03T16:20:33.564Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-03T16:20:34.130Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-03T16:20:35.063Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-03T16:20:36.000Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-03T16:20:36.932Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-03T16:20:37.496Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-03T16:20:39.394Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-03T16:20:39.961Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-03T16:20:40.527Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-03T16:20:40.527Z] === RUN TestDockerSuite/TestLogsSince [2022-06-03T16:20:42.436Z] docker_api_swarm_service_test.go:343: [dfdc576db8815] joining swarm manager [d42bbccbf00be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:20:43.368Z] docker_api_swarm_service_test.go:343: [dc580df1f5d00] joining swarm manager [d42bbccbf00be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:20:47.552Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-03T16:20:52.808Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-03T16:20:52.808Z] === RUN TestDockerSuite/TestLogsTail [2022-06-03T16:20:53.373Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-03T16:20:53.937Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-03T16:20:54.195Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-03T16:20:54.453Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-03T16:20:55.018Z] === RUN TestDockerSuite/TestNetHostname [2022-06-03T16:20:56.391Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-03T16:20:56.391Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-03T16:20:56.391Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-03T16:20:58.289Z] docker_api_swarm_service_test.go:490: [db2bc0c6165d4] joining swarm manager [d27fa6547f476]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:20:59.220Z] docker_api_swarm_service_test.go:490: [d2a5e90360f4c] joining swarm manager [d27fa6547f476]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:21:02.503Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-03T16:21:03.436Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-03T16:21:04.000Z] === RUN TestDockerSuite/TestPluginActive [2022-06-03T16:21:05.897Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-03T16:21:09.420Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-03T16:21:09.420Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-03T16:21:09.420Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-03T16:21:09.420Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-03T16:21:09.420Z] Cross building: bundles/cross/linux/s390x [2022-06-03T16:21:09.420Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-03T16:21:09.420Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-03T16:21:11.158Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-03T16:21:11.158Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-03T16:21:11.158Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-03T16:21:11.415Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-03T16:21:12.355Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-03T16:21:15.663Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-03T16:21:17.034Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-03T16:21:17.293Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-03T16:21:19.190Z] docker_api_swarm_service_test.go:128: [d09d80c5099ae] joining swarm manager [d447758eedd65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:21:19.447Z] docker_api_swarm_service_test.go:129: [d0a0147100493] joining swarm manager [d447758eedd65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:21:19.705Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-03T16:21:21.605Z] docker_api_swarm_service_test.go:137: [d1f50ca7a00ee] joining swarm manager [d447758eedd65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T16:21:22.170Z] docker_api_swarm_service_test.go:138: [d27b25eb6d928] joining swarm manager [d447758eedd65]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-03T16:21:25.448Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-03T16:21:26.380Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-03T16:21:26.946Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-03T16:21:27.883Z] === RUN TestDockerSuite/TestPortList [2022-06-03T16:21:34.443Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-03T16:21:35.008Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-03T16:21:41.557Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-03T16:21:41.557Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-03T16:21:41.557Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-03T16:21:41.557Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-03T16:21:41.557Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-03T16:21:41.814Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-03T16:21:41.814Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-03T16:21:42.379Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-03T16:21:42.379Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-03T16:21:43.319Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-03T16:21:43.319Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-03T16:21:44.252Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-03T16:21:45.623Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-03T16:21:46.558Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-03T16:21:46.816Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-03T16:21:47.074Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-03T16:21:47.334Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-03T16:21:49.232Z] docker_api_swarm_service_test.go:304: [d05592d8795d4] joining swarm manager [d75473d6df2d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:21:49.799Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-03T16:21:49.799Z] docker_api_swarm_service_test.go:304: [d13ad0c209e9d] joining swarm manager [d75473d6df2d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:21:50.735Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-03T16:21:53.261Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-03T16:21:56.545Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-03T16:21:56.545Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-03T16:21:59.076Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-03T16:22:05.631Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-03T16:22:07.003Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-03T16:22:08.376Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-03T16:22:09.310Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-03T16:22:09.876Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-03T16:22:10.134Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-03T16:22:12.075Z] docker_api_swarm_service_test.go:100: [d89751b2bfbbe] joining swarm manager [dbf61ff6df72a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:22:12.075Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-03T16:22:13.012Z] docker_api_swarm_service_test.go:101: [d29935c36eb79] joining swarm manager [dbf61ff6df72a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:22:13.944Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-03T16:22:15.319Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-03T16:22:15.577Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-03T16:22:16.513Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-03T16:22:18.410Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-03T16:22:19.783Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-03T16:22:20.040Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-03T16:22:20.040Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-03T16:22:20.040Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-03T16:22:20.297Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-03T16:22:20.297Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-03T16:22:20.554Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-03T16:22:20.812Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-03T16:22:21.746Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-03T16:22:22.681Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-03T16:22:23.247Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-03T16:22:29.802Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-03T16:22:30.738Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-03T16:22:32.113Z] check_test.go:378: [d89751b2bfbbe] daemon is not started [2022-06-03T16:22:32.678Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-03T16:22:32.678Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-03T16:22:32.678Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-03T16:22:32.936Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-03T16:22:34.833Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-03T16:22:35.769Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-03T16:22:37.668Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-03T16:22:37.668Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-03T16:22:39.046Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-03T16:22:39.046Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-03T16:22:39.046Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-03T16:22:39.612Z] docker_api_swarm_service_test.go:533: [d338cb22a7046] joining swarm manager [d888a662ef4d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:22:40.991Z] docker_api_swarm_service_test.go:534: [dc768bd679a4c] joining swarm manager [d888a662ef4d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:22:41.924Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-03T16:22:42.490Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-03T16:22:43.057Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-03T16:22:45.587Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-03T16:22:45.847Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-03T16:22:47.219Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-03T16:22:48.592Z] === RUN TestDockerSuite/TestRmiTag [2022-06-03T16:22:48.592Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-03T16:22:48.851Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-03T16:22:52.134Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-03T16:22:52.134Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-03T16:22:52.700Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-03T16:22:52.958Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-03T16:22:53.891Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-03T16:22:54.455Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-03T16:22:54.713Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-03T16:22:54.970Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-03T16:22:55.227Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-03T16:22:55.485Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-03T16:22:56.417Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-03T16:22:56.982Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-03T16:22:57.548Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-03T16:22:58.113Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-03T16:22:59.046Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-03T16:22:59.978Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-03T16:23:00.544Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-03T16:23:00.856Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-03T16:23:00.856Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-03T16:23:00.856Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-03T16:23:00.856Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-03T16:23:00.856Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-03T16:23:01.120Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-03T16:23:01.169Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-03T16:23:01.491Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/test/unit [2022-06-03T16:23:01.690Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-03T16:23:01.747Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-03T16:23:01.747Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-03T16:23:01.747Z] + TESTDIRS=./... [2022-06-03T16:23:01.747Z] + exclude_paths='/vendor/|/integration' [2022-06-03T16:23:01.747Z] ++ go list ./... [2022-06-03T16:23:01.747Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-03T16:23:02.256Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-03T16:23:02.677Z] + pkg_list='github.com/docker/docker/api [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/backend/build [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/httputils [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/middleware [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/build [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/container [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/debug [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/image [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/network [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/session [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/system [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/server/router/volume [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/backend [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/container [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/events [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/filters [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/image [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/mount [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/network [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/registry [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/strslice [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/swarm [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/time [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/versions [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T16:23:02.677Z] github.com/docker/docker/api/types/volume [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/builder-next [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/dockerfile [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/remotecontext [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T16:23:02.677Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T16:23:02.677Z] github.com/docker/docker/cli [2022-06-03T16:23:02.677Z] github.com/docker/docker/cli/config [2022-06-03T16:23:02.677Z] github.com/docker/docker/cli/debug [2022-06-03T16:23:02.677Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T16:23:02.677Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T16:23:02.677Z] github.com/docker/docker/client [2022-06-03T16:23:02.677Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T16:23:02.677Z] github.com/docker/docker/cmd/dockerd [2022-06-03T16:23:02.677Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T16:23:02.677Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T16:23:02.677Z] github.com/docker/docker/container [2022-06-03T16:23:02.677Z] github.com/docker/docker/container/stream [2022-06-03T16:23:02.677Z] github.com/docker/docker/contrib/apparmor [2022-06-03T16:23:02.677Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T16:23:02.677Z] github.com/docker/docker/contrib/httpserver [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/cluster [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/config [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/events [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/exec [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/images [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/initlayer [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/links [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/listeners [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/local [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/names [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/network [2022-06-03T16:23:02.677Z] github.com/docker/docker/daemon/stats [2022-06-03T16:23:02.677Z] github.com/docker/docker/distribution [2022-06-03T16:23:02.677Z] github.com/docker/docker/distribution/metadata [2022-06-03T16:23:02.677Z] github.com/docker/docker/distribution/utils [2022-06-03T16:23:02.677Z] github.com/docker/docker/distribution/xfer [2022-06-03T16:23:02.677Z] github.com/docker/docker/dockerversion [2022-06-03T16:23:02.677Z] github.com/docker/docker/errdefs [2022-06-03T16:23:02.677Z] github.com/docker/docker/image [2022-06-03T16:23:02.677Z] github.com/docker/docker/image/cache [2022-06-03T16:23:02.677Z] github.com/docker/docker/image/tarexport [2022-06-03T16:23:02.677Z] github.com/docker/docker/image/v1 [2022-06-03T16:23:02.677Z] github.com/docker/docker/internal/test/suite [2022-06-03T16:23:02.677Z] github.com/docker/docker/layer [2022-06-03T16:23:02.677Z] github.com/docker/docker/libcontainerd [2022-06-03T16:23:02.677Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T16:23:02.677Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T16:23:02.677Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T16:23:02.677Z] github.com/docker/docker/libcontainerd/types [2022-06-03T16:23:02.677Z] github.com/docker/docker/libnetwork [2022-06-03T16:23:02.677Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T16:23:02.677Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/config [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/idm [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ns [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/options [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/osl [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/types [2022-06-03T16:23:02.678Z] github.com/docker/docker/oci [2022-06-03T16:23:02.678Z] github.com/docker/docker/oci/caps [2022-06-03T16:23:02.678Z] github.com/docker/docker/opts [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/aaparser [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/archive [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/authorization [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/capabilities [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/containerfs [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/directory [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/dmesg [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/fileutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/fsutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/homedir [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/idtools [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/ioutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/longpath [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/loopback [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/parsers [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/pidfile [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/platform [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/plugins [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/pools [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/progress [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/pubsub [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/reexec [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/signal [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/stack [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/stringid [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/system [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/tailfile [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/tarsum [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/truncindex [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/urlutil [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/useragent [2022-06-03T16:23:02.678Z] github.com/docker/docker/plugin [2022-06-03T16:23:02.678Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T16:23:02.678Z] github.com/docker/docker/plugin/v2 [2022-06-03T16:23:02.678Z] github.com/docker/docker/profiles/apparmor [2022-06-03T16:23:02.678Z] github.com/docker/docker/profiles/seccomp [2022-06-03T16:23:02.678Z] github.com/docker/docker/quota [2022-06-03T16:23:02.678Z] github.com/docker/docker/reference [2022-06-03T16:23:02.678Z] github.com/docker/docker/registry [2022-06-03T16:23:02.678Z] github.com/docker/docker/registry/resumable [2022-06-03T16:23:02.678Z] github.com/docker/docker/restartmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/rootless [2022-06-03T16:23:02.678Z] github.com/docker/docker/rootless/specconv [2022-06-03T16:23:02.678Z] github.com/docker/docker/runconfig [2022-06-03T16:23:02.678Z] github.com/docker/docker/runconfig/opts [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/daemon [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/environment [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/fakegit [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/registry [2022-06-03T16:23:02.678Z] github.com/docker/docker/testutil/request [2022-06-03T16:23:02.678Z] github.com/docker/docker/volume [2022-06-03T16:23:02.678Z] github.com/docker/docker/volume/drivers [2022-06-03T16:23:02.678Z] github.com/docker/docker/volume/local [2022-06-03T16:23:02.678Z] github.com/docker/docker/volume/mounts [2022-06-03T16:23:02.678Z] github.com/docker/docker/volume/service [2022-06-03T16:23:02.678Z] github.com/docker/docker/volume/service/opts [2022-06-03T16:23:02.678Z] github.com/docker/docker/volume/testutils' [2022-06-03T16:23:02.678Z] ++ echo 'github.com/docker/docker/api [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/backend/build [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/httputils [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/middleware [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/build [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/container [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/debug [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/image [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/network [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/session [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/system [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/server/router/volume [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/backend [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/container [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/events [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/filters [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/image [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/mount [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/network [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/registry [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/strslice [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/swarm [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/time [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/versions [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T16:23:02.678Z] github.com/docker/docker/api/types/volume [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/builder-next [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/dockerfile [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/remotecontext [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T16:23:02.678Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T16:23:02.678Z] github.com/docker/docker/cli [2022-06-03T16:23:02.678Z] github.com/docker/docker/cli/config [2022-06-03T16:23:02.678Z] github.com/docker/docker/cli/debug [2022-06-03T16:23:02.678Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T16:23:02.678Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T16:23:02.678Z] github.com/docker/docker/client [2022-06-03T16:23:02.678Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T16:23:02.678Z] github.com/docker/docker/cmd/dockerd [2022-06-03T16:23:02.678Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T16:23:02.678Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T16:23:02.678Z] github.com/docker/docker/container [2022-06-03T16:23:02.678Z] github.com/docker/docker/container/stream [2022-06-03T16:23:02.678Z] github.com/docker/docker/contrib/apparmor [2022-06-03T16:23:02.678Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T16:23:02.678Z] github.com/docker/docker/contrib/httpserver [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/cluster [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/config [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/events [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/exec [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/images [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/initlayer [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/links [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/listeners [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/local [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/names [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/network [2022-06-03T16:23:02.678Z] github.com/docker/docker/daemon/stats [2022-06-03T16:23:02.678Z] github.com/docker/docker/distribution [2022-06-03T16:23:02.678Z] github.com/docker/docker/distribution/metadata [2022-06-03T16:23:02.678Z] github.com/docker/docker/distribution/utils [2022-06-03T16:23:02.678Z] github.com/docker/docker/distribution/xfer [2022-06-03T16:23:02.678Z] github.com/docker/docker/dockerversion [2022-06-03T16:23:02.678Z] github.com/docker/docker/errdefs [2022-06-03T16:23:02.678Z] github.com/docker/docker/image [2022-06-03T16:23:02.678Z] github.com/docker/docker/image/cache [2022-06-03T16:23:02.678Z] github.com/docker/docker/image/tarexport [2022-06-03T16:23:02.678Z] github.com/docker/docker/image/v1 [2022-06-03T16:23:02.678Z] github.com/docker/docker/internal/test/suite [2022-06-03T16:23:02.678Z] github.com/docker/docker/layer [2022-06-03T16:23:02.678Z] github.com/docker/docker/libcontainerd [2022-06-03T16:23:02.678Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T16:23:02.678Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T16:23:02.678Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T16:23:02.678Z] github.com/docker/docker/libcontainerd/types [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/config [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/idm [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/ns [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/options [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/osl [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T16:23:02.678Z] github.com/docker/docker/libnetwork/types [2022-06-03T16:23:02.678Z] github.com/docker/docker/oci [2022-06-03T16:23:02.678Z] github.com/docker/docker/oci/caps [2022-06-03T16:23:02.678Z] github.com/docker/docker/opts [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/aaparser [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/archive [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/authorization [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/capabilities [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/containerfs [2022-06-03T16:23:02.678Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/directory [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/dmesg [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/fileutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/fsutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/homedir [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/idtools [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/ioutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/longpath [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/loopback [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/parsers [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/pidfile [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/platform [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/pools [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/progress [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/pubsub [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/reexec [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/signal [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/stack [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/stringid [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/system [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/tailfile [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/tarsum [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/truncindex [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/urlutil [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/useragent [2022-06-03T16:23:02.679Z] github.com/docker/docker/plugin [2022-06-03T16:23:02.679Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T16:23:02.679Z] github.com/docker/docker/plugin/v2 [2022-06-03T16:23:02.679Z] github.com/docker/docker/profiles/apparmor [2022-06-03T16:23:02.679Z] github.com/docker/docker/profiles/seccomp [2022-06-03T16:23:02.679Z] github.com/docker/docker/quota [2022-06-03T16:23:02.679Z] github.com/docker/docker/reference [2022-06-03T16:23:02.679Z] github.com/docker/docker/registry [2022-06-03T16:23:02.679Z] github.com/docker/docker/registry/resumable [2022-06-03T16:23:02.679Z] github.com/docker/docker/restartmanager [2022-06-03T16:23:02.679Z] github.com/docker/docker/rootless [2022-06-03T16:23:02.679Z] github.com/docker/docker/rootless/specconv [2022-06-03T16:23:02.679Z] github.com/docker/docker/runconfig [2022-06-03T16:23:02.679Z] github.com/docker/docker/runconfig/opts [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/daemon [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/environment [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fakegit [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/registry [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/request [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/drivers [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/local [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/mounts [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/service [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/service/opts [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/testutils' [2022-06-03T16:23:02.679Z] ++ grep --fixed-strings -v /libnetwork [2022-06-03T16:23:02.679Z] + base_pkg_list='github.com/docker/docker/api [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/backend/build [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/httputils [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/middleware [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/build [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/container [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/debug [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/image [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/network [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/session [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/system [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/volume [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/backend [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/container [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/events [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/filters [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/image [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/mount [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/network [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/registry [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/strslice [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/swarm [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/time [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/versions [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/volume [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/dockerfile [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/remotecontext [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/config [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/debug [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T16:23:02.679Z] github.com/docker/docker/client [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/dockerd [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T16:23:02.679Z] github.com/docker/docker/container [2022-06-03T16:23:02.679Z] github.com/docker/docker/container/stream [2022-06-03T16:23:02.679Z] github.com/docker/docker/contrib/apparmor [2022-06-03T16:23:02.679Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T16:23:02.679Z] github.com/docker/docker/contrib/httpserver [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/config [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/events [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/exec [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/images [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/initlayer [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/links [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/listeners [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/local [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/names [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/network [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/stats [2022-06-03T16:23:02.679Z] github.com/docker/docker/distribution [2022-06-03T16:23:02.679Z] github.com/docker/docker/distribution/metadata [2022-06-03T16:23:02.679Z] github.com/docker/docker/distribution/utils [2022-06-03T16:23:02.679Z] github.com/docker/docker/distribution/xfer [2022-06-03T16:23:02.679Z] github.com/docker/docker/dockerversion [2022-06-03T16:23:02.679Z] github.com/docker/docker/errdefs [2022-06-03T16:23:02.679Z] github.com/docker/docker/image [2022-06-03T16:23:02.679Z] github.com/docker/docker/image/cache [2022-06-03T16:23:02.679Z] github.com/docker/docker/image/tarexport [2022-06-03T16:23:02.679Z] github.com/docker/docker/image/v1 [2022-06-03T16:23:02.679Z] github.com/docker/docker/internal/test/suite [2022-06-03T16:23:02.679Z] github.com/docker/docker/layer [2022-06-03T16:23:02.679Z] github.com/docker/docker/libcontainerd [2022-06-03T16:23:02.679Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T16:23:02.679Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T16:23:02.679Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T16:23:02.679Z] github.com/docker/docker/libcontainerd/types [2022-06-03T16:23:02.679Z] github.com/docker/docker/oci [2022-06-03T16:23:02.679Z] github.com/docker/docker/oci/caps [2022-06-03T16:23:02.679Z] github.com/docker/docker/opts [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/aaparser [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/archive [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/authorization [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/capabilities [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/containerfs [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/directory [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/dmesg [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/fileutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/fsutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/homedir [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/idtools [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/ioutils [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/longpath [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/loopback [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/parsers [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/pidfile [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/platform [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/pools [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/progress [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/pubsub [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/reexec [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/signal [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/stack [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/stringid [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/system [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/tailfile [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/tarsum [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/truncindex [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/urlutil [2022-06-03T16:23:02.679Z] github.com/docker/docker/pkg/useragent [2022-06-03T16:23:02.679Z] github.com/docker/docker/plugin [2022-06-03T16:23:02.679Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T16:23:02.679Z] github.com/docker/docker/plugin/v2 [2022-06-03T16:23:02.679Z] github.com/docker/docker/profiles/apparmor [2022-06-03T16:23:02.679Z] github.com/docker/docker/profiles/seccomp [2022-06-03T16:23:02.679Z] github.com/docker/docker/quota [2022-06-03T16:23:02.679Z] github.com/docker/docker/reference [2022-06-03T16:23:02.679Z] github.com/docker/docker/registry [2022-06-03T16:23:02.679Z] github.com/docker/docker/registry/resumable [2022-06-03T16:23:02.679Z] github.com/docker/docker/restartmanager [2022-06-03T16:23:02.679Z] github.com/docker/docker/rootless [2022-06-03T16:23:02.679Z] github.com/docker/docker/rootless/specconv [2022-06-03T16:23:02.679Z] github.com/docker/docker/runconfig [2022-06-03T16:23:02.679Z] github.com/docker/docker/runconfig/opts [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/daemon [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/environment [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fakegit [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/registry [2022-06-03T16:23:02.679Z] github.com/docker/docker/testutil/request [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/drivers [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/local [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/mounts [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/service [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/service/opts [2022-06-03T16:23:02.679Z] github.com/docker/docker/volume/testutils' [2022-06-03T16:23:02.679Z] ++ echo 'github.com/docker/docker/api [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/backend/build [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/httputils [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/middleware [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/build [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/container [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/debug [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/image [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/network [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/session [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/system [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/server/router/volume [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/backend [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/container [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/events [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/filters [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/image [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/mount [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/network [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/registry [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/strslice [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/swarm [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/time [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/versions [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T16:23:02.679Z] github.com/docker/docker/api/types/volume [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/dockerfile [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/remotecontext [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T16:23:02.679Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/config [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/debug [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T16:23:02.679Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T16:23:02.679Z] github.com/docker/docker/client [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/dockerd [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T16:23:02.679Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T16:23:02.679Z] github.com/docker/docker/container [2022-06-03T16:23:02.679Z] github.com/docker/docker/container/stream [2022-06-03T16:23:02.679Z] github.com/docker/docker/contrib/apparmor [2022-06-03T16:23:02.679Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T16:23:02.679Z] github.com/docker/docker/contrib/httpserver [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster [2022-06-03T16:23:02.679Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/config [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/events [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/exec [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/images [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/initlayer [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/links [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/listeners [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/local [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/names [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/network [2022-06-03T16:23:02.680Z] github.com/docker/docker/daemon/stats [2022-06-03T16:23:02.680Z] github.com/docker/docker/distribution [2022-06-03T16:23:02.680Z] github.com/docker/docker/distribution/metadata [2022-06-03T16:23:02.680Z] github.com/docker/docker/distribution/utils [2022-06-03T16:23:02.680Z] github.com/docker/docker/distribution/xfer [2022-06-03T16:23:02.680Z] github.com/docker/docker/dockerversion [2022-06-03T16:23:02.680Z] github.com/docker/docker/errdefs [2022-06-03T16:23:02.680Z] github.com/docker/docker/image [2022-06-03T16:23:02.680Z] github.com/docker/docker/image/cache [2022-06-03T16:23:02.680Z] github.com/docker/docker/image/tarexport [2022-06-03T16:23:02.680Z] github.com/docker/docker/image/v1 [2022-06-03T16:23:02.680Z] github.com/docker/docker/internal/test/suite [2022-06-03T16:23:02.680Z] github.com/docker/docker/layer [2022-06-03T16:23:02.680Z] github.com/docker/docker/libcontainerd [2022-06-03T16:23:02.680Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T16:23:02.680Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T16:23:02.680Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T16:23:02.680Z] github.com/docker/docker/libcontainerd/types [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/config [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/idm [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ns [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/options [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/osl [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/types [2022-06-03T16:23:02.680Z] github.com/docker/docker/oci [2022-06-03T16:23:02.680Z] github.com/docker/docker/oci/caps [2022-06-03T16:23:02.680Z] github.com/docker/docker/opts [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/aaparser [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/archive [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/authorization [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/capabilities [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/containerfs [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/directory [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/dmesg [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/fileutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/fsutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/homedir [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/idtools [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/ioutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/longpath [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/loopback [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/parsers [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/pidfile [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/platform [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/plugins [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/pools [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/progress [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/pubsub [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/reexec [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/signal [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/stack [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/stringid [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/system [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/tailfile [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/tarsum [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/truncindex [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/urlutil [2022-06-03T16:23:02.680Z] github.com/docker/docker/pkg/useragent [2022-06-03T16:23:02.680Z] github.com/docker/docker/plugin [2022-06-03T16:23:02.680Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T16:23:02.680Z] github.com/docker/docker/plugin/v2 [2022-06-03T16:23:02.680Z] github.com/docker/docker/profiles/apparmor [2022-06-03T16:23:02.680Z] github.com/docker/docker/profiles/seccomp [2022-06-03T16:23:02.680Z] github.com/docker/docker/quota [2022-06-03T16:23:02.680Z] github.com/docker/docker/reference [2022-06-03T16:23:02.680Z] github.com/docker/docker/registry [2022-06-03T16:23:02.680Z] github.com/docker/docker/registry/resumable [2022-06-03T16:23:02.680Z] github.com/docker/docker/restartmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/rootless [2022-06-03T16:23:02.680Z] github.com/docker/docker/rootless/specconv [2022-06-03T16:23:02.680Z] github.com/docker/docker/runconfig [2022-06-03T16:23:02.680Z] github.com/docker/doc++ grep --fixed-strings /libnetwork [2022-06-03T16:23:02.680Z] ker/runconfig/opts [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/daemon [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/environment [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/fakegit [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/registry [2022-06-03T16:23:02.680Z] github.com/docker/docker/testutil/request [2022-06-03T16:23:02.680Z] github.com/docker/docker/volume [2022-06-03T16:23:02.680Z] github.com/docker/docker/volume/drivers [2022-06-03T16:23:02.680Z] github.com/docker/docker/volume/local [2022-06-03T16:23:02.680Z] github.com/docker/docker/volume/mounts [2022-06-03T16:23:02.680Z] github.com/docker/docker/volume/service [2022-06-03T16:23:02.680Z] github.com/docker/docker/volume/service/opts [2022-06-03T16:23:02.680Z] github.com/docker/docker/volume/testutils' [2022-06-03T16:23:02.680Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/config [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/idm [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ns [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/options [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/osl [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/types' [2022-06-03T16:23:02.680Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-03T16:23:02.680Z] + echo 'github.com/docker/docker/libnetwork [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/config [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/idm [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/ns [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/options [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/osl [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/types' [2022-06-03T16:23:02.680Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T16:23:02.681Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T16:23:02.681Z] + type docker-proxy [2022-06-03T16:23:02.681Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-03T16:23:02.681Z] + hack/make.sh binary-proxy install-proxy [2022-06-03T16:23:02.681Z] [2022-06-03T16:23:02.823Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-03T16:23:02.937Z] Removing bundles/ [2022-06-03T16:23:02.937Z] [2022-06-03T16:23:02.937Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-03T16:23:02.937Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-03T16:23:02.937Z] GOOS="" GOARCH="" GOARM="" [2022-06-03T16:23:03.390Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-03T16:23:04.322Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-03T16:23:04.322Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-03T16:23:04.887Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-03T16:23:05.453Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-03T16:23:05.710Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-03T16:23:05.710Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-03T16:23:06.644Z] docker_api_swarm_service_test.go:148: [d4b2d561b9a47] joining swarm manager [dd29de59e60f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:23:07.577Z] docker_api_swarm_service_test.go:148: [daa605a489301] joining swarm manager [dd29de59e60f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:23:07.577Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-03T16:23:08.144Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-03T16:23:08.711Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-03T16:23:09.646Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-03T16:23:09.903Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-03T16:23:09.903Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-03T16:23:10.469Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-03T16:23:11.022Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-03T16:23:11.022Z] [2022-06-03T16:23:11.022Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-03T16:23:11.022Z] Installing docker-proxy to /usr/local/bin/ [2022-06-03T16:23:11.022Z] [2022-06-03T16:23:11.022Z] + mkdir -p bundles [2022-06-03T16:23:11.022Z] + '[' -n 'github.com/docker/docker/api [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/backend/build [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/httpstatus [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/httputils [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/middleware [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/build [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/container [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/debug [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/distribution [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/grpc [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/image [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/network [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/plugin [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/session [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/swarm [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/system [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/server/router/volume [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/backend [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/blkiodev [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/container [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/events [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/filters [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/image [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/mount [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/network [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/registry [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/strslice [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/swarm [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/time [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/versions [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-03T16:23:11.022Z] github.com/docker/docker/api/types/volume [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/builder-next [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/builder-next/worker [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/dockerfile [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/remotecontext [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/remotecontext/git [2022-06-03T16:23:11.022Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-03T16:23:11.022Z] github.com/docker/docker/cli [2022-06-03T16:23:11.022Z] github.com/docker/docker/cli/config [2022-06-03T16:23:11.022Z] github.com/docker/docker/cli/debug [2022-06-03T16:23:11.022Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-03T16:23:11.022Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-03T16:23:11.022Z] github.com/docker/docker/client [2022-06-03T16:23:11.022Z] github.com/docker/docker/cmd/docker-proxy [2022-06-03T16:23:11.022Z] github.com/docker/docker/cmd/dockerd [2022-06-03T16:23:11.022Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-03T16:23:11.022Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-03T16:23:11.022Z] github.com/docker/docker/container [2022-06-03T16:23:11.022Z] github.com/docker/docker/container/stream [2022-06-03T16:23:11.022Z] github.com/docker/docker/contrib/apparmor [2022-06-03T16:23:11.022Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-03T16:23:11.022Z] github.com/docker/docker/contrib/httpserver [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/cluster [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/cluster/convert [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/cluster/executor [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/cluster/provider [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/config [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/events [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/events/testutils [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/exec [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/images [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/initlayer [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/links [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/listeners [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/gelf [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/journald [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/local [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/logentries [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/splunk [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/syslog [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/logger/templates [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/names [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/network [2022-06-03T16:23:11.022Z] github.com/docker/docker/daemon/stats [2022-06-03T16:23:11.022Z] github.com/docker/docker/distribution [2022-06-03T16:23:11.022Z] github.com/docker/docker/distribution/metadata [2022-06-03T16:23:11.022Z] github.com/docker/docker/distribution/utils [2022-06-03T16:23:11.022Z] github.com/docker/docker/distribution/xfer [2022-06-03T16:23:11.022Z] github.com/docker/docker/dockerversion [2022-06-03T16:23:11.022Z] github.com/docker/docker/errdefs [2022-06-03T16:23:11.022Z] github.com/docker/docker/image [2022-06-03T16:23:11.022Z] github.com/docker/docker/image/cache [2022-06-03T16:23:11.022Z] github.com/docker/docker/image/tarexport [2022-06-03T16:23:11.022Z] github.com/docker/docker/image/v1 [2022-06-03T16:23:11.022Z] github.com/docker/docker/internal/test/suite [2022-06-03T16:23:11.022Z] github.com/docker/docker/layer [2022-06-03T16:23:11.022Z] github.com/docker/docker/libcontainerd [2022-06-03T16:23:11.022Z] github.com/docker/docker/libcontainerd/queue [2022-06-03T16:23:11.022Z] github.com/docker/docker/libcontainerd/remote [2022-06-03T16:23:11.022Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-03T16:23:11.022Z] github.com/docker/docker/libcontainerd/types [2022-06-03T16:23:11.022Z] github.com/docker/docker/oci [2022-06-03T16:23:11.022Z] github.com/docker/docker/oci/caps [2022-06-03T16:23:11.022Z] github.com/docker/docker/opts [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/aaparser [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/archive [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/authorization [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/broadcaster [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/capabilities [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/chrootarchive [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/containerfs [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/devicemapper [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/directory [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/dmesg [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/fileutils [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/fsutils [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/homedir [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/idtools [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/ioutils [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/jsonmessage [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/longpath [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/loopback [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/namesgenerator [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/parsers [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/pidfile [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/platform [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/plugingetter [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/plugins [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/plugins/transport [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/pools [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/progress [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/pubsub [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/reexec [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/signal [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/stack [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/stdcopy [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/streamformatter [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/stringid [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/sysinfo [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/system [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/tailfile [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/tarsum [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/truncindex [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/urlutil [2022-06-03T16:23:11.022Z] github.com/docker/docker/pkg/useragent [2022-06-03T16:23:11.022Z] github.com/docker/docker/plugin [2022-06-03T16:23:11.022Z] github.com/docker/docker/plugin/executor/containerd [2022-06-03T16:23:11.022Z] github.com/docker/docker/plugin/v2 [2022-06-03T16:23:11.022Z] github.com/docker/docker/profiles/apparmor [2022-06-03T16:23:11.022Z] github.com/docker/docker/profiles/seccomp [2022-06-03T16:23:11.022Z] github.com/docker/docker/quota [2022-06-03T16:23:11.022Z] github.com/docker/docker/reference [2022-06-03T16:23:11.022Z] github.com/docker/docker/registry [2022-06-03T16:23:11.022Z] github.com/docker/docker/registry/resumable [2022-06-03T16:23:11.022Z] github.com/docker/docker/restartmanager [2022-06-03T16:23:11.022Z] github.com/docker/docker/rootless [2022-06-03T16:23:11.022Z] github.com/docker/docker/rootless/specconv [2022-06-03T16:23:11.022Z] github.com/docker/docker/runconfig [2022-06-03T16:23:11.022Z] github.com/docker/docker/runconfig/opts [2022-06-03T16:23:11.022Z] github.com/docker/docker/testutil [2022-06-03T16:23:11.022Z] github.com/docker/docker/testutil/daemon [2022-06-03T16:23:11.022Z] github.com/docker/docker/testutil/environment [2022-06-03T16:23:11.022Z] github.com/docker/docker/testutil/fakecontext [2022-06-03T16:23:11.022Z] github.com/docker/docker/testutil/fakegit [2022-06-03T16:23:11.022Z] github.com/docker/docker/testutil/fakestorage [2022-06-03T16:23:11.022Z] github.com/docker/docker/testutil/fixtures/load [2022-06-03T16:23:11.023Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-03T16:23:11.023Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-03T16:23:11.023Z] github.com/docker/docker/testutil/registry [2022-06-03T16:23:11.023Z] github.com/docker/docker/testutil/request [2022-06-03T16:23:11.023Z] github.com/docker/docker/volume [2022-06-03T16:23:11.023Z] github.com/docker/docker/volume/drivers [2022-06-03T16:23:11.023Z] github.com/docker/docker/volume/local [2022-06-03T16:23:11.023Z] github.com/docker/docker/volume/mounts [2022-06-03T16:23:11.023Z] github.com/docker/docker/volume/service [2022-06-03T16:23:11.023Z] github.com/docker/docker/volume/service/opts [2022-06-03T16:23:11.023Z] github.com/docker/docker/volume/testutils' ']' [2022-06-03T16:23:11.023Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-06-03T16:23:11.023Z] ? github.com/docker/docker/api [no test files] [2022-06-03T16:23:11.035Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-03T16:23:11.599Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-03T16:23:12.165Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-03T16:23:12.730Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-03T16:23:12.730Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-03T16:23:12.988Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-03T16:23:12.988Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-03T16:23:13.925Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-03T16:23:14.186Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-03T16:23:14.752Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-03T16:23:15.317Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-03T16:23:15.317Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-03T16:23:15.881Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-03T16:23:16.817Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-03T16:23:18.194Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-03T16:23:18.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-03T16:23:19.325Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-03T16:23:19.891Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-03T16:23:20.149Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-03T16:23:20.715Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-03T16:23:20.973Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-03T16:23:22.348Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-03T16:23:24.248Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-03T16:23:24.248Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-03T16:23:24.813Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-03T16:23:26.714Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-03T16:23:27.647Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-03T16:23:29.019Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-03T16:23:29.071Z] ok github.com/docker/docker/api/server 0.007s coverage: 7.9% of statements [2022-06-03T16:23:30.918Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-03T16:23:30.918Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-03T16:23:30.918Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-03T16:23:30.918Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-03T16:23:30.918Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-03T16:23:31.177Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-03T16:23:32.549Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-03T16:23:33.922Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-03T16:23:34.857Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-03T16:23:35.421Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-03T16:23:36.353Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-03T16:23:36.917Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-03T16:23:36.917Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-03T16:23:36.917Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-03T16:23:37.174Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-03T16:23:38.107Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-03T16:23:38.365Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-03T16:23:38.930Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-03T16:23:39.187Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-03T16:23:39.752Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-03T16:23:40.009Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-03T16:23:40.009Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-03T16:23:40.575Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-03T16:23:40.834Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-03T16:23:41.400Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-03T16:23:41.964Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-03T16:23:42.222Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-03T16:23:42.786Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-03T16:23:43.044Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-03T16:23:43.627Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-03T16:23:43.627Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-03T16:23:43.627Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-03T16:23:44.194Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-03T16:23:44.764Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-03T16:23:45.700Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-03T16:23:46.266Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-03T16:23:46.266Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-03T16:23:46.266Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-03T16:23:48.798Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-03T16:23:49.363Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-03T16:24:01.556Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-03T16:24:01.556Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-03T16:24:02.491Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-03T16:24:02.491Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-03T16:24:02.491Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-03T16:24:02.491Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-03T16:24:03.057Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-03T16:24:04.957Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-03T16:24:05.893Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-03T16:24:07.284Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-03T16:24:08.216Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-03T16:24:12.413Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-03T16:24:12.979Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-03T16:24:13.236Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-03T16:24:13.801Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-03T16:24:14.735Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-03T16:24:14.735Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-03T16:24:14.735Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-03T16:24:14.993Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-03T16:24:15.927Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-03T16:24:16.861Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-03T16:24:18.234Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-03T16:24:18.234Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-03T16:24:18.234Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-03T16:24:18.234Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-03T16:24:19.167Z] === RUN TestDockerSuite/TestRunMount [2022-06-03T16:24:21.071Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-03T16:24:24.352Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-03T16:24:24.610Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-03T16:24:25.176Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-03T16:24:25.743Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-03T16:24:26.675Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-03T16:24:26.675Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-03T16:24:28.708Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-03T16:24:30.608Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-03T16:24:31.174Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-03T16:24:32.550Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-03T16:24:35.077Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-03T16:24:35.077Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-03T16:24:36.011Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-03T16:24:37.384Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-03T16:24:37.384Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-03T16:24:37.643Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-03T16:24:38.575Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-03T16:24:38.832Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-03T16:24:39.397Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-03T16:24:40.769Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-03T16:24:42.143Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-03T16:24:44.673Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-03T16:24:45.241Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-03T16:24:45.241Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-03T16:24:45.807Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-03T16:24:45.807Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-03T16:24:46.065Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-03T16:24:46.631Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-03T16:24:46.631Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-03T16:24:47.197Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-03T16:24:53.747Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-03T16:24:53.747Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-03T16:24:53.747Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-03T16:24:53.747Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-03T16:24:53.747Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-03T16:24:54.682Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-03T16:24:55.246Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-03T16:24:55.504Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-03T16:24:55.504Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-03T16:24:56.071Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-03T16:24:56.328Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-03T16:24:56.896Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-03T16:24:57.479Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-03T16:24:57.479Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-03T16:24:57.479Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-03T16:24:57.738Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-03T16:24:58.304Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-03T16:24:58.304Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-03T16:24:58.304Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-03T16:24:58.868Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-03T16:24:59.127Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-03T16:25:00.199Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-03T16:25:00.199Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-03T16:25:00.199Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-03T16:25:02.726Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-03T16:25:03.661Z] === RUN TestDockerSuite/TestRunRm [2022-06-03T16:25:04.226Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-03T16:25:05.462Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 6.0% of statements [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 67.9% of statements [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/builder/remotecontext 0.116s coverage: 13.7% of statements [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/builder/dockerfile 0.514s coverage: 49.3% of statements [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-06-03T16:25:05.472Z] ok github.com/docker/docker/builder/remotecontext/git 1.817s coverage: 86.3% of statements [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/cli [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-03T16:25:05.472Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-03T16:25:05.728Z] ok github.com/docker/docker/cmd/docker-proxy 0.233s coverage: 67.6% of statements [2022-06-03T16:25:07.504Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-03T16:25:07.762Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-03T16:25:08.327Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-03T16:25:08.585Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-03T16:25:09.897Z] ok github.com/docker/docker/client 0.144s coverage: 75.6% of statements [2022-06-03T16:25:10.486Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-03T16:25:11.421Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-03T16:25:11.421Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-03T16:25:14.702Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-03T16:25:14.702Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-03T16:25:17.984Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-03T16:25:17.984Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-03T16:25:18.551Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-03T16:25:18.809Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-03T16:25:19.377Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-03T16:25:20.326Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-03T16:25:20.584Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-03T16:25:20.842Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-03T16:25:21.408Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-03T16:25:21.665Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-03T16:25:22.598Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-03T16:25:23.163Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-03T16:25:23.163Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-03T16:25:28.223Z] === RUN TestDockerSuite/TestRunState [2022-06-03T16:25:28.223Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-03T16:25:28.223Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-03T16:25:28.223Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-03T16:25:28.223Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-03T16:25:28.223Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-03T16:25:28.223Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-03T16:25:28.223Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-03T16:25:28.788Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-03T16:25:28.788Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-03T16:25:29.352Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-03T16:25:30.284Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-03T16:25:30.542Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-03T16:25:30.542Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-03T16:25:31.477Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-03T16:25:32.045Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-03T16:25:33.419Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-03T16:25:33.677Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-03T16:25:34.610Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-03T16:25:35.176Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-03T16:25:37.709Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-03T16:25:38.274Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-03T16:25:41.555Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-03T16:25:41.555Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-03T16:25:42.120Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-03T16:25:42.379Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-03T16:25:43.313Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-03T16:25:44.266Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-03T16:25:45.640Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-03T16:25:46.208Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-03T16:25:46.466Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-03T16:25:46.466Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-03T16:25:47.033Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-03T16:25:47.599Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-03T16:25:47.856Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-03T16:25:47.856Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-03T16:25:47.856Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-03T16:25:48.114Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-03T16:25:48.679Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-03T16:25:48.937Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-03T16:25:52.218Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-03T16:25:52.218Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-03T16:25:52.477Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-03T16:25:53.411Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-03T16:25:55.313Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-03T16:25:55.313Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-03T16:25:56.687Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-03T16:25:56.767Z] ok github.com/docker/docker/cmd/dockerd 0.082s coverage: 29.7% of statements [2022-06-03T16:25:56.768Z] ok github.com/docker/docker/container 0.117s coverage: 34.6% of statements [2022-06-03T16:25:56.768Z] ok github.com/docker/docker/cmd/dockerd/trap 2.517s coverage: 0.0% of statements [2022-06-03T16:25:56.768Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-03T16:25:56.768Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-03T16:25:56.768Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-03T16:25:56.768Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-03T16:25:56.768Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-03T16:25:57.623Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-03T16:25:58.557Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-03T16:26:00.941Z] ok github.com/docker/docker/daemon/cluster 0.080s coverage: 0.5% of statements [2022-06-03T16:26:01.083Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-03T16:26:01.083Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-03T16:26:01.083Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-03T16:26:01.083Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-03T16:26:01.083Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-03T16:26:01.083Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-03T16:26:01.083Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-03T16:26:01.083Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-03T16:26:01.083Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-03T16:26:01.342Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-03T16:26:01.342Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-03T16:26:01.342Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-03T16:26:01.869Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-06-03T16:26:02.275Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-03T16:26:02.839Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-03T16:26:03.236Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-06-03T16:26:03.772Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-03T16:26:04.336Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-03T16:26:04.593Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-03T16:26:04.853Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-03T16:26:05.111Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-03T16:26:05.369Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-03T16:26:05.369Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-03T16:26:05.369Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-03T16:26:05.369Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-03T16:26:05.369Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-03T16:26:05.369Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-03T16:26:05.369Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-03T16:26:05.936Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-03T16:26:06.507Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-03T16:26:06.779Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-03T16:26:07.718Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-03T16:26:07.718Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-03T16:26:08.650Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-03T16:26:08.650Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-03T16:26:08.650Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-03T16:26:08.908Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-03T16:26:09.841Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-03T16:26:09.841Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-03T16:26:09.841Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-03T16:26:10.407Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-03T16:26:11.323Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.4% of statements [2022-06-03T16:26:11.323Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.5% of statements [2022-06-03T16:26:11.780Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-03T16:26:11.780Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-03T16:26:11.884Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-03T16:26:12.038Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-03T16:26:12.038Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-03T16:26:12.038Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-03T16:26:12.445Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2022-06-03T16:26:12.445Z] ok github.com/docker/docker/daemon 10.133s coverage: 16.1% of statements [2022-06-03T16:26:12.445Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-03T16:26:12.445Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-03T16:26:12.445Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-03T16:26:12.445Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-03T16:26:12.604Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-03T16:26:12.604Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-03T16:26:13.538Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-03T16:26:14.337Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.763s coverage: 74.8% of statements [2022-06-03T16:26:14.472Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-03T16:26:14.594Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 3.0% of statements [2022-06-03T16:26:14.729Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-03T16:26:15.961Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.489s coverage: 56.2% of statements [2022-06-03T16:26:16.104Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-03T16:26:16.670Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-03T16:26:16.670Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-03T16:26:16.670Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-03T16:26:17.342Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.9% of statements [2022-06-03T16:26:17.604Z] docker_cli_service_logs_test.go:246: checking task v0jbvwwwuctn [2022-06-03T16:26:17.604Z] docker_cli_service_logs_test.go:251: checking messages for v0jbvwwwuctn [2022-06-03T16:26:17.604Z] docker_cli_service_logs_test.go:246: checking task v74p3ftyrlhk [2022-06-03T16:26:17.604Z] docker_cli_service_logs_test.go:251: checking messages for v74p3ftyrlhk [2022-06-03T16:26:17.604Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-03T16:26:18.171Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-03T16:26:18.736Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-03T16:26:19.232Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.318s coverage: 50.6% of statements [2022-06-03T16:26:19.487Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.697s coverage: 46.1% of statements [2022-06-03T16:26:19.487Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-03T16:26:19.670Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-03T16:26:19.670Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-03T16:26:20.413Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.5% of statements [2022-06-03T16:26:20.975Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.688s coverage: 58.5% of statements [2022-06-03T16:26:20.975Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-03T16:26:20.975Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-03T16:26:21.046Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-03T16:26:21.304Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-03T16:26:21.304Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-03T16:26:21.538Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-06-03T16:26:21.870Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-03T16:26:22.465Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2022-06-03T16:26:23.243Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents3796553585 [2022-06-03T16:26:23.406Z] ok github.com/docker/docker/daemon/images 0.051s coverage: 6.6% of statements [2022-06-03T16:26:23.406Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-03T16:26:23.406Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-03T16:26:23.501Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-03T16:26:23.501Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-03T16:26:23.967Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 43.0% of statements [2022-06-03T16:26:24.872Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-03T16:26:24.872Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-03T16:26:24.872Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-03T16:26:24.892Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 53.6% of statements [2022-06-03T16:26:24.892Z] ok github.com/docker/docker/daemon/logger/awslogs 0.187s coverage: 79.9% of statements [2022-06-03T16:26:24.892Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-03T16:26:25.808Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-03T16:26:25.819Z] ok github.com/docker/docker/daemon/logger/gelf 0.020s coverage: 68.2% of statements [2022-06-03T16:26:25.819Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.4% of statements [2022-06-03T16:26:26.381Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2022-06-03T16:26:26.740Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-03T16:26:26.943Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.182s coverage: 76.8% of statements [2022-06-03T16:26:27.200Z] ok github.com/docker/docker/daemon/logger/local 0.046s coverage: 79.2% of statements [2022-06-03T16:26:27.200Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-03T16:26:27.200Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-03T16:26:27.305Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-03T16:26:27.305Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-03T16:26:27.305Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-03T16:26:27.305Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-03T16:26:27.887Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-03T16:26:27.887Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-03T16:26:28.129Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.018s coverage: 62.0% of statements [2022-06-03T16:26:28.129Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.028s coverage: 31.5% of statements [2022-06-03T16:26:28.821Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-03T16:26:29.387Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-03T16:26:29.495Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-06-03T16:26:29.495Z] ok github.com/docker/docker/daemon/logger/templates 0.010s coverage: 8.3% of statements [2022-06-03T16:26:29.953Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-03T16:26:30.056Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-03T16:26:31.103Z] ok github.com/docker/docker/daemon/logger/splunk 1.648s coverage: 82.5% of statements [2022-06-03T16:26:31.103Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-03T16:26:31.103Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-03T16:26:32.032Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 44.4% of statements [2022-06-03T16:26:32.287Z] ok github.com/docker/docker/distribution 0.630s coverage: 28.0% of statements [2022-06-03T16:26:32.287Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-03T16:26:32.849Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-03T16:26:33.411Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-06-03T16:26:33.668Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-03T16:26:34.230Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-06-03T16:26:34.486Z] ok github.com/docker/docker/distribution/xfer 1.903s coverage: 84.9% of statements [2022-06-03T16:26:34.486Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-03T16:26:34.486Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-03T16:26:34.486Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-03T16:26:35.048Z] ok github.com/docker/docker/libcontainerd/queue 0.037s coverage: 100.0% of statements [2022-06-03T16:26:35.211Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-03T16:26:35.976Z] ok github.com/docker/docker/oci 0.011s coverage: 46.0% of statements [2022-06-03T16:26:36.537Z] ok github.com/docker/docker/opts 0.025s coverage: 66.0% of statements [2022-06-03T16:26:36.537Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-03T16:26:36.585Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-03T16:26:37.957Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-03T16:26:38.425Z] ok github.com/docker/docker/pkg/archive 0.299s coverage: 81.9% of statements [2022-06-03T16:26:38.681Z] ok github.com/docker/docker/pkg/authorization 0.099s coverage: 68.3% of statements [2022-06-03T16:26:38.894Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-03T16:26:39.152Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-03T16:26:39.242Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-03T16:26:39.242Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-03T16:26:41.678Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-03T16:26:41.678Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-03T16:26:42.517Z] ok github.com/docker/docker/pkg/chrootarchive 2.502s coverage: 42.7% of statements [2022-06-03T16:26:42.517Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-03T16:26:42.773Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-06-03T16:26:43.028Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-03T16:26:43.028Z] ok github.com/docker/docker/layer 7.258s coverage: 69.0% of statements [2022-06-03T16:26:43.284Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-03T16:26:43.284Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-03T16:26:43.284Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-03T16:26:43.284Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-03T16:26:43.284Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-03T16:26:43.284Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-03T16:26:43.540Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 87.2% of statements [2022-06-03T16:26:43.579Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-03T16:26:43.795Z] ok github.com/docker/docker/pkg/fsutils 0.182s coverage: 85.1% of statements [2022-06-03T16:26:43.795Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-06-03T16:26:44.145Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-03T16:26:44.145Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-03T16:26:45.162Z] ok github.com/docker/docker/pkg/idtools 0.495s coverage: 67.9% of statements [2022-06-03T16:26:45.162Z] ok github.com/docker/docker/pkg/ioutils 0.439s coverage: 70.1% of statements [2022-06-03T16:26:45.419Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2022-06-03T16:26:45.419Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2022-06-03T16:26:45.419Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-03T16:26:45.518Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-03T16:26:45.675Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-06-03T16:26:45.675Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-03T16:26:45.931Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-06-03T16:26:46.186Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 90.5% of statements [2022-06-03T16:26:46.442Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-03T16:26:46.442Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-03T16:26:46.442Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-03T16:26:46.451Z] docker_cli_swarm_test.go:1895: [df5a179ebdd22] joining swarm manager [d5b444e1eff19]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:26:47.003Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-06-03T16:26:47.384Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-03T16:26:47.565Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-03T16:26:47.565Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-03T16:26:47.820Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-03T16:26:47.951Z] docker_cli_swarm_test.go:1896: [db26fb118d8be] joining swarm manager [d5b444e1eff19]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:26:48.517Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-03T16:26:49.184Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2022-06-03T16:26:49.184Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-06-03T16:26:49.440Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-03T16:26:49.695Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-03T16:26:49.951Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-06-03T16:26:50.206Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-03T16:26:50.768Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-03T16:26:51.024Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-03T16:26:51.044Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-03T16:26:51.279Z] ok github.com/docker/docker/pkg/tailfile 0.057s coverage: 88.6% of statements [2022-06-03T16:26:51.841Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-06-03T16:26:52.096Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-03T16:26:52.352Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-03T16:26:54.240Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-06-03T16:26:54.240Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-03T16:26:54.803Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-06-03T16:26:55.251Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-03T16:26:55.730Z] ok github.com/docker/docker/quota 0.259s coverage: 71.4% of statements [2022-06-03T16:26:55.986Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-03T16:26:56.913Z] ok github.com/docker/docker/registry 0.051s coverage: 58.6% of statements [2022-06-03T16:26:57.169Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-03T16:26:57.425Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-06-03T16:26:57.987Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-03T16:26:58.243Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-03T16:26:58.528Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-03T16:27:00.157Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-03T16:27:00.413Z] ok github.com/docker/docker/volume/local 0.097s coverage: 76.8% of statements [2022-06-03T16:27:00.975Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-06-03T16:27:02.339Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-06-03T16:27:02.705Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-03T16:27:04.602Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-03T16:27:05.169Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-03T16:27:07.067Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-03T16:27:07.324Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-03T16:27:07.889Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-03T16:27:08.147Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-03T16:27:08.147Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-03T16:27:08.147Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-03T16:27:08.712Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-03T16:27:11.240Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-03T16:27:12.173Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-03T16:27:14.698Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-03T16:27:14.698Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-03T16:27:14.956Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-03T16:27:15.523Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-03T16:27:15.523Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-03T16:27:15.523Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-03T16:27:15.523Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-03T16:27:15.523Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-03T16:27:16.898Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-03T16:27:17.157Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-03T16:27:17.728Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-03T16:27:19.102Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-03T16:27:22.404Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-03T16:27:23.339Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-03T16:27:23.339Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-03T16:27:23.339Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-03T16:27:23.905Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-03T16:27:24.214Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/rootless [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/volume [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-03T16:27:24.214Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === Skipped [2022-06-03T16:27:24.214Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-03T16:27:24.214Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-03T16:27:24.214Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-03T16:27:24.214Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-03T16:27:24.214Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-03T16:27:24.214Z] graphtest_unix.go:71: No driver to put! [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-03T16:27:24.214Z] time="2022-06-03T16:26:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-03T16:27:24.214Z] time="2022-06-03T16:26:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-03T16:27:24.214Z] time="2022-06-03T16:26:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-03T16:27:24.214Z] time="2022-06-03T16:26:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-03T16:27:24.214Z] time="2022-06-03T16:26:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-03T16:27:24.214Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-03T16:27:24.214Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-03T16:27:24.214Z] graphtest_unix.go:71: No driver to put! [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-03T16:27:24.214Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-03T16:27:24.214Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-03T16:27:24.214Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-03T16:27:24.214Z] [2022-06-03T16:27:24.214Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-03T16:27:24.215Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-03T16:27:24.215Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.215Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-03T16:27:24.215Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.215Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-03T16:27:24.215Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.215Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-03T16:27:24.215Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.215Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-03T16:27:24.215Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-03T16:27:24.215Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-03T16:27:24.215Z] graphtest_unix.go:71: No driver to put! [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-03T16:27:24.215Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-03T16:27:24.215Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-03T16:27:24.215Z] [2022-06-03T16:27:24.215Z] DONE 2781 tests, 28 skipped in 250.781s [2022-06-03T16:27:24.215Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/bitseq [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cluster [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/config [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/datastore [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/driverapi [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/etchosts [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/idm [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipam [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/iptables [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/netlabel [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/netutils [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/networkdb [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/ns [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/options [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/osl [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/portallocator [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/portmapper [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/testutils [2022-06-03T16:27:24.215Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-03T16:27:24.215Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-06-03T16:27:24.471Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-03T16:27:26.998Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-03T16:27:28.893Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-03T16:27:29.828Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-03T16:27:31.200Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-03T16:27:32.134Z] docker_cli_swarm_test.go:1796: [d7b4e1afb1452] joining swarm manager [da58c22e069fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:27:33.066Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-03T16:27:33.324Z] docker_cli_swarm_test.go:1797: [d887fa23b790d] joining swarm manager [da58c22e069fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:27:35.851Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-03T16:27:38.379Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-03T16:27:39.313Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-03T16:27:40.688Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-03T16:27:41.619Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-03T16:27:42.551Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-03T16:27:43.923Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-03T16:27:44.855Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-03T16:27:46.242Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-03T16:27:47.613Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-03T16:27:48.985Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-03T16:27:48.985Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-03T16:27:57.086Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-03T16:27:58.982Z] docker_cli_swarm_test.go:1315: [d389f70d64b25] joining swarm manager [d074494d422f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:28:00.354Z] docker_cli_swarm_test.go:1316: [dad07e801188d] joining swarm manager [d074494d422f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:28:04.531Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-03T16:28:04.531Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-03T16:28:04.531Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-03T16:28:04.531Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-03T16:28:04.531Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-03T16:28:04.531Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-03T16:28:04.531Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-03T16:28:05.099Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-03T16:28:05.099Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-03T16:28:05.663Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-03T16:28:05.663Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-03T16:28:05.663Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-03T16:28:05.921Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-03T16:28:05.921Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-03T16:28:07.294Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-03T16:28:07.294Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-03T16:28:07.553Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-03T16:28:07.553Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-03T16:28:07.553Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-03T16:28:10.821Z] ok github.com/docker/docker/libnetwork 37.178s coverage: 40.6% of statements [2022-06-03T16:28:10.821Z] ok github.com/docker/docker/libnetwork/bitseq 0.118s coverage: 84.4% of statements [2022-06-03T16:28:10.821Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-03T16:28:10.821Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-03T16:28:10.821Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-03T16:28:10.821Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-03T16:28:10.821Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-03T16:28:10.821Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-03T16:28:10.821Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-03T16:28:10.822Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-03T16:28:10.822Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-03T16:28:10.822Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.384s coverage: 59.9% of statements [2022-06-03T16:28:10.822Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.146s coverage: 4.0% of statements [2022-06-03T16:28:10.822Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-03T16:28:10.822Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-03T16:28:10.822Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-03T16:28:14.103Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-03T16:28:14.360Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-03T16:28:14.360Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-03T16:28:14.618Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-03T16:28:16.517Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-03T16:28:18.900Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.521s coverage: 7.2% of statements [2022-06-03T16:28:18.900Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-03T16:28:19.061Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-03T16:28:19.061Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite (1312.13s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.39s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.82s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.68s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.51s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.17s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.95s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.78s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.94s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.36s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.77s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.61s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.60s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.62s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.57s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.81s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.78s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.91s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.76s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.93s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.78s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.17s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.60s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.72s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.71s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.96s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.55s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (16.38s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.47s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.23s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.69s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.90s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (4.47s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.30s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.19s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.78s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.24s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.86s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.83s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.87s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.24s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.23s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.02s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.24s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.12s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.41s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.61s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.27s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.37s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.81s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.95s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.52s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.66s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.69s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.96s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.82s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.69s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.10s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.51s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.38s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.58s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.83s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.34s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.39s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.95s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.51s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.03s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (0.93s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.89s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.80s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.15s) [2022-06-03T16:28:19.061Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.32s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.78s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.98s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.48s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.58s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.53s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCmd (0.31s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.31s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.30s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.00s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.18s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.10s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.06s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.76s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.70s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.41s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.43s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.29s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.06s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.85s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.10s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.25s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.45s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.17s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.40s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.98s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.45s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.43s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.27s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.49s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.70s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.18s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.14s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.21s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.86s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.38s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.22s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.83s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.27s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.40s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.11s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.84s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.03s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.43s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.65s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.20s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.88s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.79s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.23s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.27s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.35s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.58s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.74s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnv (1.24s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.13s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.91s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.29s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.88s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.79s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.39s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.79s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.71s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.53s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.54s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.94s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildExpose (0.47s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.86s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.78s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFails (0.95s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.62s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.95s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.43s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.28s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.68s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.95s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.29s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.78s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.20s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.62s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildHistory (4.04s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.49s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.72s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.62s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.87s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLabel (0.46s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.45s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLabels (0.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.58s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.68s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.96s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.45s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.93s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.05s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.86s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.54s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.48s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.75s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.63s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.98s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.74s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.61s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.28s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.68s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.31s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.31s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.38s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.59s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.60s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.19s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.26s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.32s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.56s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.60s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.69s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.91s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.96s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.00s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.36s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.80s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildPATH (1.54s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.52s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.60s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.31s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.22s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.67s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildRm (2.67s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.79s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.13s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.47s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.83s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.96s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.80s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.98s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.17s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.37s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.53s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.80s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildStderr (0.72s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.91s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.03s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.83s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.61s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.96s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildUser (1.51s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.33s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.73s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.67s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.19s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.64s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.63s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.84s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.09s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.60s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.76s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.16s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.67s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.27s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.39s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.51s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.38s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-06-03T16:28:19.062Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.56s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.09s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.33s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.17s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitTTY (1.33s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.78s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.30s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.66s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.21s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.18s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.47s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.72s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.49s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.59s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.56s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.59s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.66s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.49s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.14s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.68s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.50s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.49s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.56s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.48s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.57s) [2022-06-03T16:28:19.062Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.57s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.63s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.61s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.17s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.62s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.67s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.30s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.87s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.69s) [2022-06-03T16:28:19.063Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.68s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.65s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.71s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.37s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.43s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.42s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.27s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.56s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.61s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.32s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000944bd0__} (1.46s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11234094641_/foo_false_____} (1.34s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11234094641_/foo_true_____} (1.39s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32754110448_/foo_false_____} (1.49s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32754110448_/foo_true_____} (1.48s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32754110448_/foo_true__0xc000944c00___} (1.35s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000944c18__} (1.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000944c30__} (1.48s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000944c48__} (1.38s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000944c60__} (1.55s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.14s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.44s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.70s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.13s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.94s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.52s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.48s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.52s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.48s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.60s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.83s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.58s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.62s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.86s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.64s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.84s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.20s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.85s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.62s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.62s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.57s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.88s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.59s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.92s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.45s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.48s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.47s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.12s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.47s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.36s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.33s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.70s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.84s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.92s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToDot (0.83s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.23s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.14s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToStdout (0.66s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.25s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.34s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.85s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.87s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.44s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.77s) [2022-06-03T16:28:19.063Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.57s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.33s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2022-06-03T16:28:19.063Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.13s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.46s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.37s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.52s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.78s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.45s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.14s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.76s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.64s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.24s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.57s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.23s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.04s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.32s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.94s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.55s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.80s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.32s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.63s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsAttach (0.56s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsCommit (0.85s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.67s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.68s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.57s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.19s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.48s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.98s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsCopy (0.81s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.91s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.47s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.94s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.24s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFilters (0.87s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFormat (0.88s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.70s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.30s) [2022-06-03T16:28:19.063Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T16:28:19.063Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.96s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.57s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsResize (0.90s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.66s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.63s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.46s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.68s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsTop (0.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.89s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExec (0.55s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.48s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.49s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.49s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.54s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.62s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.56s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.96s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecCgroup (0.84s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecEnv (0.56s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.99s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecInspectID (1.54s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecInteractive (0.63s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.74s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.80s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecParseError (0.61s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.45s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.97s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecStartFails (0.59s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.45s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecUlimits (0.55s) [2022-06-03T16:28:19.063Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.25s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.73s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.50s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.60s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.54s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.58s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.54s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.46s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestHealth (19.09s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.58s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.65s) [2022-06-03T16:28:19.063Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImportBadURL (0.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImportDisplay (1.04s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImportFile (1.09s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.08s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImportGzipped (1.27s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.47s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.42s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.10s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s) [2022-06-03T16:28:19.064Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.69s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectHistory (0.54s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-06-03T16:28:19.064Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.94s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.04s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.47s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectStatus (0.53s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.05s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.50s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.38s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.95s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.93s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.24s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.13s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.42s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.35s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.54s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.91s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.49s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.25s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.72s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.29s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.56s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.49s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.57s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.58s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.54s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.83s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.89s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.93s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.86s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.67s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.85s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.60s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsSince (6.52s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsTail (0.53s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.22s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestNetHostname (1.26s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.28s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.61s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.26s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPluginActive (1.96s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.25s) [2022-06-03T16:28:19.064Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.31s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.13s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.87s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.03s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.31s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.88s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.85s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPortList (6.16s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.90s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.89s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.07s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.26s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.51s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsByOrder (2.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.86s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.62s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.08s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.82s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.56s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.08s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.39s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.91s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.96s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.66s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.47s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.28s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.97s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.69s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.48s) [2022-06-03T16:28:19.064Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.94s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.96s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.50s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.87s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.97s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.96s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.89s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.90s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.15s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.14s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.94s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.68s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.05s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.86s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.37s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.00s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.50s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.64s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.53s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.12s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.97s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.59s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.60s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.61s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.51s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.62s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.79s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.50s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.55s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.73s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.50s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.79s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.69s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.47s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.48s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.60s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.65s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.71s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.54s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.46s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.97s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.26s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.87s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.49s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.45s) [2022-06-03T16:28:19.064Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.41s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.10s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.14s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.74s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.04s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.50s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.49s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.54s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.04s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.28s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.44s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.98s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.44s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.98s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.50s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.42s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.42s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.42s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunExitCode (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.40s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.49s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.54s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.48s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.11s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.40s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.66s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.53s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.95s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.64s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.39s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.50s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.14s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.93s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.19s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.74s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.41s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.32s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.88s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.27s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.82s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.40s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.21s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.98s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunMount (5.27s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.47s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.58s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.18s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.55s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.70s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.64s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.14s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.24s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.55s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetHost (0.75s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.37s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.29s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.76s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.46s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.45s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.41s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.52s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.48s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.42s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.59s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.46s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.50s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.46s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.64s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.14s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.54s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.12s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunRm (0.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.47s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.47s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.94s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.73s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.38s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.59s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.42s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.70s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.71s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.58s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.50s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.69s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.79s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.47s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunState (1.11s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.49s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.75s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.60s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunSysctls (1.11s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.09s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.79s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.88s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.64s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.44s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.95s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.87s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.47s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.49s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.75s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.40s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUserByID (0.67s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.48s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUserByName (0.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.61s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.47s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.84s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.93s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.25s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.89s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.15s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.48s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.75s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.67s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.97s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.48s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.69s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.56s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.54s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.86s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.74s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.49s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.60s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.63s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.32s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.43s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.66s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.67s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.58s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.16s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.95s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.96s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.54s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.64s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.13s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.59s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.64s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.68s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.70s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.65s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.08s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.77s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.64s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.89s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartRecordError (1.28s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.92s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.15s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.75s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.98s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.50s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.54s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.48s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.54s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.16s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.48s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.54s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T16:28:19.065Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.19s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.58s) [2022-06-03T16:28:19.065Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUpdateStats (3.47s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.97s) [2022-06-03T16:28:19.066Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.75s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.55s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.24s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.15s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.36s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.80s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.40s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.55s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.27s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.30s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.86s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.88s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.27s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.25s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.32s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.35s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.24s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.09s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.03s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.43s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.40s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.45s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.70s) [2022-06-03T16:28:19.066Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.45s) [2022-06-03T16:28:19.066Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T16:28:19.066Z] === RUN TestDockerRegistrySuite [2022-06-03T16:28:19.066Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-03T16:28:19.156Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-03T16:28:19.412Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.008s coverage: 57.4% of statements [2022-06-03T16:28:19.412Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-03T16:28:19.413Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-03T16:28:19.674Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-03T16:28:19.969Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-03T16:28:19.998Z] check_test.go:194: [db76b481705e8] daemon is not started [2022-06-03T16:28:19.998Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-03T16:28:20.227Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.2% of statements [2022-06-03T16:28:20.483Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-03T16:28:20.739Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-03T16:28:20.930Z] check_test.go:194: [de64760c9aa8b] daemon is not started [2022-06-03T16:28:20.930Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-03T16:28:22.302Z] check_test.go:194: [d2a6c19c917d8] daemon is not started [2022-06-03T16:28:22.303Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-03T16:28:22.303Z] check_test.go:194: [d697bc97ab3b4] daemon is not started [2022-06-03T16:28:22.303Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-03T16:28:24.830Z] check_test.go:194: [d1f52d7419044] daemon is not started [2022-06-03T16:28:24.830Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-03T16:28:30.088Z] check_test.go:194: [d95da7c9d77b7] daemon is not started [2022-06-03T16:28:30.088Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-03T16:28:32.615Z] check_test.go:194: [d24492510619d] daemon is not started [2022-06-03T16:28:32.615Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-03T16:28:32.905Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-06-03T16:28:33.180Z] check_test.go:194: [da53e36b450ce] daemon is not started [2022-06-03T16:28:33.180Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-03T16:28:34.115Z] check_test.go:194: [d2bd286db2afe] daemon is not started [2022-06-03T16:28:34.115Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-03T16:28:35.048Z] check_test.go:194: [d7fab06325324] daemon is not started [2022-06-03T16:28:35.048Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-03T16:28:36.421Z] check_test.go:194: [d0eb1a10bf05e] daemon is not started [2022-06-03T16:28:36.421Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-03T16:28:37.354Z] check_test.go:194: [d737e062d43b0] daemon is not started [2022-06-03T16:28:37.354Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-03T16:28:38.289Z] check_test.go:194: [da2aa7dcd41ed] daemon is not started [2022-06-03T16:28:38.289Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-03T16:28:39.223Z] check_test.go:194: [dca4c8a980bd5] daemon is not started [2022-06-03T16:28:39.223Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-03T16:28:39.788Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3b5624ab13de04a9bf33f617743f37e39b47e703e3764e89c5c5d48a991889f6 [2022-06-03T16:28:40.723Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:65ca2fbae5a26a904d03e43dc8845069f9f3ed526990900179658a7f154b76a8 [2022-06-03T16:28:40.981Z] check_test.go:194: [dd14c9a1cf046] daemon is not started [2022-06-03T16:28:40.981Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-03T16:28:41.915Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:508f0e75c00f2f6f4d9a36f4d36f9d89e256cfb431ed4b159376708cb723514d [2022-06-03T16:28:42.480Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7f4e3acd7b2263a3e9eac5ab8f58556f5e0ae068fd6b4726d6decb0f226440ad [2022-06-03T16:28:42.738Z] check_test.go:194: [d86ce889ec630] daemon is not started [2022-06-03T16:28:42.738Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-03T16:28:43.684Z] check_test.go:194: [d70fd74ca2342] daemon is not started [2022-06-03T16:28:43.684Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-03T16:28:46.213Z] check_test.go:194: [d163010c1332b] daemon is not started [2022-06-03T16:28:46.213Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-03T16:28:46.777Z] check_test.go:194: [d495b77878cd6] daemon is not started [2022-06-03T16:28:46.777Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-03T16:28:47.035Z] check_test.go:194: [d8f859f827b5f] daemon is not started [2022-06-03T16:28:47.035Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-03T16:28:47.737Z] ok github.com/docker/docker/libnetwork/ipam 14.496s coverage: 85.3% of statements [2022-06-03T16:28:47.737Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-03T16:28:47.737Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-03T16:28:47.737Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-03T16:28:47.737Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-06-03T16:28:47.737Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-03T16:28:47.737Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-03T16:28:47.737Z] ok github.com/docker/docker/libnetwork/ipamutils 0.251s coverage: 74.0% of statements [2022-06-03T16:28:47.967Z] check_test.go:194: [d4f0f0a22e948] daemon is not started [2022-06-03T16:28:47.967Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-03T16:28:47.992Z] ok github.com/docker/docker/libnetwork/iptables 0.155s coverage: 45.1% of statements [2022-06-03T16:28:47.992Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-06-03T16:28:48.553Z] ok github.com/docker/docker/libnetwork/netutils 0.021s coverage: 44.1% of statements [2022-06-03T16:28:48.900Z] check_test.go:194: [dea4d947e06dd] daemon is not started [2022-06-03T16:28:48.901Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-03T16:28:49.466Z] check_test.go:194: [ddbe7c65040ad] daemon is not started [2022-06-03T16:28:49.466Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-03T16:28:51.994Z] check_test.go:194: [d261fad03f034] daemon is not started [2022-06-03T16:28:51.994Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-03T16:28:52.252Z] check_test.go:194: [d3573f19bebe7] daemon is not started [2022-06-03T16:28:52.252Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-03T16:28:53.184Z] check_test.go:194: [d6172f1bfcd8f] daemon is not started [2022-06-03T16:28:53.184Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-03T16:28:53.748Z] check_test.go:194: [d5d24a43f98f5] daemon is not started [2022-06-03T16:28:53.748Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-03T16:28:53.748Z] check_test.go:194: [d24ec9dbab926] daemon is not started [2022-06-03T16:28:53.748Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-03T16:28:54.005Z] check_test.go:194: [d49b309fd8f8f] daemon is not started [2022-06-03T16:28:54.005Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-03T16:28:54.262Z] check_test.go:194: [daff20f88537b] daemon is not started [2022-06-03T16:28:54.262Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-03T16:28:54.827Z] check_test.go:194: [dfdfb577591ac] daemon is not started [2022-06-03T16:28:54.827Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-03T16:28:54.827Z] check_test.go:194: [df330bdb2de45] daemon is not started [2022-06-03T16:28:54.827Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-03T16:28:55.760Z] check_test.go:194: [d2d434829d80f] daemon is not started [2022-06-03T16:28:55.760Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-03T16:28:57.659Z] check_test.go:194: [d9f887b160d7d] daemon is not started [2022-06-03T16:28:57.659Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-03T16:28:58.224Z] check_test.go:194: [db57835854964] daemon is not started [2022-06-03T16:28:58.224Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-03T16:28:59.159Z] check_test.go:194: [d282fdd1ffa1d] daemon is not started [2022-06-03T16:28:59.159Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-03T16:29:00.092Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite (42.17s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.98s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.25s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.61s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.65s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.82s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.01s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.97s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.06s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.88s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.95s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.84s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.79s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.14s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.37s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.01s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.51s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.04s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-06-03T16:29:01.026Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2022-06-03T16:29:01.026Z] === RUN TestDockerSchema1RegistrySuite [2022-06-03T16:29:01.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-03T16:29:01.026Z] check_test.go:221: [dc57fda1a71b9] daemon is not started [2022-06-03T16:29:01.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-03T16:29:04.309Z] check_test.go:221: [ddc42bb9870d2] daemon is not started [2022-06-03T16:29:04.309Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-03T16:29:08.496Z] check_test.go:221: [d6ee0bb96837b] daemon is not started [2022-06-03T16:29:08.496Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-03T16:29:09.430Z] check_test.go:221: [dafe161bd5060] daemon is not started [2022-06-03T16:29:09.430Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-03T16:29:09.430Z] check_test.go:221: [dae17aaf5a99f] daemon is not started [2022-06-03T16:29:09.430Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-03T16:29:10.802Z] check_test.go:221: [da69d5abce691] daemon is not started [2022-06-03T16:29:10.802Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-03T16:29:11.368Z] check_test.go:221: [d6f423c171080] daemon is not started [2022-06-03T16:29:11.368Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-03T16:29:12.304Z] check_test.go:221: [dd76cca833547] daemon is not started [2022-06-03T16:29:12.304Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-03T16:29:14.832Z] check_test.go:221: [d74d17fe4e1eb] daemon is not started [2022-06-03T16:29:14.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-03T16:29:15.089Z] check_test.go:221: [da71f88ea2b6b] daemon is not started [2022-06-03T16:29:15.089Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-03T16:29:15.653Z] check_test.go:221: [ddfb6602482fd] daemon is not started [2022-06-03T16:29:15.653Z] --- PASS: TestDockerSchema1RegistrySuite (14.70s) [2022-06-03T16:29:15.653Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-03T16:29:15.653Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.73s) [2022-06-03T16:29:15.653Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.62s) [2022-06-03T16:29:15.653Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.07s) [2022-06-03T16:29:15.653Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-06-03T16:29:15.654Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s) [2022-06-03T16:29:15.654Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2022-06-03T16:29:15.654Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2022-06-03T16:29:15.654Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.41s) [2022-06-03T16:29:15.654Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-06-03T16:29:15.654Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-06-03T16:29:15.654Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-03T16:29:15.654Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-03T16:29:16.219Z] check_test.go:250: [db0d9dcfbd69c] daemon is not started [2022-06-03T16:29:16.219Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-03T16:29:16.784Z] check_test.go:250: [d8931ce586c9c] daemon is not started [2022-06-03T16:29:16.784Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-03T16:29:17.042Z] check_test.go:250: [dea08d85b356b] daemon is not started [2022-06-03T16:29:17.042Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-03T16:29:18.414Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-03T16:29:18.672Z] check_test.go:250: [db97bec762e60] daemon is not started [2022-06-03T16:29:18.672Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-03T16:29:19.238Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-03T16:29:19.238Z] check_test.go:250: [df083f248c96b] daemon is not started [2022-06-03T16:29:19.238Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-03T16:29:20.171Z] check_test.go:250: [d94ac9235923c] daemon is not started [2022-06-03T16:29:20.171Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-03T16:29:20.428Z] check_test.go:250: [dfe969e8a4c38] daemon is not started [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.83s) [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.52s) [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.52s) [2022-06-03T16:29:20.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.97s) [2022-06-03T16:29:20.429Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-06-03T16:29:20.429Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-03T16:29:20.429Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-03T16:29:22.956Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-03T16:29:25.481Z] check_test.go:277: [d21a69deaf5e4] daemon is not started [2022-06-03T16:29:25.481Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-03T16:29:25.739Z] check_test.go:277: [d398a8d871735] daemon is not started [2022-06-03T16:29:25.739Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-03T16:29:25.739Z] check_test.go:277: [d32c6764bcc23] daemon is not started [2022-06-03T16:29:25.739Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-03T16:29:25.996Z] check_test.go:277: [dfacd1645a562] daemon is not started [2022-06-03T16:29:25.996Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-03T16:29:26.254Z] check_test.go:277: [d04558f3b3de8] daemon is not started [2022-06-03T16:29:26.254Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.81s) [2022-06-03T16:29:26.254Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2022-06-03T16:29:26.254Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-06-03T16:29:26.254Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-06-03T16:29:26.254Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-06-03T16:29:26.254Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) [2022-06-03T16:29:26.254Z] === RUN TestDockerNetworkSuite [2022-06-03T16:29:26.254Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-03T16:29:27.627Z] docker_cli_network_unix_test.go:46: [d4643dcf645b7] daemon is not started [2022-06-03T16:29:27.627Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-03T16:29:28.561Z] docker_cli_network_unix_test.go:46: [d7c50146eaccd] daemon is not started [2022-06-03T16:29:28.561Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-03T16:29:29.493Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-03T16:29:31.396Z] docker_cli_network_unix_test.go:46: [d763af5eec467] daemon is not started [2022-06-03T16:29:32.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-03T16:29:34.243Z] docker_cli_network_unix_test.go:46: [da7b4b12e8268] daemon is not started [2022-06-03T16:29:34.243Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-03T16:29:34.501Z] docker_cli_network_unix_test.go:1233: [dfad7b64c5682] daemon is not started [2022-06-03T16:29:36.400Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-03T16:29:37.335Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-03T16:29:38.711Z] docker_cli_network_unix_test.go:46: [d20cfa9dde86a] daemon is not started [2022-06-03T16:29:38.969Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-03T16:29:39.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-03T16:29:44.488Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-03T16:29:45.053Z] docker_cli_network_unix_test.go:46: [da04b6f6764e0] daemon is not started [2022-06-03T16:29:46.428Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-03T16:29:48.326Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-03T16:29:48.326Z] docker_cli_network_unix_test.go:46: [d746a4bffac0d] daemon is not started [2022-06-03T16:29:48.584Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-03T16:29:49.960Z] docker_cli_network_unix_test.go:46: [d35a6390ee8f5] daemon is not started [2022-06-03T16:29:49.960Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-03T16:29:50.893Z] docker_cli_network_unix_test.go:46: [d8d940e26e250] daemon is not started [2022-06-03T16:29:50.893Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-03T16:29:51.152Z] docker_cli_network_unix_test.go:46: [d1fedfffc040a] daemon is not started [2022-06-03T16:29:51.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-03T16:29:51.718Z] docker_cli_network_unix_test.go:46: [d268f5ee20080] daemon is not started [2022-06-03T16:29:52.283Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-03T16:29:52.283Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-03T16:29:52.283Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-03T16:29:52.283Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-03T16:29:53.218Z] docker_cli_network_unix_test.go:46: [de4d61e4cef4d] daemon is not started [2022-06-03T16:29:53.476Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-03T16:29:53.476Z] docker_cli_network_unix_test.go:46: [d16c4ca7b07ba] daemon is not started [2022-06-03T16:29:53.476Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-03T16:29:54.043Z] docker_cli_network_unix_test.go:46: [da1201379f16d] daemon is not started [2022-06-03T16:29:54.043Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-03T16:29:54.977Z] docker_cli_network_unix_test.go:46: [d96ad00ba3551] daemon is not started [2022-06-03T16:29:55.235Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-03T16:29:55.493Z] docker_cli_network_unix_test.go:46: [d7dc0369c5139] daemon is not started [2022-06-03T16:29:55.494Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-03T16:29:55.494Z] docker_cli_network_unix_test.go:46: [d1e1a2a3e4ed9] daemon is not started [2022-06-03T16:29:55.494Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-03T16:29:55.494Z] docker_cli_network_unix_test.go:46: [dff28f8a1aa56] daemon is not started [2022-06-03T16:29:55.494Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-03T16:29:56.891Z] docker_cli_network_unix_test.go:46: [dfd892057d09a] daemon is not started [2022-06-03T16:29:56.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-03T16:29:57.458Z] docker_cli_network_unix_test.go:46: [db9aec829b3a2] daemon is not started [2022-06-03T16:29:58.022Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-03T16:29:58.280Z] docker_cli_network_unix_test.go:46: [d033da994c15d] daemon is not started [2022-06-03T16:29:58.280Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-03T16:29:58.538Z] docker_cli_network_unix_test.go:46: [dfc123bedc9d0] daemon is not started [2022-06-03T16:29:58.538Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-03T16:29:58.538Z] docker_cli_network_unix_test.go:46: [df9a6536e1399] daemon is not started [2022-06-03T16:29:58.538Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-03T16:29:58.538Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-03T16:29:59.471Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-03T16:30:00.037Z] docker_cli_network_unix_test.go:968: [db4107cf5b0a3] daemon is not started [2022-06-03T16:30:00.295Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-03T16:30:01.228Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-03T16:30:02.601Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-03T16:30:02.859Z] docker_cli_network_unix_test.go:46: [d3ce4c071d24a] daemon is not started [2022-06-03T16:30:02.859Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-03T16:30:06.142Z] docker_cli_network_unix_test.go:1116: [d848ff2998841] daemon is not started [2022-06-03T16:30:08.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-03T16:30:08.928Z] docker_cli_network_unix_test.go:46: [d94a1714b45c3] daemon is not started [2022-06-03T16:30:08.928Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-03T16:30:09.860Z] docker_cli_network_unix_test.go:46: [de993b6f1a057] daemon is not started [2022-06-03T16:30:09.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-03T16:30:09.860Z] docker_cli_network_unix_test.go:46: [d0a02417eec02] daemon is not started [2022-06-03T16:30:09.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-03T16:30:09.860Z] docker_cli_network_unix_test.go:46: [dcbe198c2977b] daemon is not started [2022-06-03T16:30:09.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-03T16:30:10.117Z] docker_cli_network_unix_test.go:46: [d6c21342070a8] daemon is not started [2022-06-03T16:30:10.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-03T16:30:10.374Z] docker_cli_network_unix_test.go:46: [d40f791a6d417] daemon is not started [2022-06-03T16:30:10.374Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-03T16:30:10.374Z] docker_cli_network_unix_test.go:46: [db2f15f121683] daemon is not started [2022-06-03T16:30:10.374Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-03T16:30:11.745Z] docker_cli_network_unix_test.go:46: [de4e0b1e0c358] daemon is not started [2022-06-03T16:30:12.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-03T16:30:12.679Z] docker_cli_network_unix_test.go:46: [dfa56329f0855] daemon is not started [2022-06-03T16:30:12.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-03T16:30:12.679Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-03T16:30:12.679Z] docker_cli_network_unix_test.go:46: [da38bdea7ff9b] daemon is not started [2022-06-03T16:30:12.679Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-03T16:30:13.245Z] docker_cli_network_unix_test.go:46: [df5655bdb7ec9] daemon is not started [2022-06-03T16:30:13.503Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-03T16:30:16.780Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-03T16:30:18.680Z] docker_cli_network_unix_test.go:1084: [dc8dd56331e3c] daemon is not started [2022-06-03T16:30:20.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-03T16:30:20.052Z] docker_cli_network_unix_test.go:46: [dab6c9360c158] daemon is not started [2022-06-03T16:30:20.052Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-03T16:30:20.628Z] docker_cli_network_unix_test.go:46: [de8353d5eef62] daemon is not started [2022-06-03T16:30:20.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-03T16:30:22.263Z] docker_cli_network_unix_test.go:46: [d061111b83e37] daemon is not started [2022-06-03T16:30:22.263Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-03T16:30:22.522Z] docker_cli_network_unix_test.go:46: [d64db49e7545f] daemon is not started [2022-06-03T16:30:22.522Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-03T16:30:22.780Z] docker_cli_network_unix_test.go:46: [d23bf34ca6281] daemon is not started [2022-06-03T16:30:23.037Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-03T16:30:23.603Z] docker_cli_network_unix_test.go:46: [d8359cba03497] daemon is not started [2022-06-03T16:30:23.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-03T16:30:24.170Z] docker_cli_network_unix_test.go:46: [d131080fadb8c] daemon is not started [2022-06-03T16:30:24.428Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-03T16:30:29.689Z] docker_cli_network_unix_test.go:46: [dc188f322234b] daemon is not started [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite (63.55s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.56s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.94s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.55s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.01s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.18s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.92s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.79s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.48s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.47s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.70s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.42s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.20s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.06s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.41s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.17s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.11s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.44s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.28s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.73s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.64s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.77s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.80s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.19s) [2022-06-03T16:30:29.689Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.39s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-06-03T16:30:29.690Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.73s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.44s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.05s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.83s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.55s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.95s) [2022-06-03T16:30:29.690Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.23s) [2022-06-03T16:30:29.690Z] === RUN TestDockerHubPullSuite [2022-06-03T16:30:29.690Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-03T16:30:31.586Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-03T16:30:33.482Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-03T16:30:34.415Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-03T16:30:35.786Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-03T16:30:35.786Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-03T16:30:36.045Z] --- PASS: TestDockerHubPullSuite (6.23s) [2022-06-03T16:30:36.045Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.64s) [2022-06-03T16:30:36.045Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.25s) [2022-06-03T16:30:36.045Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.66s) [2022-06-03T16:30:36.045Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.39s) [2022-06-03T16:30:36.045Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2022-06-03T16:30:36.045Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-06-03T16:30:36.045Z] PASS [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === Skipped [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5330: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5880: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5863: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5898: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5829: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5295: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:6020: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:5990: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_sni_test.go:18: Flakey test [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-06-03T16:30:36.045Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4016: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4118: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4101: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:2836: kernel doesn't have latency_stats configured [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4071: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4091: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4081: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T16:30:36.045Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindows [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-03T16:30:36.045Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-03T16:30:36.045Z] docker_cli_network_unix_test.go:46: [da38bdea7ff9b] daemon is not started [2022-06-03T16:30:36.045Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] DONE 1265 tests, 51 skipped in 1455.383s [2022-06-03T16:30:36.045Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T16:30:36.045Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T16:30:36.045Z] +++ kill 9354 [2022-06-03T16:30:36.045Z] +++ /etc/init.d/apparmor stop [2022-06-03T16:30:36.045Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] Unloading profiles will leave already running processes permanently [2022-06-03T16:30:36.045Z] unconfined, which can lead to unexpected situations. [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.045Z] To set a process to complain mode, use the command line tool [2022-06-03T16:30:36.045Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T16:30:36.045Z] +++ true [2022-06-03T16:30:36.045Z] exiting test-integration [2022-06-03T16:30:36.045Z] ++ exit 0 [2022-06-03T16:30:36.045Z] [2022-06-03T16:30:36.303Z] + for job in $(jobs -p) [2022-06-03T16:30:36.303Z] + wait 22870 [2022-06-03T16:30:39.919Z] time="2022-06-03T16:30:34Z" 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-06-03T16:30:39.920Z] ok github.com/docker/docker/libnetwork/networkdb 104.727s coverage: 60.0% of statements [2022-06-03T16:30:39.920Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-03T16:30:39.920Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-03T16:30:39.920Z] ok github.com/docker/docker/libnetwork/osl 4.305s coverage: 39.7% of statements [2022-06-03T16:30:39.920Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2022-06-03T16:30:39.920Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-03T16:30:40.850Z] ok github.com/docker/docker/libnetwork/portmapper 0.584s coverage: 48.6% of statements [2022-06-03T16:30:41.105Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-03T16:30:41.361Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-03T16:30:41.616Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === Skipped [2022-06-03T16:30:41.616Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-03T16:30:41.616Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-03T16:30:41.616Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-03T16:30:41.616Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-03T16:30:41.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-03T16:30:41.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-03T16:30:41.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-03T16:30:41.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-03T16:30:41.616Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-03T16:30:41.616Z] firewalld_test.go:14: firewalld is not running [2022-06-03T16:30:41.616Z] [2022-06-03T16:30:41.616Z] DONE 325 tests, 9 skipped in 200.860s Post stage [Pipeline] junit [2022-06-03T16:30:42.186Z] Recording test results [2022-06-03T16:30:42.557Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-03T16:30:42.870Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43689/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b241e2008e50f2d8e045642d6fd511a1af9bb52b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b241e2008e50f2d8e045642d6fd511a1af9bb52b hack/validate/vendor [2022-06-03T16:30:43.431Z] No vendor changes in diff. [2022-06-03T16:30:43.431Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T16:30:44.028Z] + echo Ensuring container killed. [2022-06-03T16:30:44.028Z] Ensuring container killed. [2022-06-03T16:30:44.028Z] + docker rm -vf docker-pr2 [2022-06-03T16:30:44.028Z] Error: No such container: docker-pr2 [Pipeline] sh [2022-06-03T16:30:44.350Z] + echo Chowning /workspace to jenkins user [2022-06-03T16:30:44.350Z] Chowning /workspace to jenkins user [2022-06-03T16:30:44.350Z] + id -u [2022-06-03T16:30:44.350Z] + id -g [2022-06-03T16:30:44.350Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43689:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T16:30:45.611Z] + bundleName=unit [2022-06-03T16:30:45.611Z] + echo Creating unit-bundles.tar.gz [2022-06-03T16:30:45.611Z] Creating unit-bundles.tar.gz [2022-06-03T16:30:45.612Z] + 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-06-03T16:30:45.612Z] bundles/junit-report-libnetwork.xml [2022-06-03T16:30:45.612Z] bundles/junit-report.xml [2022-06-03T16:30:45.612Z] bundles/go-test-report-libnetwork.json [2022-06-03T16:30:45.612Z] bundles/go-test-report.json [2022-06-03T16:30:45.612Z] bundles/profile-libnetwork.out [2022-06-03T16:30:45.612Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-03T16:30:45.623Z] Archiving artifacts [2022-06-03T16:30:46.163Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43689/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T16:30:46.502Z] + make clean [2022-06-03T16:30:46.502Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T16:30:46.502Z] docker-dev-cache [2022-06-03T16:30:46.502Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T16:30:58.211Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-03T16:30:58.469Z] docker_cli_swarm_test.go:1180: [d55a38f41f272] joining swarm manager [d89be03f9cd0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:31:05.041Z] docker_cli_swarm_test.go:1189: [da22196129bbd] joining swarm manager [d89be03f9cd0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:31:43.728Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-03T16:31:51.830Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-03T16:31:55.105Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-03T16:31:57.003Z] docker_cli_swarm_test.go:1112: [d5af087cb364c] joining swarm manager [de3a355b82818]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:31:58.374Z] docker_cli_swarm_test.go:1113: [d4870c2e4d45b] joining swarm manager [de3a355b82818]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:33:19.801Z] docker_cli_swarm_test.go:1166: [d152eea634d0a] joining swarm manager [de3a355b82818]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-03T16:33:46.320Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-03T16:33:47.252Z] docker_cli_swarm_test.go:1447: [dc1294dcc3502] joining swarm manager [d5d82f2ecae31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:33:47.816Z] docker_cli_swarm_test.go:1448: [dd206da317eea] joining swarm manager [d5d82f2ecae31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-03T16:34:00.005Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-03T16:34:00.005Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-03T16:34:00.005Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-03T16:34:00.005Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-03T16:34:00.005Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-03T16:34:00.936Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-03T16:34:02.832Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-03T16:34:06.111Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-03T16:34:08.636Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-03T16:34:10.536Z] docker_cli_swarm_unix_test.go:63: [da3ae652b954c] joining swarm manager [d9f0eaed3ca4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:35:06.745Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-03T16:35:06.745Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-03T16:35:06.745Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-03T16:35:08.115Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-03T16:35:11.393Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-03T16:35:13.918Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-03T16:35:15.818Z] docker_api_swarm_test.go:962: [d66b37f891ff6] joining swarm manager [d8303061d47e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-03T16:35:33.882Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-03T16:35:46.074Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-03T16:35:47.450Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-03T16:35:49.976Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-03T16:35:53.255Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-03T16:35:59.807Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-03T16:36:03.985Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-03T16:36:06.508Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-03T16:36:09.033Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-03T16:36:11.559Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-03T16:36:14.084Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-03T16:36:16.608Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-03T16:36:19.153Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-03T16:37:15.351Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-03T16:37:30.208Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite (1541.56s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.29s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.17s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.91s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.44s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.97s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.76s) [2022-06-03T16:37:45.067Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.55s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.60s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.98s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.36s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.82s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.98s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.85s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (46.11s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.29s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.78s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.67s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.23s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.79s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.08s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.31s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.48s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.71s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (15.95s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.11s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.33s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.47s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.54s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.97s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.65s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.90s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.20s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.79s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.08s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.62s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.06s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.85s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.96s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.61s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.10s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.19s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.38s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.42s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.77s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.03s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.04s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.18s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.63s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.67s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.90s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.11s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.60s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.15s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.51s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.72s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.23s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.84s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.66s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.13s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.46s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.31s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.05s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.21s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.46s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.68s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.34s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.27s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.73s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.97s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.83s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.28s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.57s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.06s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.71s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (82.47s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.64s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.62s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.05s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.50s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.69s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.29s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.37s) [2022-06-03T16:37:45.067Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.31s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.81s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.15s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.01s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (45.74s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.03s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.80s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (110.24s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.25s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.24s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.27s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.21s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.21s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.01s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.12s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.46s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.63s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.23s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.25s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.94s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.69s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.52s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.48s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.61s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.49s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.53s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.46s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.22s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.90s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.20s) [2022-06-03T16:37:45.067Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.15s) [2022-06-03T16:37:45.067Z] === RUN TestDockerExternalVolumeSuite [2022-06-03T16:37:45.067Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-03T16:37:45.326Z] docker_cli_external_volume_driver_test.go:53: [d7f928bbcfcba] daemon is not started [2022-06-03T16:38:03.425Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-03T16:39:11.080Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-03T16:39:17.630Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-03T16:39:32.489Z] docker_cli_external_volume_driver_test.go:53: [d63b994e45aaa] daemon is not started [2022-06-03T16:39:47.347Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-03T16:40:05.434Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-03T16:40:20.292Z] docker_cli_external_volume_driver_test.go:53: [d096d64d33625] daemon is not started [2022-06-03T16:40:35.149Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-03T16:40:35.149Z] docker_cli_external_volume_driver_test.go:53: [df1494e4498d2] daemon is not started [2022-06-03T16:40:50.010Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-03T16:41:22.079Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-03T16:41:36.936Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-03T16:41:51.796Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-03T16:42:38.445Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-03T16:42:56.517Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-03T16:43:28.594Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-03T16:44:00.647Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-03T16:44:15.506Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-03T16:44:33.567Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-03T16:44:33.567Z] docker_cli_external_volume_driver_test.go:485: [d9923b1b72e0d] daemon is not started [2022-06-03T16:44:48.463Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-03T16:44:48.463Z] docker_cli_external_volume_driver_test.go:53: [d527ac595ec73] daemon is not started [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite (436.99s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.20s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.21s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.24s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2022-06-03T16:45:03.321Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-06-03T16:45:03.321Z] PASS [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] === Skipped [2022-06-03T16:45:03.321Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T16:45:03.321Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-03T16:45:03.321Z] check_test.go:307: [d814310a64d51] daemon is not started [2022-06-03T16:45:03.321Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-03T16:45:03.321Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-03T16:45:03.321Z] check_test.go:307: [d7839f76da59c] daemon is not started [2022-06-03T16:45:03.321Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-03T16:45:03.321Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-03T16:45:03.321Z] check_test.go:307: [d0b16333f5adc] daemon is not started [2022-06-03T16:45:03.321Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T16:45:03.321Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-03T16:45:03.321Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-03T16:45:03.321Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-03T16:45:03.321Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] DONE 269 tests, 5 skipped in 2320.410s [2022-06-03T16:45:03.321Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-03T16:45:03.321Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1a6b705d4860/docker.pid [2022-06-03T16:45:03.321Z] +++ kill 7116 [2022-06-03T16:45:03.321Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7116 is not a child of this shell [2022-06-03T16:45:03.321Z] warning: PID 7116 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d1a6b705d4860/docker.pid had a nonzero exit code [2022-06-03T16:45:03.321Z] ++++ cat bundles/test-integration/docker.pid [2022-06-03T16:45:03.321Z] +++ kill 9361 [2022-06-03T16:45:03.321Z] +++ /etc/init.d/apparmor stop [2022-06-03T16:45:03.321Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] Unloading profiles will leave already running processes permanently [2022-06-03T16:45:03.321Z] unconfined, which can lead to unexpected situations. [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] To set a process to complain mode, use the command line tool [2022-06-03T16:45:03.321Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-03T16:45:03.321Z] +++ true [2022-06-03T16:45:03.321Z] exiting test-integration [2022-06-03T16:45:03.321Z] ++ exit 0 [2022-06-03T16:45:03.321Z] [2022-06-03T16:45:03.321Z] + exit 0 [2022-06-03T16:45:03.321Z] ++ jobs -p [2022-06-03T16:45:03.321Z] + pids= [2022-06-03T16:45:03.321Z] + echo 'Remaining pids to kill: []' [2022-06-03T16:45:03.321Z] Remaining pids to kill: [] [2022-06-03T16:45:03.321Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-03T16:45:03.333Z] Recording test results [2022-06-03T16:45:03.707Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-03T16:45:04.014Z] + echo Ensuring container killed. [2022-06-03T16:45:04.014Z] Ensuring container killed. [2022-06-03T16:45:04.014Z] + docker ps -aq -f name=docker-pr2-* [2022-06-03T16:45:04.014Z] + cids=a2fae7815686 [2022-06-03T16:45:04.014Z] 7d57321f56ea [2022-06-03T16:45:04.014Z] 8c8b0cac3b90 [2022-06-03T16:45:04.014Z] + [ -n a2fae7815686 [2022-06-03T16:45:04.014Z] 7d57321f56ea [2022-06-03T16:45:04.014Z] 8c8b0cac3b90 ] [2022-06-03T16:45:04.014Z] + docker rm -vf a2fae7815686 7d57321f56ea 8c8b0cac3b90 [2022-06-03T16:45:04.581Z] a2fae7815686 [2022-06-03T16:45:04.839Z] 7d57321f56ea [2022-06-03T16:45:04.839Z] 8c8b0cac3b90 [Pipeline] sh [2022-06-03T16:45:05.118Z] + echo Chowning /workspace to jenkins user [2022-06-03T16:45:05.118Z] Chowning /workspace to jenkins user [2022-06-03T16:45:05.118Z] + id -u [2022-06-03T16:45:05.118Z] + id -g [2022-06-03T16:45:05.118Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43689:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-03T16:45:07.935Z] + bundleName=amd64 [2022-06-03T16:45:07.935Z] + echo Creating amd64-bundles.tar.gz [2022-06-03T16:45:07.935Z] Creating amd64-bundles.tar.gz [2022-06-03T16:45:07.935Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-03T16:45:07.935Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-03T16:45:09.318Z] Archiving artifacts [2022-06-03T16:45:09.741Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43689/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-03T16:45:10.046Z] + make clean [2022-06-03T16:45:10.046Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-03T16:45:10.046Z] docker-dev-cache [2022-06-03T16:45:10.046Z] 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