Pull request #42542 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 rather than f70a9788c54d720aaad9e63b2d9f79959e0b2930 Obtained Jenkinsfile from b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 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-42542@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-28T11:29:38.955Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-28T11:29:38.959Z] Trying to pass milestone 2 [Pipeline] milestone [2022-06-28T11:29:39.048Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-28T11:29:39.252Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02ccc67083e64103a) in /home/ubuntu/workspace/moby_PR-42542 [Pipeline] { [Pipeline] checkout [2022-06-28T11:29:39.297Z] The recommended git tool is: git [2022-06-28T11:29:39.361Z] using credential docker-jenkins-github-credentials [2022-06-28T11:29:39.373Z] Cloning the remote Git repository [2022-06-28T11:29:39.373Z] Cloning with configured refspecs honoured and without tags [2022-06-28T11:29:39.374Z] Cloning repository https://github.com/moby/moby.git [2022-06-28T11:29:39.375Z] > git init /home/ubuntu/workspace/moby_PR-42542 # timeout=10 [2022-06-28T11:29:39.393Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:29:39.393Z] > git --version # timeout=10 [2022-06-28T11:29:39.401Z] > git --version # 'git version 2.17.1' [2022-06-28T11:29:39.401Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:29:39.402Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:29:55.038Z] Fetching without tags [2022-06-28T11:29:55.208Z] Merging remotes/origin/master commit b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 into PR head commit f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:29:55.015Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:29:55.021Z] > git config --add remote.origin.fetch +refs/pull/42542/head:refs/remotes/origin/PR-42542 # timeout=10 [2022-06-28T11:29:55.026Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:29:55.032Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:29:55.039Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:29:55.039Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:29:55.040Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:29:55.208Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:29:55.218Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:29:55.756Z] Merge succeeded, producing f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:29:55.756Z] Checking out Revision f70a9788c54d720aaad9e63b2d9f79959e0b2930 (PR-42542) [2022-06-28T11:29:56.401Z] Commit message: "drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_mode" [2022-06-28T11:29:56.411Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T11:29:56.970Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42542:/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-28T11:29:56.970Z] Unable to find image 'alpine:latest' locally [2022-06-28T11:29:56.970Z] latest: Pulling from library/alpine [2022-06-28T11:29:55.730Z] > git remote # timeout=10 [2022-06-28T11:29:55.737Z] > git config --get remote.origin.url # timeout=10 [2022-06-28T11:29:55.739Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:29:55.740Z] > git merge b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 # timeout=10 [2022-06-28T11:29:55.752Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-28T11:29:55.757Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:29:55.761Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:29:56.403Z] > git rev-list --no-walk c4f2dee945c0f27a84b2b53632385ca66c773b87 # timeout=10 [2022-06-28T11:29:57.231Z] 2408cc74d12b: Pulling fs layer [2022-06-28T11:29:57.231Z] 2408cc74d12b: Verifying Checksum [2022-06-28T11:29:57.231Z] 2408cc74d12b: Download complete [2022-06-28T11:29:57.231Z] 2408cc74d12b: Pull complete [2022-06-28T11:29:57.231Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-28T11:29:57.231Z] Status: Downloaded newer image for alpine:latest [2022-06-28T11:29:59.754Z] 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-28T11:30:00.228Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e491091003cc059d) in /home/ubuntu/workspace/moby_PR-42542 [Pipeline] node [2022-06-28T11:30:00.229Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02ccc67083e64103a) in /home/ubuntu/workspace/moby_PR-42542 [2022-06-28T11:30:00.231Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0dd21713b003b4f7f) in /home/ubuntu/workspace/moby_PR-42542 [Pipeline] node Stage "s390x" skipped due to when conditional [2022-06-28T11:30:00.235Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02ea0eb30dd3bc355) in /home/ubuntu/workspace/moby_PR-42542 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) [2022-06-28T11:30:00.242Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0080fc12b1a32e04b) in /home/ubuntu/workspace/moby_PR-42542 [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] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-06-28T11:30:00.304Z] The recommended git tool is: git [Pipeline] checkout [2022-06-28T11:30:00.311Z] The recommended git tool is: git [2022-06-28T11:30:00.313Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-06-28T11:30:00.321Z] The recommended git tool is: git [2022-06-28T11:30:00.322Z] Cloning the remote Git repository [2022-06-28T11:30:00.322Z] Cloning with configured refspecs honoured and without tags [2022-06-28T11:30:00.329Z] using credential docker-jenkins-github-credentials [Pipeline] { [2022-06-28T11:30:00.338Z] Cloning the remote Git repository [2022-06-28T11:30:00.338Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2022-06-28T11:30:00.357Z] The recommended git tool is: git [2022-06-28T11:30:00.362Z] using credential docker-jenkins-github-credentials [2022-06-28T11:30:00.366Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-06-28T11:30:00.378Z] Cloning the remote Git repository [2022-06-28T11:30:00.378Z] Cloning with configured refspecs honoured and without tags [2022-06-28T11:30:00.380Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-06-28T11:30:00.391Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [2022-06-28T11:30:00.427Z] The recommended git tool is: git [2022-06-28T11:30:00.436Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2022-06-28T11:30:00.445Z] Cloning the remote Git repository [2022-06-28T11:30:00.445Z] Cloning with configured refspecs honoured and without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-06-28T11:30:00.565Z] Merging remotes/origin/master commit b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 into PR head commit f70a9788c54d720aaad9e63b2d9f79959e0b2930 [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] } [2022-06-28T11:30:00.649Z] Merge succeeded, producing f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:00.649Z] Checking out Revision f70a9788c54d720aaad9e63b2d9f79959e0b2930 (PR-42542) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-06-28T11:30:00.727Z] Commit message: "drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_mode" [2022-06-28T11:30:00.371Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42542/.git # timeout=10 [2022-06-28T11:30:00.381Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:00.391Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:00.392Z] > git --version # timeout=10 [2022-06-28T11:30:00.397Z] > git --version # 'git version 2.17.1' [2022-06-28T11:30:00.397Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:00.397Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:00.565Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:00.570Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:30:00.617Z] > git remote # timeout=10 [2022-06-28T11:30:00.626Z] > git config --get remote.origin.url # timeout=10 [2022-06-28T11:30:00.635Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:00.636Z] > git merge b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 # timeout=10 [2022-06-28T11:30:00.644Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-28T11:30:00.650Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:00.653Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-28T11:30:00.322Z] Cloning repository https://github.com/moby/moby.git [2022-06-28T11:30:00.323Z] > git init /home/ubuntu/workspace/moby_PR-42542 # timeout=10 [2022-06-28T11:30:00.336Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:00.336Z] > git --version # timeout=10 [2022-06-28T11:30:00.342Z] > git --version # 'git version 2.17.1' [2022-06-28T11:30:00.342Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:00.343Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:00.336Z] Cloning repository https://github.com/moby/moby.git [2022-06-28T11:30:00.337Z] > git init /home/ubuntu/workspace/moby_PR-42542 # timeout=10 [2022-06-28T11:30:00.355Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:00.355Z] > git --version # timeout=10 [2022-06-28T11:30:00.357Z] > git --version # 'git version 2.25.1' [2022-06-28T11:30:00.358Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:00.358Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:00.411Z] Cloning repository https://github.com/moby/moby.git [2022-06-28T11:30:00.411Z] > git init /home/ubuntu/workspace/moby_PR-42542 # timeout=10 [2022-06-28T11:30:00.422Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:00.422Z] > git --version # timeout=10 [2022-06-28T11:30:00.425Z] > git --version # 'git version 2.25.1' [2022-06-28T11:30:00.426Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:00.426Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:01.424Z] + docker version [2022-06-28T11:30:01.424Z] Client: Docker Engine - Community [2022-06-28T11:30:01.424Z] Version: 20.10.14 [2022-06-28T11:30:01.424Z] API version: 1.41 [2022-06-28T11:30:01.424Z] Go version: go1.16.15 [2022-06-28T11:30:01.424Z] Git commit: a224086 [2022-06-28T11:30:01.424Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-28T11:30:01.424Z] OS/Arch: linux/amd64 [2022-06-28T11:30:01.424Z] Context: default [2022-06-28T11:30:01.424Z] Experimental: true [2022-06-28T11:30:01.424Z] [2022-06-28T11:30:01.424Z] Server: Docker Engine - Community [2022-06-28T11:30:01.424Z] Engine: [2022-06-28T11:30:01.424Z] Version: 20.10.14 [2022-06-28T11:30:01.424Z] API version: 1.41 (minimum version 1.12) [2022-06-28T11:30:01.424Z] Go version: go1.16.15 [2022-06-28T11:30:01.424Z] Git commit: 87a90dc [2022-06-28T11:30:01.424Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-28T11:30:01.424Z] OS/Arch: linux/amd64 [2022-06-28T11:30:01.424Z] Experimental: true [2022-06-28T11:30:01.424Z] containerd: [2022-06-28T11:30:01.424Z] Version: 1.5.11 [2022-06-28T11:30:01.424Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:01.424Z] runc: [2022-06-28T11:30:01.424Z] Version: 1.0.3 [2022-06-28T11:30:01.424Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-28T11:30:01.424Z] docker-init: [2022-06-28T11:30:01.424Z] Version: 0.19.0 [2022-06-28T11:30:01.424Z] GitCommit: de40ad0 [2022-06-28T11:30:00.438Z] Cloning repository https://github.com/moby/moby.git [2022-06-28T11:30:00.440Z] > git init /home/ubuntu/workspace/moby_PR-42542 # timeout=10 [2022-06-28T11:30:00.456Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:00.456Z] > git --version # timeout=10 [2022-06-28T11:30:00.459Z] > git --version # 'git version 2.17.1' [2022-06-28T11:30:00.459Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:00.460Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh [2022-06-28T11:30:01.747Z] + docker info [2022-06-28T11:30:02.678Z] Client: [2022-06-28T11:30:02.678Z] Context: default [2022-06-28T11:30:02.678Z] Debug Mode: false [2022-06-28T11:30:02.678Z] Plugins: [2022-06-28T11:30:02.678Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-28T11:30:02.678Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-28T11:30:02.678Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-28T11:30:02.678Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-28T11:30:02.678Z] [2022-06-28T11:30:02.678Z] Server: [2022-06-28T11:30:02.678Z] Containers: 0 [2022-06-28T11:30:02.678Z] Running: 0 [2022-06-28T11:30:02.678Z] Paused: 0 [2022-06-28T11:30:02.678Z] Stopped: 0 [2022-06-28T11:30:02.678Z] Images: 3 [2022-06-28T11:30:02.678Z] Server Version: 20.10.14 [2022-06-28T11:30:02.678Z] Storage Driver: overlay2 [2022-06-28T11:30:02.678Z] Backing Filesystem: extfs [2022-06-28T11:30:02.678Z] Supports d_type: true [2022-06-28T11:30:02.678Z] Native Overlay Diff: true [2022-06-28T11:30:02.678Z] userxattr: false [2022-06-28T11:30:02.678Z] Logging Driver: json-file [2022-06-28T11:30:02.678Z] Cgroup Driver: cgroupfs [2022-06-28T11:30:02.678Z] Cgroup Version: 1 [2022-06-28T11:30:02.678Z] Plugins: [2022-06-28T11:30:02.678Z] Volume: local [2022-06-28T11:30:02.678Z] Network: bridge host ipvlan macvlan null overlay [2022-06-28T11:30:02.678Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-28T11:30:02.678Z] Swarm: inactive [2022-06-28T11:30:02.678Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-06-28T11:30:02.678Z] Default Runtime: runc [2022-06-28T11:30:02.678Z] Init Binary: docker-init [2022-06-28T11:30:02.678Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:02.678Z] runc version: v1.0.3-0-gf46b6ba [2022-06-28T11:30:02.678Z] init version: de40ad0 [2022-06-28T11:30:02.678Z] Security Options: [2022-06-28T11:30:02.678Z] apparmor [2022-06-28T11:30:02.678Z] seccomp [2022-06-28T11:30:02.678Z] Profile: default [2022-06-28T11:30:02.678Z] Kernel Version: 5.4.0-1071-aws [2022-06-28T11:30:02.678Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-28T11:30:02.678Z] OSType: linux [2022-06-28T11:30:02.678Z] Architecture: x86_64 [2022-06-28T11:30:02.678Z] CPUs: 2 [2022-06-28T11:30:02.678Z] Total Memory: 7.565GiB [2022-06-28T11:30:02.678Z] Name: ip-10-100-72-245 [2022-06-28T11:30:02.678Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-28T11:30:02.678Z] Docker Root Dir: /var/lib/docker [2022-06-28T11:30:02.678Z] Debug Mode: false [2022-06-28T11:30:02.678Z] Registry: https://index.docker.io/v1/ [2022-06-28T11:30:02.678Z] Labels: [2022-06-28T11:30:02.678Z] Experimental: true [2022-06-28T11:30:02.678Z] Insecure Registries: [2022-06-28T11:30:02.678Z] 127.0.0.0/8 [2022-06-28T11:30:02.678Z] Live Restore Enabled: true [2022-06-28T11:30:02.678Z] [2022-06-28T11:30:02.678Z] WARNING: No swap limit support [Pipeline] sh [2022-06-28T11:30:02.955Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:02.955Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:02.955Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42542/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-28T11:30:02.955Z] + bash /home/ubuntu/workspace/moby_PR-42542/check-config.sh [2022-06-28T11:30:02.955Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-28T11:30:02.955Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-28T11:30:02.955Z] [2022-06-28T11:30:02.955Z] Generally Necessary: [2022-06-28T11:30:02.955Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-28T11:30:02.955Z] - apparmor: enabled and tools installed [2022-06-28T11:30:02.955Z] - CONFIG_NAMESPACES: enabled [2022-06-28T11:30:02.955Z] - CONFIG_NET_NS: enabled [2022-06-28T11:30:02.955Z] - CONFIG_PID_NS: enabled [2022-06-28T11:30:02.955Z] - CONFIG_IPC_NS: enabled [2022-06-28T11:30:02.955Z] - CONFIG_UTS_NS: enabled [2022-06-28T11:30:02.955Z] - CONFIG_CGROUPS: enabled [2022-06-28T11:30:02.955Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-28T11:30:02.955Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-28T11:30:02.955Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-28T11:30:02.955Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-28T11:30:02.955Z] - CONFIG_CPUSETS: enabled [2022-06-28T11:30:02.955Z] - CONFIG_MEMCG: enabled [2022-06-28T11:30:02.955Z] - CONFIG_KEYS: enabled [2022-06-28T11:30:02.955Z] - CONFIG_VETH: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-28T11:30:03.212Z] - CONFIG_CGROUP_BPF: enabled [2022-06-28T11:30:03.212Z] [2022-06-28T11:30:03.212Z] Optional Features: [2022-06-28T11:30:03.212Z] - CONFIG_USER_NS: enabled [2022-06-28T11:30:03.212Z] - CONFIG_SECCOMP: enabled [2022-06-28T11:30:03.212Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-28T11:30:03.212Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-28T11:30:03.212Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-28T11:30:03.212Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-28T11:30:03.212Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-28T11:30:03.212Z] - CONFIG_BLK_CGROUP: enabled [2022-06-28T11:30:03.212Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-28T11:30:03.212Z] - CONFIG_CGROUP_PERF: enabled [2022-06-28T11:30:03.212Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-28T11:30:03.212Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-28T11:30:03.212Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-28T11:30:03.212Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-28T11:30:03.212Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-28T11:30:03.212Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_IP_VS: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-28T11:30:03.212Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-28T11:30:03.212Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-28T11:30:03.212Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-28T11:30:03.212Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-28T11:30:03.212Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-28T11:30:03.469Z] - CONFIG_EXT4_FS: enabled [2022-06-28T11:30:03.469Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-28T11:30:03.469Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-28T11:30:03.469Z] - Network Drivers: [2022-06-28T11:30:03.469Z] - "overlay": [2022-06-28T11:30:03.469Z] - CONFIG_VXLAN: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-28T11:30:03.469Z] Optional (for encrypted networks): [2022-06-28T11:30:03.469Z] - CONFIG_CRYPTO: enabled [2022-06-28T11:30:03.469Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-28T11:30:03.469Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-28T11:30:03.469Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-28T11:30:03.469Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-28T11:30:03.469Z] - CONFIG_XFRM: enabled [2022-06-28T11:30:03.469Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-28T11:30:03.469Z] - "ipvlan": [2022-06-28T11:30:03.469Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-28T11:30:03.469Z] - "macvlan": [2022-06-28T11:30:03.469Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_DUMMY: enabled (as module) [2022-06-28T11:30:03.469Z] - "ftp,tftp client in container": [2022-06-28T11:30:03.469Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-28T11:30:03.469Z] - Storage Drivers: [2022-06-28T11:30:03.469Z] - "aufs": [2022-06-28T11:30:03.469Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-28T11:30:03.469Z] - "btrfs": [2022-06-28T11:30:03.469Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-28T11:30:03.469Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-28T11:30:03.469Z] - "devicemapper": [2022-06-28T11:30:03.469Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-28T11:30:03.469Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-28T11:30:03.469Z] - "overlay": [2022-06-28T11:30:03.469Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-28T11:30:03.469Z] - "zfs": [2022-06-28T11:30:03.469Z] - /dev/zfs: present [2022-06-28T11:30:03.469Z] - zfs command: missing [2022-06-28T11:30:03.469Z] - zpool command: missing [2022-06-28T11:30:03.469Z] [2022-06-28T11:30:03.469Z] Limits: [2022-06-28T11:30:03.469Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-28T11:30:03.469Z] [2022-06-28T11:30:03.469Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-28T11:30:03.801Z] + sudo modprobe ip_vs [2022-06-28T11:30:03.801Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 . [2022-06-28T11:30:04.058Z] #1 [internal] load build definition from Dockerfile [2022-06-28T11:30:04.058Z] #1 sha256:3d95b00d70859e01124de8ffeee210feef3f212f38bf24d1bd88cb37c589669f [2022-06-28T11:30:04.058Z] #1 transferring dockerfile: 18.90kB done [2022-06-28T11:30:04.058Z] #1 DONE 0.0s [2022-06-28T11:30:04.058Z] [2022-06-28T11:30:04.058Z] #2 [internal] load .dockerignore [2022-06-28T11:30:04.058Z] #2 sha256:76fe6de6bf01aaa218b21a16b32a96d73f3fc3bc4eb52561bb43595e7b5310b2 [2022-06-28T11:30:04.058Z] #2 transferring context: 145B done [2022-06-28T11:30:04.058Z] #2 DONE 0.1s [2022-06-28T11:30:04.058Z] [2022-06-28T11:30:04.058Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-28T11:30:04.058Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-28T11:30:04.315Z] #3 DONE 0.2s [2022-06-28T11:30:04.315Z] [2022-06-28T11:30:04.315Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-28T11:30:04.315Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-28T11:30:04.315Z] #4 CACHED [2022-06-28T11:30:04.572Z] [2022-06-28T11:30:04.572Z] #6 [internal] load .dockerignore [2022-06-28T11:30:04.572Z] #6 sha256:9313c109e2e9c790126ae977876d9d3b4ce23676a3064506b454d3cfb5dfa3eb [2022-06-28T11:30:04.572Z] #6 DONE 0.0s [2022-06-28T11:30:04.572Z] [2022-06-28T11:30:04.572Z] #5 [internal] load build definition from Dockerfile [2022-06-28T11:30:04.572Z] #5 sha256:f7f411411bdb816c9adadcb6874d706a4adc99b80241319826342ea806a4d3b7 [2022-06-28T11:30:04.572Z] #5 DONE 0.0s [2022-06-28T11:30:04.572Z] [2022-06-28T11:30:04.572Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-28T11:30:04.572Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-28T11:30:04.572Z] #7 DONE 0.1s [2022-06-28T11:30:04.572Z] [2022-06-28T11:30:04.572Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:04.572Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-28T11:30:04.829Z] #10 DONE 0.1s [2022-06-28T11:30:04.829Z] [2022-06-28T11:30:04.829Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:04.829Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-28T11:30:04.829Z] #9 DONE 0.1s [2022-06-28T11:30:04.829Z] [2022-06-28T11:30:04.829Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-28T11:30:04.829Z] #8 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-28T11:30:04.829Z] #8 DONE 0.2s [2022-06-28T11:30:04.829Z] [2022-06-28T11:30:04.829Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:04.829Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-28T11:30:04.829Z] #73 DONE 0.0s [2022-06-28T11:30:04.829Z] [2022-06-28T11:30:04.829Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:04.829Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-28T11:30:04.829Z] #71 DONE 0.0s [2022-06-28T11:30:04.829Z] [2022-06-28T11:30:04.829Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-28T11:30:04.829Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-28T11:30:04.829Z] #11 DONE 0.0s [2022-06-28T11:30:04.829Z] [2022-06-28T11:30:04.829Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-28T11:30:04.829Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-28T11:30:04.829Z] #28 DONE 0.0s [2022-06-28T11:30:04.829Z] [2022-06-28T11:30:04.829Z] #24 [internal] load build context [2022-06-28T11:30:04.829Z] #24 sha256:8a7f2881e1f5e6d33f0db4d8beca27ae37a30839b7151481ed65da6dd911d0cc [2022-06-28T11:30:05.402Z] #24 ... [2022-06-28T11:30:05.402Z] [2022-06-28T11:30:05.402Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-28T11:30:05.402Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-28T11:30:05.402Z] #49 DONE 0.4s [2022-06-28T11:30:05.402Z] [2022-06-28T11:30:05.402Z] #24 [internal] load build context [2022-06-28T11:30:05.402Z] #24 sha256:8a7f2881e1f5e6d33f0db4d8beca27ae37a30839b7151481ed65da6dd911d0cc [2022-06-28T11:30:06.785Z] #24 transferring context: 61.32MB 1.7s done [2022-06-28T11:30:06.785Z] #24 DONE 1.8s [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #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-28T11:30:06.785Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-28T11:30:06.785Z] #50 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-28T11:30:06.785Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-28T11:30:06.785Z] #19 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-28T11:30:06.785Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-28T11:30:06.785Z] #76 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #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-28T11:30:06.785Z] #26 sha256:b39d5822613329773b256347069694d1000beef15ac5fcf29bb1869a0e31cccd [2022-06-28T11:30:06.785Z] #26 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #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-28T11:30:06.785Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-28T11:30:06.785Z] #47 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #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-28T11:30:06.785Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-28T11:30:06.785Z] #42 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-28T11:30:06.785Z] #43 sha256:14a2ab80189dc18c4080e8bed3ffb2bb053532831b449e14ee1e3ac36ee345f9 [2022-06-28T11:30:06.785Z] #43 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-28T11:30:06.785Z] #27 sha256:e1f6dc0f061c861cbc14c13b527f310f1b8b8c0e632268f542e1af218afe04b3 [2022-06-28T11:30:06.785Z] #27 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #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-28T11:30:06.785Z] #67 sha256:4620858548aab4d9f5c8437b0027de50df7508e24125c62a25979707046ba99c [2022-06-28T11:30:06.785Z] #67 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-28T11:30:06.785Z] #63 sha256:d50dff67ce625bdb03ed0f2f61a954d8729b3a7d325af8bf4b622d57359939dc [2022-06-28T11:30:06.785Z] #63 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.785Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-28T11:30:06.785Z] #52 sha256:fcdd47f21ac95693b398bf6f150c28451214af1dd8ff0ddb1b95ea5fc92b589d [2022-06-28T11:30:06.785Z] #52 CACHED [2022-06-28T11:30:06.785Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-28T11:30:06.786Z] #55 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-28T11:30:06.786Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-28T11:30:06.786Z] #77 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-28T11:30:06.786Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-28T11:30:06.786Z] #16 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-28T11:30:06.786Z] #53 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-28T11:30:06.786Z] #38 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #31 sha256:6aa7d134ac900d58d88829be0a3cffea5168454e92467b954df5393eeb4b90ec [2022-06-28T11:30:06.786Z] #31 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #45 sha256:d2e2c8c1fde1985d9c336006e1ab0c45f3f07f39b67738963568659e09c4b7fb [2022-06-28T11:30:06.786Z] #45 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-28T11:30:06.786Z] #59 sha256:5f550f2f96cbdfac7dbf4aeebf90c87e5edde8cfdf416aebda059e6a86dd4c20 [2022-06-28T11:30:06.786Z] #59 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #54 sha256:72b93b1b0d5ef99d29e93042d119f495b7bbe3ceb79577989707d72cb7558d01 [2022-06-28T11:30:06.786Z] #54 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-28T11:30:06.786Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-28T11:30:06.786Z] #23 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #70 sha256:93927aea896aa5314c36e8e72934337174d4cddee304d725316616387fa59240 [2022-06-28T11:30:06.786Z] #70 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-28T11:30:06.786Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-28T11:30:06.786Z] #46 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #60 sha256:dab5af586fbdad8cb23fb975a8947b83de8a384c51c9bb49bd4fc25cc54c593f [2022-06-28T11:30:06.786Z] #60 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-28T11:30:06.786Z] #40 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-28T11:30:06.786Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-28T11:30:06.786Z] #33 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #37 sha256:1ce9e1b2188b43cb1978555f8d01529e3e6a0eda7700f98c54c5b87550155129 [2022-06-28T11:30:06.786Z] #37 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #78 sha256:46e0a3bf4f4bcb26d946520f5e0545f82e5dd7282d6476699914eb2a76677b7d [2022-06-28T11:30:06.786Z] #78 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-28T11:30:06.786Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-28T11:30:06.786Z] #12 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-28T11:30:06.786Z] #36 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-28T11:30:06.786Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-28T11:30:06.786Z] #18 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #44 sha256:c828a95d36212a6b0fb903ad7b1ece1faaaf29f0780b086cdeda55d5e79db10b [2022-06-28T11:30:06.786Z] #44 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-28T11:30:06.786Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-28T11:30:06.786Z] #72 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-28T11:30:06.786Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-28T11:30:06.786Z] #20 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-28T11:30:06.786Z] #62 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #58 sha256:f461fad35a8e8a21dec74df7f4d71bc68f76592b45b3fb009624d6cc34d666e7 [2022-06-28T11:30:06.786Z] #58 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-28T11:30:06.786Z] #57 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-28T11:30:06.786Z] #30 sha256:eebb97633fee9812788adde196d922236308bc03dfd0de94369e8a0da7326a73 [2022-06-28T11:30:06.786Z] #30 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #61 sha256:a4a852489d7b71a8e92133e8bd8ce68cb718528b38ad4ec16d00aaf544145f40 [2022-06-28T11:30:06.786Z] #61 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-28T11:30:06.786Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-28T11:30:06.786Z] #22 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-28T11:30:06.786Z] #29 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #75 sha256:d222f7c6d97e2d9e4b7cf0354f426e3860efed4b9023acd08707221283526ce2 [2022-06-28T11:30:06.786Z] #75 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-28T11:30:06.786Z] #25 sha256:7c0eae4e5f614c45c68b75ebb8bc89f04ff5cab26f779146bcdb26313aee4815 [2022-06-28T11:30:06.786Z] #25 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-28T11:30:06.786Z] #68 sha256:75be2fdd72ee129103212e21e65b16957536e399e1a0aa008222c6a4fc133af7 [2022-06-28T11:30:06.786Z] #68 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:06.786Z] #14 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-28T11:30:06.786Z] #13 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-28T11:30:06.786Z] #51 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #41 sha256:0acaa3688222abafa87b291f7782ea2c7004a86360755b5ca4f6a6b98ddd66a9 [2022-06-28T11:30:06.786Z] #41 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-28T11:30:06.786Z] #69 sha256:35fa33052767d6112dfd678cd85c40351b3c31a05167942f529c12ecbb7b2adc [2022-06-28T11:30:06.786Z] #69 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-28T11:30:06.786Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-28T11:30:06.786Z] #17 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-28T11:30:06.786Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-28T11:30:06.786Z] #74 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #56 sha256:25bc938259f153710da1321746e3ed007ecaacca89e3db6c5bee625f29e32993 [2022-06-28T11:30:06.786Z] #56 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-28T11:30:06.786Z] #66 sha256:a7af024289bf9f1573b56d4de8f3888bd183380d41937902e8ebcc495ff7fa05 [2022-06-28T11:30:06.786Z] #66 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-28T11:30:06.786Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-28T11:30:06.786Z] #21 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #48 sha256:312719bdf610c99130784c75bb14113ff1ba797a29cce2cf739b441914a95952 [2022-06-28T11:30:06.786Z] #48 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #39 sha256:e82916347bde7b61ab08a7b04daa9bf89cfd58b5d7df71e57744f1e2d4b8d1a4 [2022-06-28T11:30:06.786Z] #39 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-28T11:30:06.786Z] #79 sha256:2ef67093a23691ac0213652a5d31dd15093386ea515e669e65d1b61bf579e0f0 [2022-06-28T11:30:06.786Z] #79 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #35 sha256:7a67f5a02476e939e670639d38c40f167f1e483523e34811e062ca699c9c0a43 [2022-06-28T11:30:06.786Z] #35 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-28T11:30:06.786Z] #34 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #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-28T11:30:06.786Z] #64 sha256:f1838f1aa989b3f8798500c34c93d65d955eb35e60fc08c6e6a05cf1188362c8 [2022-06-28T11:30:06.786Z] #64 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-28T11:30:06.786Z] #32 sha256:78f51099c5d6163b36e51e97b1829aab7e5fd009ca84d7cc03ebdfec03f23815 [2022-06-28T11:30:06.786Z] #32 CACHED [2022-06-28T11:30:06.786Z] [2022-06-28T11:30:06.786Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-28T11:30:06.786Z] #65 sha256:cb1d8a0cadc51bb8cdd76366a097da3f5b2ac25c7fc9adbb2b420899d96a6c7f [2022-06-28T11:30:06.787Z] #65 CACHED [2022-06-28T11:30:06.787Z] [2022-06-28T11:30:06.787Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-28T11:30:06.787Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-28T11:30:06.787Z] #15 CACHED [2022-06-28T11:30:06.787Z] [2022-06-28T11:30:06.787Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-28T11:30:06.787Z] #80 sha256:cfe2674b7a776425adefe2bca6d7c909ca646ebf0691c63728f8fdcadee5c1a0 [2022-06-28T11:30:06.787Z] #80 CACHED [2022-06-28T11:30:06.787Z] [2022-06-28T11:30:06.787Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-28T11:30:06.787Z] #81 sha256:f0b140667409edbd9e15759699280bfbebe90310dcf6d1fafa19d86c08ff2831 [2022-06-28T11:30:07.718Z] #81 DONE 1.2s [2022-06-28T11:30:07.976Z] [2022-06-28T11:30:07.976Z] #82 exporting to image [2022-06-28T11:30:07.976Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-28T11:30:07.976Z] #82 exporting layers [2022-06-28T11:30:08.906Z] #82 exporting layers 0.8s done [2022-06-28T11:30:08.906Z] #82 writing image sha256:859f14ab226c1b54df3f21968bc3b6e76ebf5331543d64d423614473fa9c1bbe done [2022-06-28T11:30:08.906Z] #82 naming to docker.io/library/docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 done [2022-06-28T11:30:08.906Z] #82 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-28T11:30:09.232Z] + trap exit INT TERM [2022-06-28T11:30:09.232Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-28T11:30:09.232Z] + CONTAINER_NAME=docker-pr3 [2022-06-28T11:30:09.232Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42542/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh dynbinary [2022-06-28T11:30:09.489Z] [2022-06-28T11:30:10.053Z] Removing bundles/ [2022-06-28T11:30:10.053Z] [2022-06-28T11:30:10.053Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-28T11:30:10.053Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:30:10.053Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:30:13.009Z] Fetching without tags [2022-06-28T11:30:13.205Z] Merging remotes/origin/master commit b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 into PR head commit f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:13.758Z] Merge succeeded, producing f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:13.758Z] Checking out Revision f70a9788c54d720aaad9e63b2d9f79959e0b2930 (PR-42542) [2022-06-28T11:30:14.494Z] Commit message: "drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_mode" [2022-06-28T11:30:13.007Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:13.011Z] > git config --add remote.origin.fetch +refs/pull/42542/head:refs/remotes/origin/PR-42542 # timeout=10 [2022-06-28T11:30:13.016Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:13.023Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:13.041Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:13.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:13.042Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:13.238Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:13.242Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:30:13.763Z] > git remote # timeout=10 [2022-06-28T11:30:13.768Z] > git config --get remote.origin.url # timeout=10 [2022-06-28T11:30:13.772Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:13.773Z] > git merge b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 # timeout=10 [2022-06-28T11:30:13.782Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-28T11:30:13.791Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:13.794Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-28T11:30:15.165Z] + docker version [2022-06-28T11:30:15.165Z] Client: Docker Engine - Community [2022-06-28T11:30:15.165Z] Version: 20.10.14 [2022-06-28T11:30:15.165Z] API version: 1.41 [2022-06-28T11:30:15.165Z] Go version: go1.16.15 [2022-06-28T11:30:15.165Z] Git commit: a224086 [2022-06-28T11:30:15.165Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-28T11:30:15.165Z] OS/Arch: linux/arm64 [2022-06-28T11:30:15.165Z] Context: default [2022-06-28T11:30:15.165Z] Experimental: true [2022-06-28T11:30:15.165Z] [2022-06-28T11:30:15.165Z] Server: Docker Engine - Community [2022-06-28T11:30:15.165Z] Engine: [2022-06-28T11:30:15.165Z] Version: 20.10.14 [2022-06-28T11:30:15.165Z] API version: 1.41 (minimum version 1.12) [2022-06-28T11:30:15.165Z] Go version: go1.16.15 [2022-06-28T11:30:15.165Z] Git commit: 87a90dc [2022-06-28T11:30:15.165Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-28T11:30:15.165Z] OS/Arch: linux/arm64 [2022-06-28T11:30:15.165Z] Experimental: true [2022-06-28T11:30:15.165Z] containerd: [2022-06-28T11:30:15.165Z] Version: 1.5.11 [2022-06-28T11:30:15.165Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:15.165Z] runc: [2022-06-28T11:30:15.165Z] Version: 1.0.3 [2022-06-28T11:30:15.165Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-28T11:30:15.165Z] docker-init: [2022-06-28T11:30:15.165Z] Version: 0.19.0 [2022-06-28T11:30:15.165Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-28T11:30:15.456Z] + docker info [2022-06-28T11:30:15.482Z] Fetching without tags [2022-06-28T11:30:15.655Z] Merging remotes/origin/master commit b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 into PR head commit f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:15.909Z] Fetching without tags [2022-06-28T11:30:16.024Z] Client: [2022-06-28T11:30:16.024Z] Context: default [2022-06-28T11:30:16.024Z] Debug Mode: false [2022-06-28T11:30:16.024Z] Plugins: [2022-06-28T11:30:16.024Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-28T11:30:16.024Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-28T11:30:16.024Z] [2022-06-28T11:30:16.024Z] Server: [2022-06-28T11:30:16.024Z] Containers: 0 [2022-06-28T11:30:16.024Z] Running: 0 [2022-06-28T11:30:16.024Z] Paused: 0 [2022-06-28T11:30:16.024Z] Stopped: 0 [2022-06-28T11:30:16.024Z] Images: 2 [2022-06-28T11:30:16.024Z] Server Version: 20.10.14 [2022-06-28T11:30:16.024Z] Storage Driver: overlay2 [2022-06-28T11:30:16.024Z] Backing Filesystem: extfs [2022-06-28T11:30:16.024Z] Supports d_type: true [2022-06-28T11:30:16.024Z] Native Overlay Diff: true [2022-06-28T11:30:16.024Z] userxattr: false [2022-06-28T11:30:16.024Z] Logging Driver: json-file [2022-06-28T11:30:16.024Z] Cgroup Driver: cgroupfs [2022-06-28T11:30:16.024Z] Cgroup Version: 1 [2022-06-28T11:30:16.024Z] Plugins: [2022-06-28T11:30:16.024Z] Volume: local [2022-06-28T11:30:16.024Z] Network: bridge host ipvlan macvlan null overlay [2022-06-28T11:30:16.024Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-28T11:30:16.024Z] Swarm: inactive [2022-06-28T11:30:16.024Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-28T11:30:16.024Z] Default Runtime: runc [2022-06-28T11:30:16.024Z] Init Binary: docker-init [2022-06-28T11:30:16.024Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:16.024Z] runc version: v1.0.3-0-gf46b6ba [2022-06-28T11:30:16.024Z] init version: de40ad0 [2022-06-28T11:30:16.024Z] Security Options: [2022-06-28T11:30:16.024Z] apparmor [2022-06-28T11:30:16.024Z] seccomp [2022-06-28T11:30:16.024Z] Profile: default [2022-06-28T11:30:16.024Z] Kernel Version: 5.13.0-1021-aws [2022-06-28T11:30:16.024Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-28T11:30:16.024Z] OSType: linux [2022-06-28T11:30:16.024Z] Architecture: aarch64 [2022-06-28T11:30:16.024Z] CPUs: 2 [2022-06-28T11:30:16.024Z] Total Memory: 7.562GiB [2022-06-28T11:30:16.024Z] Name: ip-10-100-118-134 [2022-06-28T11:30:16.024Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-28T11:30:16.024Z] Docker Root Dir: /var/lib/docker [2022-06-28T11:30:16.024Z] Debug Mode: false [2022-06-28T11:30:16.024Z] Registry: https://index.docker.io/v1/ [2022-06-28T11:30:16.024Z] Labels: [2022-06-28T11:30:16.024Z] Experimental: true [2022-06-28T11:30:16.024Z] Insecure Registries: [2022-06-28T11:30:16.024Z] 127.0.0.0/8 [2022-06-28T11:30:16.024Z] Live Restore Enabled: true [2022-06-28T11:30:16.024Z] [Pipeline] sh [2022-06-28T11:30:16.080Z] Merging remotes/origin/master commit b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 into PR head commit f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:16.083Z] Fetching without tags [2022-06-28T11:30:16.191Z] Merge succeeded, producing f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:16.191Z] Checking out Revision f70a9788c54d720aaad9e63b2d9f79959e0b2930 (PR-42542) [2022-06-28T11:30:15.441Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:15.445Z] > git config --add remote.origin.fetch +refs/pull/42542/head:refs/remotes/origin/PR-42542 # timeout=10 [2022-06-28T11:30:15.456Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:15.467Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:15.482Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:15.482Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:15.483Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:15.656Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:15.663Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:30:16.168Z] > git remote # timeout=10 [2022-06-28T11:30:16.171Z] > git config --get remote.origin.url # timeout=10 [2022-06-28T11:30:16.174Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:16.174Z] > git merge b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 # timeout=10 [2022-06-28T11:30:16.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-28T11:30:15.888Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:15.891Z] > git config --add remote.origin.fetch +refs/pull/42542/head:refs/remotes/origin/PR-42542 # timeout=10 [2022-06-28T11:30:15.894Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:15.899Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:15.905Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:15.906Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:15.906Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:16.076Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:16.078Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:30:16.308Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:16.309Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:16.309Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42542/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-28T11:30:16.309Z] + bash /home/ubuntu/workspace/moby_PR-42542/check-config.sh [2022-06-28T11:30:16.309Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-28T11:30:16.309Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-28T11:30:16.309Z] [2022-06-28T11:30:16.309Z] Generally Necessary: [2022-06-28T11:30:16.309Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-28T11:30:16.309Z] - apparmor: enabled and tools installed [2022-06-28T11:30:16.309Z] - CONFIG_NAMESPACES: enabled [2022-06-28T11:30:16.309Z] - CONFIG_NET_NS: enabled [2022-06-28T11:30:16.309Z] - CONFIG_PID_NS: enabled [2022-06-28T11:30:16.309Z] - CONFIG_IPC_NS: enabled [2022-06-28T11:30:16.309Z] - CONFIG_UTS_NS: enabled [2022-06-28T11:30:16.309Z] - CONFIG_CGROUPS: enabled [2022-06-28T11:30:16.309Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-28T11:30:16.309Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-28T11:30:16.309Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-28T11:30:16.309Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-28T11:30:16.309Z] - CONFIG_CPUSETS: enabled [2022-06-28T11:30:16.309Z] - CONFIG_MEMCG: enabled [2022-06-28T11:30:16.309Z] - CONFIG_KEYS: enabled [2022-06-28T11:30:16.309Z] - CONFIG_VETH: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-28T11:30:16.309Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-28T11:30:16.309Z] - CONFIG_CGROUP_BPF: enabled [2022-06-28T11:30:16.309Z] [2022-06-28T11:30:16.309Z] Optional Features: [2022-06-28T11:30:16.309Z] - CONFIG_USER_NS: enabled [2022-06-28T11:30:16.043Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:16.054Z] > git config --add remote.origin.fetch +refs/pull/42542/head:refs/remotes/origin/PR-42542 # timeout=10 [2022-06-28T11:30:16.059Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:16.066Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-28T11:30:16.076Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-28T11:30:16.076Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:16.077Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42542/head:refs/remotes/origin/PR-42542 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-28T11:30:16.377Z] Merging remotes/origin/master commit b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 into PR head commit f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:16.437Z] Commit message: "drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_mode" [2022-06-28T11:30:16.568Z] - CONFIG_SECCOMP: enabled [2022-06-28T11:30:16.568Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-28T11:30:16.568Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-28T11:30:16.568Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-28T11:30:16.568Z] (cgroup swap accounting is currently enabled) [2022-06-28T11:30:16.568Z] - CONFIG_BLK_CGROUP: enabled [2022-06-28T11:30:16.568Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-28T11:30:16.568Z] - CONFIG_CGROUP_PERF: enabled [2022-06-28T11:30:16.568Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-28T11:30:16.568Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-28T11:30:16.568Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-28T11:30:16.568Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-28T11:30:16.568Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-28T11:30:16.568Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-28T11:30:16.568Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-28T11:30:16.568Z] - CONFIG_IP_VS: enabled (as module) [2022-06-28T11:30:16.568Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-28T11:30:16.568Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-28T11:30:16.568Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-28T11:30:16.568Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-28T11:30:16.568Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-28T11:30:16.568Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-28T11:30:16.568Z] - CONFIG_EXT4_FS: enabled [2022-06-28T11:30:16.568Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-28T11:30:16.568Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-28T11:30:16.568Z] - Network Drivers: [2022-06-28T11:30:16.568Z] - "overlay": [2022-06-28T11:30:16.568Z] - CONFIG_VXLAN: enabled (as module) [2022-06-28T11:30:16.568Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-28T11:30:16.568Z] Optional (for encrypted networks): [2022-06-28T11:30:16.624Z] Merge succeeded, producing f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:16.625Z] Checking out Revision f70a9788c54d720aaad9e63b2d9f79959e0b2930 (PR-42542) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T11:30:16.827Z] - CONFIG_CRYPTO: enabled [2022-06-28T11:30:16.827Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-28T11:30:16.827Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-28T11:30:16.827Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-28T11:30:16.827Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-28T11:30:16.827Z] - CONFIG_XFRM: enabled [2022-06-28T11:30:16.827Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-28T11:30:16.827Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-28T11:30:16.827Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-28T11:30:16.827Z] - "ipvlan": [2022-06-28T11:30:16.827Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-28T11:30:16.827Z] - "macvlan": [2022-06-28T11:30:16.827Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-28T11:30:16.827Z] - CONFIG_DUMMY: enabled (as module) [2022-06-28T11:30:16.827Z] - "ftp,tftp client in container": [2022-06-28T11:30:16.827Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-28T11:30:16.827Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-28T11:30:16.827Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-28T11:30:16.827Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-28T11:30:16.827Z] - Storage Drivers: [2022-06-28T11:30:16.827Z] - "aufs": [2022-06-28T11:30:16.827Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-28T11:30:16.827Z] - "btrfs": [2022-06-28T11:30:16.827Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-28T11:30:16.827Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-28T11:30:16.827Z] - "devicemapper": [2022-06-28T11:30:16.827Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-28T11:30:16.827Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-28T11:30:16.827Z] - "overlay": [2022-06-28T11:30:16.827Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-28T11:30:16.827Z] - "zfs": [2022-06-28T11:30:16.827Z] - /dev/zfs: present [2022-06-28T11:30:16.827Z] - zfs command: missing [2022-06-28T11:30:16.827Z] - zpool command: missing [2022-06-28T11:30:16.827Z] [2022-06-28T11:30:16.827Z] Limits: [2022-06-28T11:30:16.827Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-28T11:30:16.827Z] [2022-06-28T11:30:16.827Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-28T11:30:16.924Z] Merge succeeded, producing f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:30:16.924Z] Checking out Revision f70a9788c54d720aaad9e63b2d9f79959e0b2930 (PR-42542) [2022-06-28T11:30:17.048Z] + [ PR != PR ] [2022-06-28T11:30:17.048Z] + [ master != master ] [2022-06-28T11:30:17.048Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-28T11:30:17.156Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 . [2022-06-28T11:30:17.294Z] Commit message: "drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_mode" [2022-06-28T11:30:17.374Z] + docker version [2022-06-28T11:30:17.374Z] Client: Docker Engine - Community [2022-06-28T11:30:17.374Z] Version: 20.10.14 [2022-06-28T11:30:17.374Z] API version: 1.41 [2022-06-28T11:30:17.374Z] Go version: go1.16.15 [2022-06-28T11:30:17.374Z] Git commit: a224086 [2022-06-28T11:30:17.374Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-28T11:30:17.374Z] OS/Arch: linux/amd64 [2022-06-28T11:30:17.374Z] Context: default [2022-06-28T11:30:17.374Z] Experimental: true [2022-06-28T11:30:17.374Z] [2022-06-28T11:30:17.374Z] Server: Docker Engine - Community [2022-06-28T11:30:17.374Z] Engine: [2022-06-28T11:30:17.374Z] Version: 20.10.14 [2022-06-28T11:30:17.374Z] API version: 1.41 (minimum version 1.12) [2022-06-28T11:30:17.374Z] Go version: go1.16.15 [2022-06-28T11:30:17.374Z] Git commit: 87a90dc [2022-06-28T11:30:17.374Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-28T11:30:17.374Z] OS/Arch: linux/amd64 [2022-06-28T11:30:17.374Z] Experimental: true [2022-06-28T11:30:17.374Z] containerd: [2022-06-28T11:30:17.374Z] Version: 1.5.11 [2022-06-28T11:30:17.374Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:17.374Z] runc: [2022-06-28T11:30:17.374Z] Version: 1.0.3 [2022-06-28T11:30:17.374Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-28T11:30:17.374Z] docker-init: [2022-06-28T11:30:17.374Z] Version: 0.19.0 [2022-06-28T11:30:17.374Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-28T11:30:17.415Z] #1 [internal] load build definition from Dockerfile [2022-06-28T11:30:17.415Z] #1 sha256:ad60bf25a99d6f27970d94fe4d38f16693fc3c58194b58c87425cfb113bec3e2 [2022-06-28T11:30:17.415Z] #1 transferring dockerfile: 18.90kB 0.0s done [2022-06-28T11:30:17.415Z] #1 DONE 0.0s [2022-06-28T11:30:17.415Z] [2022-06-28T11:30:17.415Z] #2 [internal] load .dockerignore [2022-06-28T11:30:17.415Z] #2 sha256:17a585b3beb984f5059b6198ef28af238514c9fd318e987524c8b50992968227 [2022-06-28T11:30:17.415Z] #2 transferring context: 145B done [2022-06-28T11:30:17.415Z] #2 DONE 0.0s [2022-06-28T11:30:17.415Z] [2022-06-28T11:30:17.415Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-28T11:30:17.415Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-28T11:30:17.415Z] #3 DONE 0.2s [2022-06-28T11:30:17.415Z] [2022-06-28T11:30:17.415Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-28T11:30:17.415Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-28T11:30:17.415Z] #4 CACHED [2022-06-28T11:30:17.557Z] Commit message: "drivers/ipvlan: add ipvlan_flag option, support l3s ipvlan_mode" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-28T11:30:17.674Z] [2022-06-28T11:30:17.675Z] #5 [internal] load build definition from Dockerfile [2022-06-28T11:30:17.675Z] #5 sha256:4caaaff6196ee4ed0feefbc6e17717ec669591063c3593bed2492ba05210970d [2022-06-28T11:30:17.675Z] #5 DONE 0.0s [2022-06-28T11:30:17.675Z] [2022-06-28T11:30:17.675Z] #6 [internal] load .dockerignore [2022-06-28T11:30:17.675Z] #6 sha256:56a73b04878f3b373da84be3f35c50917823601d542faff86beb777cd6cd2222 [2022-06-28T11:30:17.675Z] #6 DONE 0.0s [2022-06-28T11:30:17.675Z] [2022-06-28T11:30:17.675Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:17.675Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-28T11:30:17.675Z] #9 DONE 0.1s [2022-06-28T11:30:17.675Z] [2022-06-28T11:30:17.675Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-28T11:30:17.675Z] #10 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-28T11:30:17.683Z] + docker info [2022-06-28T11:30:17.923Z] + docker version [2022-06-28T11:30:17.923Z] Client: Docker Engine - Community [2022-06-28T11:30:17.923Z] Version: 20.10.14 [2022-06-28T11:30:17.923Z] API version: 1.41 [2022-06-28T11:30:17.923Z] Go version: go1.16.15 [2022-06-28T11:30:17.923Z] Git commit: a224086 [2022-06-28T11:30:17.923Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-28T11:30:17.923Z] OS/Arch: linux/amd64 [2022-06-28T11:30:17.923Z] Context: default [2022-06-28T11:30:17.923Z] Experimental: true [2022-06-28T11:30:17.923Z] [2022-06-28T11:30:17.923Z] Server: Docker Engine - Community [2022-06-28T11:30:17.923Z] Engine: [2022-06-28T11:30:17.923Z] Version: 20.10.14 [2022-06-28T11:30:17.923Z] API version: 1.41 (minimum version 1.12) [2022-06-28T11:30:17.923Z] Go version: go1.16.15 [2022-06-28T11:30:17.923Z] Git commit: 87a90dc [2022-06-28T11:30:17.923Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-28T11:30:17.923Z] OS/Arch: linux/amd64 [2022-06-28T11:30:17.923Z] Experimental: true [2022-06-28T11:30:17.923Z] containerd: [2022-06-28T11:30:17.923Z] Version: 1.5.11 [2022-06-28T11:30:17.923Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:17.923Z] runc: [2022-06-28T11:30:17.923Z] Version: 1.0.3 [2022-06-28T11:30:17.923Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-28T11:30:17.923Z] docker-init: [2022-06-28T11:30:17.923Z] Version: 0.19.0 [2022-06-28T11:30:17.923Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-28T11:30:17.934Z] #10 DONE 0.1s [2022-06-28T11:30:17.934Z] [2022-06-28T11:30:17.934Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:17.934Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-28T11:30:17.934Z] #7 DONE 0.1s [2022-06-28T11:30:17.934Z] [2022-06-28T11:30:17.934Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-28T11:30:17.934Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-28T11:30:17.934Z] #8 DONE 0.1s [2022-06-28T11:30:16.191Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:16.201Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:30:16.595Z] > git remote # timeout=10 [2022-06-28T11:30:16.600Z] > git config --get remote.origin.url # timeout=10 [2022-06-28T11:30:16.602Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:16.603Z] > git merge b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 # timeout=10 [2022-06-28T11:30:16.613Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-28T11:30:16.620Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:16.627Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-28T11:30:16.371Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:16.379Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:30:16.892Z] > git remote # timeout=10 [2022-06-28T11:30:16.898Z] > git config --get remote.origin.url # timeout=10 [2022-06-28T11:30:16.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-28T11:30:16.902Z] > git merge b8b1e16fed062eb351608a0d608b7e90c4e1ddf1 # timeout=10 [2022-06-28T11:30:16.910Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-28T11:30:16.917Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T11:30:16.925Z] > git checkout -f f70a9788c54d720aaad9e63b2d9f79959e0b2930 # timeout=10 [2022-06-28T11:30:18.254Z] + docker info [2022-06-28T11:30:18.326Z] + docker version [2022-06-28T11:30:18.327Z] Client: Docker Engine - Community [2022-06-28T11:30:18.327Z] Version: 20.10.14 [2022-06-28T11:30:18.327Z] API version: 1.41 [2022-06-28T11:30:18.327Z] Go version: go1.16.15 [2022-06-28T11:30:18.327Z] Git commit: a224086 [2022-06-28T11:30:18.327Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-28T11:30:18.327Z] OS/Arch: linux/amd64 [2022-06-28T11:30:18.327Z] Context: default [2022-06-28T11:30:18.327Z] Experimental: true [2022-06-28T11:30:18.327Z] [2022-06-28T11:30:18.327Z] Server: Docker Engine - Community [2022-06-28T11:30:18.327Z] Engine: [2022-06-28T11:30:18.327Z] Version: 20.10.14 [2022-06-28T11:30:18.327Z] API version: 1.41 (minimum version 1.12) [2022-06-28T11:30:18.327Z] Go version: go1.16.15 [2022-06-28T11:30:18.327Z] Git commit: 87a90dc [2022-06-28T11:30:18.327Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-28T11:30:18.327Z] OS/Arch: linux/amd64 [2022-06-28T11:30:18.327Z] Experimental: true [2022-06-28T11:30:18.327Z] containerd: [2022-06-28T11:30:18.327Z] Version: 1.5.11 [2022-06-28T11:30:18.327Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:18.327Z] runc: [2022-06-28T11:30:18.327Z] Version: 1.0.3 [2022-06-28T11:30:18.327Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-28T11:30:18.327Z] docker-init: [2022-06-28T11:30:18.327Z] Version: 0.19.0 [2022-06-28T11:30:18.327Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-28T11:30:18.507Z] [2022-06-28T11:30:18.507Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:18.507Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-28T11:30:18.507Z] #73 DONE 0.0s [2022-06-28T11:30:18.507Z] [2022-06-28T11:30:18.507Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:18.507Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-28T11:30:18.507Z] #71 DONE 0.0s [2022-06-28T11:30:18.507Z] [2022-06-28T11:30:18.507Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-28T11:30:18.507Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-28T11:30:18.507Z] #11 DONE 0.0s [2022-06-28T11:30:18.507Z] [2022-06-28T11:30:18.507Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-28T11:30:18.507Z] #28 sha256:b57acc032f86b43cfff8f981a7f9ed950014878a4a832c841fe0b1d5c9326d8b [2022-06-28T11:30:18.507Z] #28 DONE 0.0s [2022-06-28T11:30:18.507Z] [2022-06-28T11:30:18.507Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-28T11:30:18.507Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-28T11:30:18.611Z] + docker info [2022-06-28T11:30:18.618Z] Client: [2022-06-28T11:30:18.618Z] Context: default [2022-06-28T11:30:18.618Z] Debug Mode: false [2022-06-28T11:30:18.618Z] Plugins: [2022-06-28T11:30:18.618Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-28T11:30:18.618Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-28T11:30:18.618Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-28T11:30:18.618Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-28T11:30:18.618Z] [2022-06-28T11:30:18.618Z] Server: [2022-06-28T11:30:18.618Z] Containers: 0 [2022-06-28T11:30:18.618Z] Running: 0 [2022-06-28T11:30:18.618Z] Paused: 0 [2022-06-28T11:30:18.618Z] Stopped: 0 [2022-06-28T11:30:18.618Z] Images: 3 [2022-06-28T11:30:18.618Z] Server Version: 20.10.14 [2022-06-28T11:30:18.618Z] Storage Driver: overlay2 [2022-06-28T11:30:18.618Z] Backing Filesystem: extfs [2022-06-28T11:30:18.618Z] Supports d_type: true [2022-06-28T11:30:18.618Z] Native Overlay Diff: true [2022-06-28T11:30:18.618Z] userxattr: false [2022-06-28T11:30:18.618Z] Logging Driver: json-file [2022-06-28T11:30:18.618Z] Cgroup Driver: cgroupfs [2022-06-28T11:30:18.618Z] Cgroup Version: 1 [2022-06-28T11:30:18.618Z] Plugins: [2022-06-28T11:30:18.618Z] Volume: local [2022-06-28T11:30:18.618Z] Network: bridge host ipvlan macvlan null overlay [2022-06-28T11:30:18.618Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-28T11:30:18.618Z] Swarm: inactive [2022-06-28T11:30:18.618Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-28T11:30:18.618Z] Default Runtime: runc [2022-06-28T11:30:18.618Z] Init Binary: docker-init [2022-06-28T11:30:18.618Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:18.618Z] runc version: v1.0.3-0-gf46b6ba [2022-06-28T11:30:18.618Z] init version: de40ad0 [2022-06-28T11:30:18.618Z] Security Options: [2022-06-28T11:30:18.618Z] apparmor [2022-06-28T11:30:18.618Z] seccomp [2022-06-28T11:30:18.618Z] Profile: default [2022-06-28T11:30:18.618Z] Kernel Version: 5.4.0-1071-aws [2022-06-28T11:30:18.618Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-28T11:30:18.618Z] OSType: linux [2022-06-28T11:30:18.618Z] Architecture: x86_64 [2022-06-28T11:30:18.618Z] CPUs: 2 [2022-06-28T11:30:18.618Z] Total Memory: 7.565GiB [2022-06-28T11:30:18.618Z] Name: ip-10-100-119-16 [2022-06-28T11:30:18.618Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-28T11:30:18.618Z] Docker Root Dir: /var/lib/docker [2022-06-28T11:30:18.618Z] Debug Mode: false [2022-06-28T11:30:18.618Z] Registry: https://index.docker.io/v1/ [2022-06-28T11:30:18.618Z] Labels: [2022-06-28T11:30:18.618Z] Experimental: true [2022-06-28T11:30:18.618Z] Insecure Registries: [2022-06-28T11:30:18.618Z] 127.0.0.0/8 [2022-06-28T11:30:18.618Z] Live Restore Enabled: true [2022-06-28T11:30:18.618Z] [2022-06-28T11:30:18.618Z] WARNING: No swap limit support [Pipeline] sh [2022-06-28T11:30:18.767Z] #49 DONE 0.4s [2022-06-28T11:30:18.767Z] [2022-06-28T11:30:18.767Z] #24 [internal] load build context [2022-06-28T11:30:18.767Z] #24 sha256:99e1e97917710b5ab6a53398fb88da27a832bffbbd43e3cdc2beed314d61abb3 [2022-06-28T11:30:18.900Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:18.901Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:18.901Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42542/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-28T11:30:18.901Z] + bash /home/ubuntu/workspace/moby_PR-42542/check-config.sh [2022-06-28T11:30:18.901Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-28T11:30:18.901Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-28T11:30:18.901Z] [2022-06-28T11:30:18.901Z] Generally Necessary: [2022-06-28T11:30:18.901Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-28T11:30:18.901Z] - apparmor: enabled and tools installed [2022-06-28T11:30:18.901Z] - CONFIG_NAMESPACES: enabled [2022-06-28T11:30:18.901Z] - CONFIG_NET_NS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_PID_NS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_IPC_NS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_UTS_NS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CGROUPS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CPUSETS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_MEMCG: enabled [2022-06-28T11:30:18.901Z] - CONFIG_KEYS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_VETH: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-28T11:30:18.901Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CGROUP_BPF: enabled [2022-06-28T11:30:18.901Z] [2022-06-28T11:30:18.901Z] Optional Features: [2022-06-28T11:30:18.901Z] - CONFIG_USER_NS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_SECCOMP: enabled [2022-06-28T11:30:18.901Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-28T11:30:18.901Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-28T11:30:18.901Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-28T11:30:19.160Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-28T11:30:19.160Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-28T11:30:19.160Z] - CONFIG_BLK_CGROUP: enabled [2022-06-28T11:30:19.160Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-28T11:30:19.160Z] - CONFIG_CGROUP_PERF: enabled [2022-06-28T11:30:19.160Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-28T11:30:19.160Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-28T11:30:19.160Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-28T11:30:19.160Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-28T11:30:19.160Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-28T11:30:19.160Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_IP_VS: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-28T11:30:19.160Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-28T11:30:19.160Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-28T11:30:19.160Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-28T11:30:19.160Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-28T11:30:19.160Z] - CONFIG_EXT4_FS: enabled [2022-06-28T11:30:19.160Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-28T11:30:19.160Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-28T11:30:19.160Z] - Network Drivers: [2022-06-28T11:30:19.160Z] - "overlay": [2022-06-28T11:30:19.160Z] - CONFIG_VXLAN: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-28T11:30:19.160Z] Optional (for encrypted networks): [2022-06-28T11:30:19.160Z] - CONFIG_CRYPTO: enabled [2022-06-28T11:30:19.160Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-28T11:30:19.160Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-28T11:30:19.160Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-28T11:30:19.160Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-28T11:30:19.160Z] - CONFIG_XFRM: enabled [2022-06-28T11:30:19.160Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-28T11:30:19.160Z] - "ipvlan": [2022-06-28T11:30:19.160Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-28T11:30:19.160Z] - "macvlan": [2022-06-28T11:30:19.160Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-28T11:30:19.160Z] - CONFIG_DUMMY: enabled (as module) [2022-06-28T11:30:19.160Z] - "ftp,tftp client in container": [2022-06-28T11:30:19.188Z] Client: [2022-06-28T11:30:19.188Z] Context: default [2022-06-28T11:30:19.188Z] Debug Mode: false [2022-06-28T11:30:19.188Z] Plugins: [2022-06-28T11:30:19.188Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-28T11:30:19.188Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-28T11:30:19.188Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-28T11:30:19.188Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-28T11:30:19.188Z] [2022-06-28T11:30:19.188Z] Server: [2022-06-28T11:30:19.188Z] Containers: 0 [2022-06-28T11:30:19.188Z] Running: 0 [2022-06-28T11:30:19.188Z] Paused: 0 [2022-06-28T11:30:19.188Z] Stopped: 0 [2022-06-28T11:30:19.188Z] Images: 2 [2022-06-28T11:30:19.188Z] Server Version: 20.10.14 [2022-06-28T11:30:19.188Z] Storage Driver: overlay2 [2022-06-28T11:30:19.188Z] Backing Filesystem: extfs [2022-06-28T11:30:19.188Z] Supports d_type: true [2022-06-28T11:30:19.188Z] Native Overlay Diff: true [2022-06-28T11:30:19.188Z] userxattr: false [2022-06-28T11:30:19.188Z] Logging Driver: json-file [2022-06-28T11:30:19.188Z] Cgroup Driver: systemd [2022-06-28T11:30:19.188Z] Cgroup Version: 2 [2022-06-28T11:30:19.188Z] Plugins: [2022-06-28T11:30:19.188Z] Volume: local [2022-06-28T11:30:19.188Z] Network: bridge host ipvlan macvlan null overlay [2022-06-28T11:30:19.188Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-28T11:30:19.188Z] Swarm: inactive [2022-06-28T11:30:19.188Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-28T11:30:19.188Z] Default Runtime: runc [2022-06-28T11:30:19.188Z] Init Binary: docker-init [2022-06-28T11:30:19.188Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:19.188Z] runc version: v1.0.3-0-gf46b6ba [2022-06-28T11:30:19.188Z] init version: de40ad0 [2022-06-28T11:30:19.188Z] Security Options: [2022-06-28T11:30:19.188Z] apparmor [2022-06-28T11:30:19.188Z] seccomp [2022-06-28T11:30:19.188Z] Profile: default [2022-06-28T11:30:19.188Z] cgroupns [2022-06-28T11:30:19.188Z] Kernel Version: 5.13.0-1021-aws [2022-06-28T11:30:19.188Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-28T11:30:19.188Z] OSType: linux [2022-06-28T11:30:19.188Z] Architecture: x86_64 [2022-06-28T11:30:19.188Z] CPUs: 2 [2022-06-28T11:30:19.188Z] Total Memory: 7.476GiB [2022-06-28T11:30:19.188Z] Name: ip-10-100-89-86 [2022-06-28T11:30:19.188Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-28T11:30:19.188Z] Docker Root Dir: /var/lib/docker [2022-06-28T11:30:19.188Z] Debug Mode: false [2022-06-28T11:30:19.188Z] Registry: https://index.docker.io/v1/ [2022-06-28T11:30:19.188Z] Labels: [2022-06-28T11:30:19.188Z] Experimental: true [2022-06-28T11:30:19.188Z] Insecure Registries: [2022-06-28T11:30:19.188Z] 127.0.0.0/8 [2022-06-28T11:30:19.188Z] Live Restore Enabled: true [2022-06-28T11:30:19.188Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-28T11:30:19.419Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-28T11:30:19.419Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-28T11:30:19.419Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-28T11:30:19.419Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-28T11:30:19.419Z] - Storage Drivers: [2022-06-28T11:30:19.419Z] - "aufs": [2022-06-28T11:30:19.419Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-28T11:30:19.419Z] - "btrfs": [2022-06-28T11:30:19.419Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-28T11:30:19.419Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-28T11:30:19.419Z] - "devicemapper": [2022-06-28T11:30:19.419Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-28T11:30:19.419Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-28T11:30:19.419Z] - "overlay": [2022-06-28T11:30:19.419Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-28T11:30:19.419Z] - "zfs": [2022-06-28T11:30:19.419Z] - /dev/zfs: present [2022-06-28T11:30:19.419Z] - zfs command: missing [2022-06-28T11:30:19.419Z] - zpool command: missing [2022-06-28T11:30:19.419Z] [2022-06-28T11:30:19.419Z] Limits: [2022-06-28T11:30:19.419Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-28T11:30:19.419Z] [2022-06-28T11:30:19.419Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-28T11:30:19.507Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 . [2022-06-28T11:30:19.713Z] #24 transferring context: 61.32MB 1.1s done [2022-06-28T11:30:19.713Z] #24 DONE 1.3s [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-28T11:30:19.713Z] #32 sha256:b05dcfe1e902bd0ffb8d1a314176a131399137cf60935c06d218b436e5f0c257 [2022-06-28T11:30:19.713Z] #32 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-28T11:30:19.713Z] #59 sha256:6bc73479555c24e83d2fd744ffe462f6b06328101273f2bbad8316fa0e646888 [2022-06-28T11:30:19.713Z] #59 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #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-28T11:30:19.713Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-28T11:30:19.713Z] #51 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #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-28T11:30:19.713Z] #50 sha256:15c133dfec257524e63bea93c84c1def8d71882a44dde00929a99bde82bd1576 [2022-06-28T11:30:19.713Z] #50 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-28T11:30:19.713Z] #54 sha256:690c0ded5eb5f25296cb7be97df1c94ee3966072fb00935e0fdf8ecc8c10cb17 [2022-06-28T11:30:19.713Z] #54 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #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-28T11:30:19.713Z] #60 sha256:8af69bd3f3f63939dcb127486e454512d1bb20a3e592ac6714de765458ff79aa [2022-06-28T11:30:19.713Z] #60 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-28T11:30:19.713Z] #63 sha256:7055e37f1c1e502f33af99d06d453cc50b88e9cfeff209e195588ed6cd13cea2 [2022-06-28T11:30:19.713Z] #63 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-28T11:30:19.713Z] #68 sha256:e5b2748eb5c9aed56d962dfdbc7395099f6cdfae4b1d5bf9dd1620d935671778 [2022-06-28T11:30:19.713Z] #68 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #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-28T11:30:19.713Z] #57 sha256:57518f79ec97bd4ffcfece403fffe2a9a9a731f6a1fde9d139311616d3584ecd [2022-06-28T11:30:19.713Z] #57 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-28T11:30:19.713Z] #15 sha256:e5f951f348dd47dc403642e15144e99ddf318c4dfb9ca7c56e57c875c8dd1b00 [2022-06-28T11:30:19.713Z] #15 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-28T11:30:19.713Z] #69 sha256:6f0148f301fde4612f723240c2f37482418b7d582afa9cb19d673ef9711b859b [2022-06-28T11:30:19.713Z] #69 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-28T11:30:19.713Z] #65 sha256:f1a4ff7757b99ddf2ea21d2998430d7fd093c964232ac93e001bf8e7d4456090 [2022-06-28T11:30:19.713Z] #65 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #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-28T11:30:19.713Z] #44 sha256:ca6f7b8c883c38ab1581c7b46f639be994fee93eb3b4bfd843c409dddcaa332c [2022-06-28T11:30:19.713Z] #44 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-28T11:30:19.713Z] #46 sha256:b800f0abf501966fb97595329615fd15baa01c342f51b54e938e1f9eb91b45d0 [2022-06-28T11:30:19.713Z] #46 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #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-28T11:30:19.713Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-28T11:30:19.713Z] #55 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-28T11:30:19.713Z] #52 sha256:b9a0960b4d48c25d39305a34ba4a8f0a151cb4ce3120d526e0f6519a4a516b56 [2022-06-28T11:30:19.713Z] #52 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-28T11:30:19.713Z] #20 sha256:b68a7f7ec677c2d67bebbcbfa046df9a6e597dfa26a6a67cbb34c9548e89d961 [2022-06-28T11:30:19.713Z] #20 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-28T11:30:19.713Z] #61 sha256:e6dc58a895319ccd99037077efe189ffcc9ce2a61c79fd6318452f9391531816 [2022-06-28T11:30:19.713Z] #61 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-28T11:30:19.713Z] #79 sha256:4cd2e319cea8a09a5dce3526284ea40ce94d932dd9649d77ccbaf7338e0f0bdf [2022-06-28T11:30:19.713Z] #79 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-28T11:30:19.713Z] #22 sha256:1c35510d2c5ef554d5a1a5ad21f4359ed7a77a09befaa46d5fe59bc5eb4db5a5 [2022-06-28T11:30:19.713Z] #22 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-28T11:30:19.713Z] #43 sha256:0a8c74f4629522eee32835cd85b08f3787f6ed572a3ecef894ecf690bf0eea7e [2022-06-28T11:30:19.713Z] #43 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-28T11:30:19.713Z] #48 sha256:695ea3c2c7f4ac24d5fe3b472418470b80e9b1773b80024c2fda16018e6b8176 [2022-06-28T11:30:19.713Z] #48 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-28T11:30:19.713Z] #25 sha256:07802ab8909e3255f8ed96022149ce4dc4d6c89601a7b198ef16bedac9f41fe9 [2022-06-28T11:30:19.713Z] #25 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.713Z] #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-28T11:30:19.713Z] #53 sha256:90f2a3e75cec42ae99e2f666c70daa2f919afeb4c9cec71f058a76ffb78b504a [2022-06-28T11:30:19.713Z] #53 CACHED [2022-06-28T11:30:19.713Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-28T11:30:19.714Z] #47 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #38 sha256:aaeeb049f5680a56f6fede4f78256326a8aa0b4ae7580e26fa301c6d266d5252 [2022-06-28T11:30:19.714Z] #38 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-28T11:30:19.714Z] #34 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #37 sha256:b6efaaa8c080a31b1009d36428801253a13a975d2f8597961ac277b951154e39 [2022-06-28T11:30:19.714Z] #37 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #26 sha256:6dedd16749203efe78ecc3164b653c513019b518ac541ce43b9e35f2b262f102 [2022-06-28T11:30:19.714Z] #26 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #78 sha256:271e068f333f31cdbd92332602cfafcff9e8e08a766a3f09e3a7b997e2f732d9 [2022-06-28T11:30:19.714Z] #78 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-28T11:30:19.714Z] #19 sha256:b7477035d509187c35ca5a8f7bb22c40a8e03086d8f5555f155280dc54f43d3b [2022-06-28T11:30:19.714Z] #19 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #39 sha256:efb6ba924560824208b3dfd814e3c7c30dde6f4255ed31aa2739cc454ef1c185 [2022-06-28T11:30:19.714Z] #39 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #70 sha256:459934fd40a550bd7a16c77dc91690090a543d3b089e689b05450fcbbfd0d1f8 [2022-06-28T11:30:19.714Z] #70 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-28T11:30:19.714Z] #17 sha256:62342bb3e0d44055f2152b49fde1b4efa49fd44a77773d46b2210d92aec5a83e [2022-06-28T11:30:19.714Z] #17 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-28T11:30:19.714Z] #27 sha256:f9fb83c76ed3d7f554f401ded96263572c22f47f6fea5bad99e115810fcc239b [2022-06-28T11:30:19.714Z] #27 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #29 sha256:1e66f1a1fcd5a0dbc23fcf2b282ab8674417f52b696abf47e94e044f8ba0d1c4 [2022-06-28T11:30:19.714Z] #29 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #13 sha256:ff9d7616fb0c727acb27c69f498c91180e8e4a46278532d09a9dd89e43efb14d [2022-06-28T11:30:19.714Z] #13 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-28T11:30:19.714Z] #12 sha256:13103095655c5bba4eeebd3103180d0be73b132b813a520823528d3ca7e8775b [2022-06-28T11:30:19.714Z] #12 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #41 sha256:2cffc85b0bef8b19bb3f6ba0339c92255a0af35aa58b53e8807ea62ce61fdc0c [2022-06-28T11:30:19.714Z] #41 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #75 sha256:5b83202140df4459a8a4ff9f99081074060df6b6fb2cac94eb343e362059aad6 [2022-06-28T11:30:19.714Z] #75 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-28T11:30:19.714Z] #16 sha256:2cd4662a7e0c8506cf1db0a3c783d8e69fc17c83f0d53c3945b80f74260ecfd0 [2022-06-28T11:30:19.714Z] #16 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-28T11:30:19.714Z] #23 sha256:b1a6d04f747c42879b57dac42e91a0063141bef385fbb4591c0513929e8162ed [2022-06-28T11:30:19.714Z] #23 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #31 sha256:7d733573860dceb773d9a2f2f5d3f55a7da2dbaecc603cf54a3d694d0cc87e69 [2022-06-28T11:30:19.714Z] #31 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-28T11:30:19.714Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-28T11:30:19.714Z] #77 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #64 sha256:3bb04f57972fbca5f384d77d7b99da6790991bdc309b91de0a760df7f7c07475 [2022-06-28T11:30:19.714Z] #64 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #40 sha256:fd04132605b608fbed30b132568b995cbbda9fd1d9be0c718b98b3598f145daa [2022-06-28T11:30:19.714Z] #40 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #35 sha256:9502d5a21170715d2cd3efc1a9264776da8a6930073ee2e46ebefc830c001185 [2022-06-28T11:30:19.714Z] #35 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #67 sha256:4a3eeb96a138b3b8524928f323d5c5c64e051dc412b79c8903f367b6b0507d0e [2022-06-28T11:30:19.714Z] #67 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-28T11:30:19.714Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-28T11:30:19.714Z] #74 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #45 sha256:36fbfb95b73781434c3e2bb9feb188b2ee5c027f120dc79b2070b55a82b3ab06 [2022-06-28T11:30:19.714Z] #45 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-28T11:30:19.714Z] #42 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-28T11:30:19.714Z] #30 sha256:d1097fb0687d6ffa8186d8037cdf7dc09cfbcc560696de86d3587e1a33a6623f [2022-06-28T11:30:19.714Z] #30 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-28T11:30:19.714Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-28T11:30:19.714Z] #76 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-28T11:30:19.714Z] #66 sha256:2043435e9e81d00b49df73dfdf624ca46f02a04214de195e5e4cace4e7639395 [2022-06-28T11:30:19.714Z] #66 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-28T11:30:19.714Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-28T11:30:19.714Z] #21 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #58 sha256:b5de96043e4335bf91e055ba2a7aeb4aaad694091ec62e9415f912d89e8c282f [2022-06-28T11:30:19.714Z] #58 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-28T11:30:19.714Z] #56 sha256:97bdb70c1df70ce2359ccc5d27a1d25eefce102985afb06c76fb0b897a8b5e4c [2022-06-28T11:30:19.714Z] #56 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-28T11:30:19.714Z] #14 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-28T11:30:19.714Z] #62 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-28T11:30:19.714Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-28T11:30:19.714Z] #72 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #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-28T11:30:19.714Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-28T11:30:19.714Z] #36 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-28T11:30:19.714Z] #18 sha256:7df831cd34c3e236217c8eb9e9d1f16a3e6abd6c752f0215ba9a94816c500d08 [2022-06-28T11:30:19.714Z] #18 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-28T11:30:19.714Z] #33 sha256:66313258d20f27b9db0a53e5efb7424eaf849c6f47c74928265b14ecf1962cea [2022-06-28T11:30:19.714Z] #33 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-28T11:30:19.714Z] #80 sha256:eb4bddf35bc578bdb68ab1f2f4b680830fc7eac2ceb022efd16f7c3aea1edaaa [2022-06-28T11:30:19.714Z] #80 CACHED [2022-06-28T11:30:19.714Z] [2022-06-28T11:30:19.714Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-28T11:30:19.714Z] #81 sha256:319f153f67d474d2d1c3aa3808ea1e625a3ce939ae76bb77581c3afce89847ac [2022-06-28T11:30:19.744Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 . [2022-06-28T11:30:19.744Z] #1 [internal] load build definition from Dockerfile [2022-06-28T11:30:19.744Z] #1 sha256:ff1dde0809c0069b4652ceb0d9ed516d41c6393dc82e874b45f63bb394771f04 [2022-06-28T11:30:19.744Z] #1 transferring dockerfile: 18.90kB done [2022-06-28T11:30:19.744Z] #1 DONE 0.0s [2022-06-28T11:30:19.744Z] [2022-06-28T11:30:19.744Z] #2 [internal] load .dockerignore [2022-06-28T11:30:19.744Z] #2 sha256:fb460ee9b1fcecbb367d13aa03accaf1e79fcf2878448ad83199474537c60bca [2022-06-28T11:30:19.744Z] #2 transferring context: 145B done [2022-06-28T11:30:19.744Z] #2 DONE 0.0s [2022-06-28T11:30:19.744Z] [2022-06-28T11:30:19.744Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-28T11:30:19.744Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-28T11:30:19.764Z] #1 [internal] load build definition from Dockerfile [2022-06-28T11:30:19.764Z] #1 sha256:98666fbb42ea5a4444b39131d4ae3fe3afa0c133df295fbfef0f59ce570ebe54 [2022-06-28T11:30:19.764Z] #1 transferring dockerfile: 18.90kB done [2022-06-28T11:30:19.764Z] #1 DONE 0.0s [2022-06-28T11:30:19.764Z] [2022-06-28T11:30:19.764Z] #2 [internal] load .dockerignore [2022-06-28T11:30:19.764Z] #2 sha256:848351b403a9e4a382ee7a0343f74824a5e8c0a9818701539e2b7069fa445a7f [2022-06-28T11:30:19.764Z] #2 transferring context: 145B done [2022-06-28T11:30:19.764Z] #2 DONE 0.0s [2022-06-28T11:30:19.764Z] [2022-06-28T11:30:19.764Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-28T11:30:19.764Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-28T11:30:19.764Z] #3 DONE 0.2s [2022-06-28T11:30:19.764Z] [2022-06-28T11:30:19.764Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-28T11:30:19.764Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-28T11:30:19.764Z] #4 CACHED [2022-06-28T11:30:19.989Z] Client: [2022-06-28T11:30:19.989Z] Context: default [2022-06-28T11:30:19.989Z] Debug Mode: false [2022-06-28T11:30:19.989Z] Plugins: [2022-06-28T11:30:19.989Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-28T11:30:19.989Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-28T11:30:19.989Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-28T11:30:19.989Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-28T11:30:19.989Z] [2022-06-28T11:30:19.989Z] Server: [2022-06-28T11:30:19.989Z] Containers: 0 [2022-06-28T11:30:19.989Z] Running: 0 [2022-06-28T11:30:19.989Z] Paused: 0 [2022-06-28T11:30:19.989Z] Stopped: 0 [2022-06-28T11:30:19.989Z] Images: 2 [2022-06-28T11:30:19.989Z] Server Version: 20.10.14 [2022-06-28T11:30:19.989Z] Storage Driver: overlay2 [2022-06-28T11:30:19.989Z] Backing Filesystem: extfs [2022-06-28T11:30:19.989Z] Supports d_type: true [2022-06-28T11:30:19.989Z] Native Overlay Diff: true [2022-06-28T11:30:19.989Z] userxattr: false [2022-06-28T11:30:19.989Z] Logging Driver: json-file [2022-06-28T11:30:19.989Z] Cgroup Driver: cgroupfs [2022-06-28T11:30:19.989Z] Cgroup Version: 1 [2022-06-28T11:30:19.989Z] Plugins: [2022-06-28T11:30:19.989Z] Volume: local [2022-06-28T11:30:19.989Z] Network: bridge host ipvlan macvlan null overlay [2022-06-28T11:30:19.989Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-28T11:30:19.989Z] Swarm: inactive [2022-06-28T11:30:19.989Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-06-28T11:30:19.989Z] Default Runtime: runc [2022-06-28T11:30:19.989Z] Init Binary: docker-init [2022-06-28T11:30:19.989Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-28T11:30:19.989Z] runc version: v1.0.3-0-gf46b6ba [2022-06-28T11:30:19.989Z] init version: de40ad0 [2022-06-28T11:30:19.989Z] Security Options: [2022-06-28T11:30:19.989Z] apparmor [2022-06-28T11:30:19.989Z] seccomp [2022-06-28T11:30:19.989Z] Profile: default [2022-06-28T11:30:19.989Z] Kernel Version: 5.4.0-1071-aws [2022-06-28T11:30:19.989Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-28T11:30:19.989Z] OSType: linux [2022-06-28T11:30:19.989Z] Architecture: x86_64 [2022-06-28T11:30:19.989Z] CPUs: 2 [2022-06-28T11:30:19.989Z] Total Memory: 7.483GiB [2022-06-28T11:30:19.989Z] Name: ip-10-100-105-120 [2022-06-28T11:30:19.989Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-28T11:30:19.989Z] Docker Root Dir: /var/lib/docker [2022-06-28T11:30:19.989Z] Debug Mode: false [2022-06-28T11:30:19.989Z] Registry: https://index.docker.io/v1/ [2022-06-28T11:30:19.989Z] Labels: [2022-06-28T11:30:19.989Z] Experimental: true [2022-06-28T11:30:19.989Z] Insecure Registries: [2022-06-28T11:30:19.989Z] 127.0.0.0/8 [2022-06-28T11:30:19.989Z] Live Restore Enabled: true [2022-06-28T11:30:19.989Z] [2022-06-28T11:30:19.989Z] WARNING: No swap limit support [Pipeline] sh [2022-06-28T11:30:20.004Z] #3 DONE 0.1s [2022-06-28T11:30:20.004Z] [2022-06-28T11:30:20.004Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-28T11:30:20.004Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-28T11:30:20.004Z] #4 CACHED [2022-06-28T11:30:20.021Z] [2022-06-28T11:30:20.021Z] #6 [internal] load .dockerignore [2022-06-28T11:30:20.021Z] #6 sha256:b469448f0b2cb226a2f88bb3a885663d2605eef56589448c140d2a8868dd67f4 [2022-06-28T11:30:20.021Z] #6 DONE 0.0s [2022-06-28T11:30:20.021Z] [2022-06-28T11:30:20.021Z] #5 [internal] load build definition from Dockerfile [2022-06-28T11:30:20.021Z] #5 sha256:38094af42747ba4eb1ac18bd984c2230a7ad254ed228ac008c94dfe2f8f31ddc [2022-06-28T11:30:20.021Z] #5 DONE 0.0s [2022-06-28T11:30:20.021Z] [2022-06-28T11:30:20.021Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:20.021Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-28T11:30:20.021Z] #8 DONE 0.1s [2022-06-28T11:30:20.021Z] [2022-06-28T11:30:20.021Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-28T11:30:20.021Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-28T11:30:20.265Z] [2022-06-28T11:30:20.265Z] #5 [internal] load .dockerignore [2022-06-28T11:30:20.265Z] #5 sha256:551735cf77730a2913e9116b7ca8835f1f9126098f3f9f03f88d8b2a85b733ea [2022-06-28T11:30:20.265Z] #5 DONE 0.0s [2022-06-28T11:30:20.265Z] [2022-06-28T11:30:20.265Z] #6 [internal] load build definition from Dockerfile [2022-06-28T11:30:20.265Z] #6 sha256:aa1abbc3f0ca9fdf14f74d6e71d25c6c0f05139da257170ce2ba90054c79aad2 [2022-06-28T11:30:20.265Z] #6 DONE 0.0s [2022-06-28T11:30:20.265Z] [2022-06-28T11:30:20.265Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:20.265Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-28T11:30:20.265Z] #9 DONE 0.1s [2022-06-28T11:30:20.265Z] [2022-06-28T11:30:20.265Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-28T11:30:20.265Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-28T11:30:20.265Z] #8 DONE 0.1s [2022-06-28T11:30:20.265Z] [2022-06-28T11:30:20.265Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:20.265Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-28T11:30:20.265Z] #10 DONE 0.1s [2022-06-28T11:30:20.265Z] [2022-06-28T11:30:20.265Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-28T11:30:20.265Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-28T11:30:20.265Z] #7 DONE 0.1s [2022-06-28T11:30:20.281Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:20.281Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-28T11:30:20.281Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42542/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-28T11:30:20.281Z] + bash /home/ubuntu/workspace/moby_PR-42542/check-config.sh [2022-06-28T11:30:20.281Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-28T11:30:20.281Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-28T11:30:20.281Z] [2022-06-28T11:30:20.281Z] Generally Necessary: [2022-06-28T11:30:20.281Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-28T11:30:20.281Z] - apparmor: enabled and tools installed [2022-06-28T11:30:20.281Z] - CONFIG_NAMESPACES: enabled [2022-06-28T11:30:20.281Z] - CONFIG_NET_NS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_PID_NS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_IPC_NS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_UTS_NS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CGROUPS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CPUSETS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_MEMCG: enabled [2022-06-28T11:30:20.281Z] - CONFIG_KEYS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_VETH: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-28T11:30:20.281Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CGROUP_BPF: enabled [2022-06-28T11:30:20.281Z] [2022-06-28T11:30:20.281Z] Optional Features: [2022-06-28T11:30:20.281Z] - CONFIG_USER_NS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_SECCOMP: enabled [2022-06-28T11:30:20.281Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-28T11:30:20.281Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-28T11:30:20.281Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-28T11:30:20.281Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-28T11:30:20.286Z] #10 DONE 0.1s [2022-06-28T11:30:20.286Z] [2022-06-28T11:30:20.286Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:20.286Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-28T11:30:20.286Z] #7 DONE 0.1s [2022-06-28T11:30:20.286Z] [2022-06-28T11:30:20.286Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-28T11:30:20.286Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-28T11:30:20.286Z] #9 DONE 0.1s [2022-06-28T11:30:20.286Z] [2022-06-28T11:30:20.286Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:20.286Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-28T11:30:20.286Z] #73 DONE 0.0s [2022-06-28T11:30:20.286Z] [2022-06-28T11:30:20.286Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:20.286Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-28T11:30:20.286Z] #71 DONE 0.0s [2022-06-28T11:30:20.286Z] [2022-06-28T11:30:20.286Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-28T11:30:20.286Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-28T11:30:20.286Z] #11 DONE 0.0s [2022-06-28T11:30:20.286Z] [2022-06-28T11:30:20.286Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-28T11:30:20.286Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-28T11:30:20.286Z] #28 DONE 0.0s [2022-06-28T11:30:20.286Z] [2022-06-28T11:30:20.286Z] #24 [internal] load build context [2022-06-28T11:30:20.286Z] #24 sha256:d6b3d728f5dcf667b501331c23c18aeca19c0578019baaf76fbcb4bece75b4da [2022-06-28T11:30:20.540Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-28T11:30:20.540Z] - CONFIG_BLK_CGROUP: enabled [2022-06-28T11:30:20.540Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-28T11:30:20.540Z] - CONFIG_CGROUP_PERF: enabled [2022-06-28T11:30:20.540Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-28T11:30:20.540Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-28T11:30:20.540Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-28T11:30:20.540Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-28T11:30:20.540Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-28T11:30:20.540Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_IP_VS: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-28T11:30:20.540Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-28T11:30:20.540Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-28T11:30:20.540Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-28T11:30:20.540Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-28T11:30:20.540Z] - CONFIG_EXT4_FS: enabled [2022-06-28T11:30:20.540Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-28T11:30:20.540Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-28T11:30:20.540Z] - Network Drivers: [2022-06-28T11:30:20.540Z] - "overlay": [2022-06-28T11:30:20.540Z] - CONFIG_VXLAN: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-28T11:30:20.540Z] Optional (for encrypted networks): [2022-06-28T11:30:20.540Z] - CONFIG_CRYPTO: enabled [2022-06-28T11:30:20.540Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-28T11:30:20.540Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-28T11:30:20.540Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-28T11:30:20.540Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-28T11:30:20.540Z] - CONFIG_XFRM: enabled [2022-06-28T11:30:20.540Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-28T11:30:20.540Z] - "ipvlan": [2022-06-28T11:30:20.540Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-28T11:30:20.540Z] - "macvlan": [2022-06-28T11:30:20.540Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-28T11:30:20.540Z] - CONFIG_DUMMY: enabled (as module) [2022-06-28T11:30:20.540Z] - "ftp,tftp client in container": [2022-06-28T11:30:20.652Z] #81 DONE 1.0s [2022-06-28T11:30:20.652Z] [2022-06-28T11:30:20.652Z] #82 exporting to image [2022-06-28T11:30:20.652Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-28T11:30:20.652Z] #82 exporting layers [2022-06-28T11:30:20.800Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-28T11:30:20.800Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-28T11:30:20.800Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-28T11:30:20.800Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-28T11:30:20.800Z] - Storage Drivers: [2022-06-28T11:30:20.800Z] - "aufs": [2022-06-28T11:30:20.800Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-28T11:30:20.800Z] - "btrfs": [2022-06-28T11:30:20.800Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-28T11:30:20.800Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-28T11:30:20.800Z] - "devicemapper": [2022-06-28T11:30:20.800Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-28T11:30:20.800Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-28T11:30:20.800Z] - "overlay": [2022-06-28T11:30:20.800Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-28T11:30:20.800Z] - "zfs": [2022-06-28T11:30:20.800Z] - /dev/zfs: present [2022-06-28T11:30:20.800Z] - zfs command: missing [2022-06-28T11:30:20.800Z] - zpool command: missing [2022-06-28T11:30:20.800Z] [2022-06-28T11:30:20.800Z] Limits: [2022-06-28T11:30:20.800Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-28T11:30:20.800Z] [2022-06-28T11:30:20.800Z] + true [Pipeline] } [Pipeline] // stage [2022-06-28T11:30:20.937Z] [2022-06-28T11:30:20.937Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:20.937Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-28T11:30:20.937Z] #80 DONE 0.0s [2022-06-28T11:30:20.937Z] [2022-06-28T11:30:20.937Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:20.937Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-28T11:30:20.937Z] #78 DONE 0.0s [2022-06-28T11:30:20.937Z] [2022-06-28T11:30:20.937Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-28T11:30:20.937Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-28T11:30:20.937Z] #11 DONE 0.0s [2022-06-28T11:30:20.937Z] [2022-06-28T11:30:20.937Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-28T11:30:20.937Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-28T11:30:20.937Z] #35 DONE 0.0s [2022-06-28T11:30:20.937Z] [2022-06-28T11:30:20.937Z] #31 [internal] load build context [2022-06-28T11:30:20.937Z] #31 sha256:4c2f09e01acb691f4c054a050aa548d84a7c78c87c5d8173de667fe34213f3bc [2022-06-28T11:30:20.939Z] #24 ... [2022-06-28T11:30:20.939Z] [2022-06-28T11:30:20.939Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-28T11:30:20.939Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-28T11:30:20.939Z] #49 DONE 0.5s [2022-06-28T11:30:20.939Z] [2022-06-28T11:30:20.939Z] #24 [internal] load build context [2022-06-28T11:30:20.939Z] #24 sha256:d6b3d728f5dcf667b501331c23c18aeca19c0578019baaf76fbcb4bece75b4da [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-28T11:30:21.210Z] #31 ... [2022-06-28T11:30:21.210Z] [2022-06-28T11:30:21.210Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-28T11:30:21.210Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-28T11:30:21.210Z] #56 DONE 0.4s [2022-06-28T11:30:21.210Z] [2022-06-28T11:30:21.210Z] #31 [internal] load build context [2022-06-28T11:30:21.210Z] #31 sha256:4c2f09e01acb691f4c054a050aa548d84a7c78c87c5d8173de667fe34213f3bc [2022-06-28T11:30:21.232Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 . [2022-06-28T11:30:21.232Z] #1 [internal] load build definition from Dockerfile [2022-06-28T11:30:21.232Z] #1 sha256:2b10881ba3aeb7429f478be2892fc45de2ddf153743f23cc1d133801314265e8 [2022-06-28T11:30:21.232Z] #1 transferring dockerfile: 18.90kB done [2022-06-28T11:30:21.232Z] #1 DONE 0.0s [2022-06-28T11:30:21.232Z] [2022-06-28T11:30:21.232Z] #2 [internal] load .dockerignore [2022-06-28T11:30:21.232Z] #2 sha256:86f4ce1e742f29de9963894dce2f35d4d073bf091e33988b84b6e270de4bf7a6 [2022-06-28T11:30:21.232Z] #2 transferring context: 145B done [2022-06-28T11:30:21.232Z] #2 DONE 0.0s [2022-06-28T11:30:21.232Z] [2022-06-28T11:30:21.232Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-28T11:30:21.232Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-28T11:30:21.493Z] #3 DONE 0.1s [2022-06-28T11:30:21.493Z] [2022-06-28T11:30:21.493Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-28T11:30:21.493Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-28T11:30:21.493Z] #4 CACHED [2022-06-28T11:30:21.615Z] #82 exporting layers 0.8s done [2022-06-28T11:30:21.616Z] #82 writing image sha256:52a951dd0adf1d383a4e0a9e2cd30d831666c6b2a3b05c83e2523d858c050934 [2022-06-28T11:30:21.616Z] #82 writing image sha256:52a951dd0adf1d383a4e0a9e2cd30d831666c6b2a3b05c83e2523d858c050934 done [2022-06-28T11:30:21.616Z] #82 naming to docker.io/library/docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 done [2022-06-28T11:30:21.616Z] #82 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-28T11:30:21.943Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-28T11:30:22.062Z] [2022-06-28T11:30:22.063Z] #5 [internal] load build definition from Dockerfile [2022-06-28T11:30:22.063Z] #5 sha256:656f211fc02a20f2d1d1baae3cfbad9a13362b933d70c03eaf775070df58883c [2022-06-28T11:30:22.063Z] #5 DONE 0.0s [2022-06-28T11:30:22.063Z] [2022-06-28T11:30:22.063Z] #6 [internal] load .dockerignore [2022-06-28T11:30:22.063Z] #6 sha256:2c774bba28f8a6b0fe9364d28817a32cd5daddf27b47b5775fa5eb2361c5c386 [2022-06-28T11:30:22.063Z] #6 DONE 0.0s [2022-06-28T11:30:22.063Z] [2022-06-28T11:30:22.063Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:22.063Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-28T11:30:22.063Z] #10 DONE 0.1s [2022-06-28T11:30:22.063Z] [2022-06-28T11:30:22.063Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-28T11:30:22.063Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-28T11:30:22.063Z] #7 DONE 0.1s [2022-06-28T11:30:22.063Z] [2022-06-28T11:30:22.063Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-28T11:30:22.063Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-28T11:30:22.063Z] #9 DONE 0.1s [2022-06-28T11:30:22.063Z] [2022-06-28T11:30:22.063Z] #8 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-28T11:30:22.063Z] #8 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-28T11:30:22.063Z] #8 DONE 0.2s [2022-06-28T11:30:22.156Z] #31 transferring context: 61.32MB 1.5s done [2022-06-28T11:30:22.156Z] #31 DONE 1.6s [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-28T11:30:22.156Z] #58 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #21 sha256:c69268745e740405100f301a6a9b909aae27398f9d0aa0d9e149ff91926c5664 [2022-06-28T11:30:22.156Z] #21 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #23 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-28T11:30:22.156Z] #23 sha256:ff62181f85dff7b0fa011ad13200a0894d744734f26d731633984e51d8e7aef7 [2022-06-28T11:30:22.156Z] #23 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #30 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-28T11:30:22.156Z] #30 sha256:d1c6802d8742db954c450a30e209420653ddefe6ce5b3d25ebaace891909468c [2022-06-28T11:30:22.156Z] #30 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #61 sha256:3362f7e003459bd981cf0d5d6131c3116e3d43ec40f733f0a94d4ed7fb40b706 [2022-06-28T11:30:22.156Z] #61 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #72 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #72 sha256:44594af65563ce575e4aa751f3824971450590b2a32bb86c7d5416a6e82aac3d [2022-06-28T11:30:22.156Z] #72 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #63 sha256:fd7e291f396d80d1497e60ab434ed1d476ca618dd81fe7502a8b64d30038ac7d [2022-06-28T11:30:22.156Z] #63 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #24 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-28T11:30:22.156Z] #24 sha256:5ba8e416e59d2463b3c23e79a7c9d8936b5cbe49a2257ef87fd28767898ffdf5 [2022-06-28T11:30:22.156Z] #24 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-28T11:30:22.156Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-28T11:30:22.156Z] #12 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-28T11:30:22.156Z] #19 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-28T11:30:22.156Z] #20 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-28T11:30:22.156Z] #40 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-28T11:30:22.156Z] #40 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #27 [dev-systemd-false 6/28] RUN ldconfig [2022-06-28T11:30:22.156Z] #27 sha256:e828cb4a4c70fe20fdd9c59b0cc7a96bdc05420df447fb47f66ed10ce4043d70 [2022-06-28T11:30:22.156Z] #27 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-28T11:30:22.156Z] #14 sha256:0843e43981997d3186c3e0fa13a5c69bf735e078771d358bc17048f5bdd1d4e8 [2022-06-28T11:30:22.156Z] #14 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-28T11:30:22.156Z] #70 sha256:d572f28a3c395379b9108d8707c24ef2ff184fc060bc091bbd4c45f1e5af9fe7 [2022-06-28T11:30:22.156Z] #70 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-28T11:30:22.156Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-28T11:30:22.156Z] #79 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #55 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #55 sha256:bb62fe996540dd8f132bbf59a8d82777e09ca6a8b54150a7304bbd0f0483c86f [2022-06-28T11:30:22.156Z] #55 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #71 sha256:85a335d01caf3c967582ddc1d8eb2b21ed07ebb1089bed16d423739906d7652a [2022-06-28T11:30:22.156Z] #71 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-28T11:30:22.156Z] #66 sha256:b53f664caa24b0a8ab6fe301bed68ea16a4580ee7386a824aa1146fce132964e [2022-06-28T11:30:22.156Z] #66 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-28T11:30:22.156Z] #17 sha256:bea1fe45f58fdee1448a2ced80414300c0c0acc9560564c476c3297cf6812d3d [2022-06-28T11:30:22.156Z] #17 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-28T11:30:22.156Z] #18 sha256:8b29296919d8bf68aa7fa37d69208ffd105a8b2185812f3f939b2bee4ce821b4 [2022-06-28T11:30:22.156Z] #18 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #47 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-28T11:30:22.156Z] #47 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #65 sha256:cdf7d8fe8a3d3a0b1e136e0a616399017660656df0b2533bc9cfa33e3b74e17c [2022-06-28T11:30:22.156Z] #65 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #36 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-28T11:30:22.156Z] #36 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-28T11:30:22.156Z] #49 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #57 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-28T11:30:22.156Z] #57 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-28T11:30:22.156Z] #34 sha256:03da812bab8d2f15ce30de9f0dc9f750dbe76738e5ebcaddb1518514b31e2160 [2022-06-28T11:30:22.156Z] #34 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #74 sha256:33defb2e55dd63c300017df7fb91e205c9f701b6a88d0300f2d6e7ec661c5680 [2022-06-28T11:30:22.156Z] #74 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #46 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #46 sha256:b022227c6e3335d57b445d7ee7832a8edd9448049247b05dee336628328350eb [2022-06-28T11:30:22.156Z] #46 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-28T11:30:22.156Z] #39 sha256:897400963166f51ad268bda799eeec126345d66f2b8d0d70b45b2ca40f56d33c [2022-06-28T11:30:22.156Z] #39 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-28T11:30:22.156Z] #76 sha256:d89d65407cc651a71839eff5d057063d79a929abc4f2d854e0620b3f47758ac5 [2022-06-28T11:30:22.156Z] #76 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-28T11:30:22.156Z] #86 sha256:e59ebe61f25518621c552ac7dbfd15d9bcabac34360b48881b3b261556832303 [2022-06-28T11:30:22.156Z] #86 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-28T11:30:22.156Z] #69 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #59 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #59 sha256:aaf6696f3aaacc0b43241181386d524ff600a7dca1935d5c058fa1350fca9dfc [2022-06-28T11:30:22.156Z] #59 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-28T11:30:22.156Z] #82 sha256:7c375153a01f9710fb0c1795385963f3a7da28be4b31526f62c2875d8f036414 [2022-06-28T11:30:22.156Z] #82 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #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-28T11:30:22.156Z] #60 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-28T11:30:22.156Z] #60 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.156Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-28T11:30:22.156Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-28T11:30:22.156Z] #81 CACHED [2022-06-28T11:30:22.156Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #33 sha256:990ba94090e75ff241e08a0545de28e2a3245ec856e6d7d9dbc819aa6918ecd3 [2022-06-28T11:30:22.157Z] #33 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-28T11:30:22.157Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-28T11:30:22.157Z] #83 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #43 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-28T11:30:22.157Z] #43 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-28T11:30:22.157Z] #53 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-28T11:30:22.157Z] #53 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #25 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-28T11:30:22.157Z] #25 sha256:17900b09747c15e257475739f9213acd92e654739d4f98b47eb29b58581e8a5b [2022-06-28T11:30:22.157Z] #25 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-28T11:30:22.157Z] #15 sha256:2d05efaa29f7d7a652b390dae5c9126381d4bdd1e6478112a650543183cfed84 [2022-06-28T11:30:22.157Z] #15 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #22 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-28T11:30:22.157Z] #22 sha256:7ff22573b37504262e98adcb1549f36f1e0745ad8e427bc240bcd4e453d91753 [2022-06-28T11:30:22.157Z] #22 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #85 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-28T11:30:22.157Z] #85 sha256:83103da57c217711698ef6df0358d5081e39a9ea288815eccb5df738e2d29e12 [2022-06-28T11:30:22.157Z] #85 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-28T11:30:22.157Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-28T11:30:22.157Z] #84 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #54 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-28T11:30:22.157Z] #54 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-28T11:30:22.157Z] #75 sha256:8e942146884f761cdc61b206087b3d728a2180fa401002b7afac43051028e807 [2022-06-28T11:30:22.157Z] #75 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #51 sha256:cd580469a7bc95bb3653dd3640f78cee6d3ced4bf214a6494193c9390a58a396 [2022-06-28T11:30:22.157Z] #51 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-28T11:30:22.157Z] #73 sha256:3214de858763aa0adf17f6ad87e2ff5c2e0cfaef33d0ec18d84096082a4060ba [2022-06-28T11:30:22.157Z] #73 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-28T11:30:22.157Z] #48 sha256:46805c7f2e0eaa2ed0789f685ad015ace945234a2e9072f4b5aeaf43b59a7029 [2022-06-28T11:30:22.157Z] #48 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #26 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-28T11:30:22.157Z] #26 sha256:46d18cbf69fdd65229fce4a1ff0ccf6e4b3f818664affcb6f0dc42b391087a73 [2022-06-28T11:30:22.157Z] #26 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #42 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-28T11:30:22.157Z] #42 sha256:46c2b3aa7eb2b11e5f9b4340605cca3d9b625b78abe21a9fde28eb6506f373cd [2022-06-28T11:30:22.157Z] #42 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-28T11:30:22.157Z] #77 sha256:f03361e2b2c2fa8323bc7fd5a4a186979bd6e3dad63138770df511bd81cb1a27 [2022-06-28T11:30:22.157Z] #77 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #28 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-28T11:30:22.157Z] #28 sha256:c4d8c9694e9e738331e640fb61089fa5198cfcbeded1ebd9ab5ce788c8605229 [2022-06-28T11:30:22.157Z] #28 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #45 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-28T11:30:22.157Z] #45 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #67 sha256:ba4dc969521eca75afbc95d8c6e248dabc3e19b2a8be16f0d5c9d3b70ab06138 [2022-06-28T11:30:22.157Z] #67 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-28T11:30:22.157Z] #13 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-28T11:30:22.157Z] #32 sha256:6e3320c4ccd55eb65b955331edda8fc1afbf7422d832a956ec9fda16fe801644 [2022-06-28T11:30:22.157Z] #32 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #68 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-28T11:30:22.157Z] #68 sha256:e99b12ba98231e3779fad03950f411495d23d2c68744f3ff71517f201ec8d8bd [2022-06-28T11:30:22.157Z] #68 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-28T11:30:22.157Z] #16 sha256:6e5bb325d2f1d8f93129253358485557d3574a0fa24a972b189e244fccf61d15 [2022-06-28T11:30:22.157Z] #16 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-28T11:30:22.157Z] #50 sha256:10d1785ac6997f052dee2358cf388ac703e7c1a6c220e232eac6ebd48ae83a23 [2022-06-28T11:30:22.157Z] #50 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #41 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-28T11:30:22.157Z] #41 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #38 sha256:d52236ae2a48985a0b11acbc20f71952908c3ff256b9cc7a3c2ea9ff44e8bc0d [2022-06-28T11:30:22.157Z] #38 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #64 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-28T11:30:22.157Z] #64 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #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-28T11:30:22.157Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-28T11:30:22.157Z] #62 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #52 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-28T11:30:22.157Z] #52 sha256:199043e05d0dbe6d7db389289e4fdd0d5e8b531bfa5ce1adb72548b991789884 [2022-06-28T11:30:22.157Z] #52 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #44 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-28T11:30:22.157Z] #44 sha256:24130de93b7180c37cef800b90c39970d22f3ab02e6f15c9a30c1df477d28201 [2022-06-28T11:30:22.157Z] #44 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-28T11:30:22.157Z] #37 sha256:e2be09eea55093e83a16013c9d496c2365cd9d11056cc190597fa308443ecd22 [2022-06-28T11:30:22.157Z] #37 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #29 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-28T11:30:22.157Z] #29 sha256:b04fa251c48098649e6b0cd9dc5a196432682d0481d4096cc3221c04d5397adf [2022-06-28T11:30:22.157Z] #29 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-28T11:30:22.157Z] #87 sha256:59e90f829642e3cfe2dc5b08151409fa6f185506b015b4d8c00830b8eda77720 [2022-06-28T11:30:22.157Z] #87 CACHED [2022-06-28T11:30:22.157Z] [2022-06-28T11:30:22.157Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-28T11:30:22.157Z] #88 sha256:9bd6eb6cd6bf390ec02e069649d2955fa349a781b83ad2da09a4e38ffb41662c [2022-06-28T11:30:22.228Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/test/unit [2022-06-28T11:30:22.315Z] #24 transferring context: 61.31MB 1.8s done [2022-06-28T11:30:22.315Z] #24 DONE 1.9s [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-28T11:30:22.315Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-28T11:30:22.315Z] #74 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-28T11:30:22.315Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-28T11:30:22.315Z] #72 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #67 sha256:e76661f8864f08896eaadcfb99b9166210b92856b71a55dcb484d27c678d201a [2022-06-28T11:30:22.315Z] #67 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #58 sha256:3deb9767affb8f3c99caab8f76504076cb9b75a2185bf7dd63014172e237fb86 [2022-06-28T11:30:22.315Z] #58 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-28T11:30:22.315Z] #62 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-28T11:30:22.315Z] #69 sha256:56be019a31ff73f9262ddaadafcf3f80257548db63860d1f5aacb4e1a2efc10c [2022-06-28T11:30:22.315Z] #69 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #78 sha256:8e7595a383233f5f7f2e95467e167b060a6a5f6f03fed574fb5a6cddf632f1b1 [2022-06-28T11:30:22.315Z] #78 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-28T11:30:22.315Z] #80 sha256:c41d0244856cc166ffd8ffbd39f3351a9d676de09b5a06c1a1346ffee61f9e12 [2022-06-28T11:30:22.315Z] #80 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #26 sha256:1efa19a087041af9521d8962d00e0190b23d2bf1ce85ee3cf2f0a2cc22728cab [2022-06-28T11:30:22.315Z] #26 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:22.315Z] #14 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-28T11:30:22.315Z] #55 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-28T11:30:22.315Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-28T11:30:22.315Z] #12 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-28T11:30:22.315Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-28T11:30:22.315Z] #18 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #39 sha256:e18ad2360987f529c7b492e49ddeb82a5d149ff684ddb0e33ad57588323c681e [2022-06-28T11:30:22.315Z] #39 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #81 [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-28T11:30:22.315Z] #81 sha256:7749828be787f062621e99a0bc49b9a1062655c375d239307a156cf313e09e4e [2022-06-28T11:30:22.315Z] #81 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-28T11:30:22.315Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-28T11:30:22.315Z] #77 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-28T11:30:22.315Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-28T11:30:22.315Z] #33 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-28T11:30:22.315Z] #47 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-28T11:30:22.315Z] #13 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-28T11:30:22.315Z] #38 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-28T11:30:22.315Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-28T11:30:22.315Z] #16 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-28T11:30:22.315Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-28T11:30:22.315Z] #21 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #65 sha256:b79c0861e9543f2142e44764bd258043e1d14d91d29e85244d237dd39c57cad3 [2022-06-28T11:30:22.315Z] #65 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-28T11:30:22.315Z] #68 sha256:24581eba7605435351b15da185216f6b554b1bcf922b8c9ff6431ef30e06f315 [2022-06-28T11:30:22.315Z] #68 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-28T11:30:22.315Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-28T11:30:22.315Z] #76 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-28T11:30:22.315Z] #34 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #45 sha256:3a1ab1e4c9c415be8a38a80f88b999f28f1248e01e82df8f7f7c601f63808a58 [2022-06-28T11:30:22.315Z] #45 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-28T11:30:22.315Z] #30 sha256:24bef5dde827662e591cbbc4d6c1ced905ef6a18f592479e360fc7e7ae94f974 [2022-06-28T11:30:22.315Z] #30 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-28T11:30:22.315Z] #53 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #52 sha256:0c60a1b230d5310fc927179a6a98c8dc257a6223fd7b773d50e02be09346f65c [2022-06-28T11:30:22.315Z] #52 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #64 sha256:3675822478c3bb4e4c740390feb224940b937b65a00162bb59531f311e95d3df [2022-06-28T11:30:22.315Z] #64 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #75 sha256:e21f7b13f242847a86ffe56bd237f858b9c699648a1338b90da3324c0ed59445 [2022-06-28T11:30:22.315Z] #75 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-28T11:30:22.315Z] #54 sha256:3e0171bb12c9792450c32c3e621513e13f85dc573076c8a96ee4237c9a536acd [2022-06-28T11:30:22.315Z] #54 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #44 sha256:281090c0573dc4479e742e95a8694757c926567a67f6ccdc0f41e1754605e21d [2022-06-28T11:30:22.315Z] #44 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-28T11:30:22.315Z] #63 sha256:3d2ce1636d824abc3a43f3388960d24948716a1ed9601774dc4471decf57d8d9 [2022-06-28T11:30:22.315Z] #63 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.315Z] #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-28T11:30:22.315Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-28T11:30:22.315Z] #51 CACHED [2022-06-28T11:30:22.315Z] [2022-06-28T11:30:22.316Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-28T11:30:22.316Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-28T11:30:22.316Z] #42 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #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-28T11:30:22.316Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-28T11:30:22.316Z] #29 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #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-28T11:30:22.316Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-28T11:30:22.316Z] #36 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-28T11:30:22.316Z] #25 sha256:58b4cd72f1dc75ddb6e9db7868af36bfd6511fcca78e1ce6734445aa0718e10a [2022-06-28T11:30:22.316Z] #25 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #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-28T11:30:22.316Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-28T11:30:22.316Z] #40 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-28T11:30:22.316Z] #48 sha256:df6737231c67489170d3b7668d02fdbe57a9bb5e951d844d35d9fc40cf60b3ae [2022-06-28T11:30:22.316Z] #48 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-28T11:30:22.316Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-28T11:30:22.316Z] #23 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-28T11:30:22.316Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-28T11:30:22.316Z] #17 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-28T11:30:22.316Z] #43 sha256:e22dbb4af096be66ceb28e385b0855b49ea11f2e085d42121aa98ff73a0789c5 [2022-06-28T11:30:22.316Z] #43 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-28T11:30:22.316Z] #27 sha256:22f3db110f83308c84cc2d4ffabc4d6a2adf818b36593ae91764ef089fd55890 [2022-06-28T11:30:22.316Z] #27 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-28T11:30:22.316Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-28T11:30:22.316Z] #19 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-28T11:30:22.316Z] #35 sha256:5d4d03c3a994490579a549d23c2eb4fdb728b7304a1200d10b3861628337ec98 [2022-06-28T11:30:22.316Z] #35 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #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-28T11:30:22.316Z] #60 sha256:45d04d226d963704f7a11f77ad88ae1c6106ada17aef9ddee5e5168600188b3b [2022-06-28T11:30:22.316Z] #60 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-28T11:30:22.316Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-28T11:30:22.316Z] #15 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-28T11:30:22.316Z] #79 sha256:7eb0b947faf5fcedc98bc21c28b11ce2a6572adf1d15f54e2f4126abc5b9e61c [2022-06-28T11:30:22.316Z] #79 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-28T11:30:22.316Z] #41 sha256:221d973546a4e6c4f390b13f003c15e933a82fd5240ab217c1b255af621cb6f3 [2022-06-28T11:30:22.316Z] #41 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-28T11:30:22.316Z] #37 sha256:29640a4463b66274a890821e298b34968c939050b0776b7c6dddc919976ca31f [2022-06-28T11:30:22.316Z] #37 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-28T11:30:22.316Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-28T11:30:22.316Z] #22 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-28T11:30:22.316Z] #56 sha256:1f7ae60bb5b692ba687dd6b3c68937d73d45a7a7e398d6962d05fc0cc37faf68 [2022-06-28T11:30:22.316Z] #56 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-28T11:30:22.316Z] #66 sha256:db9d265835368fe90b17d301dbd238b21d056f1a5c37c52c6d6e89a359cf9e3d [2022-06-28T11:30:22.316Z] #66 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-28T11:30:22.316Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-28T11:30:22.316Z] #20 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #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-28T11:30:22.316Z] #31 sha256:ea9f921c6926092867771c02101e887df498783c43f0be52a7e7cfac14c6bd51 [2022-06-28T11:30:22.316Z] #31 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-28T11:30:22.316Z] #59 sha256:f3eebc525582a228ca185e69bb1de0a3993b88f949dc1178645115223725e7e1 [2022-06-28T11:30:22.316Z] #59 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-28T11:30:22.316Z] #32 sha256:f93a981183f609a60fcfff2d6807e7e542b77495456af68f3af76a92e0ece5f3 [2022-06-28T11:30:22.316Z] #32 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #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-28T11:30:22.316Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-28T11:30:22.316Z] #50 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #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-28T11:30:22.316Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-28T11:30:22.316Z] #57 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-28T11:30:22.316Z] #61 sha256:63214f6ea86990f8316e24f7028c93422651faefea004f587686c681f7109f25 [2022-06-28T11:30:22.316Z] #61 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-28T11:30:22.316Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-28T11:30:22.316Z] #46 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-28T11:30:22.316Z] #70 sha256:997b35ec5a8b7f2d441486696136c6175c7362438b3ec8a45cbdf7c85d54e7ea [2022-06-28T11:30:22.316Z] #70 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #82 [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-28T11:30:22.316Z] #82 sha256:7d42a8aa94c23d0f79d72fa497f81df2a49fd52666d9d714e6d630d2e98ef464 [2022-06-28T11:30:22.316Z] #82 CACHED [2022-06-28T11:30:22.316Z] [2022-06-28T11:30:22.316Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-28T11:30:22.316Z] #83 sha256:5186413776be37044cf5f9f647069186b533301dc2c1864876b0a5ceb152edad [2022-06-28T11:30:22.487Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-28T11:30:22.487Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-28T11:30:22.487Z] + TESTDIRS=./... [2022-06-28T11:30:22.487Z] + exclude_paths='/vendor/|/integration' [2022-06-28T11:30:22.487Z] ++ go list ./... [2022-06-28T11:30:22.487Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-28T11:30:22.632Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-28T11:30:22.632Z] #28 DONE 0.0s [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:22.632Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-28T11:30:22.632Z] #73 DONE 0.0s [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-28T11:30:22.632Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-28T11:30:22.632Z] #71 DONE 0.0s [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-28T11:30:22.632Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-28T11:30:22.632Z] #11 DONE 0.0s [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-28T11:30:22.632Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-28T11:30:22.632Z] #12 CACHED [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #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-28T11:30:22.632Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-28T11:30:22.632Z] #13 CACHED [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #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-28T11:30:22.632Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-28T11:30:22.632Z] #42 ... [2022-06-28T11:30:22.632Z] [2022-06-28T11:30:22.632Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-28T11:30:22.632Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-28T11:30:22.632Z] #49 DONE 0.3s [2022-06-28T11:30:22.891Z] [2022-06-28T11:30:22.891Z] #24 [internal] load build context [2022-06-28T11:30:22.891Z] #24 sha256:a9673345cec246dfc4719c9e7610608ac4b81ebe71e1cf0c111c99289621675a [2022-06-28T11:30:23.097Z] #88 DONE 0.9s [2022-06-28T11:30:23.097Z] [2022-06-28T11:30:23.097Z] #89 exporting to image [2022-06-28T11:30:23.097Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-28T11:30:23.097Z] #89 exporting layers [2022-06-28T11:30:23.245Z] #83 DONE 1.0s [2022-06-28T11:30:23.245Z] [2022-06-28T11:30:23.245Z] #84 exporting to image [2022-06-28T11:30:23.245Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-28T11:30:23.245Z] #84 exporting layers [2022-06-28T11:30:23.426Z] + pkg_list='github.com/docker/docker/api [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/backend [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/container [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/events [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/filters [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/image [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/mount [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/network [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/registry [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/time [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/versions [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:30:23.426Z] github.com/docker/docker/api/types/volume [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:30:23.426Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:30:23.426Z] github.com/docker/docker/cli [2022-06-28T11:30:23.426Z] github.com/docker/docker/cli/config [2022-06-28T11:30:23.426Z] github.com/docker/docker/cli/debug [2022-06-28T11:30:23.426Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:30:23.426Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:30:23.426Z] github.com/docker/docker/client [2022-06-28T11:30:23.426Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:30:23.426Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:30:23.426Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:30:23.426Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:30:23.426Z] github.com/docker/docker/container [2022-06-28T11:30:23.426Z] github.com/docker/docker/container/stream [2022-06-28T11:30:23.426Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:30:23.426Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:30:23.426Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/config [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/events [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/exec [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:30:23.426Z] github.com/docker/docker/daemon/images [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/links [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/names [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/network [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/stats [2022-06-28T11:30:23.427Z] github.com/docker/docker/distribution [2022-06-28T11:30:23.427Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:30:23.427Z] github.com/docker/docker/distribution/utils [2022-06-28T11:30:23.427Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:30:23.427Z] github.com/docker/docker/dockerversion [2022-06-28T11:30:23.427Z] github.com/docker/docker/errdefs [2022-06-28T11:30:23.427Z] github.com/docker/docker/image [2022-06-28T11:30:23.427Z] github.com/docker/docker/image/cache [2022-06-28T11:30:23.427Z] github.com/docker/docker/image/tarexport [2022-06-28T11:30:23.427Z] github.com/docker/docker/image/v1 [2022-06-28T11:30:23.427Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:30:23.427Z] github.com/docker/docker/layer [2022-06-28T11:30:23.427Z] github.com/docker/docker/libcontainerd [2022-06-28T11:30:23.427Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:30:23.427Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:30:23.427Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:30:23.427Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/libnetwork/types [2022-06-28T11:30:23.427Z] github.com/docker/docker/oci [2022-06-28T11:30:23.427Z] github.com/docker/docker/oci/caps [2022-06-28T11:30:23.427Z] github.com/docker/docker/opts [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/archive [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/directory [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/platform [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/pools [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/progress [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/signal [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/stack [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/system [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:30:23.427Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:30:23.427Z] github.com/docker/docker/plugin [2022-06-28T11:30:23.427Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:30:23.427Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:30:23.427Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:30:23.427Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:30:23.427Z] github.com/docker/docker/quota [2022-06-28T11:30:23.427Z] github.com/docker/docker/reference [2022-06-28T11:30:23.427Z] github.com/docker/docker/registry [2022-06-28T11:30:23.427Z] github.com/docker/docker/registry/resumable [2022-06-28T11:30:23.427Z] github.com/docker/docker/restartmanager [2022-06-28T11:30:23.427Z] github.com/docker/docker/rootless [2022-06-28T11:30:23.427Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:30:23.427Z] github.com/docker/docker/runconfig [2022-06-28T11:30:23.427Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/environment [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/registry [2022-06-28T11:30:23.427Z] github.com/docker/docker/testutil/request [2022-06-28T11:30:23.427Z] github.com/docker/docker/volume [2022-06-28T11:30:23.427Z] github.com/docker/docker/volume/drivers [2022-06-28T11:30:23.427Z] github.com/docker/docker/volume/local [2022-06-28T11:30:23.427Z] github.com/docker/docker/volume/mounts [2022-06-28T11:30:23.427Z] github.com/docker/docker/volume/service [2022-06-28T11:30:23.427Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:30:23.427Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:30:23.427Z] ++ grep --fixed-strings -v /libnetwork [2022-06-28T11:30:23.427Z] ++ echo 'github.com/docker/docker/api [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/backend [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/container [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/events [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/filters [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/image [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/mount [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/network [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/registry [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/time [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/versions [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:30:23.427Z] github.com/docker/docker/api/types/volume [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:30:23.427Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:30:23.427Z] github.com/docker/docker/cli [2022-06-28T11:30:23.427Z] github.com/docker/docker/cli/config [2022-06-28T11:30:23.427Z] github.com/docker/docker/cli/debug [2022-06-28T11:30:23.427Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:30:23.427Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:30:23.427Z] github.com/docker/docker/client [2022-06-28T11:30:23.427Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:30:23.427Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:30:23.427Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:30:23.427Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:30:23.427Z] github.com/docker/docker/container [2022-06-28T11:30:23.427Z] github.com/docker/docker/container/stream [2022-06-28T11:30:23.427Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:30:23.427Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:30:23.427Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/config [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/events [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:30:23.427Z] github.com/docker/docker/daemon/exec [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/images [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/links [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/names [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/network [2022-06-28T11:30:23.428Z] github.com/docker/docker/daemon/stats [2022-06-28T11:30:23.428Z] github.com/docker/docker/distribution [2022-06-28T11:30:23.428Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:30:23.428Z] github.com/docker/docker/distribution/utils [2022-06-28T11:30:23.428Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:30:23.428Z] github.com/docker/docker/dockerversion [2022-06-28T11:30:23.428Z] github.com/docker/docker/errdefs [2022-06-28T11:30:23.428Z] github.com/docker/docker/image [2022-06-28T11:30:23.428Z] github.com/docker/docker/image/cache [2022-06-28T11:30:23.428Z] github.com/docker/docker/image/tarexport [2022-06-28T11:30:23.428Z] github.com/docker/docker/image/v1 [2022-06-28T11:30:23.428Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:30:23.428Z] github.com/docker/docker/layer [2022-06-28T11:30:23.428Z] github.com/docker/docker/libcontainerd [2022-06-28T11:30:23.428Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:30:23.428Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:30:23.428Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:30:23.428Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/libnetwork/types [2022-06-28T11:30:23.428Z] github.com/docker/docker/oci [2022-06-28T11:30:23.428Z] github.com/docker/docker/oci/caps [2022-06-28T11:30:23.428Z] github.com/docker/docker/opts [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/archive [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/directory [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/platform [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/pools [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/progress [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/signal [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/stack [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/system [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:30:23.428Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:30:23.428Z] github.com/docker/docker/plugin [2022-06-28T11:30:23.428Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:30:23.428Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:30:23.428Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:30:23.428Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:30:23.428Z] github.com/docker/docker/quota [2022-06-28T11:30:23.428Z] github.com/docker/docker/reference [2022-06-28T11:30:23.428Z] github.com/docker/docker/registry [2022-06-28T11:30:23.428Z] github.com/docker/docker/registry/resumable [2022-06-28T11:30:23.428Z] github.com/docker/docker/restartmanager [2022-06-28T11:30:23.428Z] github.com/docker/docker/rootless [2022-06-28T11:30:23.428Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:30:23.428Z] github.com/docker/docker/runconfig [2022-06-28T11:30:23.428Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/environment [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/registry [2022-06-28T11:30:23.428Z] github.com/docker/docker/testutil/request [2022-06-28T11:30:23.428Z] github.com/docker/docker/volume [2022-06-28T11:30:23.428Z] github.com/docker/docker/volume/drivers [2022-06-28T11:30:23.428Z] github.com/docker/docker/volume/local [2022-06-28T11:30:23.428Z] github.com/docker/docker/volume/mounts [2022-06-28T11:30:23.428Z] github.com/docker/docker/volume/service [2022-06-28T11:30:23.428Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:30:23.428Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:30:23.428Z] + base_pkg_list='github.com/docker/docker/api [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/backend [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/container [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/events [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/filters [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/image [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/mount [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/network [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/registry [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/time [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/versions [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:30:23.428Z] github.com/docker/docker/api/types/volume [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:30:23.428Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:30:23.428Z] github.com/docker/docker/cli [2022-06-28T11:30:23.428Z] github.com/docker/docker/cli/config [2022-06-28T11:30:23.428Z] github.com/docker/docker/cli/debug [2022-06-28T11:30:23.428Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:30:23.428Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:30:23.428Z] github.com/docker/docker/client [2022-06-28T11:30:23.428Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:30:23.428Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:30:23.428Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:30:23.428Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:30:23.428Z] github.com/docker/docker/container [2022-06-28T11:30:23.428Z] github.com/docker/docker/container/stream [2022-06-28T11:30:23.429Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:30:23.429Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:30:23.429Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/config [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/events [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/exec [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/images [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/links [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/names [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/network [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/stats [2022-06-28T11:30:23.429Z] github.com/docker/docker/distribution [2022-06-28T11:30:23.429Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:30:23.429Z] github.com/docker/docker/distribution/utils [2022-06-28T11:30:23.429Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:30:23.429Z] github.com/docker/docker/dockerversion [2022-06-28T11:30:23.429Z] github.com/docker/docker/errdefs [2022-06-28T11:30:23.429Z] github.com/docker/docker/image [2022-06-28T11:30:23.429Z] github.com/docker/docker/image/cache [2022-06-28T11:30:23.429Z] github.com/docker/docker/image/tarexport [2022-06-28T11:30:23.429Z] github.com/docker/docker/image/v1 [2022-06-28T11:30:23.429Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:30:23.429Z] github.com/docker/docker/layer [2022-06-28T11:30:23.429Z] github.com/docker/docker/libcontainerd [2022-06-28T11:30:23.429Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:30:23.429Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:30:23.429Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:30:23.429Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:30:23.429Z] github.com/docker/docker/oci [2022-06-28T11:30:23.429Z] github.com/docker/docker/oci/caps [2022-06-28T11:30:23.429Z] github.com/docker/docker/opts [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/archive [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/directory [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/platform [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/pools [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/progress [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/signal [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/stack [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/system [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:30:23.429Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:30:23.429Z] github.com/docker/docker/plugin [2022-06-28T11:30:23.429Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:30:23.429Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:30:23.429Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:30:23.429Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:30:23.429Z] github.com/docker/docker/quota [2022-06-28T11:30:23.429Z] github.com/docker/docker/reference [2022-06-28T11:30:23.429Z] github.com/docker/docker/registry [2022-06-28T11:30:23.429Z] github.com/docker/docker/registry/resumable [2022-06-28T11:30:23.429Z] github.com/docker/docker/restartmanager [2022-06-28T11:30:23.429Z] github.com/docker/docker/rootless [2022-06-28T11:30:23.429Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:30:23.429Z] github.com/docker/docker/runconfig [2022-06-28T11:30:23.429Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/environment [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/registry [2022-06-28T11:30:23.429Z] github.com/docker/docker/testutil/request [2022-06-28T11:30:23.429Z] github.com/docker/docker/volume [2022-06-28T11:30:23.429Z] github.com/docker/docker/volume/drivers [2022-06-28T11:30:23.429Z] github.com/docker/docker/volume/local [2022-06-28T11:30:23.429Z] github.com/docker/docker/volume/mounts [2022-06-28T11:30:23.429Z] github.com/docker/docker/volume/service [2022-06-28T11:30:23.429Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:30:23.429Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:30:23.429Z] ++ grep --fixed-strings /libnetwork [2022-06-28T11:30:23.429Z] ++ echo 'github.com/docker/docker/api [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/backend [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/container [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/events [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/filters [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/image [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/mount [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/network [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/registry [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/time [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/versions [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:30:23.429Z] github.com/docker/docker/api/types/volume [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:30:23.429Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:30:23.429Z] github.com/docker/docker/cli [2022-06-28T11:30:23.429Z] github.com/docker/docker/cli/config [2022-06-28T11:30:23.429Z] github.com/docker/docker/cli/debug [2022-06-28T11:30:23.429Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:30:23.429Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:30:23.429Z] github.com/docker/docker/client [2022-06-28T11:30:23.429Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:30:23.429Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:30:23.429Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:30:23.429Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:30:23.429Z] github.com/docker/docker/container [2022-06-28T11:30:23.429Z] github.com/docker/docker/container/stream [2022-06-28T11:30:23.429Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:30:23.429Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:30:23.429Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/config [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/events [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/exec [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/images [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/links [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:30:23.429Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:30:23.430Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:30:23.430Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:30:23.430Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:30:23.430Z] github.com/docker/docker/daemon/names [2022-06-28T11:30:23.430Z] github.com/docker/docker/daemon/network [2022-06-28T11:30:23.430Z] github.com/docker/docker/daemon/stats [2022-06-28T11:30:23.430Z] github.com/docker/docker/distribution [2022-06-28T11:30:23.430Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:30:23.430Z] github.com/docker/docker/distribution/utils [2022-06-28T11:30:23.430Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:30:23.430Z] github.com/docker/docker/dockerversion [2022-06-28T11:30:23.430Z] github.com/docker/docker/errdefs [2022-06-28T11:30:23.430Z] github.com/docker/docker/image [2022-06-28T11:30:23.430Z] github.com/docker/docker/image/cache [2022-06-28T11:30:23.430Z] github.com/docker/docker/image/tarexport [2022-06-28T11:30:23.430Z] github.com/docker/docker/image/v1 [2022-06-28T11:30:23.430Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:30:23.430Z] github.com/docker/docker/layer [2022-06-28T11:30:23.430Z] github.com/docker/docker/libcontainerd [2022-06-28T11:30:23.430Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:30:23.430Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:30:23.430Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:30:23.430Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/types [2022-06-28T11:30:23.430Z] github.com/docker/docker/oci [2022-06-28T11:30:23.430Z] github.com/docker/docker/oci/caps [2022-06-28T11:30:23.430Z] github.com/docker/docker/opts [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/archive [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/directory [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/platform [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/pools [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/progress [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/signal [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/stack [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/system [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:30:23.430Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:30:23.430Z] github.com/docker/docker/plugin [2022-06-28T11:30:23.430Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:30:23.430Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:30:23.430Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:30:23.430Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:30:23.430Z] github.com/docker/docker/quota [2022-06-28T11:30:23.430Z] github.com/docker/docker/reference [2022-06-28T11:30:23.430Z] github.com/docker/docker/registry [2022-06-28T11:30:23.430Z] github.com/docker/docker/registry/resumable [2022-06-28T11:30:23.430Z] github.com/docker/docker/restartmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/rootless [2022-06-28T11:30:23.430Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:30:23.430Z] github.com/docker/docker/runconfig [2022-06-28T11:30:23.430Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/environment [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/registry [2022-06-28T11:30:23.430Z] github.com/docker/docker/testutil/request [2022-06-28T11:30:23.430Z] github.com/docker/docker/volume [2022-06-28T11:30:23.430Z] github.com/docker/docker/volume/drivers [2022-06-28T11:30:23.430Z] github.com/docker/docker/volume/local [2022-06-28T11:30:23.430Z] github.com/docker/docker/volume/mounts [2022-06-28T11:30:23.430Z] github.com/docker/docker/volume/service [2022-06-28T11:30:23.430Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:30:23.430Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:30:23.430Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:30:23.430Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/types' [2022-06-28T11:30:23.431Z] + echo 'github.com/docker/docker/libnetwork [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/types' [2022-06-28T11:30:23.431Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:30:23.431Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:30:23.431Z] + type docker-proxy [2022-06-28T11:30:23.431Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-28T11:30:23.431Z] + hack/make.sh binary-proxy install-proxy [2022-06-28T11:30:23.431Z] [2022-06-28T11:30:23.431Z] Removing bundles/ [2022-06-28T11:30:23.431Z] [2022-06-28T11:30:23.431Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-28T11:30:23.431Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-28T11:30:23.431Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:30:24.034Z] #89 exporting layers 1.0s done [2022-06-28T11:30:24.034Z] #89 writing image sha256:38126f21ae547cc0e5a3be814eedc745ddb7e569063158d079ef0115a8cf5e5c done [2022-06-28T11:30:24.034Z] #89 naming to docker.io/library/docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 done [2022-06-28T11:30:24.034Z] #89 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-28T11:30:24.174Z] #84 exporting layers 0.9s done [2022-06-28T11:30:24.174Z] #84 writing image sha256:e8296afc22e805e77b6b489a0177058e14c56c3bc322c12c95afcd9f852d781e done [2022-06-28T11:30:24.174Z] #84 naming to docker.io/library/docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 done [2022-06-28T11:30:24.174Z] #84 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T11:30:24.363Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42542/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/validate/default [2022-06-28T11:30:24.509Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -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:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh dynbinary test-integration [2022-06-28T11:30:24.797Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-28T11:30:24.797Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-28T11:30:24.797Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-28T11:30:24.797Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-28T11:30:24.797Z] 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-28T11:30:24.797Z] Detected virtualization docker. [2022-06-28T11:30:24.797Z] Detected architecture x86-64. [2022-06-28T11:30:24.797Z] Set hostname to <55baaeedc615>. [2022-06-28T11:30:24.931Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-28T11:30:24.931Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-28T11:30:24.931Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-28T11:30:24.931Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-28T11:30:24.931Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-28T11:30:24.931Z] [2022-06-28T11:30:24.931Z] INFO Start validation with golang-ci-lint [2022-06-28T11:30:25.091Z] modprobe@configfs.service: Succeeded. [2022-06-28T11:30:25.091Z] modprobe@drm.service: Succeeded. [2022-06-28T11:30:25.091Z] modprobe@fuse.service: Succeeded. [2022-06-28T11:30:25.091Z] + source /etc/docker-entrypoint-cmd [2022-06-28T11:30:25.091Z] ++ hack/make.sh dynbinary test-integration [2022-06-28T11:30:25.091Z] [2022-06-28T11:30:25.349Z] Removing bundles/ [2022-06-28T11:30:25.349Z] [2022-06-28T11:30:25.349Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-28T11:30:25.349Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:30:25.349Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:30:25.499Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-28T11:30:25.499Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-28T11:30:26.214Z] #24 transferring context: 61.32MB 3.1s done [2022-06-28T11:30:26.214Z] #24 DONE 3.6s [2022-06-28T11:30:26.214Z] [2022-06-28T11:30:26.214Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-28T11:30:26.214Z] #25 sha256:8ce8d527ff360a6e5e90781ff8cf502379e237a438305be6443fe13b588d67aa [2022-06-28T11:30:26.214Z] #25 ... [2022-06-28T11:30:26.214Z] [2022-06-28T11:30:26.214Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-28T11:30:26.214Z] #66 sha256:5f11b305183bd7fc6f73d44eea23d4a057b15435ee76081c78cfb7bbe59f246d [2022-06-28T11:30:26.214Z] #66 DONE 0.3s [2022-06-28T11:30:26.476Z] [2022-06-28T11:30:26.476Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-28T11:30:26.476Z] #25 sha256:8ce8d527ff360a6e5e90781ff8cf502379e237a438305be6443fe13b588d67aa [2022-06-28T11:30:26.476Z] #25 DONE 0.3s [2022-06-28T11:30:26.476Z] [2022-06-28T11:30:26.476Z] #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-28T11:30:26.476Z] #26 sha256:b70f3ef6c7a777110f3e033d4b09f3c97e0385900c6b4cb64f582fb82070a596 [2022-06-28T11:30:27.414Z] #26 1.273 + RM_GOPATH=0 [2022-06-28T11:30:27.414Z] #26 1.273 + TMP_GOPATH= [2022-06-28T11:30:27.414Z] #26 1.273 + : /build [2022-06-28T11:30:27.414Z] #26 1.273 + '[' -z '' ']' [2022-06-28T11:30:27.414Z] #26 1.275 ++ mktemp -d [2022-06-28T11:30:27.414Z] #26 1.277 + export GOPATH=/tmp/tmp.3ETQytPbcC [2022-06-28T11:30:27.414Z] #26 1.278 + GOPATH=/tmp/tmp.3ETQytPbcC [2022-06-28T11:30:27.414Z] #26 1.278 + RM_GOPATH=1 [2022-06-28T11:30:27.414Z] #26 1.278 + case "$(go env GOARCH)" in [2022-06-28T11:30:27.414Z] #26 1.279 ++ go env GOARCH [2022-06-28T11:30:27.414Z] #26 1.296 + export GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:27.673Z] #26 1.301 + GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:27.673Z] #26 1.302 ++ dirname /install.sh [2022-06-28T11:30:27.673Z] #26 1.309 + dir=/ [2022-06-28T11:30:27.673Z] #26 1.309 + bin=dockercli [2022-06-28T11:30:27.673Z] #26 1.310 + shift [2022-06-28T11:30:27.673Z] #26 1.310 + '[' '!' -f //dockercli.installer ']' [2022-06-28T11:30:27.673Z] #26 1.310 + . //dockercli.installer [2022-06-28T11:30:27.673Z] #26 1.310 ++ : stable [2022-06-28T11:30:27.673Z] #26 1.310 ++ : 17.06.2-ce [2022-06-28T11:30:27.673Z] #26 1.310 + install_dockercli [2022-06-28T11:30:27.673Z] #26 1.311 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-28T11:30:27.673Z] #26 1.311 Install docker/cli version 17.06.2-ce from stable [2022-06-28T11:30:27.673Z] #26 1.311 ++ uname -m [2022-06-28T11:30:27.673Z] #26 1.315 + arch=x86_64 [2022-06-28T11:30:27.673Z] #26 1.316 + '[' x86_64 '!=' x86_64 ']' [2022-06-28T11:30:27.673Z] #26 1.316 + url=https://download.docker.com/linux/static [2022-06-28T11:30:27.673Z] #26 1.316 + tar -xz docker/docker [2022-06-28T11:30:27.673Z] #26 1.318 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-28T11:30:30.010Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-28T11:30:30.011Z] [2022-06-28T11:30:30.011Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-28T11:30:30.011Z] Installing docker-proxy to /usr/local/bin/ [2022-06-28T11:30:30.011Z] [2022-06-28T11:30:30.011Z] + mkdir -p bundles [2022-06-28T11:30:30.011Z] + '[' -n 'github.com/docker/docker/api [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/backend [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/container [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/events [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/filters [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/image [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/mount [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/network [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/registry [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/time [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/versions [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:30:30.011Z] github.com/docker/docker/api/types/volume [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:30:30.011Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:30:30.011Z] github.com/docker/docker/cli [2022-06-28T11:30:30.011Z] github.com/docker/docker/cli/config [2022-06-28T11:30:30.011Z] github.com/docker/docker/cli/debug [2022-06-28T11:30:30.011Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:30:30.011Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:30:30.011Z] github.com/docker/docker/client [2022-06-28T11:30:30.011Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:30:30.011Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:30:30.011Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:30:30.011Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:30:30.011Z] github.com/docker/docker/container [2022-06-28T11:30:30.011Z] github.com/docker/docker/container/stream [2022-06-28T11:30:30.011Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:30:30.011Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:30:30.011Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/config [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/events [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/exec [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/images [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/links [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/names [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/network [2022-06-28T11:30:30.011Z] github.com/docker/docker/daemon/stats [2022-06-28T11:30:30.011Z] github.com/docker/docker/distribution [2022-06-28T11:30:30.011Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:30:30.011Z] github.com/docker/docker/distribution/utils [2022-06-28T11:30:30.011Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:30:30.011Z] github.com/docker/docker/dockerversion [2022-06-28T11:30:30.011Z] github.com/docker/docker/errdefs [2022-06-28T11:30:30.011Z] github.com/docker/docker/image [2022-06-28T11:30:30.011Z] github.com/docker/docker/image/cache [2022-06-28T11:30:30.011Z] github.com/docker/docker/image/tarexport [2022-06-28T11:30:30.011Z] github.com/docker/docker/image/v1 [2022-06-28T11:30:30.011Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:30:30.011Z] github.com/docker/docker/layer [2022-06-28T11:30:30.011Z] github.com/docker/docker/libcontainerd [2022-06-28T11:30:30.011Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:30:30.011Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:30:30.011Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:30:30.011Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:30:30.011Z] github.com/docker/docker/oci [2022-06-28T11:30:30.011Z] github.com/docker/docker/oci/caps [2022-06-28T11:30:30.011Z] github.com/docker/docker/opts [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/archive [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/directory [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/platform [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/pools [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/progress [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/signal [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/stack [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/system [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:30:30.011Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:30:30.011Z] github.com/docker/docker/plugin [2022-06-28T11:30:30.011Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:30:30.011Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:30:30.011Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:30:30.011Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:30:30.011Z] github.com/docker/docker/quota [2022-06-28T11:30:30.011Z] github.com/docker/docker/reference [2022-06-28T11:30:30.011Z] github.com/docker/docker/registry [2022-06-28T11:30:30.011Z] github.com/docker/docker/registry/resumable [2022-06-28T11:30:30.011Z] github.com/docker/docker/restartmanager [2022-06-28T11:30:30.011Z] github.com/docker/docker/rootless [2022-06-28T11:30:30.011Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:30:30.011Z] github.com/docker/docker/runconfig [2022-06-28T11:30:30.011Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/environment [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/registry [2022-06-28T11:30:30.011Z] github.com/docker/docker/testutil/request [2022-06-28T11:30:30.011Z] github.com/docker/docker/volume [2022-06-28T11:30:30.011Z] github.com/docker/docker/volume/drivers [2022-06-28T11:30:30.011Z] github.com/docker/docker/volume/local [2022-06-28T11:30:30.011Z] github.com/docker/docker/volume/mounts [2022-06-28T11:30:30.011Z] github.com/docker/docker/volume/service [2022-06-28T11:30:30.011Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:30:30.011Z] github.com/docker/docker/volume/testutils' ']' [2022-06-28T11:30:30.012Z] + 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-28T11:30:30.012Z] ? github.com/docker/docker/api [no test files] [2022-06-28T11:30:30.969Z] #26 4.543 + mkdir -p /build [2022-06-28T11:30:30.969Z] #26 4.545 + mv docker/docker /build/ [2022-06-28T11:30:30.969Z] #26 4.550 + rmdir docker [2022-06-28T11:30:30.969Z] #26 DONE 4.7s [2022-06-28T11:30:30.969Z] [2022-06-28T11:30:30.969Z] #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-28T11:30:30.969Z] #67 sha256:04a842c63cf2b6fc053d6340155de97917d06fa42ae8e360e40eede50a395ca6 [2022-06-28T11:30:30.969Z] #67 1.261 + RM_GOPATH=0 [2022-06-28T11:30:30.969Z] #67 1.263 + TMP_GOPATH= [2022-06-28T11:30:30.969Z] #67 1.263 + : /build [2022-06-28T11:30:30.969Z] #67 1.263 + '[' -z '' ']' [2022-06-28T11:30:30.969Z] #67 1.264 ++ mktemp -d [2022-06-28T11:30:30.969Z] #67 1.266 + export GOPATH=/tmp/tmp.0JuecKWsI9 [2022-06-28T11:30:30.969Z] #67 1.267 + GOPATH=/tmp/tmp.0JuecKWsI9 [2022-06-28T11:30:30.969Z] #67 1.272 + RM_GOPATH=1 [2022-06-28T11:30:30.969Z] #67 1.272 + case "$(go env GOARCH)" in [2022-06-28T11:30:30.969Z] #67 1.274 ++ go env GOARCH [2022-06-28T11:30:30.969Z] #67 1.279 + export GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:30.969Z] #67 1.279 + GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:30.969Z] #67 1.280 ++ dirname /install.sh [2022-06-28T11:30:30.969Z] #67 1.282 + dir=/ [2022-06-28T11:30:30.969Z] #67 1.282 + bin=rootlesskit [2022-06-28T11:30:30.969Z] #67 1.282 + shift [2022-06-28T11:30:30.969Z] #67 1.283 + '[' '!' -f //rootlesskit.installer ']' [2022-06-28T11:30:30.969Z] #67 1.283 + . //rootlesskit.installer [2022-06-28T11:30:30.969Z] #67 1.283 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-28T11:30:30.969Z] #67 1.284 + install_rootlesskit [2022-06-28T11:30:30.969Z] #67 1.284 + case "$1" in [2022-06-28T11:30:30.969Z] #67 1.284 + export CGO_ENABLED=0 [2022-06-28T11:30:30.969Z] #67 1.284 + CGO_ENABLED=0 [2022-06-28T11:30:30.969Z] #67 1.284 + _install_rootlesskit [2022-06-28T11:30:30.969Z] #67 1.285 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-28T11:30:30.969Z] #67 1.285 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-28T11:30:30.969Z] #67 1.285 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-28T11:30:30.969Z] #67 1.285 + GOBIN=/build [2022-06-28T11:30:30.969Z] #67 1.285 + GO111MODULE=on [2022-06-28T11:30:30.969Z] #67 1.285 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-28T11:30:30.969Z] #67 1.775 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-28T11:30:30.969Z] #67 2.987 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-28T11:30:30.969Z] #67 2.987 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-28T11:30:30.969Z] #67 3.224 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-28T11:30:30.969Z] #67 4.142 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-28T11:30:30.969Z] #67 4.406 go: downloading github.com/google/uuid v1.3.0 [2022-06-28T11:30:30.969Z] #67 4.484 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-28T11:30:30.969Z] #67 4.742 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-28T11:30:30.969Z] #67 4.798 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-28T11:30:31.228Z] #67 4.812 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-28T11:30:31.228Z] #67 4.930 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-28T11:30:31.228Z] #67 5.074 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-28T11:30:31.489Z] #67 5.136 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-28T11:30:31.489Z] #67 5.189 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-28T11:30:32.431Z] #67 5.910 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-28T11:30:32.431Z] #67 ... [2022-06-28T11:30:32.431Z] [2022-06-28T11:30:32.431Z] #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-28T11:30:32.431Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:32.431Z] #14 1.803 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-28T11:30:32.431Z] #14 1.851 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-28T11:30:32.431Z] #14 2.030 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-28T11:30:32.431Z] #14 3.186 Reading package lists... [2022-06-28T11:30:32.431Z] #14 5.445 Reading package lists... [2022-06-28T11:30:32.431Z] #14 7.406 Building dependency tree... [2022-06-28T11:30:32.431Z] #14 7.890 Reading state information... [2022-06-28T11:30:32.431Z] #14 8.522 The following additional packages will be installed: [2022-06-28T11:30:32.431Z] #14 8.522 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-28T11:30:32.431Z] #14 8.523 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-28T11:30:32.431Z] #14 8.523 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-28T11:30:32.431Z] #14 8.524 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-28T11:30:32.431Z] #14 8.525 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-28T11:30:32.431Z] #14 8.527 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-28T11:30:32.431Z] #14 8.529 mingw-w64-common mingw-w64-x86-64-dev [2022-06-28T11:30:32.431Z] #14 8.534 Suggested packages: [2022-06-28T11:30:32.431Z] #14 8.534 gcc-10-locales seccomp wine64 [2022-06-28T11:30:32.431Z] #14 9.227 The following NEW packages will be installed: [2022-06-28T11:30:32.431Z] #14 9.234 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-28T11:30:32.431Z] #14 9.234 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-28T11:30:32.431Z] #14 9.234 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-28T11:30:32.431Z] #14 9.234 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-28T11:30:32.431Z] #14 9.235 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-28T11:30:32.431Z] #14 9.235 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-28T11:30:32.431Z] #14 9.236 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-28T11:30:32.431Z] #14 9.236 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-28T11:30:32.431Z] #14 9.237 mingw-w64-x86-64-dev [2022-06-28T11:30:32.431Z] #14 9.583 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-28T11:30:32.431Z] #14 9.583 Need to get 115 MB of archives. [2022-06-28T11:30:32.431Z] #14 9.583 After this operation, 645 MB of additional disk space will be used. [2022-06-28T11:30:32.431Z] #14 9.583 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-28T11:30:32.431Z] #14 9.710 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-28T11:30:32.431Z] #14 9.794 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-28T11:30:32.431Z] #14 9.794 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-28T11:30:32.431Z] #14 9.794 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-28T11:30:32.431Z] #14 9.794 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-28T11:30:32.431Z] #14 9.946 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-28T11:30:32.431Z] #14 10.06 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-28T11:30:32.431Z] #14 10.06 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-28T11:30:32.431Z] #14 ... [2022-06-28T11:30:32.431Z] [2022-06-28T11:30:32.431Z] #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-28T11:30:32.431Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-28T11:30:32.431Z] #62 1.764 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-28T11:30:32.431Z] #62 1.835 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-28T11:30:32.431Z] #62 2.014 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-28T11:30:32.431Z] #62 3.142 Reading package lists... [2022-06-28T11:30:32.431Z] #62 5.333 Reading package lists... [2022-06-28T11:30:32.431Z] #62 7.247 Building dependency tree... [2022-06-28T11:30:32.431Z] #62 7.738 Reading state information... [2022-06-28T11:30:32.431Z] #62 8.519 The following additional packages will be installed: [2022-06-28T11:30:32.431Z] #62 8.521 libbtrfs0 [2022-06-28T11:30:32.431Z] #62 8.590 The following NEW packages will be installed: [2022-06-28T11:30:32.431Z] #62 8.592 libbtrfs-dev libbtrfs0 [2022-06-28T11:30:32.431Z] #62 8.896 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-28T11:30:32.431Z] #62 8.896 Need to get 460 kB of archives. [2022-06-28T11:30:32.431Z] #62 8.896 After this operation, 1237 kB of additional disk space will be used. [2022-06-28T11:30:32.431Z] #62 8.896 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-28T11:30:32.431Z] #62 8.901 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-28T11:30:32.431Z] #62 9.552 debconf: delaying package configuration, since apt-utils is not installed [2022-06-28T11:30:32.431Z] #62 9.778 Fetched 460 kB in 0s (1565 kB/s) [2022-06-28T11:30:32.431Z] #62 9.884 Selecting previously unselected package libbtrfs0:amd64. [2022-06-28T11:30:32.431Z] #62 9.884 (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-28T11:30:32.431Z] #62 10.14 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-28T11:30:32.693Z] #62 10.17 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-28T11:30:32.693Z] #62 ... [2022-06-28T11:30:32.693Z] [2022-06-28T11:30:32.693Z] #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-28T11:30:32.693Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-28T11:30:32.693Z] #42 1.795 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-28T11:30:32.693Z] #42 1.838 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-28T11:30:32.693Z] #42 1.996 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-28T11:30:32.693Z] #42 3.051 Reading package lists... [2022-06-28T11:30:32.693Z] #42 5.214 Reading package lists... [2022-06-28T11:30:32.693Z] #42 7.167 Building dependency tree... [2022-06-28T11:30:32.693Z] #42 7.634 Reading state information... [2022-06-28T11:30:32.693Z] #42 8.475 The following additional packages will be installed: [2022-06-28T11:30:32.693Z] #42 8.478 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-28T11:30:32.693Z] #42 8.480 Suggested packages: [2022-06-28T11:30:32.693Z] #42 8.480 cmake-doc ninja-build lrzip [2022-06-28T11:30:32.693Z] #42 8.480 Recommended packages: [2022-06-28T11:30:32.693Z] #42 8.480 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-28T11:30:32.693Z] #42 8.881 The following NEW packages will be installed: [2022-06-28T11:30:32.693Z] #42 8.887 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-28T11:30:32.693Z] #42 8.888 vim-common xxd [2022-06-28T11:30:32.693Z] #42 9.227 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-28T11:30:32.693Z] #42 9.227 Need to get 17.7 MB of archives. [2022-06-28T11:30:32.693Z] #42 9.227 After this operation, 70.7 MB of additional disk space will be used. [2022-06-28T11:30:32.693Z] #42 9.227 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-28T11:30:32.693Z] #42 9.235 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-28T11:30:32.693Z] #42 9.240 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-28T11:30:32.693Z] #42 9.281 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-28T11:30:32.693Z] #42 9.526 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-28T11:30:32.693Z] #42 9.526 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-28T11:30:32.693Z] #42 9.526 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-28T11:30:32.693Z] #42 9.526 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-28T11:30:32.693Z] #42 9.549 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-28T11:30:32.693Z] #42 9.549 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-28T11:30:32.693Z] #42 10.35 debconf: delaying package configuration, since apt-utils is not installed [2022-06-28T11:30:32.693Z] #42 ... [2022-06-28T11:30:32.693Z] [2022-06-28T11:30:32.693Z] #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-28T11:30:32.693Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-28T11:30:32.693Z] #62 10.45 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-28T11:30:32.957Z] #62 10.46 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-28T11:30:32.957Z] #62 10.48 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-28T11:30:32.957Z] #62 ... [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-28T11:30:32.957Z] #30 sha256:a83be7acdd0a0c48bf9049d4b51fbc493bb1d1ea6e5ccc50503dd3f1ae8d8ac6 [2022-06-28T11:30:32.957Z] #30 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #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-28T11:30:32.957Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-28T11:30:32.957Z] #29 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #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-28T11:30:32.957Z] #31 sha256:ad23bd0d1d50d2be273612896454b63d9814db8d170189fe05eb3ccefa286af2 [2022-06-28T11:30:32.957Z] #31 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-28T11:30:32.957Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-28T11:30:32.957Z] #33 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #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-28T11:30:32.957Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-28T11:30:32.957Z] #34 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #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-28T11:30:32.957Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-28T11:30:32.957Z] #36 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #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-28T11:30:32.957Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-28T11:30:32.957Z] #38 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #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-28T11:30:32.957Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-28T11:30:32.957Z] #40 CACHED [2022-06-28T11:30:32.957Z] [2022-06-28T11:30:32.957Z] #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-28T11:30:32.957Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-28T11:30:32.957Z] #62 10.66 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-28T11:30:32.957Z] #62 10.68 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-28T11:30:32.957Z] #62 10.69 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-28T11:30:33.217Z] #62 DONE 10.9s [2022-06-28T11:30:33.217Z] [2022-06-28T11:30:33.217Z] #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-28T11:30:33.217Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-28T11:30:33.217Z] #42 10.60 Fetched 17.7 MB in 1s (22.2 MB/s) [2022-06-28T11:30:33.217Z] #42 10.65 Selecting previously unselected package xxd. [2022-06-28T11:30:33.217Z] #42 10.65 (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-28T11:30:33.217Z] #42 10.67 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-28T11:30:33.217Z] #42 10.68 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:30:33.217Z] #42 10.79 Selecting previously unselected package vim-common. [2022-06-28T11:30:33.217Z] #42 10.79 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-28T11:30:33.217Z] #42 10.81 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:30:33.217Z] #42 11.00 Selecting previously unselected package cmake-data. [2022-06-28T11:30:33.478Z] #42 11.00 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...#42 ... [2022-06-28T11:30:33.479Z] [2022-06-28T11:30:33.479Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-28T11:30:33.479Z] #63 sha256:3d4acd570add1896f3ab278ee67bffd988353bdd718afe4efa4844d22a7549f6 [2022-06-28T11:30:33.479Z] #63 DONE 0.1s [2022-06-28T11:30:33.479Z] [2022-06-28T11:30:33.479Z] #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-28T11:30:33.479Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-28T11:30:33.479Z] #42 11.00 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-28T11:30:33.479Z] #42 11.02 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-28T11:30:34.418Z] #42 12.12 Selecting previously unselected package libicu67:amd64. [2022-06-28T11:30:34.680Z] #42 12.13 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-28T11:30:34.680Z] #42 12.14 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-28T11:30:37.222Z] #42 14.35 Selecting previously unselected package libxml2:amd64. [2022-06-28T11:30:37.222Z] #42 14.36 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-28T11:30:37.222Z] #42 14.36 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-28T11:30:37.222Z] #42 14.64 Selecting previously unselected package libarchive13:amd64. [2022-06-28T11:30:37.222Z] #42 14.64 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-28T11:30:37.222Z] #42 14.65 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-28T11:30:37.222Z] #42 14.83 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-28T11:30:37.222Z] #42 14.83 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-28T11:30:37.222Z] #42 14.84 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-28T11:30:37.222Z] #42 14.94 Selecting previously unselected package librhash0:amd64. [2022-06-28T11:30:37.222Z] #42 14.94 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-28T11:30:37.222Z] #42 14.94 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-28T11:30:37.484Z] #42 15.04 Selecting previously unselected package libuv1:amd64. [2022-06-28T11:30:37.484Z] #42 15.04 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-28T11:30:37.484Z] #42 15.05 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-28T11:30:37.484Z] #42 15.12 Selecting previously unselected package cmake. [2022-06-28T11:30:37.484Z] #42 15.12 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-28T11:30:37.484Z] #42 15.13 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-28T11:30:39.392Z] #42 16.71 Setting up libicu67:amd64 (67.1-7) ... [2022-06-28T11:30:39.392Z] #42 16.72 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:30:39.392Z] #42 16.73 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-28T11:30:39.392Z] #42 16.75 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:30:39.392Z] #42 16.78 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-28T11:30:39.392Z] #42 16.79 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-28T11:30:39.392Z] #42 16.81 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-28T11:30:39.392Z] #42 16.83 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-28T11:30:39.392Z] #42 16.84 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-28T11:30:39.392Z] #42 16.86 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-28T11:30:39.392Z] #42 16.87 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-28T11:30:39.657Z] #42 DONE 17.4s [2022-06-28T11:30:39.657Z] [2022-06-28T11:30:39.657Z] #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-28T11:30:39.657Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:39.657Z] #14 10.40 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-28T11:30:39.657Z] #14 10.91 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-28T11:30:39.657Z] #14 11.29 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-28T11:30:39.657Z] #14 11.58 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-28T11:30:39.657Z] #14 12.22 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-28T11:30:39.657Z] #14 12.39 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-28T11:30:39.657Z] #14 12.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-28T11:30:39.657Z] #14 12.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-28T11:30:39.657Z] #14 12.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-28T11:30:39.657Z] #14 12.40 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-28T11:30:39.657Z] #14 12.40 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-28T11:30:39.657Z] #14 12.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-28T11:30:39.657Z] #14 12.40 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-28T11:30:39.657Z] #14 12.41 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-28T11:30:39.657Z] #14 12.41 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-28T11:30:39.657Z] #14 12.42 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-28T11:30:39.657Z] #14 12.43 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-28T11:30:39.657Z] #14 12.45 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-28T11:30:39.657Z] #14 12.45 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-28T11:30:39.657Z] #14 12.45 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-28T11:30:39.657Z] #14 12.46 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-28T11:30:39.657Z] #14 12.88 debconf: delaying package configuration, since apt-utils is not installed [2022-06-28T11:30:39.657Z] #14 13.00 Fetched 115 MB in 3s (35.7 MB/s) [2022-06-28T11:30:39.657Z] #14 13.05 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-28T11:30:39.657Z] #14 13.05 (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-28T11:30:39.657Z] #14 13.09 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-28T11:30:39.657Z] #14 13.09 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-28T11:30:39.657Z] #14 14.03 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-28T11:30:39.657Z] #14 14.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-28T11:30:39.657Z] #14 14.04 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-28T11:30:39.657Z] #14 14.95 Selecting previously unselected package binutils-mingw-w64. [2022-06-28T11:30:39.657Z] #14 14.96 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-28T11:30:39.657Z] #14 14.97 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-28T11:30:39.657Z] #14 15.03 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-28T11:30:39.657Z] #14 15.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-28T11:30:39.657Z] #14 15.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-28T11:30:39.657Z] #14 15.14 Selecting previously unselected package dmsetup. [2022-06-28T11:30:39.657Z] #14 15.14 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-28T11:30:39.657Z] #14 15.15 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-28T11:30:39.657Z] #14 15.24 Selecting previously unselected package mingw-w64-common. [2022-06-28T11:30:39.657Z] #14 15.24 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-28T11:30:39.657Z] #14 15.24 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-28T11:30:39.922Z] #14 ... [2022-06-28T11:30:39.922Z] [2022-06-28T11:30:39.922Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-28T11:30:39.922Z] #43 sha256:33fd4942be4de34f506fcc6d69e13135ba5f9134cfb128d46d96d0b67ac88094 [2022-06-28T11:30:39.922Z] #43 DONE 0.1s [2022-06-28T11:30:39.922Z] [2022-06-28T11:30:39.922Z] #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-28T11:30:39.922Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:39.922Z] #14 17.43 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-28T11:30:39.922Z] #14 17.43 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-28T11:30:39.922Z] #14 17.43 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-28T11:30:39.922Z] #14 ... [2022-06-28T11:30:39.922Z] [2022-06-28T11:30:39.922Z] #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-28T11:30:39.922Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:30:39.922Z] #64 0.865 + RM_GOPATH=0 [2022-06-28T11:30:39.922Z] #64 0.865 + TMP_GOPATH= [2022-06-28T11:30:39.922Z] #64 0.865 + : /build [2022-06-28T11:30:39.922Z] #64 0.865 + '[' -z '' ']' [2022-06-28T11:30:39.922Z] #64 0.865 ++ mktemp -d [2022-06-28T11:30:39.922Z] #64 0.867 + export GOPATH=/tmp/tmp.i3WarYmBxJ [2022-06-28T11:30:39.922Z] #64 0.867 + GOPATH=/tmp/tmp.i3WarYmBxJ [2022-06-28T11:30:39.922Z] #64 0.867 + RM_GOPATH=1 [2022-06-28T11:30:39.922Z] #64 0.867 + case "$(go env GOARCH)" in [2022-06-28T11:30:39.922Z] #64 0.868 ++ go env GOARCH [2022-06-28T11:30:39.922Z] #64 0.879 + export GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:39.922Z] #64 0.879 + GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:39.922Z] #64 0.880 ++ dirname /install.sh [2022-06-28T11:30:39.922Z] #64 0.885 + dir=/ [2022-06-28T11:30:39.922Z] #64 0.885 + bin=containerd [2022-06-28T11:30:39.922Z] #64 0.886 + shift [2022-06-28T11:30:39.922Z] #64 0.886 + '[' '!' -f //containerd.installer ']' [2022-06-28T11:30:39.922Z] #64 0.886 + . //containerd.installer [2022-06-28T11:30:39.922Z] #64 0.886 ++ set -e [2022-06-28T11:30:39.922Z] #64 0.887 ++ : v1.6.6 [2022-06-28T11:30:39.922Z] #64 0.887 + install_containerd [2022-06-28T11:30:39.922Z] #64 0.887 + echo 'Install containerd version v1.6.6' [2022-06-28T11:30:39.922Z] #64 0.888 Install containerd version v1.6.6 [2022-06-28T11:30:39.922Z] #64 0.888 + git clone https://github.com/containerd/containerd.git /tmp/tmp.i3WarYmBxJ/src/github.com/containerd/containerd [2022-06-28T11:30:39.922Z] #64 0.890 Cloning into '/tmp/tmp.i3WarYmBxJ/src/github.com/containerd/containerd'... [2022-06-28T11:30:40.862Z] #64 ... [2022-06-28T11:30:40.862Z] [2022-06-28T11:30:40.862Z] #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-28T11:30:40.862Z] #44 sha256:fcfec22e46e9c16d716db4379fb9787b47b66b62ca886032a0603e3258622c51 [2022-06-28T11:30:40.862Z] #44 0.756 + RM_GOPATH=0 [2022-06-28T11:30:40.862Z] #44 0.756 + TMP_GOPATH= [2022-06-28T11:30:40.862Z] #44 0.756 + : /build [2022-06-28T11:30:40.862Z] #44 0.756 + '[' -z '' ']' [2022-06-28T11:30:40.862Z] #44 0.756 ++ mktemp -d [2022-06-28T11:30:40.862Z] #44 0.759 + export GOPATH=/tmp/tmp.RUS1ld5D2l [2022-06-28T11:30:40.862Z] #44 0.759 + GOPATH=/tmp/tmp.RUS1ld5D2l [2022-06-28T11:30:40.862Z] #44 0.759 + RM_GOPATH=1 [2022-06-28T11:30:40.862Z] #44 0.759 + case "$(go env GOARCH)" in [2022-06-28T11:30:40.862Z] #44 0.760 ++ go env GOARCH [2022-06-28T11:30:40.862Z] #44 0.774 + export GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:40.862Z] #44 0.774 + GO_BUILDMODE=-buildmode=pie [2022-06-28T11:30:40.862Z] #44 0.775 ++ dirname /install.sh [2022-06-28T11:30:40.862Z] #44 0.776 + dir=/ [2022-06-28T11:30:40.862Z] #44 0.776 + bin=tini [2022-06-28T11:30:40.862Z] #44 0.777 + shift [2022-06-28T11:30:40.862Z] #44 0.777 + '[' '!' -f //tini.installer ']' [2022-06-28T11:30:40.862Z] #44 0.777 + . //tini.installer [2022-06-28T11:30:40.862Z] #44 0.777 ++ : v0.19.0 [2022-06-28T11:30:40.862Z] #44 0.777 + install_tini [2022-06-28T11:30:40.862Z] #44 0.779 + echo 'Install tini version v0.19.0' [2022-06-28T11:30:40.862Z] #44 0.779 Install tini version v0.19.0 [2022-06-28T11:30:40.862Z] #44 0.779 + git clone https://github.com/krallin/tini.git /tmp/tmp.RUS1ld5D2l/tini [2022-06-28T11:30:40.862Z] #44 0.780 Cloning into '/tmp/tmp.RUS1ld5D2l/tini'... [2022-06-28T11:30:41.122Z] #44 1.231 + cd /tmp/tmp.RUS1ld5D2l/tini [2022-06-28T11:30:41.122Z] #44 1.238 + git checkout -q v0.19.0 [2022-06-28T11:30:41.122Z] #44 1.249 + cmake . [2022-06-28T11:30:41.381Z] #44 1.432 -- The C compiler identification is GNU 10.2.1 [2022-06-28T11:30:41.381Z] #44 1.461 -- Detecting C compiler ABI info [2022-06-28T11:30:41.641Z] #44 1.741 -- Detecting C compiler ABI info - done [2022-06-28T11:30:41.641Z] #44 1.813 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-28T11:30:41.641Z] #44 1.814 -- Detecting C compile features [2022-06-28T11:30:41.641Z] #44 1.815 -- Detecting C compile features - done [2022-06-28T11:30:41.641Z] #44 1.834 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-28T11:30:41.901Z] #44 1.956 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-28T11:30:41.901Z] #44 2.010 -- Configuring done [2022-06-28T11:30:41.901Z] #44 2.026 -- Generating done [2022-06-28T11:30:41.901Z] #44 2.031 -- Build files have been written to: /tmp/tmp.RUS1ld5D2l/tini [2022-06-28T11:30:41.901Z] #44 2.042 + make tini-static [2022-06-28T11:30:42.161Z] #44 2.173 Scanning dependencies of target tini-static [2022-06-28T11:30:42.161Z] #44 2.199 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-28T11:30:42.731Z] #44 2.781 [100%] Linking C executable tini-static [2022-06-28T11:30:42.991Z] #44 3.056 [100%] Built target tini-static [2022-06-28T11:30:42.991Z] #44 3.070 + mkdir -p /build [2022-06-28T11:30:42.991Z] #44 3.072 + cp tini-static /build/docker-init [2022-06-28T11:30:43.251Z] #44 DONE 3.3s [2022-06-28T11:30:43.251Z] [2022-06-28T11:30:43.251Z] #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-28T11:30:43.251Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:43.251Z] #14 19.95 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-28T11:30:43.251Z] #14 19.95 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-28T11:30:43.251Z] #14 19.95 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-28T11:30:43.251Z] #14 20.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-28T11:30:43.251Z] #14 20.05 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-28T11:30:43.251Z] #14 20.06 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-28T11:30:44.189Z] #14 ... [2022-06-28T11:30:44.189Z] [2022-06-28T11:30:44.189Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-28T11:30:44.189Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-28T11:30:44.189Z] #46 CACHED [2022-06-28T11:30:44.189Z] [2022-06-28T11:30:44.189Z] #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-28T11:30:44.189Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-28T11:30:44.189Z] #47 CACHED [2022-06-28T11:30:44.189Z] [2022-06-28T11:30:44.189Z] #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-28T11:30:44.189Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-28T11:30:44.189Z] #50 CACHED [2022-06-28T11:30:44.189Z] [2022-06-28T11:30:44.189Z] #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-28T11:30:44.189Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-28T11:30:44.189Z] #51 CACHED [2022-06-28T11:30:44.189Z] [2022-06-28T11:30:44.189Z] #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-28T11:30:44.189Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-28T11:30:44.189Z] #53 CACHED [2022-06-28T11:30:44.189Z] [2022-06-28T11:30:44.189Z] #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-28T11:30:44.189Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-28T11:30:44.189Z] #55 CACHED [2022-06-28T11:30:44.189Z] [2022-06-28T11:30:44.189Z] #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-28T11:30:44.189Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-28T11:30:44.189Z] #57 CACHED [2022-06-28T11:30:44.449Z] [2022-06-28T11:30:44.449Z] #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-28T11:30:44.449Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:30:44.902Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-06-28T11:30:45.829Z] #64 ... [2022-06-28T11:30:45.829Z] [2022-06-28T11:30:45.829Z] #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-28T11:30:45.829Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:45.829Z] #14 23.41 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-28T11:30:45.829Z] #14 23.41 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-28T11:30:45.829Z] #14 23.42 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-28T11:30:51.106Z] #14 28.43 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-28T11:30:51.106Z] #14 28.44 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-28T11:30:51.106Z] #14 28.44 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-28T11:30:52.488Z] #14 ... [2022-06-28T11:30:52.488Z] [2022-06-28T11:30:52.488Z] #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-28T11:30:52.488Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:30:52.488Z] #64 18.75 + cd /tmp/tmp.i3WarYmBxJ/src/github.com/containerd/containerd [2022-06-28T11:30:52.488Z] #64 18.75 + git checkout -q v1.6.6 [2022-06-28T11:30:53.427Z] #64 19.74 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-28T11:30:53.427Z] #64 19.74 + BUILDTAGS='netgo osusergo static_build' [2022-06-28T11:30:53.427Z] #64 19.74 + export EXTRA_FLAGS=-buildmode=pie [2022-06-28T11:30:53.427Z] #64 19.74 + EXTRA_FLAGS=-buildmode=pie [2022-06-28T11:30:53.427Z] #64 19.74 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-28T11:30:53.427Z] #64 19.74 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-28T11:30:53.427Z] #64 19.74 + '[' '' = dynamic ']' [2022-06-28T11:30:53.427Z] #64 19.74 + make [2022-06-28T11:30:53.688Z] #64 20.43 + bin/ctr [2022-06-28T11:30:55.602Z] #64 ... [2022-06-28T11:30:55.602Z] [2022-06-28T11:30:55.602Z] #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-28T11:30:55.602Z] #67 sha256:04a842c63cf2b6fc053d6340155de97917d06fa42ae8e360e40eede50a395ca6 [2022-06-28T11:30:55.602Z] #67 26.20 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-28T11:30:55.602Z] #67 26.20 + GOBIN=/build [2022-06-28T11:30:55.602Z] #67 26.20 + GO111MODULE=on [2022-06-28T11:30:55.602Z] #67 26.20 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-28T11:30:55.602Z] #67 28.69 rootlesskit version 1.0.0 [2022-06-28T11:30:55.602Z] #67 28.70 Usage of /build/rootlesskit-docker-proxy: [2022-06-28T11:30:55.602Z] #67 28.70 -container-ip string [2022-06-28T11:30:55.602Z] #67 28.70 container ip [2022-06-28T11:30:55.602Z] #67 28.70 -container-port int [2022-06-28T11:30:55.602Z] #67 28.70 container port (default -1) [2022-06-28T11:30:55.602Z] #67 28.70 -host-ip string [2022-06-28T11:30:55.602Z] #67 28.70 host ip [2022-06-28T11:30:55.602Z] #67 28.70 -host-port int [2022-06-28T11:30:55.602Z] #67 28.70 host port (default -1) [2022-06-28T11:30:55.602Z] #67 28.70 -proto string [2022-06-28T11:30:55.602Z] #67 28.70 proxy protocol (default "tcp") [2022-06-28T11:30:55.602Z] #67 DONE 29.5s [2022-06-28T11:30:55.861Z] [2022-06-28T11:30:55.861Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-28T11:30:55.861Z] #68 sha256:56263f7d35d925e37a254c851ec30c9101edb7a0a7725bce2a8a64b6561e6275 [2022-06-28T11:30:55.861Z] #68 DONE 0.1s [2022-06-28T11:30:55.861Z] [2022-06-28T11:30:55.861Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-28T11:30:55.861Z] #69 sha256:078ba8852690ad818c1253ab973722e0832fc23d99d3fb47cfd097b145fd042a [2022-06-28T11:30:55.861Z] #69 DONE 0.1s [2022-06-28T11:30:55.861Z] [2022-06-28T11:30:55.861Z] #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-28T11:30:55.861Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:30:55.861Z] #14 30.46 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-28T11:30:55.861Z] #14 30.46 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-28T11:30:55.861Z] #14 30.47 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-28T11:30:55.861Z] #14 32.98 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-28T11:30:55.861Z] #14 32.98 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-28T11:30:55.861Z] #14 33.00 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-28T11:30:56.800Z] #14 ... [2022-06-28T11:30:56.800Z] [2022-06-28T11:30:56.800Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-28T11:30:56.800Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-28T11:30:56.800Z] #72 CACHED [2022-06-28T11:30:56.800Z] [2022-06-28T11:30:56.800Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-28T11:30:56.800Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-28T11:30:56.800Z] #74 CACHED [2022-06-28T11:30:56.800Z] [2022-06-28T11:30:56.800Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-28T11:30:56.800Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-28T11:30:56.800Z] #76 CACHED [2022-06-28T11:30:56.800Z] [2022-06-28T11:30:56.800Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-28T11:30:56.800Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-28T11:30:56.800Z] #77 CACHED [2022-06-28T11:30:57.060Z] [2022-06-28T11:30:57.060Z] #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-28T11:30:57.060Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-28T11:31:00.387Z] #14 37.56 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-28T11:31:00.387Z] #14 37.56 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-28T11:31:00.387Z] #14 37.57 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-28T11:31:01.767Z] #14 39.26 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-28T11:31:01.767Z] #14 39.26 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-28T11:31:01.767Z] #14 39.27 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-28T11:31:01.767Z] #14 39.33 Selecting previously unselected package libapparmor1:amd64. [2022-06-28T11:31:01.767Z] #14 39.33 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-28T11:31:01.767Z] #14 39.34 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-28T11:31:01.767Z] #14 39.38 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-28T11:31:01.767Z] #14 39.39 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-28T11:31:01.767Z] #14 39.39 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-28T11:31:01.767Z] #14 39.45 Selecting previously unselected package libbtrfs0:amd64. [2022-06-28T11:31:02.027Z] #14 39.46 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-28T11:31:02.027Z] #14 39.47 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-28T11:31:02.027Z] #14 39.53 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-28T11:31:02.027Z] #14 39.54 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-28T11:31:02.027Z] #14 39.54 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-28T11:31:02.027Z] #14 39.63 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-28T11:31:02.027Z] #14 39.63 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-28T11:31:02.027Z] #14 39.64 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-28T11:31:02.027Z] #14 39.67 Selecting previously unselected package libudev-dev:amd64. [2022-06-28T11:31:02.027Z] #14 39.67 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-28T11:31:02.027Z] #14 39.68 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-28T11:31:02.027Z] #14 39.75 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-28T11:31:02.287Z] #14 39.75 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-28T11:31:02.287Z] #14 39.75 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-28T11:31:02.287Z] #14 39.86 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-28T11:31:02.287Z] #14 39.86 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-28T11:31:02.287Z] #14 39.87 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-28T11:31:02.287Z] #14 39.96 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-28T11:31:02.287Z] #14 39.96 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-28T11:31:02.287Z] #14 39.96 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-28T11:31:02.287Z] #14 40.04 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-28T11:31:02.287Z] #14 40.04 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-28T11:31:02.287Z] #14 40.05 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-28T11:31:02.547Z] #14 40.09 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-28T11:31:02.547Z] #14 40.09 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-28T11:31:02.547Z] #14 40.10 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-28T11:31:02.807Z] #14 40.28 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-28T11:31:02.807Z] #14 40.28 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-28T11:31:02.807Z] #14 40.29 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-28T11:31:02.807Z] #14 40.38 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-28T11:31:02.807Z] #14 40.39 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-28T11:31:02.807Z] #14 40.39 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-28T11:31:02.807Z] #14 40.44 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-28T11:31:02.807Z] #14 40.45 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-28T11:31:02.807Z] #14 40.46 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-28T11:31:02.807Z] #14 40.52 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-28T11:31:03.067Z] #14 40.53 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-28T11:31:03.067Z] #14 40.53 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-28T11:31:03.067Z] #14 40.75 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-28T11:31:03.067Z] #14 40.76 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-28T11:31:03.327Z] #14 40.78 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-28T11:31:03.327Z] #14 40.79 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-28T11:31:03.327Z] #14 40.80 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-28T11:31:03.327Z] #14 40.81 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-28T11:31:03.327Z] #14 40.82 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-28T11:31:03.327Z] #14 40.84 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-28T11:31:03.327Z] #14 40.85 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-28T11:31:03.327Z] #14 40.86 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-28T11:31:03.327Z] #14 40.87 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-28T11:31:03.327Z] #14 40.91 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-28T11:31:03.327Z] #14 40.92 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-28T11:31:03.327Z] #14 40.93 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-28T11:31:03.327Z] #14 40.95 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-28T11:31:03.327Z] #14 40.96 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-28T11:31:03.327Z] #14 40.97 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-28T11:31:03.327Z] #14 40.98 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-28T11:31:03.327Z] #14 40.99 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-28T11:31:03.327Z] #14 41.01 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-28T11:31:03.327Z] #14 41.02 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-28T11:31:03.327Z] #14 41.04 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-28T11:31:03.327Z] #14 41.05 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-28T11:31:03.327Z] #14 41.06 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-28T11:31:03.327Z] #14 41.07 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-28T11:31:03.327Z] #14 41.08 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-28T11:31:03.327Z] #14 41.09 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-28T11:31:03.327Z] #14 41.10 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-28T11:31:03.327Z] #14 41.12 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-28T11:31:03.587Z] #14 41.14 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-28T11:31:03.587Z] #14 41.15 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-28T11:31:03.587Z] #14 41.16 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-28T11:31:03.587Z] #14 41.17 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-28T11:31:03.587Z] #14 41.19 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-28T11:31:04.161Z] #14 DONE 41.7s [2022-06-28T11:31:04.161Z] [2022-06-28T11:31:04.161Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-28T11:31:04.161Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-28T11:31:04.161Z] #15 ... [2022-06-28T11:31:04.161Z] [2022-06-28T11:31:04.161Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-28T11:31:04.161Z] #59 sha256:a0480df9045bdf361a1fd7f8efb1d679c6217bb4ccd46e8882d3d6813954a05a [2022-06-28T11:31:04.161Z] #59 DONE 0.1s [2022-06-28T11:31:04.421Z] [2022-06-28T11:31:04.421Z] #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-28T11:31:04.421Z] #60 sha256:bfb1e2c18314d5d6d989d2932c2ce091aaa6644f98be199a732b3dff1587accd [2022-06-28T11:31:04.989Z] #60 0.961 + RM_GOPATH=0 [2022-06-28T11:31:05.249Z] #60 0.961 + TMP_GOPATH= [2022-06-28T11:31:05.249Z] #60 0.964 + : /build [2022-06-28T11:31:05.249Z] #60 0.964 + '[' -z '' ']' [2022-06-28T11:31:05.249Z] #60 0.964 ++ mktemp -d [2022-06-28T11:31:05.249Z] #60 0.965 + export GOPATH=/tmp/tmp.4XatHewrZc [2022-06-28T11:31:05.249Z] #60 0.965 + GOPATH=/tmp/tmp.4XatHewrZc [2022-06-28T11:31:05.249Z] #60 0.965 + RM_GOPATH=1 [2022-06-28T11:31:05.249Z] #60 0.965 + case "$(go env GOARCH)" in [2022-06-28T11:31:05.249Z] #60 0.965 ++ go env GOARCH [2022-06-28T11:31:05.249Z] #60 0.984 + export GO_BUILDMODE=-buildmode=pie [2022-06-28T11:31:05.249Z] #60 0.984 + GO_BUILDMODE=-buildmode=pie [2022-06-28T11:31:05.249Z] #60 0.991 ++ dirname /install.sh [2022-06-28T11:31:05.249Z] #60 0.991 + dir=/ [2022-06-28T11:31:05.249Z] #60 0.991 + bin=runc [2022-06-28T11:31:05.249Z] #60 0.991 + shift [2022-06-28T11:31:05.249Z] #60 0.991 + '[' '!' -f //runc.installer ']' [2022-06-28T11:31:05.249Z] #60 0.991 + . //runc.installer [2022-06-28T11:31:05.249Z] #60 0.991 ++ set -e [2022-06-28T11:31:05.249Z] #60 0.991 ++ : v1.1.2 [2022-06-28T11:31:05.249Z] #60 0.991 + install_runc [2022-06-28T11:31:05.249Z] #60 0.991 + RUNC_BUILDTAGS=seccomp [2022-06-28T11:31:05.249Z] #60 0.991 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-28T11:31:05.249Z] #60 0.991 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4XatHewrZc/src/github.com/opencontainers/runc [2022-06-28T11:31:05.249Z] #60 0.991 Cloning into '/tmp/tmp.4XatHewrZc/src/github.com/opencontainers/runc'... [2022-06-28T11:31:05.249Z] #60 0.991 Install runc version v1.1.2 (build tags: seccomp) [2022-06-28T11:31:05.249Z] #60 ... [2022-06-28T11:31:05.249Z] [2022-06-28T11:31:05.249Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-28T11:31:05.249Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-28T11:31:05.249Z] #15 DONE 1.3s [2022-06-28T11:31:05.509Z] [2022-06-28T11:31:05.509Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-28T11:31:05.509Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-28T11:31:06.448Z] #16 DONE 1.0s [2022-06-28T11:31:06.448Z] [2022-06-28T11:31:06.448Z] #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-28T11:31:06.448Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:31:06.448Z] #64 ... [2022-06-28T11:31:06.448Z] [2022-06-28T11:31:06.448Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-28T11:31:06.448Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-28T11:31:07.392Z] #17 0.845 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-28T11:31:07.392Z] #17 DONE 0.9s [2022-06-28T11:31:07.392Z] [2022-06-28T11:31:07.392Z] #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-28T11:31:07.392Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:31:07.392Z] #64 ... [2022-06-28T11:31:07.392Z] [2022-06-28T11:31:07.392Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-28T11:31:07.392Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-28T11:31:08.338Z] #18 DONE 0.9s [2022-06-28T11:31:08.338Z] [2022-06-28T11:31:08.338Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-28T11:31:08.338Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-28T11:31:08.909Z] #19 DONE 0.9s [2022-06-28T11:31:08.909Z] [2022-06-28T11:31:08.909Z] #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-28T11:31:08.909Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:31:09.169Z] #64 ... [2022-06-28T11:31:09.169Z] [2022-06-28T11:31:09.169Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-28T11:31:09.169Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-28T11:31:10.110Z] #20 DONE 0.9s [2022-06-28T11:31:10.110Z] [2022-06-28T11:31:10.110Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-28T11:31:10.110Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-28T11:31:11.049Z] #21 1.269 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-28T11:31:11.309Z] #21 1.269 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-28T11:31:11.309Z] #21 1.437 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-28T11:31:12.817Z] #21 1.816 Reading package lists... [2022-06-28T11:31:14.202Z] #21 2.930 Reading package lists... [2022-06-28T11:31:14.202Z] #21 4.114 Building dependency tree... [2022-06-28T11:31:14.462Z] #21 4.360 Reading state information... [2022-06-28T11:31:14.462Z] #21 4.631 The following additional packages will be installed: [2022-06-28T11:31:14.723Z] #21 4.634 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-28T11:31:14.723Z] #21 4.634 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-28T11:31:14.723Z] #21 4.635 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-28T11:31:14.723Z] #21 4.635 python3-pkg-resources vim-runtime xxd [2022-06-28T11:31:14.723Z] #21 4.637 Suggested packages: [2022-06-28T11:31:14.723Z] #21 4.637 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-28T11:31:14.723Z] #21 4.637 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-28T11:31:14.723Z] #21 4.637 acl attr quota [2022-06-28T11:31:14.723Z] #21 4.638 Recommended packages: [2022-06-28T11:31:14.723Z] #21 4.638 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-28T11:31:15.294Z] #21 5.269 The following NEW packages will be installed: [2022-06-28T11:31:15.294Z] #21 5.270 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-28T11:31:15.294Z] #21 5.270 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-28T11:31:15.294Z] #21 5.271 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-28T11:31:15.294Z] #21 5.271 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-28T11:31:15.294Z] #21 5.272 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-28T11:31:15.294Z] #21 5.273 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-28T11:31:15.294Z] #21 5.273 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-28T11:31:15.294Z] #21 5.273 xz-utils zip zstd [2022-06-28T11:31:15.554Z] #21 5.564 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-28T11:31:15.554Z] #21 5.564 Need to get 27.7 MB of archives. [2022-06-28T11:31:15.554Z] #21 5.564 After this operation, 106 MB of additional disk space will be used. [2022-06-28T11:31:15.554Z] #21 5.564 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-28T11:31:15.554Z] #21 5.568 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-28T11:31:15.554Z] #21 5.582 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-28T11:31:15.554Z] #21 5.607 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-28T11:31:15.554Z] #21 5.609 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-28T11:31:15.554Z] #21 5.612 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-28T11:31:15.554Z] #21 5.614 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-28T11:31:15.554Z] #21 5.615 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-28T11:31:15.555Z] #21 5.624 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-28T11:31:15.555Z] #21 5.628 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-28T11:31:15.555Z] #21 5.641 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-28T11:31:15.555Z] #21 ... [2022-06-28T11:31:15.555Z] [2022-06-28T11:31:15.555Z] #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-28T11:31:15.555Z] #60 sha256:bfb1e2c18314d5d6d989d2932c2ce091aaa6644f98be199a732b3dff1587accd [2022-06-28T11:31:15.555Z] #60 5.425 + cd /tmp/tmp.4XatHewrZc/src/github.com/opencontainers/runc [2022-06-28T11:31:15.555Z] #60 5.425 + git checkout -q v1.1.2 [2022-06-28T11:31:15.555Z] #60 5.623 + '[' -z '' ']' [2022-06-28T11:31:15.555Z] #60 5.623 + target=static [2022-06-28T11:31:15.555Z] #60 5.623 + make BUILDTAGS=seccomp static [2022-06-28T11:31:15.555Z] #60 6.029 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-28T11:31:15.555Z] #60 11.35 + mkdir -p /build [2022-06-28T11:31:15.555Z] #60 11.35 + cp runc /build/runc [2022-06-28T11:31:15.555Z] #60 DONE 11.5s [2022-06-28T11:31:15.555Z] [2022-06-28T11:31:15.555Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-28T11:31:15.555Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-28T11:31:15.555Z] #21 5.646 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-28T11:31:15.555Z] #21 5.649 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-28T11:31:15.555Z] #21 5.652 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-28T11:31:15.555Z] #21 5.660 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-28T11:31:15.555Z] #21 5.665 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-28T11:31:15.555Z] #21 5.674 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-28T11:31:15.555Z] #21 5.674 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-28T11:31:15.555Z] #21 5.676 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-28T11:31:15.555Z] #21 5.678 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-28T11:31:15.555Z] #21 5.681 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-28T11:31:15.555Z] #21 5.698 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-28T11:31:15.555Z] #21 5.703 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-28T11:31:15.555Z] #21 5.706 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-28T11:31:15.555Z] #21 5.709 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-28T11:31:15.555Z] #21 5.710 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-28T11:31:15.555Z] #21 5.712 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-28T11:31:15.815Z] #21 5.870 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-28T11:31:15.815Z] #21 5.870 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-28T11:31:15.815Z] #21 5.870 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-28T11:31:15.815Z] #21 5.870 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-28T11:31:15.815Z] #21 5.873 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-28T11:31:15.815Z] #21 5.886 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-28T11:31:15.815Z] #21 5.886 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-28T11:31:15.815Z] #21 5.886 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-28T11:31:15.815Z] #21 5.914 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-28T11:31:15.815Z] #21 5.914 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-28T11:31:15.815Z] #21 5.914 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-28T11:31:15.815Z] #21 5.917 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-28T11:31:15.815Z] #21 5.923 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-28T11:31:15.815Z] #21 5.930 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-28T11:31:15.815Z] #21 5.933 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-28T11:31:15.815Z] #21 5.958 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-28T11:31:15.815Z] #21 5.972 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-28T11:31:15.815Z] #21 5.975 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-28T11:31:15.815Z] #21 6.053 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-28T11:31:15.815Z] #21 6.076 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-28T11:31:16.076Z] #21 6.090 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-28T11:31:16.076Z] #21 6.093 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-28T11:31:16.337Z] #21 6.467 debconf: delaying package configuration, since apt-utils is not installed [2022-06-28T11:31:16.598Z] #21 6.563 Fetched 27.7 MB in 1s (33.7 MB/s) [2022-06-28T11:31:16.598Z] #21 6.610 Selecting previously unselected package pigz. [2022-06-28T11:31:16.598Z] #21 6.610 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-28T11:31:16.598Z] #21 6.640 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-28T11:31:16.598Z] #21 6.644 Unpacking pigz (2.6-1) ... [2022-06-28T11:31:16.598Z] #21 6.718 Selecting previously unselected package libelf1:amd64. [2022-06-28T11:31:16.598Z] #21 6.719 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-28T11:31:16.598Z] #21 6.728 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-28T11:31:16.867Z] #21 6.862 Selecting previously unselected package libbpf0:amd64. [2022-06-28T11:31:16.867Z] #21 6.862 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-28T11:31:16.867Z] #21 6.862 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-28T11:31:16.867Z] #21 7.026 Selecting previously unselected package libcap2:amd64. [2022-06-28T11:31:16.867Z] #21 7.055 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-28T11:31:16.867Z] #21 7.055 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-28T11:31:17.127Z] #21 7.138 Selecting previously unselected package libmnl0:amd64. [2022-06-28T11:31:17.127Z] #21 7.150 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-28T11:31:17.127Z] #21 7.155 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-28T11:31:17.127Z] #21 7.230 Selecting previously unselected package libxtables12:amd64. [2022-06-28T11:31:17.127Z] #21 7.230 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-28T11:31:17.127Z] #21 7.230 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-28T11:31:17.127Z] #21 7.306 Selecting previously unselected package libcap2-bin. [2022-06-28T11:31:17.127Z] #21 7.312 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-28T11:31:17.388Z] #21 7.316 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-28T11:31:17.388Z] #21 7.401 Selecting previously unselected package iproute2. [2022-06-28T11:31:17.388Z] #21 7.406 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-28T11:31:17.388Z] #21 7.408 Unpacking iproute2 (5.10.0-4) ... [2022-06-28T11:31:17.388Z] #21 7.583 Selecting previously unselected package xxd. [2022-06-28T11:31:17.649Z] #21 7.586 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-28T11:31:17.649Z] #21 7.590 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:17.649Z] #21 7.655 Selecting previously unselected package vim-common. [2022-06-28T11:31:17.649Z] #21 7.660 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-28T11:31:17.649Z] #21 7.672 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:17.649Z] #21 7.745 Selecting previously unselected package bash-completion. [2022-06-28T11:31:17.649Z] #21 7.748 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-28T11:31:18.592Z] #21 8.636 Unpacking bash-completion (1:2.11-2) ... [2022-06-28T11:31:18.852Z] #21 8.795 Selecting previously unselected package bzip2. [2022-06-28T11:31:18.852Z] #21 8.799 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-28T11:31:18.852Z] #21 8.804 Unpacking bzip2 (1.0.8-4) ... [2022-06-28T11:31:18.852Z] #21 8.855 Selecting previously unselected package xz-utils. [2022-06-28T11:31:18.852Z] #21 8.862 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-28T11:31:18.852Z] #21 8.866 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-28T11:31:18.852Z] #21 8.949 Selecting previously unselected package apparmor. [2022-06-28T11:31:18.852Z] #21 8.953 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-28T11:31:18.852Z] #21 8.981 Unpacking apparmor (2.13.6-10) ... [2022-06-28T11:31:19.113Z] #21 9.192 Selecting previously unselected package inetutils-ping. [2022-06-28T11:31:19.113Z] #21 9.196 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-28T11:31:19.113Z] #21 9.205 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-28T11:31:19.113Z] #21 9.264 Selecting previously unselected package libip4tc2:amd64. [2022-06-28T11:31:19.113Z] #21 9.267 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-28T11:31:19.113Z] #21 9.271 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-28T11:31:19.113Z] #21 9.322 Selecting previously unselected package libip6tc2:amd64. [2022-06-28T11:31:19.374Z] #21 9.323 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-28T11:31:19.374Z] #21 9.329 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-28T11:31:19.374Z] #21 9.367 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-28T11:31:19.374Z] #21 9.376 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-28T11:31:19.374Z] #21 9.380 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-28T11:31:19.374Z] #21 9.424 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-28T11:31:19.374Z] #21 9.428 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-28T11:31:19.374Z] #21 9.432 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-28T11:31:19.374Z] #21 9.477 Selecting previously unselected package libnftnl11:amd64. [2022-06-28T11:31:19.374Z] #21 9.481 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-28T11:31:19.374Z] #21 9.488 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-28T11:31:19.374Z] #21 9.541 Selecting previously unselected package iptables. [2022-06-28T11:31:19.634Z] #21 9.546 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-28T11:31:19.634Z] #21 9.551 Unpacking iptables (1.8.7-1) ... [2022-06-28T11:31:19.634Z] #21 9.709 Selecting previously unselected package libonig5:amd64. [2022-06-28T11:31:19.634Z] #21 9.713 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-28T11:31:19.634Z] #21 9.718 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-28T11:31:19.634Z] #21 9.794 Selecting previously unselected package libjq1:amd64. [2022-06-28T11:31:19.894Z] #21 9.798 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-28T11:31:19.895Z] #21 9.802 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-28T11:31:19.895Z] #21 9.855 Selecting previously unselected package jq. [2022-06-28T11:31:19.895Z] #21 9.859 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-28T11:31:19.895Z] #21 9.864 Unpacking jq (1.6-2.1) ... [2022-06-28T11:31:19.895Z] #21 9.930 Selecting previously unselected package libaio1:amd64. [2022-06-28T11:31:19.895Z] #21 9.933 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-28T11:31:19.895Z] #21 9.937 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-28T11:31:19.895Z] #21 9.974 Selecting previously unselected package libgpm2:amd64. [2022-06-28T11:31:19.895Z] #21 9.978 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-28T11:31:19.895Z] #21 9.990 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-28T11:31:19.895Z] #21 10.03 Selecting previously unselected package libicu67:amd64. [2022-06-28T11:31:19.895Z] #21 10.03 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-28T11:31:20.155Z] #21 10.04 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-28T11:31:21.543Z] #21 11.31 Selecting previously unselected package libinih1:amd64. [2022-06-28T11:31:21.543Z] #21 11.32 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-28T11:31:21.543Z] #21 11.33 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-28T11:31:21.543Z] #21 11.37 Selecting previously unselected package libnet1:amd64. [2022-06-28T11:31:21.543Z] #21 11.38 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-28T11:31:21.543Z] #21 11.39 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-28T11:31:21.543Z] #21 11.46 Selecting previously unselected package libnl-3-200:amd64. [2022-06-28T11:31:21.543Z] #21 11.46 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-28T11:31:21.543Z] #21 11.48 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-28T11:31:21.543Z] #21 11.54 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-28T11:31:21.543Z] #21 11.55 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-28T11:31:21.543Z] #21 11.56 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-28T11:31:21.543Z] #21 11.61 Selecting previously unselected package libyajl2:amd64. [2022-06-28T11:31:21.543Z] #21 11.61 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-28T11:31:21.543Z] #21 11.61 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-28T11:31:21.543Z] #21 11.65 Selecting previously unselected package net-tools. [2022-06-28T11:31:21.543Z] #21 11.66 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-28T11:31:21.543Z] #21 11.66 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-28T11:31:21.543Z] #21 11.76 Selecting previously unselected package patch. [2022-06-28T11:31:21.803Z] #21 11.76 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-28T11:31:21.803Z] #21 11.77 Unpacking patch (2.7.6-7) ... [2022-06-28T11:31:21.803Z] #21 11.83 Selecting previously unselected package python-pip-whl. [2022-06-28T11:31:21.803Z] #21 11.84 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-28T11:31:21.803Z] #21 11.84 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-28T11:31:22.062Z] #21 12.09 Selecting previously unselected package python3-lib2to3. [2022-06-28T11:31:22.062Z] #21 12.09 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-28T11:31:22.062Z] #21 12.10 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-28T11:31:22.062Z] #21 12.16 Selecting previously unselected package python3-distutils. [2022-06-28T11:31:22.062Z] #21 12.17 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-28T11:31:22.062Z] #21 12.17 Unpacking python3-distutils (3.9.2-1) ... [2022-06-28T11:31:22.062Z] #21 12.27 Selecting previously unselected package python3-pkg-resources. [2022-06-28T11:31:22.322Z] #21 12.27 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-28T11:31:22.322Z] #21 12.28 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-28T11:31:22.322Z] #21 12.36 Selecting previously unselected package python3-setuptools. [2022-06-28T11:31:22.322Z] #21 12.37 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-28T11:31:22.322Z] #21 12.37 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-28T11:31:22.322Z] #21 12.49 Selecting previously unselected package python3-wheel. [2022-06-28T11:31:22.583Z] #21 12.50 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-28T11:31:22.583Z] #21 12.51 Unpacking python3-wheel (0.34.2-1) ... [2022-06-28T11:31:22.583Z] #21 12.55 Selecting previously unselected package python3-pip. [2022-06-28T11:31:22.583Z] #21 12.56 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-28T11:31:22.583Z] #21 12.56 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-28T11:31:22.583Z] #21 12.71 Selecting previously unselected package sudo. [2022-06-28T11:31:22.583Z] #21 12.71 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-28T11:31:22.583Z] #21 12.72 Unpacking sudo (1.9.5p2-3) ... [2022-06-28T11:31:22.848Z] #21 12.97 Selecting previously unselected package thin-provisioning-tools. [2022-06-28T11:31:22.848Z] #21 12.97 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-28T11:31:22.848Z] #21 12.98 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-28T11:31:22.848Z] #21 13.09 Selecting previously unselected package uidmap. [2022-06-28T11:31:23.108Z] #21 13.10 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-28T11:31:23.108Z] #21 13.11 Unpacking uidmap (1:4.8.1-1) ... [2022-06-28T11:31:23.108Z] #21 13.20 Selecting previously unselected package vim-runtime. [2022-06-28T11:31:23.108Z] #21 13.20 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-28T11:31:23.108Z] #21 13.23 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-28T11:31:23.108Z] #21 13.25 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-28T11:31:23.108Z] #21 13.25 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:24.489Z] #21 14.52 Selecting previously unselected package vim. [2022-06-28T11:31:24.489Z] #21 14.53 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-28T11:31:24.489Z] #21 14.54 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:24.749Z] #21 14.79 Selecting previously unselected package xfsprogs. [2022-06-28T11:31:24.749Z] #21 14.80 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-28T11:31:24.749Z] #21 14.80 Unpacking xfsprogs (5.10.0-4) ... [2022-06-28T11:31:25.010Z] #21 15.03 Selecting previously unselected package zip. [2022-06-28T11:31:25.010Z] #21 15.04 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-28T11:31:25.010Z] #21 15.05 Unpacking zip (3.0-12) ... [2022-06-28T11:31:25.010Z] #21 15.12 Selecting previously unselected package zstd. [2022-06-28T11:31:25.010Z] #21 15.12 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-28T11:31:25.010Z] #21 15.13 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-28T11:31:25.270Z] #21 15.30 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-28T11:31:25.841Z] #21 15.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-28T11:31:25.841Z] #21 15.79 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-28T11:31:25.841Z] #21 15.81 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-28T11:31:25.841Z] #21 15.82 Setting up libicu67:amd64 (67.1-7) ... [2022-06-28T11:31:25.841Z] #21 15.85 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-28T11:31:25.841Z] #21 15.86 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-28T11:31:25.841Z] #21 15.89 Setting up uidmap (1:4.8.1-1) ... [2022-06-28T11:31:25.841Z] #21 15.90 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-28T11:31:25.841Z] #21 15.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-28T11:31:25.841Z] #21 15.93 Setting up bzip2 (1.0.8-4) ... [2022-06-28T11:31:25.841Z] #21 15.94 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-28T11:31:25.841Z] #21 15.95 Setting up python3-wheel (0.34.2-1) ... [2022-06-28T11:31:26.101Z] #21 16.27 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:26.101Z] #21 16.29 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-28T11:31:26.101Z] #21 16.30 Setting up libcap2-bin (1:2.44-1) ... [2022-06-28T11:31:26.101Z] #21 16.31 Setting up apparmor (2.13.6-10) ... [2022-06-28T11:31:27.486Z] #21 17.29 Setting up zip (3.0-12) ... [2022-06-28T11:31:27.486Z] #21 17.31 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:27.486Z] #21 17.34 Setting up bash-completion (1:2.11-2) ... [2022-06-28T11:31:28.424Z] #21 18.30 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-28T11:31:28.424Z] #21 18.31 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-28T11:31:28.424Z] #21 18.33 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-28T11:31:28.424Z] #21 18.34 Setting up patch (2.7.6-7) ... [2022-06-28T11:31:28.424Z] #21 18.35 Setting up sudo (1.9.5p2-3) ... [2022-06-28T11:31:28.424Z] #21 18.41 invoke-rc.d: could not determine current runlevel [2022-06-28T11:31:28.424Z] #21 18.41 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-28T11:31:28.424Z] #21 18.42 Setting up xfsprogs (5.10.0-4) ... [2022-06-28T11:31:28.424Z] #21 18.43 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-28T11:31:28.424Z] #21 18.44 Setting up inetutils-ping (2:2.0-1) ... [2022-06-28T11:31:28.424Z] #21 18.45 Setting up pigz (2.6-1) ... [2022-06-28T11:31:28.424Z] #21 18.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-28T11:31:28.424Z] #21 18.47 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-28T11:31:28.424Z] #21 18.49 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-28T11:31:28.424Z] #21 18.50 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:28.683Z] #21 18.85 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-28T11:31:28.943Z] #21 18.87 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-28T11:31:28.943Z] #21 19.08 Setting up libelf1:amd64 (0.183-1) ... [2022-06-28T11:31:28.943Z] #21 19.09 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-28T11:31:28.943Z] #21 19.10 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-28T11:31:28.943Z] #21 19.11 Setting up python3-distutils (3.9.2-1) ... [2022-06-28T11:31:29.202Z] #21 19.29 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-28T11:31:29.202Z] #21 19.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-28T11:31:29.202Z] #21 19.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-28T11:31:29.202Z] #21 19.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-28T11:31:29.202Z] #21 19.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-28T11:31:29.202Z] #21 19.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-28T11:31:29.202Z] #21 19.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-28T11:31:29.202Z] #21 19.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-28T11:31:29.202Z] #21 19.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-28T11:31:29.202Z] #21 19.35 Setting up python3-setuptools (52.0.0-4) ... [2022-06-28T11:31:29.771Z] #21 19.97 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-28T11:31:29.771Z] #21 19.99 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-28T11:31:29.771Z] #21 20.00 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-28T11:31:30.029Z] #21 20.01 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-28T11:31:30.289Z] #21 20.55 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-28T11:31:30.548Z] #21 20.57 Setting up jq (1.6-2.1) ... [2022-06-28T11:31:30.548Z] #21 20.58 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-28T11:31:30.548Z] #21 20.59 Setting up iptables (1.8.7-1) ... [2022-06-28T11:31:30.548Z] #21 20.61 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-28T11:31:30.548Z] #21 20.61 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-28T11:31:30.548Z] #21 20.62 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-28T11:31:30.548Z] #21 20.62 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-28T11:31:30.548Z] #21 20.63 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-28T11:31:30.548Z] #21 20.63 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-28T11:31:30.548Z] #21 20.64 Setting up iproute2 (5.10.0-4) ... [2022-06-28T11:31:30.808Z] #21 20.83 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-28T11:31:31.376Z] #21 DONE 21.4s [2022-06-28T11:31:31.376Z] [2022-06-28T11:31:31.376Z] #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-28T11:31:31.376Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:31:31.376Z] #64 ... [2022-06-28T11:31:31.376Z] [2022-06-28T11:31:31.376Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-28T11:31:31.376Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-28T11:31:32.314Z] #22 0.791 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-28T11:31:32.314Z] #22 0.796 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-28T11:31:32.314Z] #22 0.801 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-28T11:31:32.314Z] #22 DONE 0.9s [2022-06-28T11:31:32.314Z] [2022-06-28T11:31:32.314Z] #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-28T11:31:32.314Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:31:32.314Z] #64 ... [2022-06-28T11:31:32.314Z] [2022-06-28T11:31:32.314Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-28T11:31:32.315Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-28T11:31:40.441Z] #23 6.854 Collecting yamllint==1.26.1 [2022-06-28T11:31:40.441Z] #23 7.882 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-28T11:31:40.700Z] #23 8.336 Collecting pathspec>=0.5.3 [2022-06-28T11:31:40.700Z] #23 8.344 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-28T11:31:40.700Z] #23 8.507 Collecting pyyaml [2022-06-28T11:31:40.700Z] #23 8.523 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-28T11:31:40.960Z] #23 8.555 Building wheels for collected packages: yamllint [2022-06-28T11:31:40.960Z] #23 8.556 Building wheel for yamllint (setup.py): started [2022-06-28T11:31:41.220Z] #23 8.951 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-28T11:31:41.220Z] #23 8.952 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=d7962e9f81212633a51bfd78d7a004ace54f9d7af0f7c71b21d16efe4a269c43 [2022-06-28T11:31:41.220Z] #23 8.952 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-28T11:31:41.220Z] #23 8.955 Successfully built yamllint [2022-06-28T11:31:41.220Z] #23 8.964 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-28T11:31:41.480Z] #23 9.149 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-28T11:31:41.742Z] #23 DONE 9.5s [2022-06-28T11:31:41.742Z] [2022-06-28T11:31:41.742Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-28T11:31:41.742Z] #27 sha256:c23ebff68bf464f4d6686849091ee248007f8e26030e79de8c279b04c6e47060 [2022-06-28T11:31:41.742Z] #27 DONE 0.1s [2022-06-28T11:31:41.742Z] [2022-06-28T11:31:41.742Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-28T11:31:41.742Z] #32 sha256:3e07cb9d5c1e583741cbcbe8c395f66f18fd86f07dc9ee4907f36d7a69a81110 [2022-06-28T11:31:42.340Z] #32 DONE 0.4s [2022-06-28T11:31:42.340Z] [2022-06-28T11:31:42.340Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-28T11:31:42.340Z] #35 sha256:9ff7e177c33eae6cc912653bcf3d6d3fe70019b346ea5aa5bac8900a9d330c80 [2022-06-28T11:31:42.613Z] #35 DONE 0.2s [2022-06-28T11:31:42.613Z] [2022-06-28T11:31:42.613Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-28T11:31:42.613Z] #37 sha256:65474a96e4d6d83ab4d4da18f6d6a8147bd5a7804831bec2be7272c62b1436f6 [2022-06-28T11:31:42.613Z] #37 DONE 0.2s [2022-06-28T11:31:42.613Z] [2022-06-28T11:31:42.613Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-28T11:31:42.613Z] #39 sha256:d86a0a09081b0afe2ef4145ea6678531c73c4daaab29fbcc5149a922115df11c [2022-06-28T11:31:42.613Z] #39 DONE 0.1s [2022-06-28T11:31:42.613Z] [2022-06-28T11:31:42.613Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-28T11:31:42.613Z] #41 sha256:6837ca5a6b9f7dde2668210bb59e17a8949c3055a36214c9e1f03667baa17b47 [2022-06-28T11:31:42.875Z] #41 DONE 0.1s [2022-06-28T11:31:42.875Z] [2022-06-28T11:31:42.875Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-28T11:31:42.875Z] #45 sha256:aa9bb6112808473311b879a46ffc21bf471ed8d560b56a0d9410ba3aa4a575cb [2022-06-28T11:31:42.875Z] #45 DONE 0.1s [2022-06-28T11:31:42.875Z] [2022-06-28T11:31:42.875Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-28T11:31:42.875Z] #48 sha256:998a2349a08a8d234cdffabb6d5b0111c2a7d7477d2a5e7e6af973e6aac7f5f7 [2022-06-28T11:31:43.143Z] #48 DONE 0.2s [2022-06-28T11:31:43.143Z] [2022-06-28T11:31:43.143Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-28T11:31:43.143Z] #52 sha256:856e7714ed5c3c360837bc2b470bd9f2b514ff6a1b9cdf49f5b7057f27d6a583 [2022-06-28T11:31:43.143Z] #52 DONE 0.1s [2022-06-28T11:31:43.143Z] [2022-06-28T11:31:43.143Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-28T11:31:43.143Z] #54 sha256:143cf229aa9352bf9954f4b2b69413de3a983171cb8afd492eb0f8ffc16337a1 [2022-06-28T11:31:43.403Z] #54 DONE 0.1s [2022-06-28T11:31:43.403Z] [2022-06-28T11:31:43.403Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-28T11:31:43.403Z] #56 sha256:7349b239e2b768f32c87fb5864cec45c7e30fbce8a7e96c663b2c99b9b3139da [2022-06-28T11:31:43.663Z] #56 DONE 0.3s [2022-06-28T11:31:43.663Z] [2022-06-28T11:31:43.663Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-28T11:31:43.663Z] #58 sha256:c8cf3611d220a7f36f305e433366cb5b4c383b59ed507a01e128b70dd0187f6a [2022-06-28T11:31:43.663Z] #58 DONE 0.1s [2022-06-28T11:31:43.663Z] [2022-06-28T11:31:43.663Z] #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-28T11:31:43.663Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:31:43.663Z] #64 ... [2022-06-28T11:31:43.663Z] [2022-06-28T11:31:43.663Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-28T11:31:43.663Z] #61 sha256:7feb8a3b5b8d62c4bc464fd5f906a62a117a4d160674b89f5dc5f02d7a43c259 [2022-06-28T11:31:43.663Z] #61 DONE 0.1s [2022-06-28T11:31:43.923Z] [2022-06-28T11:31:43.923Z] #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-28T11:31:43.923Z] #64 sha256:ef4f833a65f1d52e8e116763388478d812a7856738fdf46ce4da4a805183dba7 [2022-06-28T11:31:49.202Z] #64 75.54 + bin/containerd [2022-06-28T11:31:52.620Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-28T11:31:52.621Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 31.9% of statements [2022-06-28T11:31:52.621Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-28T11:31:52.621Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-28T11:31:53.558Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-28T11:31:53.558Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-28T11:31:53.817Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-28T11:31:53.817Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-28T11:31:54.385Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 67.9% of statements [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-28T11:31:54.385Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-28T11:31:54.385Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-28T11:31:54.644Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-06-28T11:31:54.644Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-28T11:31:54.644Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-28T11:31:54.644Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-06-28T11:31:54.903Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 77.3% of statements [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-28T11:31:54.904Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-28T11:31:57.436Z] ok github.com/docker/docker/builder/remotecontext 0.094s coverage: 13.7% of statements [2022-06-28T11:31:57.436Z] ok github.com/docker/docker/builder/dockerfile 0.430s coverage: 49.3% of statements [2022-06-28T11:31:57.695Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-28T11:31:58.363Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-28T11:31:59.303Z] ok github.com/docker/docker/builder/remotecontext/git 1.783s coverage: 86.3% of statements [2022-06-28T11:31:59.303Z] ? github.com/docker/docker/cli [no test files] [2022-06-28T11:31:59.303Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-28T11:31:59.303Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-28T11:31:59.303Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-28T11:31:59.872Z] ok github.com/docker/docker/cmd/docker-proxy 0.025s coverage: 67.6% of statements [2022-06-28T11:32:03.161Z] ok github.com/docker/docker/client 0.109s coverage: 75.6% of statements [2022-06-28T11:32:16.499Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:32:16.499Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:32:16.499Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:32:16.499Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:32:16.499Z] [2022-06-28T11:32:16.499Z] + TEST_INTEGRATION_DEST=2 [2022-06-28T11:32:16.499Z] + CONTAINER_NAME=docker-pr3-2 [2022-06-28T11:32:16.499Z] + TEST_SKIP_INTEGRATION=1 [2022-06-28T11:32:16.499Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-28T11:32:16.499Z] + run_tests [2022-06-28T11:32:16.499Z] + c=0 [2022-06-28T11:32:16.499Z] + '[' -n 0 ']' [2022-06-28T11:32:16.499Z] + rm= [2022-06-28T11:32:16.499Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42542/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42542/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh '' test-integration [2022-06-28T11:32:16.499Z] ++ jobs -p [2022-06-28T11:32:16.499Z] + TEST_INTEGRATION_DEST=3 [2022-06-28T11:32:16.499Z] + CONTAINER_NAME=docker-pr3-3 [2022-06-28T11:32:16.499Z] + TEST_SKIP_INTEGRATION=1 [2022-06-28T11:32:16.499Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-28T11:32:16.499Z] + run_tests [2022-06-28T11:32:16.499Z] + for job in $(jobs -p) [2022-06-28T11:32:16.499Z] + wait 15250 [2022-06-28T11:32:16.499Z] + '[' -n 0 ']' [2022-06-28T11:32:16.499Z] + rm= [2022-06-28T11:32:16.499Z] + TEST_INTEGRATION_DEST=1 [2022-06-28T11:32:16.499Z] + CONTAINER_NAME=docker-pr3-1 [2022-06-28T11:32:16.499Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-28T11:32:16.499Z] + run_tests test-integration-flaky [2022-06-28T11:32:16.499Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42542/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42542/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh '' test-integration [2022-06-28T11:32:16.499Z] + '[' -n 0 ']' [2022-06-28T11:32:16.499Z] + rm= [2022-06-28T11:32:16.499Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42542/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42542/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh test-integration-flaky test-integration [2022-06-28T11:32:16.499Z] [2022-06-28T11:32:16.499Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-28T11:32:16.499Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-28T11:32:16.499Z] HOSTNAME=c8fb5a74e5f6 [2022-06-28T11:32:16.499Z] TEST_SKIP_INTEGRATION=1 [2022-06-28T11:32:16.499Z] TESTDEBUG=0 [2022-06-28T11:32:16.499Z] DEST=bundles/test-integration [2022-06-28T11:32:16.499Z] PWD=/go/src/github.com/docker/docker [2022-06-28T11:32:16.499Z] KEEPBUNDLE=1 [2022-06-28T11:32:16.499Z] DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:32:16.499Z] container=docker [2022-06-28T11:32:16.499Z] HOME=/root [2022-06-28T11:32:16.499Z] GOLANG_VERSION=1.18.3 [2022-06-28T11:32:16.499Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-28T11:32:16.499Z] VALIDATE_BRANCH=master [2022-06-28T11:32:16.499Z] TERM=xterm [2022-06-28T11:32:16.499Z] DOCKER_PKG=github.com/docker/docker [2022-06-28T11:32:16.499Z] SHLVL=1 [2022-06-28T11:32:16.499Z] TIMEOUT=120m [2022-06-28T11:32:16.499Z] DOCKER_BUILDTAGS= journald [2022-06-28T11:32:16.499Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-28T11:32:16.499Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-28T11:32:16.499Z] GO111MODULE=off [2022-06-28T11:32:16.499Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-28T11:32:16.499Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-28T11:32:16.499Z] GOPATH=/go [2022-06-28T11:32:16.499Z] PKG_CONFIG=pkg-config [2022-06-28T11:32:16.499Z] _=/usr/bin/env [2022-06-28T11:32:16.499Z] Building test suite binary ./integration-cli/test.main [2022-06-28T11:32:16.499Z] [2022-06-28T11:32:16.499Z] [2022-06-28T11:32:16.499Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-28T11:32:16.499Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-28T11:32:16.499Z] HOSTNAME=4d8cb8c4166c [2022-06-28T11:32:16.499Z] TEST_SKIP_INTEGRATION=1 [2022-06-28T11:32:16.499Z] TESTDEBUG=0 [2022-06-28T11:32:16.499Z] DEST=bundles/test-integration [2022-06-28T11:32:16.499Z] PWD=/go/src/github.com/docker/docker [2022-06-28T11:32:16.499Z] KEEPBUNDLE=1 [2022-06-28T11:32:16.499Z] DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:32:16.499Z] container=docker [2022-06-28T11:32:16.499Z] HOME=/root [2022-06-28T11:32:16.499Z] GOLANG_VERSION=1.18.3 [2022-06-28T11:32:16.499Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-28T11:32:16.499Z] VALIDATE_BRANCH=master [2022-06-28T11:32:16.499Z] TERM=xterm [2022-06-28T11:32:16.499Z] DOCKER_PKG=github.com/docker/docker [2022-06-28T11:32:16.499Z] SHLVL=1 [2022-06-28T11:32:16.499Z] TIMEOUT=120m [2022-06-28T11:32:16.499Z] DOCKER_BUILDTAGS= journald [2022-06-28T11:32:16.499Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-28T11:32:16.499Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-28T11:32:16.499Z] GO111MODULE=off [2022-06-28T11:32:16.499Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-28T11:32:16.499Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-28T11:32:16.499Z] GOPATH=/go [2022-06-28T11:32:16.499Z] PKG_CONFIG=pkg-config [2022-06-28T11:32:16.499Z] _=/usr/bin/env [2022-06-28T11:32:16.499Z] Building test suite binary ./integration-cli/test.main [2022-06-28T11:32:16.499Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-28T11:32:16.499Z] No new tests added to integration. [2022-06-28T11:32:16.499Z] [2022-06-28T11:32:16.499Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-28T11:32:16.499Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-28T11:32:16.499Z] HOSTNAME=1467106c8c7e [2022-06-28T11:32:16.499Z] TESTDEBUG=0 [2022-06-28T11:32:16.499Z] DEST=bundles/test-integration [2022-06-28T11:32:16.499Z] PWD=/go/src/github.com/docker/docker [2022-06-28T11:32:16.499Z] KEEPBUNDLE=1 [2022-06-28T11:32:16.499Z] DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:32:16.499Z] container=docker [2022-06-28T11:32:16.499Z] HOME=/root [2022-06-28T11:32:16.499Z] GOLANG_VERSION=1.18.3 [2022-06-28T11:32:16.499Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-28T11:32:16.499Z] VALIDATE_BRANCH=master [2022-06-28T11:32:16.499Z] TERM=xterm [2022-06-28T11:32:16.499Z] DOCKER_PKG=github.com/docker/docker [2022-06-28T11:32:16.499Z] SHLVL=1 [2022-06-28T11:32:16.499Z] TIMEOUT=120m [2022-06-28T11:32:16.499Z] DOCKER_BUILDTAGS= journald [2022-06-28T11:32:16.499Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-28T11:32:16.499Z] GO111MODULE=off [2022-06-28T11:32:16.499Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-28T11:32:16.499Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-28T11:32:16.499Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-28T11:32:16.499Z] GOPATH=/go [2022-06-28T11:32:16.499Z] PKG_CONFIG=pkg-config [2022-06-28T11:32:16.499Z] _=/usr/bin/env [2022-06-28T11:32:16.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-28T11:32:31.787Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:32:31.787Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:32:31.787Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:32:31.787Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:32:31.787Z] [2022-06-28T11:32:31.787Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-28T11:32:31.787Z] DOCKER_SYSTEMD=1 [2022-06-28T11:32:31.787Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-28T11:32:31.787Z] HOSTNAME=55baaeedc615 [2022-06-28T11:32:31.787Z] DEST=bundles/test-integration [2022-06-28T11:32:31.787Z] PWD=/go/src/github.com/docker/docker [2022-06-28T11:32:31.787Z] DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:32:31.787Z] container=docker [2022-06-28T11:32:31.787Z] HOME=/root [2022-06-28T11:32:31.787Z] LANG=C.UTF-8 [2022-06-28T11:32:31.787Z] INVOCATION_ID=30ff787ebf1943bbb04df0778225e2af [2022-06-28T11:32:31.787Z] GOLANG_VERSION=1.18.3 [2022-06-28T11:32:31.787Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-28T11:32:31.787Z] VALIDATE_BRANCH=master [2022-06-28T11:32:31.787Z] TERM=xterm [2022-06-28T11:32:31.787Z] DOCKER_PKG=github.com/docker/docker [2022-06-28T11:32:31.787Z] SHLVL=3 [2022-06-28T11:32:31.787Z] TIMEOUT=120m [2022-06-28T11:32:31.787Z] DOCKER_BUILDTAGS= journald [2022-06-28T11:32:31.787Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-28T11:32:31.787Z] GO111MODULE=off [2022-06-28T11:32:31.787Z] DOCKER_EXPERIMENTAL=1 [2022-06-28T11:32:31.787Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-28T11:32:31.787Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-28T11:32:31.787Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-28T11:32:31.787Z] GOPATH=/go [2022-06-28T11:32:31.787Z] PKG_CONFIG=pkg-config [2022-06-28T11:32:31.787Z] _=/usr/bin/env [2022-06-28T11:32:31.787Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-28T11:32:35.254Z] ok github.com/docker/docker/cmd/dockerd 0.074s coverage: 29.7% of statements [2022-06-28T11:32:35.822Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-06-28T11:32:36.081Z] ok github.com/docker/docker/cmd/dockerd/trap 2.425s coverage: 0.0% of statements [2022-06-28T11:32:36.081Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-28T11:32:36.081Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-28T11:32:36.081Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-28T11:32:36.081Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-28T11:32:36.081Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-28T11:32:42.655Z] ok github.com/docker/docker/daemon/cluster 0.065s coverage: 0.5% of statements [2022-06-28T11:32:42.915Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.017s coverage: 65.3% of statements [2022-06-28T11:32:44.293Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-06-28T11:32:45.448Z] #64 125.0 # github.com/containerd/containerd/cmd/containerd [2022-06-28T11:32:45.448Z] #64 125.0 /usr/bin/ld: /tmp/go-link-2078084498/000019.o: in function `New': [2022-06-28T11:32:45.448Z] #64 125.0 /tmp/tmp.i3WarYmBxJ/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-28T11:32:45.448Z] #64 125.1 + bin/containerd-stress [2022-06-28T11:32:45.448Z] #64 126.2 + bin/containerd-shim [2022-06-28T11:32:50.732Z] #64 137.4 + bin/containerd-shim-runc-v1 [2022-06-28T11:32:50.858Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.448s coverage: 13.4% of statements [2022-06-28T11:32:51.795Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-06-28T11:32:52.363Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-28T11:32:52.931Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-28T11:32:53.505Z] ok github.com/docker/docker/daemon 10.141s coverage: 16.1% of statements [2022-06-28T11:32:53.506Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-28T11:32:53.506Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-28T11:32:53.506Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-28T11:32:53.506Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-28T11:32:54.074Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.598s coverage: 74.8% of statements [2022-06-28T11:32:55.011Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.305s coverage: 56.2% of statements [2022-06-28T11:32:55.579Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-06-28T11:32:56.958Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.9% of statements [2022-06-28T11:32:57.317Z] #64 143.6 + bin/containerd-shim-runc-v2 [2022-06-28T11:32:57.888Z] #64 144.4 + binaries [2022-06-28T11:32:57.888Z] #64 144.4 + install -D bin/containerd /build/containerd [2022-06-28T11:32:57.888Z] #64 144.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-28T11:32:57.888Z] #64 144.4 + install -D bin/ctr /build/ctr [2022-06-28T11:32:58.341Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.254s coverage: 50.6% of statements [2022-06-28T11:32:58.457Z] #64 DONE 144.9s [2022-06-28T11:32:58.910Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.048s coverage: 46.1% of statements [2022-06-28T11:32:58.910Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-28T11:32:59.026Z] [2022-06-28T11:32:59.026Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-28T11:32:59.026Z] #65 sha256:fc76eab612aeda51353316e8afddb8dc3513c3b5c8ae885aad5d378ff8209dc1 [2022-06-28T11:32:59.285Z] #65 DONE 0.2s [2022-06-28T11:32:59.285Z] [2022-06-28T11:32:59.285Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-28T11:32:59.285Z] #70 sha256:ddafa62c44b60749f7a4c733e5fd16cf947a2ff79185a2f9ccc4b704af4af776 [2022-06-28T11:32:59.285Z] #70 DONE 0.1s [2022-06-28T11:32:59.285Z] [2022-06-28T11:32:59.285Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-28T11:32:59.285Z] #75 sha256:ff129a5c5f08d672eddac9c542923a702cc74418f6c9fb852407e6a673cbe5a0 [2022-06-28T11:32:59.848Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-06-28T11:32:59.853Z] #75 DONE 0.5s [2022-06-28T11:32:59.853Z] [2022-06-28T11:32:59.853Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-28T11:32:59.853Z] #78 sha256:94367bfa3a92f7dcea2d5cf02d705d9ec958c79af86225885e473f9daf3d972b [2022-06-28T11:32:59.853Z] #78 DONE 0.1s [2022-06-28T11:33:00.106Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.873s coverage: 58.5% of statements [2022-06-28T11:33:00.106Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-28T11:33:00.106Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-28T11:33:00.112Z] [2022-06-28T11:33:00.112Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-28T11:33:00.112Z] #79 sha256:b75b150c5e1dce96a3b604af35ba73c09399c13266f24a3716db6e78a95f59f2 [2022-06-28T11:33:00.112Z] #79 DONE 0.0s [2022-06-28T11:33:00.112Z] [2022-06-28T11:33:00.112Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-28T11:33:00.112Z] #80 sha256:50c842b776bd12ff8e16fb0e2d9235e05b7f599328b25a8d86fd5440e0fe8606 [2022-06-28T11:33:00.112Z] #80 DONE 0.0s [2022-06-28T11:33:00.112Z] [2022-06-28T11:33:00.112Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-28T11:33:00.112Z] #81 sha256:bc63ef892a6205dcd3f8d80ccfd2dde3265853302a7d3e7102c3ccff1bfee476 [2022-06-28T11:33:00.674Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2022-06-28T11:33:01.067Z] #81 DONE 0.9s [2022-06-28T11:33:01.067Z] [2022-06-28T11:33:01.067Z] #82 exporting to image [2022-06-28T11:33:01.067Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-28T11:33:01.067Z] #82 exporting layers [2022-06-28T11:33:01.251Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-06-28T11:33:02.628Z] ok github.com/docker/docker/daemon/images 0.039s coverage: 6.9% of statements [2022-06-28T11:33:02.628Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-28T11:33:02.628Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-28T11:33:02.628Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.2% of statements [2022-06-28T11:33:03.565Z] ok github.com/docker/docker/daemon/logger/fluentd 0.017s coverage: 53.6% of statements [2022-06-28T11:33:03.565Z] ok github.com/docker/docker/daemon/logger/awslogs 0.174s coverage: 79.9% of statements [2022-06-28T11:33:03.565Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-28T11:33:04.133Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-28T11:33:04.133Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.4% of statements [2022-06-28T11:33:04.701Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-06-28T11:33:05.269Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.167s coverage: 76.8% of statements [2022-06-28T11:33:05.527Z] ok github.com/docker/docker/daemon/logger/local 0.038s coverage: 79.4% of statements [2022-06-28T11:33:05.527Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-28T11:33:05.527Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-28T11:33:06.464Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.037s coverage: 31.5% of statements [2022-06-28T11:33:06.464Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.021s coverage: 62.0% of statements [2022-06-28T11:33:07.035Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 46.8% of statements [2022-06-28T11:33:07.300Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-28T11:33:07.639Z] #82 exporting layers 6.1s done [2022-06-28T11:33:07.640Z] #82 writing image sha256:707e7ca15ce0ad4a350084d7c5fc848cfb86f54ed5a8cdc216c1f5af026c8bb1 done [2022-06-28T11:33:07.640Z] #82 naming to docker.io/library/docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 done [2022-06-28T11:33:07.640Z] #82 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T11:33:07.867Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-06-28T11:33:07.987Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -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:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh dynbinary test-integration [2022-06-28T11:33:08.556Z] [2022-06-28T11:33:08.556Z] Removing bundles/ [2022-06-28T11:33:08.556Z] [2022-06-28T11:33:08.556Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-28T11:33:08.556Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:33:08.556Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:33:08.804Z] ok github.com/docker/docker/daemon/logger/splunk 1.585s coverage: 82.5% of statements [2022-06-28T11:33:08.804Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-28T11:33:08.804Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-28T11:33:09.741Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-06-28T11:33:09.741Z] ok github.com/docker/docker/distribution 0.601s coverage: 28.0% of statements [2022-06-28T11:33:09.741Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-28T11:33:10.310Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-28T11:33:11.246Z] ok github.com/docker/docker/image 0.027s coverage: 86.9% of statements [2022-06-28T11:33:11.505Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-28T11:33:12.073Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-06-28T11:33:12.332Z] ok github.com/docker/docker/distribution/xfer 1.894s coverage: 84.9% of statements [2022-06-28T11:33:12.332Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-28T11:33:12.332Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-28T11:33:12.332Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-28T11:33:12.591Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-06-28T11:33:13.529Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-06-28T11:33:13.788Z] ok github.com/docker/docker/opts 0.026s coverage: 66.0% of statements [2022-06-28T11:33:14.047Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-28T11:33:15.425Z] ok github.com/docker/docker/pkg/archive 0.282s coverage: 82.3% of statements [2022-06-28T11:33:16.362Z] ok github.com/docker/docker/pkg/authorization 0.386s coverage: 68.3% of statements [2022-06-28T11:33:16.620Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-28T11:33:16.879Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-28T11:33:17.015Z] INFO [loader] Go packages loading at mode 575 (deps|files|name|compiled_files|imports|types_sizes|exports_file) took 2m44.958115733s [2022-06-28T11:33:17.015Z] 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-28T11:33:17.015Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 486.859307ms [2022-06-28T11:33:18.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-28T11:33:18.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-28T11:33:20.165Z] ok github.com/docker/docker/pkg/chrootarchive 2.513s coverage: 42.7% of statements [2022-06-28T11:33:20.165Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-28T11:33:20.425Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-06-28T11:33:20.684Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-06-28T11:33:20.943Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-06-28T11:33:21.202Z] ok github.com/docker/docker/layer 7.740s coverage: 68.9% of statements [2022-06-28T11:33:21.202Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-28T11:33:21.202Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-28T11:33:21.202Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-28T11:33:21.202Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-28T11:33:21.202Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-28T11:33:21.202Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-28T11:33:21.461Z] ok github.com/docker/docker/pkg/fsutils 0.203s coverage: 85.1% of statements [2022-06-28T11:33:21.461Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-06-28T11:33:22.397Z] ok github.com/docker/docker/pkg/idtools 0.351s coverage: 67.9% of statements [2022-06-28T11:33:22.397Z] ok github.com/docker/docker/pkg/ioutils 0.382s coverage: 71.5% of statements [2022-06-28T11:33:22.656Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2022-06-28T11:33:22.656Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-06-28T11:33:22.656Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-28T11:33:22.915Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2022-06-28T11:33:22.915Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-28T11:33:23.174Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.008s coverage: 90.5% of statements [2022-06-28T11:33:23.174Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-06-28T11:33:23.432Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-06-28T11:33:23.432Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-28T11:33:23.433Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-28T11:33:24.000Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2022-06-28T11:33:24.259Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-28T11:33:24.518Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-28T11:33:24.787Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-28T11:33:26.173Z] ok github.com/docker/docker/pkg/pubsub 1.046s coverage: 75.0% of statements [2022-06-28T11:33:26.432Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-06-28T11:33:26.691Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-28T11:33:26.691Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-06-28T11:33:26.950Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-28T11:33:27.209Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2022-06-28T11:33:27.777Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-06-28T11:33:28.036Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-06-28T11:33:28.294Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2022-06-28T11:33:28.861Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2022-06-28T11:33:29.120Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-28T11:33:29.379Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-28T11:33:31.388Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-06-28T11:33:31.388Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-28T11:33:31.955Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-06-28T11:33:33.333Z] ok github.com/docker/docker/quota 0.208s coverage: 71.4% of statements [2022-06-28T11:33:33.333Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-28T11:33:34.270Z] ok github.com/docker/docker/registry 0.080s coverage: 58.6% of statements [2022-06-28T11:33:34.837Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-28T11:33:34.837Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-06-28T11:33:35.404Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-28T11:33:35.663Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-28T11:33:37.567Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-28T11:33:37.826Z] ok github.com/docker/docker/volume/local 0.087s coverage: 76.8% of statements [2022-06-28T11:33:38.394Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-06-28T11:33:39.769Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-06-28T11:33:40.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-28T11:33:48.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-28T11:33:56.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-28T11:33:57.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-28T11:33:57.852Z] ok github.com/docker/docker/pkg/plugins 33.637s coverage: 76.3% of statements [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/rootless [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/volume [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-28T11:33:57.852Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-28T11:33:57.852Z] [2022-06-28T11:33:57.852Z] === Skipped [2022-06-28T11:33:57.852Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-28T11:33:57.852Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-28T11:33:57.852Z] [2022-06-28T11:33:57.852Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-28T11:33:57.852Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-28T11:33:57.852Z] [2022-06-28T11:33:57.852Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-28T11:33:57.852Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-28T11:33:57.852Z] [2022-06-28T11:33:57.852Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-28T11:33:57.852Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-28T11:33:57.852Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:71: No driver to put! [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-28T11:33:57.853Z] time="2022-06-28T11:32:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-28T11:33:57.853Z] time="2022-06-28T11:32:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-28T11:33:57.853Z] time="2022-06-28T11:32:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-28T11:33:57.853Z] time="2022-06-28T11:32:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-28T11:33:57.853Z] time="2022-06-28T11:32:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:71: No driver to put! [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-28T11:33:57.853Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-28T11:33:57.853Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-28T11:33:57.853Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:33:57.853Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-28T11:33:57.853Z] graphtest_unix.go:71: No driver to put! [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-28T11:33:57.853Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-28T11:33:57.853Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-28T11:33:57.853Z] [2022-06-28T11:33:57.853Z] DONE 2785 tests, 28 skipped in 208.677s [2022-06-28T11:33:57.853Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:33:57.853Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-28T11:33:57.853Z] + 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-28T11:33:58.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-28T11:33:58.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-28T11:33:59.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-28T11:33:59.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-28T11:34:00.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-28T11:34:03.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-28T11:34:04.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-28T11:34:05.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-28T11:34:05.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-28T11:34:06.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-28T11:34:07.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-28T11:34:08.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-28T11:34:09.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-28T11:34:10.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-28T11:34:10.784Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-28T11:34:10.784Z] Using test binary docker [2022-06-28T11:34:10.784Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-28T11:34:10.784Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-28T11:34:10.784Z] INFO: Waiting for daemon to start... [2022-06-28T11:34:10.784Z] Starting dockerd [2022-06-28T11:34:13.303Z] . [2022-06-28T11:34:13.303Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-28T11:34:13.303Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-28T11:34:13.303Z] Error: No such image: emptyfs [2022-06-28T11:34:13.303Z] Running integration-test (iteration 1) [2022-06-28T11:34:13.303Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-28T11:34:13.303Z] Loaded image: busybox:latest [2022-06-28T11:34:13.559Z] Loaded image: busybox:glibc [2022-06-28T11:34:14.928Z] Loaded image: debian:bullseye-slim [2022-06-28T11:34:14.928Z] Loaded image: hello-world:latest [2022-06-28T11:34:14.928Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:34:14.928Z] INFO: Testing against a local daemon [2022-06-28T11:34:14.928Z] === RUN TestCgroupNamespacesBuild [2022-06-28T11:34:16.296Z] --- PASS: TestCgroupNamespacesBuild (1.24s) [2022-06-28T11:34:16.296Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-28T11:34:17.666Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.52s) [2022-06-28T11:34:17.666Z] === RUN TestBuildWithSession [2022-06-28T11:34:17.666Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:34:17.666Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-28T11:34:17.666Z] === RUN TestBuildSquashParent [2022-06-28T11:34:22.917Z] --- PASS: TestBuildSquashParent (4.75s) [2022-06-28T11:34:22.917Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-28T11:34:22.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:34:22.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:34:22.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:34:22.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:34:22.917Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:34:22.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:34:22.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:34:22.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:34:22.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:34:22.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:34:22.917Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:34:22.917Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:34:22.917Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:34:22.917Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:34:24.287Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:34:24.287Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:34:25.655Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:34:25.912Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:34:27.281Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-28T11:34:27.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.66s) [2022-06-28T11:34:27.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.73s) [2022-06-28T11:34:27.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.42s) [2022-06-28T11:34:27.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.63s) [2022-06-28T11:34:27.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.53s) [2022-06-28T11:34:27.281Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.52s) [2022-06-28T11:34:27.281Z] === RUN TestBuildMultiStageCopy [2022-06-28T11:34:27.281Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-28T11:34:28.648Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-28T11:34:28.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-28T11:34:29.162Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-28T11:34:29.419Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-28T11:34:29.676Z] --- PASS: TestBuildMultiStageCopy (2.24s) [2022-06-28T11:34:29.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.38s) [2022-06-28T11:34:29.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-06-28T11:34:29.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-06-28T11:34:29.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-06-28T11:34:29.676Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-06-28T11:34:29.676Z] === RUN TestBuildMultiStageParentConfig [2022-06-28T11:34:30.240Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-06-28T11:34:30.240Z] === RUN TestBuildLabelWithTargets [2022-06-28T11:34:31.170Z] --- PASS: TestBuildLabelWithTargets (0.95s) [2022-06-28T11:34:31.170Z] === RUN TestBuildWithEmptyLayers [2022-06-28T11:34:31.732Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-06-28T11:34:31.732Z] === RUN TestBuildMultiStageOnBuild [2022-06-28T11:34:33.104Z] --- PASS: TestBuildMultiStageOnBuild (1.53s) [2022-06-28T11:34:33.104Z] === RUN TestBuildUncleanTarFilenames [2022-06-28T11:34:33.668Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-06-28T11:34:33.668Z] === RUN TestBuildMultiStageLayerLeak [2022-06-28T11:34:35.561Z] --- PASS: TestBuildMultiStageLayerLeak (1.66s) [2022-06-28T11:34:35.561Z] === RUN TestBuildWithHugeFile [2022-06-28T11:34:37.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-28T11:34:41.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-28T11:34:44.563Z] ok github.com/docker/docker/libnetwork 37.248s coverage: 40.6% of statements [2022-06-28T11:34:44.563Z] ok github.com/docker/docker/libnetwork/bitseq 0.139s coverage: 84.4% of statements [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-28T11:34:44.563Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-28T11:34:44.563Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-28T11:34:44.563Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-28T11:34:44.563Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-28T11:34:45.130Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.521s coverage: 59.9% of statements [2022-06-28T11:34:45.131Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-28T11:34:45.389Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-28T11:34:45.957Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.021s coverage: 5.0% of statements [2022-06-28T11:34:46.216Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-28T11:34:46.784Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-28T11:34:46.784Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-28T11:34:47.043Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-06-28T11:34:53.494Z] INFO [linters context/goanalysis] analyzers took 4m46.051376711s with top 10 stages: buildir: 1m59.525662757s, goimports: 25.876696854s, unconvert: 18.514478199s, gosec: 16.228687935s, S1038: 9.172533332s, golint: 8.62401811s, misspell: 6.013928018s, nilness: 3.838490853s, S1039: 3.805440845s, directives: 3.37195542s [2022-06-28T11:34:53.494Z] INFO [runner] Issues before processing: 3035, after processing: 0 [2022-06-28T11:34:53.494Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2419/2419, cgo: 2419/3035, identifier_marker: 2036/2036, filename_unadjuster: 2419/2419, path_prettifier: 2419/2419, exclude-rules: 77/2036, nolint: 0/77, skip_files: 2419/2419, autogenerated_exclude: 2036/2419, exclude: 2036/2036 [2022-06-28T11:34:53.494Z] INFO [runner] processing took 82.032751ms with stages: nolint: 32.276013ms, identifier_marker: 21.74326ms, path_prettifier: 9.461551ms, autogenerated_exclude: 8.377919ms, exclude-rules: 7.827285ms, skip_dirs: 1.790472ms, cgo: 373.948µs, filename_unadjuster: 177.785µs, max_same_issues: 1.222µs, uniq_by_line: 500ns, skip_files: 396ns, exclude: 330ns, max_from_linter: 325ns, diff: 320ns, source_code: 289ns, path_shortener: 256ns, path_prefixer: 240ns, severity-rules: 218ns, max_per_file_from_linter: 215ns, sort_results: 207ns [2022-06-28T11:34:53.494Z] INFO [runner] linters took 1m29.687903198s with stages: goanalysis_metalinter: 1m29.605751256s [2022-06-28T11:34:53.494Z] INFO File cache stats: 1674 entries of total size 8.6MiB [2022-06-28T11:34:53.494Z] INFO Memory: 2552 samples, avg is 287.0MB, max is 1190.9MB [2022-06-28T11:34:53.494Z] INFO Execution took 4m15.142607223s [2022-06-28T11:34:53.494Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-28T11:34:53.823Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh dynbinary test-docker-py [2022-06-28T11:34:54.083Z] [2022-06-28T11:34:54.342Z] Removing bundles/ [2022-06-28T11:34:54.342Z] [2022-06-28T11:34:54.342Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-28T11:34:54.342Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:34:54.342Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:34:57.017Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.611s coverage: 7.2% of statements [2022-06-28T11:34:57.017Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-28T11:34:57.017Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-06-28T11:34:57.017Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-06-28T11:34:57.017Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-28T11:34:57.017Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-28T11:34:57.017Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-28T11:34:57.276Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 82.4% of statements [2022-06-28T11:34:57.535Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 81.2% of statements [2022-06-28T11:34:57.535Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-28T11:34:57.793Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-28T11:35:10.000Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-28T11:35:15.044Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:35:15.044Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:35:15.044Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:35:15.044Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:35:15.044Z] [2022-06-28T11:35:15.044Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-28T11:35:15.044Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-28T11:35:15.044Z] HOSTNAME=4115dc2eb2c4 [2022-06-28T11:35:15.044Z] DEST=bundles/test-integration [2022-06-28T11:35:15.044Z] PWD=/go/src/github.com/docker/docker [2022-06-28T11:35:15.044Z] DOCKER_ROOTLESS=1 [2022-06-28T11:35:15.044Z] DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:35:15.044Z] container=docker [2022-06-28T11:35:15.044Z] HOME=/root [2022-06-28T11:35:15.044Z] GOLANG_VERSION=1.18.3 [2022-06-28T11:35:15.044Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-28T11:35:15.044Z] VALIDATE_BRANCH=master [2022-06-28T11:35:15.044Z] TERM=xterm [2022-06-28T11:35:15.044Z] DOCKER_PKG=github.com/docker/docker [2022-06-28T11:35:15.044Z] SHLVL=1 [2022-06-28T11:35:15.044Z] TIMEOUT=120m [2022-06-28T11:35:15.044Z] DOCKER_BUILDTAGS= journald [2022-06-28T11:35:15.044Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-28T11:35:15.044Z] GO111MODULE=off [2022-06-28T11:35:15.044Z] DOCKER_EXPERIMENTAL=1 [2022-06-28T11:35:15.044Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-28T11:35:15.044Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-28T11:35:15.044Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-28T11:35:15.044Z] GOPATH=/go [2022-06-28T11:35:15.044Z] PKG_CONFIG=pkg-config [2022-06-28T11:35:15.044Z] _=/usr/bin/env [2022-06-28T11:35:15.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-28T11:35:24.885Z] ok github.com/docker/docker/libnetwork/ipam 16.281s coverage: 85.3% of statements [2022-06-28T11:35:24.885Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-28T11:35:24.885Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-28T11:35:25.144Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-28T11:35:25.711Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-06-28T11:35:25.711Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-28T11:35:25.711Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2022-06-28T11:35:26.279Z] ok github.com/docker/docker/libnetwork/ipamutils 0.275s coverage: 74.0% of statements [2022-06-28T11:35:27.215Z] ok github.com/docker/docker/libnetwork/iptables 0.169s coverage: 45.1% of statements [2022-06-28T11:35:27.215Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-28T11:35:27.474Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2022-06-28T11:35:31.809Z] --- PASS: TestBuildWithHugeFile (49.25s) [2022-06-28T11:35:31.809Z] === RUN TestBuildWCOWSandboxSize [2022-06-28T11:35:31.809Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:35:31.809Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:35:31.809Z] === RUN TestBuildWithEmptyDockerfile [2022-06-28T11:35:31.809Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:35:31.809Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:35:31.809Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:35:31.809Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:35:31.809Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:35:31.809Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:35:31.809Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:35:31.809Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:35:31.809Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:35:31.809Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-28T11:35:31.809Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-06-28T11:35:31.809Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-06-28T11:35:31.809Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-28T11:35:31.809Z] === RUN TestBuildPreserveOwnership [2022-06-28T11:35:31.809Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-28T11:35:31.809Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-28T11:35:31.809Z] --- PASS: TestBuildPreserveOwnership (3.60s) [2022-06-28T11:35:31.809Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.43s) [2022-06-28T11:35:31.809Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.17s) [2022-06-28T11:35:31.809Z] === RUN TestBuildPlatformInvalid [2022-06-28T11:35:31.809Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-28T11:35:31.809Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-28T11:35:31.809Z] Loaded image: busybox:latest [2022-06-28T11:35:31.809Z] Loaded image: busybox:glibc [2022-06-28T11:35:31.809Z] Loaded image: debian:bullseye-slim [2022-06-28T11:35:31.809Z] Loaded image: hello-world:latest [2022-06-28T11:35:31.809Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:35:39.911Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.77s) [2022-06-28T11:35:39.911Z] PASS [2022-06-28T11:35:39.911Z] [2022-06-28T11:35:39.911Z] === Skipped [2022-06-28T11:35:39.911Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-28T11:35:39.911Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:35:39.911Z] [2022-06-28T11:35:39.911Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:35:39.911Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:35:39.911Z] [2022-06-28T11:35:39.911Z] DONE 34 tests, 2 skipped in 86.135s [2022-06-28T11:35:39.911Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-28T11:35:39.911Z] INFO: Testing against a local daemon [2022-06-28T11:35:39.911Z] === RUN TestConfigInspect [2022-06-28T11:35:41.802Z] --- PASS: TestConfigInspect (2.17s) [2022-06-28T11:35:41.802Z] === RUN TestConfigList [2022-06-28T11:35:43.694Z] --- PASS: TestConfigList (2.15s) [2022-06-28T11:35:43.694Z] === RUN TestConfigsCreateAndDelete [2022-06-28T11:35:46.214Z] --- PASS: TestConfigsCreateAndDelete (2.14s) [2022-06-28T11:35:46.214Z] === RUN TestConfigsUpdate [2022-06-28T11:35:48.105Z] --- PASS: TestConfigsUpdate (2.16s) [2022-06-28T11:35:48.106Z] === RUN TestTemplatedConfig [2022-06-28T11:35:50.626Z] --- PASS: TestTemplatedConfig (2.59s) [2022-06-28T11:35:50.626Z] === RUN TestConfigCreateResolve [2022-06-28T11:35:52.519Z] --- PASS: TestConfigCreateResolve (2.16s) [2022-06-28T11:35:52.519Z] PASS [2022-06-28T11:35:52.519Z] [2022-06-28T11:35:52.519Z] DONE 6 tests in 13.374s [2022-06-28T11:35:52.519Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-28T11:35:52.776Z] INFO: Testing against a local daemon [2022-06-28T11:35:52.776Z] === RUN TestAttachWithTTY [2022-06-28T11:35:52.776Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-28T11:35:52.776Z] === RUN TestAttachWithoutTTy [2022-06-28T11:35:52.776Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-28T11:35:52.776Z] === RUN TestCheckpoint [2022-06-28T11:35:52.776Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:35:52.776Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/commit [2022-06-28T11:35:52.776Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-28T11:35:52.776Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:35:52.776Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:35:52.776Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:35:52.776Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:35:52.776Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:35:52.776Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:35:52.776Z] === CONT TestContainerInvalidJSON/commit [2022-06-28T11:35:52.776Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-28T11:35:52.776Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-28T11:35:52.776Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-28T11:35:52.776Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-28T11:35:52.776Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-28T11:35:52.776Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-28T11:35:52.776Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-28T11:35:52.776Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-28T11:35:52.776Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-28T11:35:52.776Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-28T11:35:52.776Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-28T11:35:52.776Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-06-28T11:35:52.776Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-28T11:35:53.033Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-28T11:35:53.033Z] === RUN TestCopyEmptyFile [2022-06-28T11:35:53.033Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-28T11:35:53.033Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-28T11:35:53.290Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-28T11:35:53.290Z] === RUN TestCopyFromContainer [2022-06-28T11:35:54.221Z] === RUN TestCopyFromContainer// [2022-06-28T11:35:54.221Z] === RUN TestCopyFromContainer//bar/root [2022-06-28T11:35:54.477Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-28T11:35:54.477Z] === RUN TestCopyFromContainer/bar/quux [2022-06-28T11:35:54.477Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-28T11:35:54.477Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-28T11:35:54.734Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-28T11:35:54.734Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-28T11:35:54.734Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-28T11:35:54.734Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer (1.72s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-28T11:35:54.992Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-28T11:35:54.992Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-28T11:35:54.992Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:35:54.992Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:35:54.992Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:35:54.992Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:35:54.992Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:35:54.992Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:35:54.992Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:35:54.992Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:35:54.992Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:35:54.992Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-28T11:35:54.992Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-28T11:35:54.992Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-28T11:35:54.992Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-28T11:35:54.992Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-28T11:35:54.992Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-28T11:35:54.992Z] === RUN TestCreateWithInvalidEnv [2022-06-28T11:35:54.992Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-28T11:35:54.992Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-28T11:35:54.992Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-28T11:35:54.992Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-28T11:35:54.992Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-28T11:35:54.992Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-28T11:35:54.992Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-28T11:35:54.992Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-28T11:35:54.992Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-28T11:35:54.992Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-28T11:35:54.992Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-28T11:35:54.992Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-28T11:35:54.992Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-28T11:35:54.992Z] === RUN TestCreateTmpfsMountsTarget [2022-06-28T11:35:54.992Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-28T11:35:54.992Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-28T11:35:56.361Z] --- PASS: TestCreateWithCustomMaskedPaths (1.51s) [2022-06-28T11:35:56.361Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-28T11:35:58.256Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.47s) [2022-06-28T11:35:58.256Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-28T11:35:58.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:35:58.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:35:58.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:35:58.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:35:58.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:35:58.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:35:58.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:35:58.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:35:58.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:35:58.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:35:58.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:35:58.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:35:58.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:35:58.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:35:58.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:35:58.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-28T11:35:58.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-28T11:35:58.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-28T11:35:58.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-28T11:35:58.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-28T11:35:58.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-06-28T11:35:58.256Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-28T11:35:58.513Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2022-06-28T11:35:58.513Z] === RUN TestCreateDifferentPlatform [2022-06-28T11:35:58.513Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-28T11:35:58.513Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-28T11:35:58.513Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-28T11:35:58.513Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-28T11:35:58.513Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-28T11:35:58.513Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-28T11:35:58.513Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-28T11:35:58.513Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-28T11:35:58.513Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-28T11:35:58.513Z] === RUN TestCreateInvalidHostConfig [2022-06-28T11:35:58.513Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:35:58.513Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:35:58.513Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:35:58.513Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:35:58.514Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:35:58.514Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:35:58.514Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:35:58.514Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:35:58.514Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:35:58.514Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:35:58.514Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:35:58.771Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:35:58.771Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-28T11:35:58.771Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-28T11:35:58.771Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-28T11:35:58.771Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-28T11:35:58.771Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-28T11:35:58.771Z] === RUN TestContainerStartOnDaemonRestart [2022-06-28T11:35:58.771Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-28T11:35:58.771Z] === RUN TestDaemonRestartIpcMode [2022-06-28T11:35:58.771Z] === PAUSE TestDaemonRestartIpcMode [2022-06-28T11:35:58.771Z] === RUN TestDaemonHostGatewayIP [2022-06-28T11:35:58.771Z] === PAUSE TestDaemonHostGatewayIP [2022-06-28T11:35:58.771Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-28T11:35:58.771Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-28T11:35:58.771Z] === RUN TestContainerKillOnDaemonStart [2022-06-28T11:35:58.771Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-28T11:35:58.771Z] === RUN TestDiff [2022-06-28T11:35:59.333Z] --- PASS: TestDiff (0.57s) [2022-06-28T11:35:59.333Z] === RUN TestExecConsoleSize [2022-06-28T11:35:59.898Z] --- PASS: TestExecConsoleSize (0.63s) [2022-06-28T11:35:59.898Z] === RUN TestExecWithCloseStdin [2022-06-28T11:36:00.462Z] --- PASS: TestExecWithCloseStdin (0.63s) [2022-06-28T11:36:00.462Z] === RUN TestExec [2022-06-28T11:36:01.024Z] --- PASS: TestExec (0.61s) [2022-06-28T11:36:01.024Z] === RUN TestExecUser [2022-06-28T11:36:01.588Z] --- PASS: TestExecUser (0.62s) [2022-06-28T11:36:01.588Z] === RUN TestExportContainerAndImportImage [2022-06-28T11:36:01.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-28T11:36:01.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-28T11:36:02.523Z] --- PASS: TestExportContainerAndImportImage (0.75s) [2022-06-28T11:36:02.523Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-28T11:36:02.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-28T11:36:03.891Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-28T11:36:03.891Z] === RUN TestHealthCheckWorkdir [2022-06-28T11:36:04.455Z] --- PASS: TestHealthCheckWorkdir (0.82s) [2022-06-28T11:36:04.455Z] === RUN TestHealthKillContainer [2022-06-28T11:36:14.402Z] --- PASS: TestHealthKillContainer (8.15s) [2022-06-28T11:36:14.402Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-28T11:36:14.402Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-06-28T11:36:14.402Z] === RUN TestIpcModeNone [2022-06-28T11:36:14.402Z] --- PASS: TestIpcModeNone (0.62s) [2022-06-28T11:36:14.402Z] === RUN TestIpcModePrivate [2022-06-28T11:36:14.402Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-06-28T11:36:14.402Z] --- PASS: TestIpcModePrivate (0.59s) [2022-06-28T11:36:14.402Z] === RUN TestIpcModeShareable [2022-06-28T11:36:14.966Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-06-28T11:36:15.222Z] --- PASS: TestIpcModeShareable (0.66s) [2022-06-28T11:36:15.222Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-28T11:36:17.197Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s) [2022-06-28T11:36:17.197Z] === RUN TestAPIIpcModeHost [2022-06-28T11:36:17.197Z] --- PASS: TestAPIIpcModeHost (0.37s) [2022-06-28T11:36:17.197Z] === RUN TestDaemonIpcModeShareable [2022-06-28T11:36:18.591Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-28T11:36:18.591Z] --- PASS: TestDaemonIpcModeShareable (1.23s) [2022-06-28T11:36:18.591Z] === RUN TestDaemonIpcModePrivate [2022-06-28T11:36:19.520Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-28T11:36:19.776Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-06-28T11:36:19.776Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-28T11:36:20.705Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-06-28T11:36:20.961Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s) [2022-06-28T11:36:20.961Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-28T11:36:21.890Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-06-28T11:36:22.148Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2022-06-28T11:36:22.148Z] === RUN TestIpcModeOlderClient [2022-06-28T11:36:22.148Z] === PAUSE TestIpcModeOlderClient [2022-06-28T11:36:22.148Z] === RUN TestKillContainerInvalidSignal [2022-06-28T11:36:22.405Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-06-28T11:36:22.405Z] === RUN TestKillContainer [2022-06-28T11:36:22.405Z] === RUN TestKillContainer/no_signal [2022-06-28T11:36:22.969Z] === RUN TestKillContainer/non_killing_signal [2022-06-28T11:36:23.226Z] === RUN TestKillContainer/killing_signal [2022-06-28T11:36:23.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-28T11:36:23.790Z] --- PASS: TestKillContainer (1.30s) [2022-06-28T11:36:23.791Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-28T11:36:23.791Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-28T11:36:23.791Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-06-28T11:36:23.791Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-28T11:36:23.791Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-28T11:36:24.048Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-28T11:36:24.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-28T11:36:24.978Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.21s) [2022-06-28T11:36:24.978Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-06-28T11:36:24.978Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-06-28T11:36:24.978Z] === RUN TestKillStoppedContainer [2022-06-28T11:36:24.978Z] --- PASS: TestKillStoppedContainer (0.08s) [2022-06-28T11:36:24.978Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-28T11:36:24.978Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-06-28T11:36:24.978Z] === RUN TestKillDifferentUserContainer [2022-06-28T11:36:25.543Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2022-06-28T11:36:25.543Z] === RUN TestInspectOomKilledTrue [2022-06-28T11:36:25.543Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-28T11:36:25.543Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-28T11:36:25.543Z] === RUN TestInspectOomKilledFalse [2022-06-28T11:36:26.107Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-06-28T11:36:26.107Z] === RUN TestLinksEtcHostsContentMatch [2022-06-28T11:36:26.364Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2022-06-28T11:36:26.364Z] === RUN TestLinksContainerNames [2022-06-28T11:36:27.298Z] --- PASS: TestLinksContainerNames (0.83s) [2022-06-28T11:36:27.298Z] === RUN TestLogsFollowTailEmpty [2022-06-28T11:36:27.555Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-06-28T11:36:27.555Z] === RUN TestLogs [2022-06-28T11:36:27.555Z] === RUN TestLogs/driver_local [2022-06-28T11:36:27.555Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:36:27.555Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:36:27.555Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-28T11:36:27.555Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-28T11:36:27.555Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-28T11:36:27.555Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-28T11:36:27.555Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:36:27.555Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:36:27.555Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:36:27.555Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:36:27.555Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:36:27.555Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:36:27.555Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:36:27.555Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:36:28.485Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:36:28.485Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:36:29.049Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-28T11:36:29.049Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-28T11:36:29.612Z] === RUN TestLogs/driver_json-file [2022-06-28T11:36:29.612Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:36:29.612Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:36:29.612Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:36:29.612Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:36:29.612Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:36:29.612Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:36:29.612Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:36:29.612Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:36:29.612Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:36:29.612Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:36:29.612Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:36:29.612Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:36:29.612Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:36:29.612Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:36:30.177Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:36:30.177Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:36:30.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-28T11:36:30.742Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:36:30.742Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:36:31.305Z] --- PASS: TestLogs (3.79s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.72s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.77s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.57s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.56s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.51s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.58s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.58s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.63s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.53s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.55s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.74s) [2022-06-28T11:36:31.305Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.69s) [2022-06-28T11:36:31.305Z] === RUN TestContainerNetworkMountsNoChown [2022-06-28T11:36:31.870Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/default [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/default [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/private [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/private [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rprivate [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/slave [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/slave [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rslave [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/shared [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/shared [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rshared [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/default [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/rslave [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/rshared [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/shared [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/rprivate [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/slave [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/private [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-28T11:36:31.870Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:36:31.870Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:36:31.870Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:36:32.128Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:36:32.386Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-28T11:36:32.386Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:36:32.386Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:36:32.386Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-28T11:36:32.386Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-28T11:36:32.386Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-06-28T11:36:32.386Z] === RUN TestContainerBindMountNonRecursive [2022-06-28T11:36:33.756Z] --- PASS: TestContainerBindMountNonRecursive (1.22s) [2022-06-28T11:36:33.756Z] === RUN TestContainerVolumesMountedAsShared [2022-06-28T11:36:34.012Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-06-28T11:36:34.012Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-28T11:36:34.269Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-06-28T11:36:34.270Z] === RUN TestNetworkNat [2022-06-28T11:36:34.876Z] --- PASS: TestNetworkNat (0.45s) [2022-06-28T11:36:34.876Z] === RUN TestNetworkLocalhostTCPNat [2022-06-28T11:36:35.132Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-06-28T11:36:35.132Z] === RUN TestNetworkLoopbackNat [2022-06-28T11:36:37.651Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-06-28T11:36:37.652Z] === RUN TestPause [2022-06-28T11:36:38.215Z] --- PASS: TestPause (0.41s) [2022-06-28T11:36:38.215Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-28T11:36:38.215Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:36:38.215Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:36:38.215Z] === RUN TestPauseStopPausedContainer [2022-06-28T11:36:38.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-28T11:36:38.473Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-06-28T11:36:38.473Z] === RUN TestPidHost [2022-06-28T11:36:38.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-28T11:36:39.402Z] --- PASS: TestPidHost (0.95s) [2022-06-28T11:36:39.402Z] === RUN TestPsFilter [2022-06-28T11:36:39.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-28T11:36:39.659Z] --- PASS: TestPsFilter (0.11s) [2022-06-28T11:36:39.659Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-28T11:36:39.915Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-06-28T11:36:39.915Z] === RUN TestRemoveContainerWithVolume [2022-06-28T11:36:40.479Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-06-28T11:36:40.479Z] === RUN TestRemoveContainerRunning [2022-06-28T11:36:40.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-28T11:36:41.042Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-06-28T11:36:41.042Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-28T11:36:41.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-28T11:36:41.298Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2022-06-28T11:36:41.298Z] === RUN TestRemoveInvalidContainer [2022-06-28T11:36:41.298Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-28T11:36:41.298Z] === RUN TestRenameLinkedContainer [2022-06-28T11:36:41.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-28T11:36:42.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-28T11:36:43.192Z] --- PASS: TestRenameLinkedContainer (1.71s) [2022-06-28T11:36:43.192Z] === RUN TestRenameStoppedContainer [2022-06-28T11:36:43.449Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-06-28T11:36:43.449Z] === RUN TestRenameRunningContainerAndReuse [2022-06-28T11:36:44.380Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-06-28T11:36:44.380Z] === RUN TestRenameInvalidName [2022-06-28T11:36:44.636Z] --- PASS: TestRenameInvalidName (0.42s) [2022-06-28T11:36:44.636Z] === RUN TestRenameAnonymousContainer [2022-06-28T11:36:44.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-28T11:36:45.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-28T11:36:46.529Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2022-06-28T11:36:46.529Z] === RUN TestRenameContainerWithSameName [2022-06-28T11:36:46.529Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-06-28T11:36:46.529Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-28T11:36:46.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-28T11:36:47.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-28T11:36:47.459Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-06-28T11:36:47.459Z] === RUN TestResize [2022-06-28T11:36:47.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-28T11:36:48.022Z] --- PASS: TestResize (0.41s) [2022-06-28T11:36:48.022Z] === RUN TestResizeWithInvalidSize [2022-06-28T11:36:48.278Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-06-28T11:36:48.278Z] === RUN TestResizeWhenContainerNotStarted [2022-06-28T11:36:48.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-28T11:36:48.841Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:36:48.841Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:36:48.841Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:36:48.841Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:36:48.841Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:36:49.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-28T11:36:50.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-28T11:36:50.735Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:36:51.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-28T11:36:51.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-28T11:36:51.665Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:36:52.351Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-28T11:36:52.351Z] Using test binary docker [2022-06-28T11:36:52.351Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-28T11:36:52.351Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-28T11:36:52.351Z] INFO: Waiting for daemon to start... [2022-06-28T11:36:52.351Z] Starting dockerd [2022-06-28T11:36:52.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-28T11:36:53.033Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:36:53.034Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:36:54.255Z] . [2022-06-28T11:36:54.255Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-28T11:36:54.402Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:36:54.402Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:36:54.514Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-28T11:36:54.514Z] Error: No such image: emptyfs [2022-06-28T11:36:54.514Z] Running integration-test (iteration 1) [2022-06-28T11:36:54.514Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-28T11:36:54.774Z] Loaded image: busybox:latest [2022-06-28T11:36:55.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-28T11:36:55.033Z] Loaded image: busybox:glibc [2022-06-28T11:36:56.413Z] Loaded image: debian:bullseye-slim [2022-06-28T11:36:56.413Z] Loaded image: hello-world:latest [2022-06-28T11:36:56.413Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:36:56.413Z] INFO: Testing against a local daemon [2022-06-28T11:36:56.413Z] === RUN TestCgroupNamespacesBuild [2022-06-28T11:36:57.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-28T11:36:57.673Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:36:57.792Z] --- PASS: TestCgroupNamespacesBuild (1.16s) [2022-06-28T11:36:57.792Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-28T11:36:57.930Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:36:58.730Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-06-28T11:36:58.730Z] === RUN TestBuildWithSession [2022-06-28T11:36:58.730Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:36:58.730Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-28T11:36:58.730Z] === RUN TestBuildSquashParent [2022-06-28T11:36:59.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-28T11:36:59.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-28T11:37:00.450Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:37:00.826Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:37:00.826Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:37:00.826Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:37:00.826Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:37:00.826Z] [2022-06-28T11:37:00.826Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-28T11:37:00.826Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-28T11:37:00.826Z] Using test binary docker [2022-06-28T11:37:00.826Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-28T11:37:00.826Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-28T11:37:00.826Z] INFO: Waiting for daemon to start... [2022-06-28T11:37:00.826Z] Starting dockerd [2022-06-28T11:37:00.826Z] . [2022-06-28T11:37:00.826Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-28T11:37:01.837Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:37:01.837Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:37:02.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-28T11:37:03.734Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:37:03.991Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:37:05.359Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:37:06.851Z] --- PASS: TestBuildSquashParent (7.24s) [2022-06-28T11:37:06.851Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-28T11:37:06.851Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:37:06.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:37:06.851Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:37:06.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:37:06.851Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:37:06.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:37:06.851Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:37:06.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:37:06.851Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:37:06.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:37:06.851Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:37:06.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:37:06.851Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:37:06.851Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.80s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.33s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.52s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.53s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.11s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.62s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.09s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.87s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.03s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.70s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s) [2022-06-28T11:37:07.253Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-06-28T11:37:07.253Z] === RUN TestCgroupNamespacesRun [2022-06-28T11:37:07.790Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:37:08.051Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:37:08.183Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-06-28T11:37:08.183Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-28T11:37:08.183Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-28T11:37:08.183Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-28T11:37:08.183Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-28T11:37:09.112Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-06-28T11:37:09.112Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-28T11:37:09.956Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:37:09.956Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:37:10.479Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-06-28T11:37:10.479Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-28T11:37:10.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-28T11:37:11.410Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-06-28T11:37:11.410Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-28T11:37:11.863Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-06-28T11:37:11.863Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.82s) [2022-06-28T11:37:11.863Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.87s) [2022-06-28T11:37:11.863Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.83s) [2022-06-28T11:37:11.863Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.85s) [2022-06-28T11:37:11.863Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2022-06-28T11:37:11.863Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.07s) [2022-06-28T11:37:11.863Z] === RUN TestBuildMultiStageCopy [2022-06-28T11:37:11.863Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-28T11:37:12.785Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s) [2022-06-28T11:37:12.785Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-28T11:37:13.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-28T11:37:13.348Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-06-28T11:37:13.348Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-28T11:37:14.716Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-06-28T11:37:14.716Z] === RUN TestNISDomainname [2022-06-28T11:37:14.972Z] --- PASS: TestNISDomainname (0.52s) [2022-06-28T11:37:14.972Z] === RUN TestHostnameDnsResolution [2022-06-28T11:37:15.151Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-28T11:37:15.902Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-06-28T11:37:15.903Z] === RUN TestUnprivilegedPortsAndPing [2022-06-28T11:37:16.087Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-28T11:37:16.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-28T11:37:16.465Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-06-28T11:37:16.465Z] === RUN TestPrivilegedHostDevices [2022-06-28T11:37:17.025Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-28T11:37:17.027Z] --- PASS: TestPrivilegedHostDevices (0.52s) [2022-06-28T11:37:17.027Z] === RUN TestRunConsoleSize [2022-06-28T11:37:17.284Z] --- PASS: TestRunConsoleSize (0.43s) [2022-06-28T11:37:17.284Z] === RUN TestStats [2022-06-28T11:37:17.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-28T11:37:18.423Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-28T11:37:18.922Z] ok github.com/docker/docker/libnetwork/networkdb 105.364s coverage: 59.9% of statements [2022-06-28T11:37:18.922Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-28T11:37:18.922Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-28T11:37:19.183Z] ok github.com/docker/docker/libnetwork/osl 4.329s coverage: 39.7% of statements [2022-06-28T11:37:19.359Z] --- PASS: TestBuildMultiStageCopy (7.30s) [2022-06-28T11:37:19.359Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.30s) [2022-06-28T11:37:19.359Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-28T11:37:19.359Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-28T11:37:19.359Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-28T11:37:19.359Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-28T11:37:19.359Z] === RUN TestBuildMultiStageParentConfig [2022-06-28T11:37:19.441Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.008s coverage: 20.0% of statements [2022-06-28T11:37:19.700Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.7% of statements [2022-06-28T11:37:19.802Z] --- PASS: TestStats (2.46s) [2022-06-28T11:37:19.802Z] === RUN TestStopContainerWithTimeout [2022-06-28T11:37:19.802Z] === RUN TestStopContainerWithTimeout/0 [2022-06-28T11:37:19.802Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-28T11:37:19.802Z] === RUN TestStopContainerWithTimeout/1 [2022-06-28T11:37:19.802Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-28T11:37:19.802Z] === RUN TestStopContainerWithTimeout/3 [2022-06-28T11:37:19.802Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-28T11:37:19.802Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-28T11:37:19.802Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-28T11:37:19.802Z] === CONT TestStopContainerWithTimeout/0 [2022-06-28T11:37:19.802Z] === CONT TestStopContainerWithTimeout/3 [2022-06-28T11:37:20.366Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-28T11:37:20.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-28T11:37:21.080Z] ok github.com/docker/docker/libnetwork/portmapper 0.662s coverage: 48.6% of statements [2022-06-28T11:37:21.080Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-28T11:37:21.080Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-28T11:37:21.338Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === Skipped [2022-06-28T11:37:21.338Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-28T11:37:21.338Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-28T11:37:21.338Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-28T11:37:21.338Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-28T11:37:21.338Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-28T11:37:21.338Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-28T11:37:21.338Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-28T11:37:21.338Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-28T11:37:21.338Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-28T11:37:21.338Z] firewalld_test.go:14: firewalld is not running [2022-06-28T11:37:21.338Z] [2022-06-28T11:37:21.338Z] DONE 327 tests, 9 skipped in 203.649s Post stage [Pipeline] junit [2022-06-28T11:37:21.922Z] Recording test results [2022-06-28T11:37:22.061Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T11:37:22.421Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -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:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh dynbinary test-integration [2022-06-28T11:37:22.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-28T11:37:22.680Z] [2022-06-28T11:37:22.883Z] === CONT TestStopContainerWithTimeout/1 [2022-06-28T11:37:22.938Z] Removing bundles/ [2022-06-28T11:37:22.938Z] [2022-06-28T11:37:22.938Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-28T11:37:22.938Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:37:22.938Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:37:23.812Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-28T11:37:23.812Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-06-28T11:37:23.812Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2022-06-28T11:37:23.812Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-06-28T11:37:23.812Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-06-28T11:37:23.812Z] === RUN TestDeleteDevicemapper [2022-06-28T11:37:23.812Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:37:23.812Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-28T11:37:23.812Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-28T11:37:24.630Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-06-28T11:37:24.630Z] === RUN TestBuildLabelWithTargets [2022-06-28T11:37:25.703Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.42s) [2022-06-28T11:37:25.703Z] === RUN TestUpdateMemory [2022-06-28T11:37:25.963Z] --- PASS: TestUpdateMemory (0.57s) [2022-06-28T11:37:25.963Z] === RUN TestUpdateCPUQuota [2022-06-28T11:37:26.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-28T11:37:26.906Z] --- PASS: TestUpdateCPUQuota (0.90s) [2022-06-28T11:37:26.906Z] === RUN TestUpdatePidsLimit [2022-06-28T11:37:26.906Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-28T11:37:26.906Z] === RUN TestUpdatePidsLimit/no_change [2022-06-28T11:37:27.163Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-28T11:37:27.419Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-28T11:37:27.676Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-28T11:37:27.932Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-28T11:37:28.189Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-28T11:37:28.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit (1.96s) [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-06-28T11:37:28.752Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-06-28T11:37:28.752Z] === RUN TestUpdateRestartPolicy [2022-06-28T11:37:31.163Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-28T11:37:32.747Z] --- PASS: TestBuildLabelWithTargets (8.01s) [2022-06-28T11:37:32.747Z] === RUN TestBuildWithEmptyLayers [2022-06-28T11:37:32.914Z] sha256:27ecc639f4e88e6d28cafd3df758f93ca32e1d14a1fc675ded05a48be19c528f [2022-06-28T11:37:32.914Z] INFO: Starting docker-py tests... [2022-06-28T11:37:32.914Z] ============================= test session starts ============================== [2022-06-28T11:37:32.914Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-28T11:37:32.914Z] rootdir: /src, inifile: pytest.ini [2022-06-28T11:37:32.914Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-28T11:37:32.914Z] collected 395 items / 2 deselected / 393 selected [2022-06-28T11:37:32.914Z] [2022-06-28T11:37:34.442Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-28T11:37:34.442Z] Using test binary docker [2022-06-28T11:37:34.442Z] +++ /etc/init.d/apparmor start [2022-06-28T11:37:34.442Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-28T11:37:34.442Z] INFO: Waiting for daemon to start... [2022-06-28T11:37:34.442Z] Starting dockerd [2022-06-28T11:37:34.442Z] +++ 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-28T11:37:35.281Z] --- PASS: TestBuildWithEmptyLayers (2.98s) [2022-06-28T11:37:35.281Z] === RUN TestBuildMultiStageOnBuild [2022-06-28T11:37:36.341Z] . [2022-06-28T11:37:36.341Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-28T11:37:36.341Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-28T11:37:36.341Z] Error: No such image: emptyfs [2022-06-28T11:37:36.341Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-28T11:37:36.341Z] ++++ docker load [2022-06-28T11:37:36.600Z] Running integration-test (iteration 1) [2022-06-28T11:37:36.600Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-28T11:37:36.600Z] ++ 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-28T11:37:36.600Z] ++ set -e [2022-06-28T11:37:36.600Z] ++ '[' -n 0 ']' [2022-06-28T11:37:36.600Z] ++ set -x [2022-06-28T11:37:36.600Z] ++ 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-28T11:37:37.534Z] Loaded image: busybox:latest [2022-06-28T11:37:38.099Z] Loaded image: busybox:glibc [2022-06-28T11:37:40.553Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-06-28T11:37:40.553Z] === RUN TestBuildUncleanTarFilenames [2022-06-28T11:37:40.813Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-06-28T11:37:40.813Z] === RUN TestBuildMultiStageLayerLeak [2022-06-28T11:37:40.923Z] --- PASS: TestUpdateRestartPolicy (11.07s) [2022-06-28T11:37:40.923Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-28T11:37:40.923Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-06-28T11:37:40.923Z] === RUN TestWaitNonBlocked [2022-06-28T11:37:40.923Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:37:40.923Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:37:40.923Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:37:40.923Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:37:40.923Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:37:40.923Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:37:40.923Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-28T11:37:40.923Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s) [2022-06-28T11:37:40.923Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-06-28T11:37:40.923Z] === RUN TestWaitBlocked [2022-06-28T11:37:40.923Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:37:40.923Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:37:40.923Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:37:40.923Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:37:40.923Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:37:40.923Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:37:41.486Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-28T11:37:41.486Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.57s) [2022-06-28T11:37:41.486Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.65s) [2022-06-28T11:37:41.486Z] === RUN TestWaitConditions [2022-06-28T11:37:41.486Z] === RUN TestWaitConditions/default [2022-06-28T11:37:41.486Z] === PAUSE TestWaitConditions/default [2022-06-28T11:37:41.486Z] === RUN TestWaitConditions/not-running [2022-06-28T11:37:41.486Z] === PAUSE TestWaitConditions/not-running [2022-06-28T11:37:41.486Z] === RUN TestWaitConditions/next-exit [2022-06-28T11:37:41.486Z] === PAUSE TestWaitConditions/next-exit [2022-06-28T11:37:41.486Z] === RUN TestWaitConditions/removed [2022-06-28T11:37:41.486Z] === PAUSE TestWaitConditions/removed [2022-06-28T11:37:41.743Z] === CONT TestWaitConditions/default [2022-06-28T11:37:41.743Z] === CONT TestWaitConditions/removed [2022-06-28T11:37:42.281Z] Loaded image: debian:bullseye-slim [2022-06-28T11:37:42.539Z] Loaded image: hello-world:latest [2022-06-28T11:37:42.798Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:37:42.798Z] INFO: Testing against a local daemon [2022-06-28T11:37:42.798Z] === RUN TestCgroupNamespacesBuild [2022-06-28T11:37:43.111Z] === CONT TestWaitConditions/next-exit [2022-06-28T11:37:43.368Z] === CONT TestWaitConditions/not-running [2022-06-28T11:37:45.260Z] --- PASS: TestWaitConditions (0.02s) [2022-06-28T11:37:45.260Z] --- PASS: TestWaitConditions/default (1.60s) [2022-06-28T11:37:45.260Z] --- PASS: TestWaitConditions/removed (1.70s) [2022-06-28T11:37:45.260Z] --- PASS: TestWaitConditions/next-exit (1.68s) [2022-06-28T11:37:45.260Z] --- PASS: TestWaitConditions/not-running (1.64s) [2022-06-28T11:37:45.260Z] === CONT TestContainerStartOnDaemonRestart [2022-06-28T11:37:45.260Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-28T11:37:45.324Z] --- PASS: TestCgroupNamespacesBuild (2.34s) [2022-06-28T11:37:45.324Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-28T11:37:46.085Z] --- PASS: TestBuildMultiStageLayerLeak (4.36s) [2022-06-28T11:37:46.085Z] === RUN TestBuildWithHugeFile [2022-06-28T11:37:47.154Z] --- PASS: TestContainerStartOnDaemonRestart (2.28s) [2022-06-28T11:37:47.154Z] === CONT TestIpcModeOlderClient [2022-06-28T11:37:47.154Z] === CONT TestContainerKillOnDaemonStart [2022-06-28T11:37:47.154Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.32s) [2022-06-28T11:37:47.222Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.28s) [2022-06-28T11:37:47.222Z] === RUN TestBuildWithSession [2022-06-28T11:37:47.222Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:37:47.222Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-28T11:37:47.222Z] === RUN TestBuildSquashParent [2022-06-28T11:37:47.412Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-06-28T11:37:47.412Z] === CONT TestDaemonHostGatewayIP [2022-06-28T11:37:47.545Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-28T11:37:48.372Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-28T11:37:49.877Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-28T11:37:49.932Z] --- PASS: TestDaemonHostGatewayIP (2.51s) [2022-06-28T11:37:49.932Z] === CONT TestDaemonRestartIpcMode [2022-06-28T11:37:52.453Z] --- PASS: TestDaemonRestartIpcMode (2.22s) [2022-06-28T11:37:57.186Z] --- PASS: TestBuildSquashParent (9.04s) [2022-06-28T11:37:57.186Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-28T11:37:57.186Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:37:57.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:37:57.186Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:37:57.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:37:57.186Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:37:57.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:37:57.186Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:37:57.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:37:57.186Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:37:57.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:37:57.186Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:37:57.186Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:37:57.186Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:37:57.186Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:37:58.995Z] --- PASS: TestContainerKillOnDaemonStart (11.74s) [2022-06-28T11:37:58.995Z] PASS [2022-06-28T11:37:58.995Z] [2022-06-28T11:37:58.995Z] === Skipped [2022-06-28T11:37:58.995Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-28T11:37:58.995Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:37:58.995Z] [2022-06-28T11:37:58.995Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-28T11:37:58.995Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-28T11:37:58.995Z] [2022-06-28T11:37:58.995Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:37:58.995Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:37:58.995Z] [2022-06-28T11:37:58.995Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-28T11:37:58.995Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-28T11:37:58.995Z] [2022-06-28T11:37:58.995Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-28T11:37:58.995Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:37:58.995Z] [2022-06-28T11:37:58.995Z] DONE 264 tests, 5 skipped in 126.384s [2022-06-28T11:37:58.995Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-28T11:37:58.995Z] === RUN TestConfigDaemonLibtrustID [2022-06-28T11:37:59.557Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-06-28T11:37:59.557Z] === RUN TestConfigDaemonID [2022-06-28T11:37:59.747Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:37:59.747Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:38:00.488Z] daemon_test.go:83: [d84be79299200] daemon is not started [2022-06-28T11:38:00.488Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-28T11:38:00.488Z] === RUN TestDaemonConfigValidation [2022-06-28T11:38:00.488Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:38:00.488Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:38:00.746Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-28T11:38:00.746Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-28T11:38:00.746Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-28T11:38:00.746Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-28T11:38:00.746Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-28T11:38:00.746Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-28T11:38:00.746Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-28T11:38:00.746Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-28T11:38:00.746Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:38:00.746Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-28T11:38:00.746Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-28T11:38:00.746Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-28T11:38:00.746Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-28T11:38:00.746Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-28T11:38:00.746Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-28T11:38:00.746Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-28T11:38:00.746Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-06-28T11:38:00.746Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-06-28T11:38:00.746Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-28T11:38:00.746Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-28T11:38:00.746Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-28T11:38:02.138Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-28T11:38:03.066Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:38:03.066Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:38:03.067Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-28T11:38:03.998Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-28T11:38:03.998Z] daemon_test.go:197: [d7ac7adf66e2c] daemon is not started [2022-06-28T11:38:03.998Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-28T11:38:03.998Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s) [2022-06-28T11:38:03.998Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-28T11:38:03.998Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-06-28T11:38:03.998Z] === RUN TestDaemonProxy [2022-06-28T11:38:03.998Z] === RUN TestDaemonProxy/environment_variables [2022-06-28T11:38:05.889Z] === RUN TestDaemonProxy/command-line_options [2022-06-28T11:38:06.348Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-28T11:38:06.348Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.18s) [2022-06-28T11:38:06.348Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.25s) [2022-06-28T11:38:06.348Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.40s) [2022-06-28T11:38:06.348Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.50s) [2022-06-28T11:38:06.348Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.10s) [2022-06-28T11:38:06.348Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.35s) [2022-06-28T11:38:06.348Z] === RUN TestBuildMultiStageCopy [2022-06-28T11:38:06.348Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-28T11:38:07.780Z] === RUN TestDaemonProxy/configuration_file [2022-06-28T11:38:09.146Z] === RUN TestDaemonProxy/conflicting_options [2022-06-28T11:38:09.628Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-28T11:38:09.628Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-28T11:38:09.708Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-28T11:38:10.192Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-28T11:38:10.271Z] --- PASS: TestDaemonProxy (6.23s) [2022-06-28T11:38:10.271Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-06-28T11:38:10.271Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-06-28T11:38:10.271Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-06-28T11:38:10.271Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-28T11:38:10.271Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-28T11:38:10.271Z] PASS [2022-06-28T11:38:10.271Z] [2022-06-28T11:38:10.271Z] DONE 18 tests in 11.142s [2022-06-28T11:38:10.271Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-28T11:38:10.271Z] INFO: Testing against a local daemon [2022-06-28T11:38:10.271Z] === RUN TestCommitInheritsEnv [2022-06-28T11:38:10.529Z] --- PASS: TestCommitInheritsEnv (0.28s) [2022-06-28T11:38:10.529Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-28T11:38:10.529Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-28T11:38:10.529Z] === RUN TestImportWithCustomPlatform [2022-06-28T11:38:10.529Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-28T11:38:10.529Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-28T11:38:10.529Z] === RUN TestImportWithCustomPlatform// [2022-06-28T11:38:10.529Z] === RUN TestImportWithCustomPlatform/linux [2022-06-28T11:38:10.757Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-28T11:38:10.786Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-28T11:38:10.786Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-28T11:38:10.786Z] === RUN TestImportWithCustomPlatform/macos [2022-06-28T11:38:10.786Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-28T11:38:10.786Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-28T11:38:10.786Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-28T11:38:10.786Z] === RUN TestImagesFilterMultiReference [2022-06-28T11:38:10.786Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-28T11:38:10.786Z] === RUN TestImagePullPlatformInvalid [2022-06-28T11:38:11.043Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-28T11:38:11.043Z] === RUN TestRemoveImageOrphaning [2022-06-28T11:38:11.299Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-06-28T11:38:11.299Z] === RUN TestRemoveImageGarbageCollector [2022-06-28T11:38:11.689Z] --- PASS: TestBuildMultiStageCopy (5.14s) [2022-06-28T11:38:11.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.67s) [2022-06-28T11:38:11.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2022-06-28T11:38:11.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.63s) [2022-06-28T11:38:11.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2022-06-28T11:38:11.689Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.69s) [2022-06-28T11:38:11.689Z] === RUN TestBuildMultiStageParentConfig [2022-06-28T11:38:11.862Z] time="2022-06-28T11:38:11Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-28T11:38:13.059Z] --- PASS: TestBuildMultiStageParentConfig (1.31s) [2022-06-28T11:38:13.059Z] === RUN TestBuildLabelWithTargets [2022-06-28T11:38:13.229Z] --- PASS: TestRemoveImageGarbageCollector (1.89s) [2022-06-28T11:38:13.229Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-28T11:38:13.229Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-28T11:38:13.229Z] === RUN TestTagInvalidReference [2022-06-28T11:38:13.229Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-28T11:38:13.229Z] === RUN TestTagValidPrefixedRepo [2022-06-28T11:38:13.229Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-28T11:38:13.229Z] === RUN TestTagExistedNameWithoutForce [2022-06-28T11:38:13.229Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-06-28T11:38:13.229Z] === RUN TestTagOfficialNames [2022-06-28T11:38:13.229Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-28T11:38:13.229Z] === RUN TestTagMatchesDigest [2022-06-28T11:38:13.229Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-28T11:38:13.229Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-28T11:38:15.586Z] --- PASS: TestBuildLabelWithTargets (2.30s) [2022-06-28T11:38:15.586Z] === RUN TestBuildWithEmptyLayers [2022-06-28T11:38:16.519Z] --- PASS: TestBuildWithEmptyLayers (1.26s) [2022-06-28T11:38:16.519Z] === RUN TestBuildMultiStageOnBuild [2022-06-28T11:38:19.628Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-28T11:38:19.800Z] --- PASS: TestBuildMultiStageOnBuild (3.04s) [2022-06-28T11:38:19.800Z] === RUN TestBuildUncleanTarFilenames [2022-06-28T11:38:21.173Z] --- PASS: TestBuildUncleanTarFilenames (1.84s) [2022-06-28T11:38:21.173Z] === RUN TestBuildMultiStageLayerLeak [2022-06-28T11:38:25.358Z] --- PASS: TestBuildMultiStageLayerLeak (3.71s) [2022-06-28T11:38:25.358Z] === RUN TestBuildWithHugeFile [2022-06-28T11:38:42.346Z] --- PASS: TestBuildWithHugeFile (50.98s) [2022-06-28T11:38:42.346Z] === RUN TestBuildWCOWSandboxSize [2022-06-28T11:38:42.346Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:38:42.346Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:38:42.346Z] === RUN TestBuildWithEmptyDockerfile [2022-06-28T11:38:42.346Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:38:42.346Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:38:42.346Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:38:42.346Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:38:42.346Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:38:42.346Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:38:42.346Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:38:42.346Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:38:42.346Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:38:42.346Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-06-28T11:38:42.346Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2022-06-28T11:38:42.346Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2022-06-28T11:38:42.346Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-28T11:38:42.346Z] === RUN TestBuildPreserveOwnership [2022-06-28T11:38:42.346Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-28T11:38:42.346Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-28T11:38:46.536Z] --- PASS: TestBuildPreserveOwnership (9.70s) [2022-06-28T11:38:46.536Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.67s) [2022-06-28T11:38:46.536Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-28T11:38:46.536Z] === RUN TestBuildPlatformInvalid [2022-06-28T11:38:46.536Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-28T11:38:46.536Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-28T11:38:46.536Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-28T11:38:46.536Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-28T11:38:46.536Z] PASS [2022-06-28T11:38:46.536Z] [2022-06-28T11:38:46.536Z] === Skipped [2022-06-28T11:38:46.536Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-28T11:38:46.536Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:38:46.536Z] [2022-06-28T11:38:46.536Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:38:46.536Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:38:46.536Z] [2022-06-28T11:38:46.536Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-28T11:38:46.536Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-28T11:38:46.536Z] [2022-06-28T11:38:46.536Z] DONE 34 tests, 3 skipped in 111.652s [2022-06-28T11:38:46.536Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-28T11:38:46.536Z] INFO: Testing against a local daemon [2022-06-28T11:38:46.536Z] === RUN TestConfigInspect [2022-06-28T11:38:46.536Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-28T11:38:46.537Z] === RUN TestConfigList [2022-06-28T11:38:46.537Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] --- SKIP: TestConfigList (0.02s) [2022-06-28T11:38:46.537Z] === RUN TestConfigsCreateAndDelete [2022-06-28T11:38:46.537Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-28T11:38:46.537Z] === RUN TestConfigsUpdate [2022-06-28T11:38:46.537Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-28T11:38:46.537Z] === RUN TestTemplatedConfig [2022-06-28T11:38:46.537Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-28T11:38:46.537Z] === RUN TestConfigCreateResolve [2022-06-28T11:38:46.537Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-28T11:38:46.537Z] PASS [2022-06-28T11:38:46.537Z] [2022-06-28T11:38:46.537Z] === Skipped [2022-06-28T11:38:46.537Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-28T11:38:46.537Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] [2022-06-28T11:38:46.537Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-06-28T11:38:46.537Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] [2022-06-28T11:38:46.537Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-28T11:38:46.537Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] [2022-06-28T11:38:46.537Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-28T11:38:46.537Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] [2022-06-28T11:38:46.537Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-28T11:38:46.537Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] [2022-06-28T11:38:46.537Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-28T11:38:46.537Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:38:46.537Z] [2022-06-28T11:38:46.537Z] DONE 6 tests, 6 skipped in 0.159s [2022-06-28T11:38:46.537Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-28T11:38:46.796Z] INFO: Testing against a local daemon [2022-06-28T11:38:46.796Z] === RUN TestAttachWithTTY [2022-06-28T11:38:46.796Z] --- PASS: TestAttachWithTTY (0.05s) [2022-06-28T11:38:46.796Z] === RUN TestAttachWithoutTTy [2022-06-28T11:38:46.796Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-28T11:38:46.796Z] === RUN TestCheckpoint [2022-06-28T11:38:46.796Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:38:46.796Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/commit [2022-06-28T11:38:46.796Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-28T11:38:46.796Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:38:46.796Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:38:46.796Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:38:46.796Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:38:46.796Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:38:46.796Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:38:46.796Z] === CONT TestContainerInvalidJSON/commit [2022-06-28T11:38:46.796Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-28T11:38:46.796Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-28T11:38:46.797Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-28T11:38:46.797Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-28T11:38:46.797Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-28T11:38:46.797Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-28T11:38:46.797Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-28T11:38:46.797Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-28T11:38:46.797Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-28T11:38:46.797Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-28T11:38:46.797Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-06-28T11:38:46.797Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-28T11:38:46.797Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-28T11:38:46.797Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-28T11:38:47.056Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-28T11:38:47.056Z] === RUN TestCopyEmptyFile [2022-06-28T11:38:47.056Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-28T11:38:47.056Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-28T11:38:47.315Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-28T11:38:47.315Z] === RUN TestCopyFromContainer [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer// [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer//bar/root [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer/bar/quux [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-28T11:38:51.505Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-28T11:38:51.764Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer (4.56s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-28T11:38:51.764Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-28T11:38:51.764Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-28T11:38:51.764Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:38:51.764Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:38:51.764Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:38:51.764Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:38:51.764Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:38:51.764Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:38:51.764Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:38:51.764Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:38:51.764Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:38:51.764Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-28T11:38:51.764Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-28T11:38:51.764Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-28T11:38:51.764Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-28T11:38:51.764Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-28T11:38:51.764Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-28T11:38:51.764Z] === RUN TestCreateWithInvalidEnv [2022-06-28T11:38:51.764Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-28T11:38:51.764Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-28T11:38:51.764Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-28T11:38:51.764Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-28T11:38:51.764Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-28T11:38:51.764Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-28T11:38:51.764Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-28T11:38:51.764Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-28T11:38:51.764Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-28T11:38:51.764Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-28T11:38:51.764Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-28T11:38:51.764Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-28T11:38:51.764Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-28T11:38:51.764Z] === RUN TestCreateTmpfsMountsTarget [2022-06-28T11:38:51.764Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-28T11:38:51.764Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-28T11:38:53.142Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-06-28T11:38:53.142Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-28T11:38:54.081Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s) [2022-06-28T11:38:54.081Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-28T11:38:54.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:38:54.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:38:54.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:38:54.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:38:54.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:38:54.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:38:54.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:38:54.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:38:54.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:38:54.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:38:54.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:38:54.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:38:54.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:38:54.340Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:38:54.340Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:38:54.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-28T11:38:54.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-06-28T11:38:54.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-06-28T11:38:54.340Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-06-28T11:38:54.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2022-06-28T11:38:54.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-28T11:38:54.341Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-28T11:38:54.600Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-06-28T11:38:54.600Z] === RUN TestCreateDifferentPlatform [2022-06-28T11:38:54.600Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-28T11:38:54.600Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-28T11:38:54.600Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-28T11:38:54.600Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-28T11:38:54.600Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-28T11:38:54.601Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-28T11:38:54.601Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-28T11:38:54.601Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-28T11:38:54.601Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-28T11:38:54.601Z] === RUN TestCreateInvalidHostConfig [2022-06-28T11:38:54.601Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:38:54.601Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:38:54.601Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:38:54.601Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:38:54.601Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:38:54.601Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:38:54.601Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:38:54.601Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:38:54.601Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:38:54.601Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:38:54.601Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:38:54.601Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:38:54.601Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-28T11:38:54.601Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-28T11:38:54.601Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-28T11:38:54.601Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-28T11:38:54.601Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-28T11:38:54.601Z] === RUN TestContainerStartOnDaemonRestart [2022-06-28T11:38:54.601Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-28T11:38:54.601Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-28T11:38:54.601Z] === RUN TestDaemonRestartIpcMode [2022-06-28T11:38:54.601Z] === PAUSE TestDaemonRestartIpcMode [2022-06-28T11:38:54.861Z] === RUN TestDaemonHostGatewayIP [2022-06-28T11:38:54.861Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:38:54.861Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-28T11:38:54.861Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-28T11:38:54.861Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-28T11:38:54.861Z] === RUN TestContainerKillOnDaemonStart [2022-06-28T11:38:54.861Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-28T11:38:54.861Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-28T11:38:54.861Z] === RUN TestDiff [2022-06-28T11:38:55.120Z] --- PASS: TestDiff (0.40s) [2022-06-28T11:38:55.120Z] === RUN TestExecConsoleSize [2022-06-28T11:38:55.688Z] --- PASS: TestExecConsoleSize (0.46s) [2022-06-28T11:38:55.689Z] === RUN TestExecWithCloseStdin [2022-06-28T11:38:55.948Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-06-28T11:38:55.948Z] === RUN TestExec [2022-06-28T11:38:56.515Z] --- PASS: TestExec (0.46s) [2022-06-28T11:38:56.515Z] === RUN TestExecUser [2022-06-28T11:38:57.084Z] --- PASS: TestExecUser (0.46s) [2022-06-28T11:38:57.084Z] === RUN TestExportContainerAndImportImage [2022-06-28T11:38:57.652Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-06-28T11:38:57.652Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-28T11:38:59.031Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2022-06-28T11:38:59.031Z] === RUN TestHealthCheckWorkdir [2022-06-28T11:38:59.290Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-06-28T11:38:59.290Z] === RUN TestHealthKillContainer [2022-06-28T11:38:59.386Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-28T11:38:59.386Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:38:59.386Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:38:59.386Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-28T11:38:59.386Z] [2022-06-28T11:38:59.386Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-28T11:38:59.386Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-28T11:38:59.386Z] HOSTNAME=5d34d6e75683 [2022-06-28T11:38:59.386Z] TESTDEBUG=0 [2022-06-28T11:38:59.386Z] DEST=bundles/test-integration [2022-06-28T11:38:59.386Z] PWD=/go/src/github.com/docker/docker [2022-06-28T11:38:59.386Z] DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 [2022-06-28T11:38:59.386Z] container=docker [2022-06-28T11:38:59.386Z] HOME=/root [2022-06-28T11:38:59.386Z] GOLANG_VERSION=1.18.3 [2022-06-28T11:38:59.386Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-28T11:38:59.386Z] VALIDATE_BRANCH=master [2022-06-28T11:38:59.386Z] TERM=xterm [2022-06-28T11:38:59.386Z] DOCKER_PKG=github.com/docker/docker [2022-06-28T11:38:59.386Z] SHLVL=1 [2022-06-28T11:38:59.386Z] TIMEOUT=120m [2022-06-28T11:38:59.386Z] DOCKER_BUILDTAGS= journald [2022-06-28T11:38:59.386Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-28T11:38:59.386Z] GO111MODULE=off [2022-06-28T11:38:59.386Z] DOCKER_EXPERIMENTAL=1 [2022-06-28T11:38:59.386Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-28T11:38:59.386Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-28T11:38:59.386Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-28T11:38:59.386Z] GOPATH=/go [2022-06-28T11:38:59.386Z] PKG_CONFIG=pkg-config [2022-06-28T11:38:59.386Z] _=/usr/bin/env [2022-06-28T11:38:59.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-28T11:39:07.408Z] --- PASS: TestHealthKillContainer (7.86s) [2022-06-28T11:39:07.408Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-28T11:39:07.408Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-28T11:39:07.408Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-28T11:39:07.408Z] === RUN TestIpcModeNone [2022-06-28T11:39:07.976Z] --- PASS: TestIpcModeNone (0.62s) [2022-06-28T11:39:07.976Z] === RUN TestIpcModePrivate [2022-06-28T11:39:08.235Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-06-28T11:39:08.236Z] --- PASS: TestIpcModePrivate (0.45s) [2022-06-28T11:39:08.236Z] === RUN TestIpcModeShareable [2022-06-28T11:39:08.236Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:39:08.236Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-28T11:39:08.236Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-28T11:39:09.615Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s) [2022-06-28T11:39:09.615Z] === RUN TestAPIIpcModeHost [2022-06-28T11:39:09.615Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:39:09.615Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-28T11:39:09.615Z] === RUN TestDaemonIpcModeShareable [2022-06-28T11:39:09.615Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:39:09.615Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-28T11:39:09.615Z] === RUN TestDaemonIpcModePrivate [2022-06-28T11:39:10.564Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-28T11:39:10.838Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-06-28T11:39:10.838Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-28T11:39:10.838Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:39:10.838Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-28T11:39:10.838Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-28T11:39:10.838Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:39:10.838Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-28T11:39:10.838Z] === RUN TestIpcModeOlderClient [2022-06-28T11:39:10.838Z] === PAUSE TestIpcModeOlderClient [2022-06-28T11:39:10.838Z] === RUN TestKillContainerInvalidSignal [2022-06-28T11:39:11.408Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2022-06-28T11:39:11.408Z] === RUN TestKillContainer [2022-06-28T11:39:11.408Z] === RUN TestKillContainer/no_signal [2022-06-28T11:39:11.668Z] === RUN TestKillContainer/non_killing_signal [2022-06-28T11:39:11.927Z] === RUN TestKillContainer/killing_signal [2022-06-28T11:39:12.494Z] --- PASS: TestKillContainer (1.27s) [2022-06-28T11:39:12.494Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-28T11:39:12.494Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-06-28T11:39:12.494Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-06-28T11:39:12.494Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-28T11:39:12.495Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-28T11:39:13.063Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-28T11:39:13.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2022-06-28T11:39:13.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-06-28T11:39:13.322Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-06-28T11:39:13.322Z] === RUN TestKillStoppedContainer [2022-06-28T11:39:13.322Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-28T11:39:13.322Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-28T11:39:13.378Z] .........................xx.................... [ 29%] [2022-06-28T11:39:13.581Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-28T11:39:13.581Z] === RUN TestKillDifferentUserContainer [2022-06-28T11:39:13.843Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-06-28T11:39:13.843Z] === RUN TestInspectOomKilledTrue [2022-06-28T11:39:13.843Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:39:13.843Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-28T11:39:13.843Z] === RUN TestInspectOomKilledFalse [2022-06-28T11:39:13.843Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:39:13.843Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-28T11:39:13.843Z] === RUN TestLinksEtcHostsContentMatch [2022-06-28T11:39:13.843Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-28T11:39:13.843Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-28T11:39:13.843Z] === RUN TestLinksContainerNames [2022-06-28T11:39:14.780Z] --- PASS: TestLinksContainerNames (0.77s) [2022-06-28T11:39:14.780Z] === RUN TestLogsFollowTailEmpty [2022-06-28T11:39:15.039Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-06-28T11:39:15.039Z] === RUN TestLogs [2022-06-28T11:39:15.039Z] === RUN TestLogs/driver_local [2022-06-28T11:39:15.039Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:39:15.039Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:39:15.039Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-28T11:39:15.039Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-28T11:39:15.039Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-28T11:39:15.039Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-28T11:39:15.039Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:39:15.039Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:39:15.039Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:39:15.039Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:39:15.039Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:39:15.039Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:39:15.039Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:39:15.039Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:39:15.608Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:39:15.867Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:39:16.437Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-28T11:39:16.437Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-28T11:39:17.006Z] === RUN TestLogs/driver_json-file [2022-06-28T11:39:17.006Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:39:17.006Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:39:17.006Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:39:17.006Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:39:17.006Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:39:17.006Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:39:17.006Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:39:17.006Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:39:17.006Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:39:17.006Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:39:17.006Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:39:17.006Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:39:17.006Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:39:17.006Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:39:17.575Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:39:17.834Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:39:18.403Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:39:18.403Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:39:18.972Z] --- PASS: TestLogs (3.77s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.60s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.68s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.63s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.62s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.69s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.66s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.57s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.73s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.65s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.52s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.55s) [2022-06-28T11:39:18.972Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s) [2022-06-28T11:39:18.972Z] === RUN TestContainerNetworkMountsNoChown [2022-06-28T11:39:19.232Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/default [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/default [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/private [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/private [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rprivate [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/slave [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/slave [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rslave [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/shared [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/shared [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rshared [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-28T11:39:19.232Z] === CONT TestMountDaemonRoot/default [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:39:19.232Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-28T11:39:19.232Z] === CONT TestMountDaemonRoot/rshared [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:39:19.232Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:39:19.232Z] === CONT TestMountDaemonRoot/shared [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:39:19.232Z] === CONT TestMountDaemonRoot/rslave [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:39:19.232Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:39:19.232Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:39:19.232Z] === CONT TestMountDaemonRoot/slave [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:39:19.233Z] === CONT TestMountDaemonRoot/rprivate [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:39:19.233Z] === CONT TestMountDaemonRoot/private [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:39:19.233Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-28T11:39:19.233Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-28T11:39:19.233Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:39:19.233Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-28T11:39:19.233Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:39:19.233Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:39:19.233Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:39:19.492Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-28T11:39:19.492Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-06-28T11:39:19.752Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-28T11:39:19.752Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-28T11:39:19.752Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-28T11:39:19.752Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.01s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-28T11:39:19.753Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) [2022-06-28T11:39:19.753Z] === RUN TestContainerBindMountNonRecursive [2022-06-28T11:39:19.753Z] 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-28T11:39:19.753Z] --- SKIP: TestContainerBindMountNonRecursive (0.03s) [2022-06-28T11:39:19.753Z] === RUN TestContainerVolumesMountedAsShared [2022-06-28T11:39:19.753Z] 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-28T11:39:19.753Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-28T11:39:19.753Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-28T11:39:19.753Z] 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-28T11:39:19.753Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-28T11:39:19.753Z] === RUN TestNetworkNat [2022-06-28T11:39:20.321Z] --- PASS: TestNetworkNat (0.53s) [2022-06-28T11:39:20.321Z] === RUN TestNetworkLocalhostTCPNat [2022-06-28T11:39:20.580Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-06-28T11:39:20.580Z] === RUN TestNetworkLoopbackNat [2022-06-28T11:39:23.114Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-06-28T11:39:23.114Z] === RUN TestPause [2022-06-28T11:39:23.114Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:39:23.114Z] --- SKIP: TestPause (0.00s) [2022-06-28T11:39:23.114Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-28T11:39:23.114Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:39:23.114Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:39:23.114Z] === RUN TestPauseStopPausedContainer [2022-06-28T11:39:23.114Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:39:23.114Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-06-28T11:39:23.114Z] === RUN TestPidHost [2022-06-28T11:39:24.051Z] --- PASS: TestPidHost (0.88s) [2022-06-28T11:39:24.051Z] === RUN TestPsFilter [2022-06-28T11:39:24.051Z] --- PASS: TestPsFilter (0.11s) [2022-06-28T11:39:24.051Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-28T11:39:24.620Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-06-28T11:39:24.620Z] === RUN TestRemoveContainerWithVolume [2022-06-28T11:39:24.879Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-06-28T11:39:24.879Z] === RUN TestRemoveContainerRunning [2022-06-28T11:39:25.447Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-06-28T11:39:25.447Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-28T11:39:25.706Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-06-28T11:39:25.706Z] === RUN TestRemoveInvalidContainer [2022-06-28T11:39:25.706Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-28T11:39:25.706Z] === RUN TestRenameLinkedContainer [2022-06-28T11:39:25.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-28T11:39:26.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-28T11:39:27.611Z] --- PASS: TestRenameLinkedContainer (1.60s) [2022-06-28T11:39:27.612Z] === RUN TestRenameStoppedContainer [2022-06-28T11:39:27.872Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-06-28T11:39:27.872Z] === RUN TestRenameRunningContainerAndReuse [2022-06-28T11:39:28.809Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-06-28T11:39:28.809Z] === RUN TestRenameInvalidName [2022-06-28T11:39:29.069Z] --- PASS: TestRenameInvalidName (0.40s) [2022-06-28T11:39:29.069Z] === RUN TestRenameAnonymousContainer [2022-06-28T11:39:29.723Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-28T11:39:30.447Z] --- PASS: TestRenameAnonymousContainer (1.43s) [2022-06-28T11:39:30.447Z] === RUN TestRenameContainerWithSameName [2022-06-28T11:39:30.706Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-06-28T11:39:30.706Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-28T11:39:31.669Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-06-28T11:39:31.669Z] === RUN TestResize [2022-06-28T11:39:32.236Z] --- PASS: TestResize (0.45s) [2022-06-28T11:39:32.236Z] === RUN TestResizeWithInvalidSize [2022-06-28T11:39:32.495Z] --- PASS: TestResizeWithInvalidSize (0.47s) [2022-06-28T11:39:32.495Z] === RUN TestResizeWhenContainerNotStarted [2022-06-28T11:39:33.063Z] --- PASS: TestResizeWhenContainerNotStarted (0.35s) [2022-06-28T11:39:33.063Z] === RUN TestDaemonRestartKillContainers [2022-06-28T11:39:33.063Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-28T11:39:33.063Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-28T11:39:33.063Z] === RUN TestCgroupNamespacesRun [2022-06-28T11:39:34.001Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-06-28T11:39:34.001Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-28T11:39:35.379Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-06-28T11:39:35.379Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-28T11:39:36.321Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-06-28T11:39:36.321Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-28T11:39:37.189Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-28T11:39:37.700Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2022-06-28T11:39:37.700Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-28T11:39:38.637Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-06-28T11:39:38.637Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-28T11:39:40.016Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-06-28T11:39:40.016Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-28T11:39:40.584Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-06-28T11:39:40.584Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-28T11:39:41.525Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-06-28T11:39:41.525Z] === RUN TestNISDomainname [2022-06-28T11:39:41.525Z] 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-28T11:39:41.525Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-28T11:39:41.525Z] === RUN TestHostnameDnsResolution [2022-06-28T11:39:41.802Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-28T11:39:42.462Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-06-28T11:39:42.462Z] === RUN TestUnprivilegedPortsAndPing [2022-06-28T11:39:42.462Z] 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-28T11:39:42.462Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-28T11:39:42.462Z] === RUN TestPrivilegedHostDevices [2022-06-28T11:39:42.722Z] --- PASS: TestPrivilegedHostDevices (0.49s) [2022-06-28T11:39:42.722Z] === RUN TestRunConsoleSize [2022-06-28T11:39:43.291Z] --- PASS: TestRunConsoleSize (0.42s) [2022-06-28T11:39:43.291Z] === RUN TestStats [2022-06-28T11:39:43.291Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:39:43.291Z] --- SKIP: TestStats (0.00s) [2022-06-28T11:39:43.291Z] === RUN TestStopContainerWithTimeout [2022-06-28T11:39:43.291Z] === RUN TestStopContainerWithTimeout/0 [2022-06-28T11:39:43.291Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-28T11:39:43.291Z] === RUN TestStopContainerWithTimeout/1 [2022-06-28T11:39:43.291Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-28T11:39:43.291Z] === RUN TestStopContainerWithTimeout/3 [2022-06-28T11:39:43.291Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-28T11:39:43.291Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-28T11:39:43.291Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-28T11:39:43.291Z] === CONT TestStopContainerWithTimeout/0 [2022-06-28T11:39:43.291Z] === CONT TestStopContainerWithTimeout/3 [2022-06-28T11:39:43.858Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-28T11:39:45.762Z] === CONT TestStopContainerWithTimeout/1 [2022-06-28T11:39:47.140Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-28T11:39:47.140Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-06-28T11:39:47.140Z] --- PASS: TestStopContainerWithTimeout/3 (2.60s) [2022-06-28T11:39:47.140Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-06-28T11:39:47.140Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2022-06-28T11:39:47.140Z] === RUN TestDeleteDevicemapper [2022-06-28T11:39:47.140Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:39:47.140Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-28T11:39:47.140Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-28T11:39:48.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-28T11:39:48.519Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.21s) [2022-06-28T11:39:48.519Z] === RUN TestUpdateMemory [2022-06-28T11:39:48.519Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:39:48.519Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-28T11:39:48.519Z] === RUN TestUpdateCPUQuota [2022-06-28T11:39:48.519Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:39:48.519Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-28T11:39:48.519Z] === RUN TestUpdatePidsLimit [2022-06-28T11:39:48.519Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:39:48.519Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-28T11:39:48.519Z] === RUN TestUpdateRestartPolicy [2022-06-28T11:39:49.626Z] --- PASS: TestImportExtremelyLargeImageWorks (92.11s) [2022-06-28T11:39:49.626Z] PASS [2022-06-28T11:39:49.626Z] [2022-06-28T11:39:49.626Z] DONE 22 tests in 95.167s [2022-06-28T11:39:49.626Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-28T11:39:49.626Z] === RUN TestStripANSICommands [2022-06-28T11:39:49.626Z] === RUN TestStripANSICommands/#00 [2022-06-28T11:39:49.626Z] === RUN TestStripANSICommands/#01 [2022-06-28T11:39:49.626Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-28T11:39:49.626Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-28T11:39:49.626Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-28T11:39:49.626Z] PASS [2022-06-28T11:39:49.626Z] [2022-06-28T11:39:49.626Z] DONE 3 tests in 0.009s [2022-06-28T11:39:49.626Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-28T11:39:49.626Z] INFO: Testing against a local daemon [2022-06-28T11:39:49.626Z] === RUN TestNetworkCreateDelete [2022-06-28T11:39:49.626Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-06-28T11:39:49.626Z] === RUN TestDockerNetworkDeletePreferID [2022-06-28T11:39:49.626Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-06-28T11:39:49.626Z] === RUN TestDaemonDNSFallback [2022-06-28T11:39:52.143Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-06-28T11:39:52.143Z] === RUN TestInspectNetwork [2022-06-28T11:39:53.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-28T11:39:55.439Z] === RUN TestInspectNetwork/full_network_id [2022-06-28T11:39:55.439Z] === RUN TestInspectNetwork/partial_network_id [2022-06-28T11:39:55.439Z] === RUN TestInspectNetwork/network_name [2022-06-28T11:39:55.439Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-28T11:39:57.983Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-28T11:39:59.608Z] --- PASS: TestInspectNetwork (7.37s) [2022-06-28T11:39:59.608Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-28T11:39:59.608Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-28T11:39:59.608Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-28T11:39:59.608Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-28T11:39:59.608Z] === RUN TestRunContainerWithBridgeNone [2022-06-28T11:40:00.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-28T11:40:00.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-28T11:40:00.723Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-06-28T11:40:00.723Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-28T11:40:00.723Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-06-28T11:40:00.723Z] === RUN TestWaitNonBlocked [2022-06-28T11:40:00.723Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:40:00.723Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:40:00.723Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:40:00.723Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:40:00.723Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:40:00.723Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:40:00.723Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-28T11:40:00.723Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.57s) [2022-06-28T11:40:00.723Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.63s) [2022-06-28T11:40:00.723Z] === RUN TestWaitBlocked [2022-06-28T11:40:00.723Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:40:00.723Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:40:00.723Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:40:00.723Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:40:00.723Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:40:00.723Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:40:01.291Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-28T11:40:01.291Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s) [2022-06-28T11:40:01.291Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.84s) [2022-06-28T11:40:01.291Z] === RUN TestWaitConditions [2022-06-28T11:40:01.291Z] === RUN TestWaitConditions/default [2022-06-28T11:40:01.291Z] === PAUSE TestWaitConditions/default [2022-06-28T11:40:01.291Z] === RUN TestWaitConditions/not-running [2022-06-28T11:40:01.291Z] === PAUSE TestWaitConditions/not-running [2022-06-28T11:40:01.291Z] === RUN TestWaitConditions/next-exit [2022-06-28T11:40:01.291Z] === PAUSE TestWaitConditions/next-exit [2022-06-28T11:40:01.291Z] === RUN TestWaitConditions/removed [2022-06-28T11:40:01.291Z] === PAUSE TestWaitConditions/removed [2022-06-28T11:40:01.291Z] === CONT TestWaitConditions/default [2022-06-28T11:40:01.291Z] === CONT TestWaitConditions/removed [2022-06-28T11:40:01.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-28T11:40:01.500Z] --- PASS: TestRunContainerWithBridgeNone (1.61s) [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-28T11:40:01.500Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:40:01.500Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:40:01.500Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:40:01.500Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-28T11:40:01.500Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-28T11:40:01.500Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-28T11:40:01.500Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-28T11:40:01.500Z] === RUN TestNetworkList [2022-06-28T11:40:01.500Z] === RUN TestNetworkList//networks [2022-06-28T11:40:01.500Z] === PAUSE TestNetworkList//networks [2022-06-28T11:40:01.500Z] === RUN TestNetworkList//networks/ [2022-06-28T11:40:01.500Z] === PAUSE TestNetworkList//networks/ [2022-06-28T11:40:01.500Z] === CONT TestNetworkList//networks [2022-06-28T11:40:01.500Z] === CONT TestNetworkList//networks/ [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkList (0.01s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-28T11:40:01.500Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-28T11:40:01.500Z] === RUN TestHostIPv4BridgeLabel [2022-06-28T11:40:01.757Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-06-28T11:40:01.757Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-28T11:40:02.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-28T11:40:02.688Z] === CONT TestWaitConditions/next-exit [2022-06-28T11:40:02.688Z] === CONT TestWaitConditions/not-running [2022-06-28T11:40:02.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-28T11:40:02.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-28T11:40:03.124Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-28T11:40:03.124Z] === RUN TestDaemonDefaultNetworkPools [2022-06-28T11:40:03.685Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-06-28T11:40:03.685Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-28T11:40:03.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-28T11:40:04.596Z] --- PASS: TestWaitConditions (0.01s) [2022-06-28T11:40:04.596Z] --- PASS: TestWaitConditions/removed (1.56s) [2022-06-28T11:40:04.596Z] --- PASS: TestWaitConditions/default (1.62s) [2022-06-28T11:40:04.596Z] --- PASS: TestWaitConditions/next-exit (1.66s) [2022-06-28T11:40:04.596Z] --- PASS: TestWaitConditions/not-running (1.63s) [2022-06-28T11:40:04.596Z] === CONT TestDaemonRestartIpcMode [2022-06-28T11:40:04.596Z] === CONT TestIpcModeOlderClient [2022-06-28T11:40:04.596Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-28T11:40:04.596Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-28T11:40:04.615Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-06-28T11:40:04.615Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-28T11:40:05.980Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-06-28T11:40:05.980Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-28T11:40:06.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-28T11:40:06.542Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-06-28T11:40:06.542Z] === RUN TestServiceWithPredefinedNetwork [2022-06-28T11:40:07.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-28T11:40:07.131Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.60s) [2022-06-28T11:40:07.131Z] --- PASS: TestDaemonRestartIpcMode (2.67s) [2022-06-28T11:40:07.131Z] PASS [2022-06-28T11:40:07.131Z] [2022-06-28T11:40:07.131Z] === Skipped [2022-06-28T11:40:07.131Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-28T11:40:07.131Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:40:07.131Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-28T11:40:07.132Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-28T11:40:07.132Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-28T11:40:07.132Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-28T11:40:07.132Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-28T11:40:07.132Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-28T11:40:07.132Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-28T11:40:07.132Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-28T11:40:07.132Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-28T11:40:07.132Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-28T11:40:07.132Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-28T11:40:07.132Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-28T11:40:07.132Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.03s) [2022-06-28T11:40:07.132Z] 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-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-28T11:40:07.132Z] 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-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-28T11:40:07.132Z] 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-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-28T11:40:07.132Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:40:07.132Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-06-28T11:40:07.132Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-28T11:40:07.132Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-28T11:40:07.132Z] 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-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-28T11:40:07.132Z] 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-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-28T11:40:07.132Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-28T11:40:07.132Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-28T11:40:07.132Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-28T11:40:07.132Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-28T11:40:07.132Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-28T11:40:07.132Z] [2022-06-28T11:40:07.132Z] DONE 241 tests, 27 skipped in 80.577s [2022-06-28T11:40:07.132Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-28T11:40:07.391Z] === RUN TestConfigDaemonLibtrustID [2022-06-28T11:40:07.870Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-28T11:40:07.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-28T11:40:07.964Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-06-28T11:40:07.964Z] === RUN TestConfigDaemonID [2022-06-28T11:40:08.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-28T11:40:08.906Z] daemon_test.go:83: [de4ee647450b3] daemon is not started [2022-06-28T11:40:08.906Z] --- PASS: TestConfigDaemonID (1.08s) [2022-06-28T11:40:08.906Z] === RUN TestDaemonConfigValidation [2022-06-28T11:40:08.906Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:40:08.906Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:40:08.906Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-28T11:40:08.906Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-28T11:40:08.906Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-28T11:40:08.906Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-28T11:40:08.906Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-28T11:40:08.906Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-28T11:40:08.906Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-28T11:40:08.906Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-28T11:40:08.906Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:40:08.906Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-28T11:40:09.161Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s) [2022-06-28T11:40:09.161Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-28T11:40:09.161Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:40:09.161Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:40:09.161Z] === RUN TestServiceWithDataPathPortInit [2022-06-28T11:40:09.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-28T11:40:09.167Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-28T11:40:09.167Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-28T11:40:09.167Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-28T11:40:09.167Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-28T11:40:09.167Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s) [2022-06-28T11:40:09.167Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-06-28T11:40:09.167Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-06-28T11:40:09.167Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-28T11:40:09.167Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2022-06-28T11:40:09.167Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-28T11:40:09.167Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-28T11:40:09.371Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-28T11:40:10.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-28T11:40:10.545Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-28T11:40:11.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-28T11:40:11.481Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-28T11:40:11.620Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-28T11:40:12.418Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-28T11:40:12.418Z] daemon_test.go:197: [d556db51238fa] daemon is not started [2022-06-28T11:40:12.418Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-06-28T11:40:12.418Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-06-28T11:40:12.418Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-06-28T11:40:12.418Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-06-28T11:40:12.418Z] === RUN TestDaemonProxy [2022-06-28T11:40:12.418Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-28T11:40:12.418Z] --- SKIP: TestDaemonProxy (0.03s) [2022-06-28T11:40:12.418Z] PASS [2022-06-28T11:40:12.418Z] [2022-06-28T11:40:12.418Z] === Skipped [2022-06-28T11:40:12.418Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.03s) [2022-06-28T11:40:12.418Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-28T11:40:12.418Z] [2022-06-28T11:40:12.418Z] DONE 13 tests, 1 skipped in 5.388s [2022-06-28T11:40:12.418Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-28T11:40:12.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-28T11:40:12.985Z] INFO: Testing against a local daemon [2022-06-28T11:40:12.985Z] === RUN TestCommitInheritsEnv [2022-06-28T11:40:13.122Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-28T11:40:13.122Z] Using test binary docker [2022-06-28T11:40:13.122Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-28T11:40:13.122Z] +++ /etc/init.d/apparmor start [2022-06-28T11:40:13.122Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-28T11:40:13.122Z] INFO: Waiting for daemon to start... [2022-06-28T11:40:13.122Z] Starting dockerd [2022-06-28T11:40:13.122Z] +++ 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-28T11:40:13.560Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-28T11:40:14.363Z] --- PASS: TestCommitInheritsEnv (1.24s) [2022-06-28T11:40:14.363Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-28T11:40:14.363Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform// [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/linux [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/macos [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-28T11:40:14.363Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-28T11:40:14.363Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-28T11:40:14.363Z] === RUN TestImagesFilterMultiReference [2022-06-28T11:40:14.622Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-28T11:40:14.622Z] === RUN TestImagePullPlatformInvalid [2022-06-28T11:40:14.622Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-28T11:40:14.622Z] === RUN TestRemoveImageOrphaning [2022-06-28T11:40:15.652Z] . [2022-06-28T11:40:15.652Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-28T11:40:15.652Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-28T11:40:15.652Z] Error: No such image: emptyfs [2022-06-28T11:40:15.652Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-28T11:40:15.652Z] ++++ docker load [2022-06-28T11:40:15.652Z] Running integration-test (iteration 1) [2022-06-28T11:40:15.652Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-28T11:40:15.652Z] ++ 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-28T11:40:15.652Z] ++ set -e [2022-06-28T11:40:15.652Z] ++ '[' -n 0 ']' [2022-06-28T11:40:15.652Z] ++ set -x [2022-06-28T11:40:15.652Z] ++ 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-28T11:40:15.652Z] Loaded image: busybox:latest [2022-06-28T11:40:15.910Z] Loaded image: busybox:glibc [2022-06-28T11:40:16.525Z] --- PASS: TestRemoveImageOrphaning (1.58s) [2022-06-28T11:40:16.525Z] === RUN TestRemoveImageGarbageCollector [2022-06-28T11:40:16.525Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-28T11:40:16.525Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2022-06-28T11:40:16.525Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-28T11:40:16.525Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-28T11:40:16.525Z] === RUN TestTagInvalidReference [2022-06-28T11:40:16.525Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-28T11:40:16.525Z] === RUN TestTagValidPrefixedRepo [2022-06-28T11:40:16.525Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-28T11:40:16.525Z] === RUN TestTagExistedNameWithoutForce [2022-06-28T11:40:16.525Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-28T11:40:16.525Z] === RUN TestTagOfficialNames [2022-06-28T11:40:16.525Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-28T11:40:16.525Z] === RUN TestTagMatchesDigest [2022-06-28T11:40:16.525Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-28T11:40:16.525Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-28T11:40:16.788Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-28T11:40:16.788Z] Using test binary docker [2022-06-28T11:40:16.788Z] +++ /etc/init.d/apparmor start [2022-06-28T11:40:16.788Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-28T11:40:16.788Z] INFO: Waiting for daemon to start... [2022-06-28T11:40:16.788Z] Starting dockerd [2022-06-28T11:40:16.788Z] +++ 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-28T11:40:16.788Z] . [2022-06-28T11:40:16.788Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-28T11:40:16.788Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-28T11:40:16.788Z] Using test binary docker [2022-06-28T11:40:16.788Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-28T11:40:16.788Z] Error: No such image: emptyfs [2022-06-28T11:40:16.788Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-28T11:40:16.788Z] ++++ docker load [2022-06-28T11:40:16.788Z] +++ /etc/init.d/apparmor start [2022-06-28T11:40:16.788Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-28T11:40:16.788Z] INFO: Waiting for daemon to start... [2022-06-28T11:40:16.788Z] Starting dockerd [2022-06-28T11:40:16.788Z] +++ 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-28T11:40:16.788Z] .Running integration-test (iteration 1) [2022-06-28T11:40:16.788Z] 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-28T11:40:16.788Z] ++ 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-28T11:40:16.788Z] ++ set -e [2022-06-28T11:40:16.788Z] ++ '[' -n 0 ']' [2022-06-28T11:40:16.788Z] ++ set -x [2022-06-28T11:40:16.788Z] ++ 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-28T11:40:16.846Z] Loaded image: debian:bullseye-slim [2022-06-28T11:40:16.846Z] Loaded image: hello-world:latest [2022-06-28T11:40:16.846Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:40:16.846Z] INFO: Testing against a local daemon [2022-06-28T11:40:16.846Z] === RUN TestCgroupNamespacesBuild [2022-06-28T11:40:17.044Z] Loaded image: busybox:latest [2022-06-28T11:40:17.044Z] Loaded image: busybox:glibc [2022-06-28T11:40:17.974Z] [2022-06-28T11:40:17.975Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-28T11:40:18.007Z] ............................ [ 66%] [2022-06-28T11:40:18.220Z] --- PASS: TestCgroupNamespacesBuild (1.15s) [2022-06-28T11:40:18.220Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-28T11:40:18.231Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-28T11:40:18.232Z] Error: No such image: emptyfs [2022-06-28T11:40:18.232Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-28T11:40:18.232Z] ++++ docker load [2022-06-28T11:40:18.794Z] Running integration-test (iteration 1) [2022-06-28T11:40:18.794Z] 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-28T11:40:18.794Z] ++ 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-28T11:40:18.794Z] ++ set -e [2022-06-28T11:40:18.794Z] ++ '[' -n 0 ']' [2022-06-28T11:40:18.794Z] ++ set -x [2022-06-28T11:40:18.794Z] ++ 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-28T11:40:19.154Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s) [2022-06-28T11:40:19.154Z] === RUN TestBuildWithSession [2022-06-28T11:40:19.154Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:40:19.154Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-28T11:40:19.154Z] === RUN TestBuildSquashParent [2022-06-28T11:40:20.164Z] Loaded image: busybox:latest [2022-06-28T11:40:20.727Z] Loaded image: busybox:glibc [2022-06-28T11:40:21.290Z] Loaded image: debian:bullseye-slim [2022-06-28T11:40:21.855Z] Loaded image: hello-world:latest [2022-06-28T11:40:22.420Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:40:22.677Z] INFO: Testing against a local daemon [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-28T11:40:22.677Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-28T11:40:23.339Z] --- PASS: TestBuildSquashParent (3.95s) [2022-06-28T11:40:23.339Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-28T11:40:23.339Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:40:23.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:40:23.339Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:40:23.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:40:23.339Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:40:23.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:40:23.339Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:40:23.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:40:23.339Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:40:23.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:40:23.339Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:40:23.339Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:40:23.339Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-28T11:40:23.339Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-28T11:40:24.008Z] --- PASS: TestServiceWithDataPathPortInit (13.91s) [2022-06-28T11:40:24.009Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-28T11:40:24.275Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-28T11:40:24.533Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-28T11:40:25.205Z] Loaded image: debian:bullseye-slim [2022-06-28T11:40:25.376Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:wb2f1j3ikn0xqgq4cb1a5xzsz Created:2022-06-28 11:40:23.868534188 +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[c03f3c475c6699f570d5e4aaad835d222e27e3d0fe760afbad391f8832d3f952:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u4tfr0enengwhlw2bgwlg2dpg EndpointID:98e05a08beee72e6649c5f75c9eee5822d2f32692a5b1e99eae44a4fec71a663 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ba313382c57d58d979faacd26f812b29bce3dbcd29d5781481982291a3e6dc78 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:4b5b7d49d45b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u4tfr0enengwhlw2bgwlg2dpg EndpointID:98e05a08beee72e6649c5f75c9eee5822d2f32692a5b1e99eae44a4fec71a663 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-28T11:40:25.467Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-28T11:40:25.726Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-28T11:40:26.148Z] Loaded image: hello-world:latest [2022-06-28T11:40:27.076Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:40:27.103Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-28T11:40:27.103Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.17s) [2022-06-28T11:40:27.103Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.28s) [2022-06-28T11:40:27.103Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.08s) [2022-06-28T11:40:27.103Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.23s) [2022-06-28T11:40:27.103Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.25s) [2022-06-28T11:40:27.103Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.14s) [2022-06-28T11:40:27.103Z] === RUN TestBuildMultiStageCopy [2022-06-28T11:40:27.103Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-28T11:40:27.333Z] INFO: Testing against a local daemon [2022-06-28T11:40:27.333Z] === RUN TestDockerDaemonSuite [2022-06-28T11:40:27.333Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-28T11:40:28.038Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-28T11:40:28.038Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-28T11:40:28.296Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-28T11:40:28.555Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-28T11:40:28.813Z] --- PASS: TestBuildMultiStageCopy (1.91s) [2022-06-28T11:40:28.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.08s) [2022-06-28T11:40:28.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-06-28T11:40:28.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-06-28T11:40:28.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-06-28T11:40:28.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-06-28T11:40:28.813Z] === RUN TestBuildMultiStageParentConfig [2022-06-28T11:40:29.388Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2022-06-28T11:40:29.388Z] === RUN TestBuildLabelWithTargets [2022-06-28T11:40:29.541Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.00s) [2022-06-28T11:40:29.541Z] PASS [2022-06-28T11:40:29.541Z] [2022-06-28T11:40:29.541Z] === Skipped [2022-06-28T11:40:29.541Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:40:29.541Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:40:29.541Z] [2022-06-28T11:40:29.541Z] DONE 38 tests, 1 skipped in 44.211s [2022-06-28T11:40:29.541Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:40:29.541Z] INFO: Testing against a local daemon [2022-06-28T11:40:29.541Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-28T11:40:29.541Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:40:29.541Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:40:29.541Z] === RUN TestDockerNetworkIpvlan [2022-06-28T11:40:29.541Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:40:29.541Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:40:29.541Z] PASS [2022-06-28T11:40:29.541Z] [2022-06-28T11:40:29.541Z] === Skipped [2022-06-28T11:40:29.541Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:40:29.541Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:40:29.541Z] [2022-06-28T11:40:29.541Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:40:29.541Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:40:29.541Z] [2022-06-28T11:40:29.541Z] DONE 2 tests, 2 skipped in 0.023s [2022-06-28T11:40:29.541Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:40:29.541Z] INFO: Testing against a local daemon [2022-06-28T11:40:29.541Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-28T11:40:30.325Z] --- PASS: TestBuildLabelWithTargets (0.93s) [2022-06-28T11:40:30.325Z] === RUN TestBuildWithEmptyLayers [2022-06-28T11:40:30.892Z] --- PASS: TestBuildWithEmptyLayers (0.53s) [2022-06-28T11:40:30.892Z] === RUN TestBuildMultiStageOnBuild [2022-06-28T11:40:30.906Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s) [2022-06-28T11:40:30.906Z] === RUN TestDockerNetworkMacvlan [2022-06-28T11:40:31.468Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-28T11:40:32.266Z] --- PASS: TestBuildMultiStageOnBuild (1.32s) [2022-06-28T11:40:32.267Z] === RUN TestBuildUncleanTarFilenames [2022-06-28T11:40:32.396Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-28T11:40:32.833Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) [2022-06-28T11:40:32.833Z] === RUN TestBuildMultiStageLayerLeak [2022-06-28T11:40:32.982Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-28T11:40:34.208Z] --- PASS: TestBuildMultiStageLayerLeak (1.35s) [2022-06-28T11:40:34.208Z] === RUN TestBuildWithHugeFile [2022-06-28T11:40:34.875Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-28T11:40:36.765Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-28T11:40:37.284Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-28T11:40:37.284Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-28T11:40:37.284Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-28T11:40:37.284Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-28T11:40:37.284Z] --- PASS: TestBuildWithHugeFile (131.96s) [2022-06-28T11:40:37.284Z] === RUN TestBuildWCOWSandboxSize [2022-06-28T11:40:37.284Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:40:37.284Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:40:37.284Z] === RUN TestBuildWithEmptyDockerfile [2022-06-28T11:40:37.284Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:40:37.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:40:37.284Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:40:37.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:40:37.284Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:40:37.284Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:40:37.284Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:40:37.284Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:40:37.284Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-28T11:40:37.284Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:40:37.284Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-06-28T11:40:37.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2022-06-28T11:40:37.284Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2022-06-28T11:40:37.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2022-06-28T11:40:37.284Z] === RUN TestBuildPreserveOwnership [2022-06-28T11:40:37.284Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-28T11:40:37.284Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-28T11:40:37.284Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-28T11:40:38.654Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-28T11:40:38.911Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-28T11:40:38.911Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-28T11:40:38.911Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-28T11:40:39.841Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-28T11:40:39.841Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-28T11:40:40.032Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-28T11:40:40.097Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-28T11:40:40.594Z] --- PASS: TestDockerNetworkMacvlan (9.69s) [2022-06-28T11:40:40.594Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-06-28T11:40:40.594Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-28T11:40:40.594Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.96s) [2022-06-28T11:40:40.594Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.80s) [2022-06-28T11:40:40.594Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.08s) [2022-06-28T11:40:40.594Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-06-28T11:40:40.594Z] PASS [2022-06-28T11:40:40.594Z] [2022-06-28T11:40:40.594Z] DONE 8 tests in 10.942s [2022-06-28T11:40:40.594Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-28T11:40:40.594Z] testing: warning: no tests to run [2022-06-28T11:40:40.594Z] PASS [2022-06-28T11:40:40.594Z] [2022-06-28T11:40:40.594Z] DONE 0 tests in 0.008s [2022-06-28T11:40:40.594Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-28T11:40:40.594Z] INFO: Testing against a local daemon [2022-06-28T11:40:40.594Z] === RUN TestAuthZPluginAllowRequest [2022-06-28T11:40:40.661Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-28T11:40:40.661Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-28T11:40:40.661Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-28T11:40:40.661Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-28T11:40:41.225Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-28T11:40:41.482Z] --- PASS: TestBuildPreserveOwnership (4.39s) [2022-06-28T11:40:41.482Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.77s) [2022-06-28T11:40:41.482Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.61s) [2022-06-28T11:40:41.482Z] === RUN TestBuildPlatformInvalid [2022-06-28T11:40:41.739Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-28T11:40:41.739Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-28T11:40:41.959Z] --- PASS: TestAuthZPluginAllowRequest (1.19s) [2022-06-28T11:40:41.959Z] === RUN TestAuthZPluginTLS [2022-06-28T11:40:42.301Z] Loaded image: busybox:latest [2022-06-28T11:40:42.521Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-06-28T11:40:42.521Z] === RUN TestAuthZPluginDenyRequest [2022-06-28T11:40:42.557Z] Loaded image: busybox:glibc [2022-06-28T11:40:43.082Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-06-28T11:40:43.083Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-28T11:40:43.339Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-28T11:40:43.339Z] === RUN TestAuthZPluginDenyResponse [2022-06-28T11:40:43.900Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-28T11:40:43.900Z] === RUN TestAuthZPluginAllowEventStream [2022-06-28T11:40:43.926Z] Loaded image: debian:bullseye-slim [2022-06-28T11:40:43.927Z] Loaded image: hello-world:latest [2022-06-28T11:40:43.927Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:40:44.489Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-28T11:40:45.266Z] --- PASS: TestAuthZPluginAllowEventStream (1.14s) [2022-06-28T11:40:45.266Z] === RUN TestAuthZPluginErrorResponse [2022-06-28T11:40:45.523Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-28T11:40:45.523Z] === RUN TestAuthZPluginErrorRequest [2022-06-28T11:40:46.085Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-28T11:40:46.085Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-28T11:40:46.647Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-28T11:40:46.647Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-28T11:40:47.034Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-28T11:40:48.014Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s) [2022-06-28T11:40:48.014Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-28T11:40:48.957Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-28T11:40:49.905Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s) [2022-06-28T11:40:49.905Z] === RUN TestAuthZPluginHeader [2022-06-28T11:40:50.161Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-06-28T11:40:50.161Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-28T11:40:50.849Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-28T11:40:51.106Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-28T11:40:52.476Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-28T11:40:53.845Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.08s) [2022-06-28T11:40:53.845Z] PASS [2022-06-28T11:40:53.845Z] [2022-06-28T11:40:53.845Z] === Skipped [2022-06-28T11:40:53.845Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-28T11:40:53.845Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:40:53.845Z] [2022-06-28T11:40:53.845Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:40:53.845Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:40:53.845Z] [2022-06-28T11:40:53.845Z] DONE 34 tests, 2 skipped in 197.062s [2022-06-28T11:40:53.845Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-28T11:40:53.845Z] ++ 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-28T11:40:53.845Z] ++ set -e [2022-06-28T11:40:53.845Z] ++ '[' -n 0 ']' [2022-06-28T11:40:53.845Z] ++ set -x [2022-06-28T11:40:53.845Z] ++ 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-28T11:40:53.845Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-28T11:40:53.845Z] INFO: Testing against a local daemon [2022-06-28T11:40:53.845Z] === RUN TestConfigInspect [2022-06-28T11:40:54.328Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.91s) [2022-06-28T11:40:54.328Z] === RUN TestAuthZPluginV2Disable [2022-06-28T11:40:54.776Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-28T11:40:55.338Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-28T11:40:55.338Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-28T11:40:56.268Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-28T11:40:56.525Z] --- PASS: TestConfigInspect (2.58s) [2022-06-28T11:40:56.525Z] === RUN TestConfigList [2022-06-28T11:40:56.525Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-28T11:40:57.089Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-28T11:40:57.596Z] --- PASS: TestAuthZPluginV2Disable (3.48s) [2022-06-28T11:40:57.596Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-28T11:40:58.019Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-28T11:40:58.019Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-28T11:40:58.905Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-28T11:40:59.386Z] --- PASS: TestConfigList (2.78s) [2022-06-28T11:40:59.387Z] === RUN TestConfigsCreateAndDelete [2022-06-28T11:40:59.643Z] docker_cli_daemon_test.go:1474: [d3ba269c16eb0] daemon is not started [2022-06-28T11:41:00.572Z] check_test.go:540: [d0e0e01d9d40a] daemon is not started [2022-06-28T11:41:00.572Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-28T11:41:00.868Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.26s) [2022-06-28T11:41:00.868Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-28T11:41:02.467Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-28T11:41:02.467Z] --- PASS: TestConfigsCreateAndDelete (3.30s) [2022-06-28T11:41:02.467Z] === RUN TestConfigsUpdate [2022-06-28T11:41:03.399Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-28T11:41:04.331Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-28T11:41:04.331Z] check_test.go:540: [dd98937d9cda6] daemon is not started [2022-06-28T11:41:04.331Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-28T11:41:04.894Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-28T11:41:04.894Z] --- PASS: TestConfigsUpdate (2.42s) [2022-06-28T11:41:04.894Z] === RUN TestTemplatedConfig [2022-06-28T11:41:05.151Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-28T11:41:05.409Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-28T11:41:05.409Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-28T11:41:05.409Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-28T11:41:06.779Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-28T11:41:08.147Z] --- PASS: TestTemplatedConfig (3.21s) [2022-06-28T11:41:08.147Z] === RUN TestConfigCreateResolve [2022-06-28T11:41:08.147Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-28T11:41:08.147Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-28T11:41:08.405Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-28T11:41:08.968Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-28T11:41:09.531Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-28T11:41:10.095Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-28T11:41:11.025Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-28T11:41:11.025Z] --- PASS: TestConfigCreateResolve (2.93s) [2022-06-28T11:41:11.025Z] PASS [2022-06-28T11:41:11.025Z] [2022-06-28T11:41:11.025Z] DONE 6 tests in 17.319s [2022-06-28T11:41:11.025Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-28T11:41:11.025Z] ++ 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-28T11:41:11.025Z] ++ set -e [2022-06-28T11:41:11.025Z] ++ '[' -n 0 ']' [2022-06-28T11:41:11.025Z] ++ set -x [2022-06-28T11:41:11.025Z] ++ 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-28T11:41:11.282Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-28T11:41:11.282Z] INFO: Testing against a local daemon [2022-06-28T11:41:11.282Z] === RUN TestAttachWithTTY [2022-06-28T11:41:11.282Z] --- PASS: TestAttachWithTTY (0.07s) [2022-06-28T11:41:11.282Z] === RUN TestAttachWithoutTTy [2022-06-28T11:41:11.539Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-28T11:41:11.539Z] === RUN TestCheckpoint [2022-06-28T11:41:11.539Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:41:11.539Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/commit [2022-06-28T11:41:11.539Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-28T11:41:11.539Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:41:11.539Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:41:11.539Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:41:11.539Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:41:11.539Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:41:11.539Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:41:11.539Z] === CONT TestContainerInvalidJSON/commit [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-28T11:41:11.539Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-28T11:41:11.539Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-28T11:41:11.539Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-28T11:41:11.539Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-28T11:41:11.539Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-28T11:41:11.539Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-28T11:41:11.539Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/commit (0.02s) [2022-06-28T11:41:11.539Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.02s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.02s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.01s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:41:11.540Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-28T11:41:11.540Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-28T11:41:11.540Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-06-28T11:41:11.540Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-28T11:41:11.540Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-28T11:41:11.540Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-28T11:41:11.540Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-28T11:41:11.796Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-28T11:41:11.796Z] === RUN TestCopyEmptyFile [2022-06-28T11:41:11.796Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-28T11:41:11.796Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-28T11:41:12.054Z] --- PASS: TestCopyEmptyFile (0.41s) [2022-06-28T11:41:12.054Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-28T11:41:12.311Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2022-06-28T11:41:12.311Z] === RUN TestCopyFromContainer [2022-06-28T11:41:12.568Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-28T11:41:12.568Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-28T11:41:12.568Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-28T11:41:12.568Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-28T11:41:12.826Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-28T11:41:12.915Z] --- PASS: TestBuildWithHugeFile (34.66s) [2022-06-28T11:41:12.915Z] === RUN TestBuildWCOWSandboxSize [2022-06-28T11:41:12.915Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:41:12.915Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:41:12.915Z] === RUN TestBuildWithEmptyDockerfile [2022-06-28T11:41:12.915Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:41:12.915Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:41:12.915Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:41:12.915Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:41:12.915Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:41:12.915Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:41:12.915Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-28T11:41:12.915Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-28T11:41:12.915Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-28T11:41:12.915Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-28T11:41:12.915Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s) [2022-06-28T11:41:12.915Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2022-06-28T11:41:12.915Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-28T11:41:12.915Z] === RUN TestBuildPreserveOwnership [2022-06-28T11:41:12.915Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-28T11:41:12.915Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-28T11:41:12.915Z] --- PASS: TestBuildPreserveOwnership (2.79s) [2022-06-28T11:41:12.915Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.83s) [2022-06-28T11:41:12.915Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.96s) [2022-06-28T11:41:12.915Z] === RUN TestBuildPlatformInvalid [2022-06-28T11:41:12.915Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-28T11:41:12.915Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-28T11:41:12.915Z] Loaded image: busybox:latest [2022-06-28T11:41:12.915Z] Loaded image: busybox:glibc [2022-06-28T11:41:13.038Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.90s) [2022-06-28T11:41:13.038Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-28T11:41:13.757Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-28T11:41:13.757Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-28T11:41:13.757Z] === RUN TestCopyFromContainer// [2022-06-28T11:41:13.849Z] Loaded image: debian:bullseye-slim [2022-06-28T11:41:13.849Z] Loaded image: hello-world:latest [2022-06-28T11:41:13.849Z] Loaded image: arm32v7/hello-world:latest [2022-06-28T11:41:14.014Z] === RUN TestCopyFromContainer//bar/root [2022-06-28T11:41:14.014Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-28T11:41:14.014Z] === RUN TestCopyFromContainer/bar/quux [2022-06-28T11:41:14.032Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-28T11:41:14.271Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-28T11:41:14.271Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-28T11:41:14.528Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-28T11:41:14.528Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-28T11:41:14.528Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-28T11:41:14.784Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-28T11:41:14.784Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer (2.86s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer// (0.16s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2022-06-28T11:41:15.041Z] --- PASS: TestCopyFromContainer/bar/notarget (0.15s) [2022-06-28T11:41:15.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-28T11:41:15.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:41:15.041Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:41:15.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:41:15.041Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:41:15.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:41:15.041Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:41:15.041Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:41:15.041Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:41:15.041Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:41:15.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-06-28T11:41:15.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-28T11:41:15.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-28T11:41:15.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-06-28T11:41:15.041Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-28T11:41:15.041Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-28T11:41:15.041Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-06-28T11:41:15.041Z] === RUN TestCreateWithInvalidEnv [2022-06-28T11:41:15.041Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-28T11:41:15.041Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-28T11:41:15.041Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-28T11:41:15.041Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-28T11:41:15.041Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-28T11:41:15.041Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-28T11:41:15.041Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-28T11:41:15.298Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-28T11:41:15.298Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-28T11:41:15.298Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-28T11:41:15.298Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-06-28T11:41:15.298Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-28T11:41:15.298Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-28T11:41:15.298Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-28T11:41:15.298Z] === RUN TestCreateTmpfsMountsTarget [2022-06-28T11:41:15.298Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-06-28T11:41:15.298Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-28T11:41:15.933Z] tests/integration/client_test.py ..... [ 75%] [2022-06-28T11:41:16.191Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-28T11:41:16.757Z] tests/integration/errors_test.py . [ 76%] [2022-06-28T11:41:17.193Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-28T11:41:17.193Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-28T11:41:17.451Z] --- PASS: TestCreateWithCustomMaskedPaths (2.24s) [2022-06-28T11:41:17.451Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-28T11:41:18.015Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-28T11:41:18.015Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-28T11:41:18.947Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-28T11:41:19.513Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.14s) [2022-06-28T11:41:19.513Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-28T11:41:19.513Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:41:19.513Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:41:19.513Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:41:19.513Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:41:19.513Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:41:19.513Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:41:19.513Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:41:19.513Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:41:19.513Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:41:19.513Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:41:19.513Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:41:19.513Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:41:19.513Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:41:19.513Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:41:19.513Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:41:19.513Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-06-28T11:41:19.513Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-06-28T11:41:19.513Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-06-28T11:41:19.513Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-28T11:41:19.513Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-28T11:41:19.513Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-06-28T11:41:19.513Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-28T11:41:19.770Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-28T11:41:20.333Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-28T11:41:20.334Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) [2022-06-28T11:41:20.334Z] === RUN TestCreateDifferentPlatform [2022-06-28T11:41:20.334Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-28T11:41:20.334Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-28T11:41:20.334Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-28T11:41:20.334Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-28T11:41:20.334Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-28T11:41:20.334Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-28T11:41:20.334Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-28T11:41:20.334Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-28T11:41:20.591Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-28T11:41:20.591Z] === RUN TestCreateInvalidHostConfig [2022-06-28T11:41:20.591Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:41:20.591Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:41:20.591Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:41:20.591Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:41:20.591Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:41:20.591Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:41:20.591Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:41:20.591Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:41:20.591Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:41:20.591Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:41:20.591Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:41:20.591Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:41:20.591Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-06-28T11:41:20.591Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-28T11:41:20.591Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-28T11:41:20.591Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-28T11:41:20.591Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-28T11:41:20.591Z] === RUN TestContainerStartOnDaemonRestart [2022-06-28T11:41:20.591Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-28T11:41:20.591Z] === RUN TestDaemonRestartIpcMode [2022-06-28T11:41:20.591Z] === PAUSE TestDaemonRestartIpcMode [2022-06-28T11:41:20.591Z] === RUN TestDaemonHostGatewayIP [2022-06-28T11:41:20.591Z] === PAUSE TestDaemonHostGatewayIP [2022-06-28T11:41:20.591Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-28T11:41:20.591Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-28T11:41:20.591Z] === RUN TestContainerKillOnDaemonStart [2022-06-28T11:41:20.591Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-28T11:41:20.591Z] === RUN TestDiff [2022-06-28T11:41:20.591Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-28T11:41:21.156Z] --- PASS: TestDiff (0.73s) [2022-06-28T11:41:21.156Z] === RUN TestExecConsoleSize [2022-06-28T11:41:21.414Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-28T11:41:21.414Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-28T11:41:21.961Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.22s) [2022-06-28T11:41:21.961Z] PASS [2022-06-28T11:41:21.961Z] [2022-06-28T11:41:21.961Z] === Skipped [2022-06-28T11:41:21.961Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-28T11:41:21.961Z] build_session_test.go:25: TODO: BuildKit [2022-06-28T11:41:21.961Z] [2022-06-28T11:41:21.961Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-28T11:41:21.961Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-28T11:41:21.961Z] [2022-06-28T11:41:21.961Z] DONE 34 tests, 2 skipped in 65.574s [2022-06-28T11:41:21.961Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-28T11:41:21.961Z] ++ 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-28T11:41:21.961Z] ++ set -e [2022-06-28T11:41:21.961Z] ++ '[' -n 0 ']' [2022-06-28T11:41:21.961Z] ++ set -x [2022-06-28T11:41:21.961Z] ++ 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-28T11:41:21.961Z] INFO: Testing against a local daemon [2022-06-28T11:41:21.961Z] === RUN TestConfigInspect [2022-06-28T11:41:22.349Z] --- PASS: TestExecConsoleSize (0.98s) [2022-06-28T11:41:22.349Z] === RUN TestExecWithCloseStdin [2022-06-28T11:41:22.349Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-28T11:41:22.912Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-28T11:41:23.169Z] --- PASS: TestExecWithCloseStdin (0.87s) [2022-06-28T11:41:23.169Z] === RUN TestExec [2022-06-28T11:41:23.169Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-28T11:41:23.337Z] --- PASS: TestConfigInspect (2.29s) [2022-06-28T11:41:23.337Z] === RUN TestConfigList [2022-06-28T11:41:24.101Z] --- PASS: TestExec (0.92s) [2022-06-28T11:41:24.101Z] === RUN TestExecUser [2022-06-28T11:41:24.101Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-28T11:41:24.101Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-28T11:41:24.101Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-28T11:41:25.035Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-28T11:41:25.035Z] --- PASS: TestExecUser (0.85s) [2022-06-28T11:41:25.035Z] === RUN TestExportContainerAndImportImage [2022-06-28T11:41:25.867Z] --- PASS: TestConfigList (2.15s) [2022-06-28T11:41:25.867Z] === RUN TestConfigsCreateAndDelete [2022-06-28T11:41:25.966Z] --- PASS: TestExportContainerAndImportImage (1.02s) [2022-06-28T11:41:25.966Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-28T11:41:26.532Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-28T11:41:26.532Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-28T11:41:27.464Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s) [2022-06-28T11:41:27.464Z] === RUN TestHealthCheckWorkdir [2022-06-28T11:41:27.721Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-28T11:41:27.772Z] --- PASS: TestConfigsCreateAndDelete (2.24s) [2022-06-28T11:41:27.773Z] === RUN TestConfigsUpdate [2022-06-28T11:41:27.979Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-28T11:41:27.979Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-28T11:41:27.979Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-28T11:41:27.979Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-28T11:41:27.979Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-28T11:41:28.237Z] check_test.go:540: [d034ed3a3450d] daemon is not started [2022-06-28T11:41:28.237Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-28T11:41:28.494Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2022-06-28T11:41:28.494Z] === RUN TestHealthKillContainer [2022-06-28T11:41:28.494Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-28T11:41:30.300Z] --- PASS: TestConfigsUpdate (2.20s) [2022-06-28T11:41:30.300Z] === RUN TestTemplatedConfig [2022-06-28T11:41:30.388Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-28T11:41:31.078Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-28T11:41:31.078Z] PASS [2022-06-28T11:41:31.078Z] [2022-06-28T11:41:31.078Z] DONE 17 tests in 47.779s [2022-06-28T11:41:31.078Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-28T11:41:31.078Z] INFO: Testing against a local daemon [2022-06-28T11:41:31.078Z] === RUN TestPluginInvalidJSON [2022-06-28T11:41:31.078Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:41:31.078Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:41:31.078Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:41:31.078Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:41:31.078Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-28T11:41:31.078Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-28T11:41:31.078Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:41:31.078Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-28T11:41:31.078Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-28T11:41:31.079Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-28T11:41:31.079Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-28T11:41:31.079Z] === RUN TestPluginInstall [2022-06-28T11:41:31.079Z] === RUN TestPluginInstall/no_auth [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:09d537a9681ab48513913757f24da38b87bc7befd689ca585668c7152ff9aa63" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:09d537a9681ab48513913757f24da38b87bc7befd689ca585668c7152ff9aa63" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:41:31.079Z] === RUN TestPluginInstall/with_htpasswd [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c97f7a8966a970cce6a9d95834a585a19cd6878c2eabe49135ba03291d1aabcc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c97f7a8966a970cce6a9d95834a585a19cd6878c2eabe49135ba03291d1aabcc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:41:31.079Z] === RUN TestPluginInstall/with_insecure [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b32203ff9ff859e02d2b43c929cd99e0cde751f20b0b9609e870b78107f8c75c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:41:31.079Z] time="2022-06-28T11:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b32203ff9ff859e02d2b43c929cd99e0cde751f20b0b9609e870b78107f8c75c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:41:31.079Z] plugin_test.go:195: [d437a340ddb23] daemon is not started [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInstall (2.70s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInstall/no_auth (1.03s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-06-28T11:41:31.079Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-06-28T11:41:31.079Z] === RUN TestPluginsWithRuntimes [2022-06-28T11:41:31.320Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-28T11:41:32.830Z] --- PASS: TestTemplatedConfig (2.55s) [2022-06-28T11:41:32.830Z] === RUN TestConfigCreateResolve [2022-06-28T11:41:32.969Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-28T11:41:33.213Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-28T11:41:33.213Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-28T11:41:33.470Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-28T11:41:33.531Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-28T11:41:34.034Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-28T11:41:34.034Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-28T11:41:34.034Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-28T11:41:34.034Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-28T11:41:34.458Z] --- PASS: TestPluginsWithRuntimes (3.31s) [2022-06-28T11:41:34.458Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-06-28T11:41:34.458Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-06-28T11:41:34.458Z] === RUN TestPluginBackCompatMediaTypes [2022-06-28T11:41:34.729Z] --- PASS: TestConfigCreateResolve (2.17s) [2022-06-28T11:41:34.729Z] PASS [2022-06-28T11:41:34.729Z] [2022-06-28T11:41:34.729Z] DONE 6 tests in 13.677s [2022-06-28T11:41:34.729Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-28T11:41:34.729Z] ++ 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-28T11:41:34.729Z] ++ set -e [2022-06-28T11:41:34.729Z] ++ '[' -n 0 ']' [2022-06-28T11:41:34.729Z] ++ set -x [2022-06-28T11:41:34.729Z] ++ 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-28T11:41:34.988Z] INFO: Testing against a local daemon [2022-06-28T11:41:34.988Z] === RUN TestAttachWithTTY [2022-06-28T11:41:34.988Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-28T11:41:34.988Z] === RUN TestAttachWithoutTTy [2022-06-28T11:41:34.988Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-28T11:41:34.988Z] === RUN TestCheckpoint [2022-06-28T11:41:34.988Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:41:34.988Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/commit [2022-06-28T11:41:34.988Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-28T11:41:34.988Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:41:34.988Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:41:34.988Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:41:34.988Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:41:34.988Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:41:34.988Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:41:34.988Z] === CONT TestContainerInvalidJSON/commit [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-28T11:41:34.988Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-28T11:41:34.988Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-28T11:41:34.988Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-28T11:41:34.988Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-28T11:41:34.988Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-28T11:41:34.988Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-28T11:41:34.988Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-28T11:41:34.988Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-28T11:41:34.988Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-28T11:41:34.988Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-28T11:41:34.988Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-28T11:41:34.988Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-28T11:41:34.988Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-28T11:41:35.021Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-06-28T11:41:35.021Z] PASS [2022-06-28T11:41:35.021Z] [2022-06-28T11:41:35.021Z] DONE 24 tests in 6.641s [2022-06-28T11:41:35.021Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-28T11:41:35.021Z] INFO: Testing against a local daemon [2022-06-28T11:41:35.021Z] === RUN TestExternalGraphDriver [2022-06-28T11:41:35.021Z] === RUN TestExternalGraphDriver/json [2022-06-28T11:41:35.247Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-28T11:41:35.247Z] === RUN TestCopyEmptyFile [2022-06-28T11:41:35.247Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-28T11:41:35.247Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-28T11:41:35.505Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-28T11:41:35.505Z] === RUN TestCopyFromContainer [2022-06-28T11:41:35.516Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-28T11:41:36.440Z] === RUN TestCopyFromContainer// [2022-06-28T11:41:36.440Z] === RUN TestCopyFromContainer//bar/root [2022-06-28T11:41:36.440Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-28T11:41:36.440Z] === RUN TestCopyFromContainer/bar/quux [2022-06-28T11:41:36.440Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-28T11:41:36.550Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-28T11:41:36.698Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-28T11:41:36.698Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-28T11:41:36.698Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-28T11:41:36.698Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-28T11:41:36.810Z] --- PASS: TestHealthKillContainer (8.27s) [2022-06-28T11:41:36.810Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-28T11:41:36.810Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-28T11:41:36.909Z] === RUN TestExternalGraphDriver/spec [2022-06-28T11:41:36.956Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer (1.53s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-28T11:41:36.956Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-28T11:41:36.956Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-28T11:41:36.956Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:41:36.956Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:41:36.957Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:41:36.957Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:41:36.957Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:41:36.957Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:41:36.957Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-28T11:41:36.957Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-28T11:41:36.957Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-28T11:41:36.957Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-28T11:41:36.957Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-28T11:41:36.957Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-28T11:41:36.957Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-28T11:41:36.957Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-28T11:41:36.957Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-06-28T11:41:36.957Z] === RUN TestCreateWithInvalidEnv [2022-06-28T11:41:36.957Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-28T11:41:36.957Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-28T11:41:36.957Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-28T11:41:36.957Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-28T11:41:36.957Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-28T11:41:36.957Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-28T11:41:36.957Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-28T11:41:36.957Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-28T11:41:36.957Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-28T11:41:36.957Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-28T11:41:36.957Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-28T11:41:36.957Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-28T11:41:36.957Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-28T11:41:36.957Z] === RUN TestCreateTmpfsMountsTarget [2022-06-28T11:41:36.957Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-28T11:41:36.957Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-28T11:41:37.373Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-28T11:41:37.373Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s) [2022-06-28T11:41:37.373Z] === RUN TestIpcModeNone [2022-06-28T11:41:38.305Z] --- PASS: TestIpcModeNone (0.65s) [2022-06-28T11:41:38.305Z] === RUN TestIpcModePrivate [2022-06-28T11:41:38.305Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-28T11:41:38.331Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-06-28T11:41:38.331Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-28T11:41:38.563Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2022-06-28T11:41:38.800Z] === RUN TestExternalGraphDriver/pull [2022-06-28T11:41:38.822Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-28T11:41:38.822Z] --- PASS: TestIpcModePrivate (0.72s) [2022-06-28T11:41:38.822Z] === RUN TestIpcModeShareable [2022-06-28T11:41:39.385Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-06-28T11:41:39.385Z] --- PASS: TestIpcModeShareable (0.67s) [2022-06-28T11:41:39.385Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-28T11:41:39.706Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2022-06-28T11:41:39.706Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-28T11:41:39.706Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:41:39.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:41:39.706Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:41:39.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:41:39.706Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:41:39.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:41:39.706Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:41:39.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:41:39.706Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:41:39.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:41:39.706Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-28T11:41:39.706Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-28T11:41:39.706Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-28T11:41:39.706Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-28T11:41:39.706Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-28T11:41:39.706Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-28T11:41:39.706Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-28T11:41:39.706Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-28T11:41:39.706Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-28T11:41:39.706Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-28T11:41:39.706Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-28T11:41:39.706Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-28T11:41:39.964Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2022-06-28T11:41:39.964Z] === RUN TestCreateDifferentPlatform [2022-06-28T11:41:39.964Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-28T11:41:39.964Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-28T11:41:39.964Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-28T11:41:39.964Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-28T11:41:39.964Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-28T11:41:39.964Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-28T11:41:39.964Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-28T11:41:39.964Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-28T11:41:39.964Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-28T11:41:39.964Z] === RUN TestCreateInvalidHostConfig [2022-06-28T11:41:39.964Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:41:39.964Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:41:39.964Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:41:39.964Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:41:39.964Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:41:39.964Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:41:39.964Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:41:39.964Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:41:39.964Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-28T11:41:39.964Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-28T11:41:39.964Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-28T11:41:39.964Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-28T11:41:39.964Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-28T11:41:39.964Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-28T11:41:39.964Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-28T11:41:39.964Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-28T11:41:39.964Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-28T11:41:39.964Z] === RUN TestContainerStartOnDaemonRestart [2022-06-28T11:41:39.964Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-28T11:41:39.964Z] === RUN TestDaemonRestartIpcMode [2022-06-28T11:41:39.964Z] === PAUSE TestDaemonRestartIpcMode [2022-06-28T11:41:39.964Z] === RUN TestDaemonHostGatewayIP [2022-06-28T11:41:39.964Z] === PAUSE TestDaemonHostGatewayIP [2022-06-28T11:41:39.964Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-28T11:41:39.964Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-28T11:41:39.964Z] === RUN TestContainerKillOnDaemonStart [2022-06-28T11:41:39.964Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-28T11:41:39.964Z] === RUN TestDiff [2022-06-28T11:41:40.165Z] --- PASS: TestExternalGraphDriver (4.96s) [2022-06-28T11:41:40.165Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-06-28T11:41:40.165Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-06-28T11:41:40.165Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2022-06-28T11:41:40.165Z] === RUN TestGraphdriverPluginV2 [2022-06-28T11:41:40.315Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-28T11:41:40.315Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-28T11:41:40.530Z] --- PASS: TestDiff (0.45s) [2022-06-28T11:41:40.530Z] === RUN TestExecConsoleSize [2022-06-28T11:41:40.789Z] --- PASS: TestExecConsoleSize (0.48s) [2022-06-28T11:41:40.789Z] === RUN TestExecWithCloseStdin [2022-06-28T11:41:40.878Z] check_test.go:540: [d3514f35daea5] daemon is not started [2022-06-28T11:41:40.878Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-28T11:41:41.151Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.71s) [2022-06-28T11:41:41.151Z] === RUN TestAPIIpcModeHost [2022-06-28T11:41:41.355Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-06-28T11:41:41.355Z] === RUN TestExec [2022-06-28T11:41:41.425Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-28T11:41:41.685Z] --- PASS: TestAPIIpcModeHost (0.52s) [2022-06-28T11:41:41.685Z] === RUN TestDaemonIpcModeShareable [2022-06-28T11:41:41.685Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-28T11:41:41.921Z] --- PASS: TestExec (0.49s) [2022-06-28T11:41:41.921Z] === RUN TestExecUser [2022-06-28T11:41:41.942Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-28T11:41:42.180Z] --- PASS: TestExecUser (0.48s) [2022-06-28T11:41:42.180Z] === RUN TestExportContainerAndImportImage [2022-06-28T11:41:42.514Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-28T11:41:42.747Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-28T11:41:42.748Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-28T11:41:43.082Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true [2022-06-28T11:41:43.082Z] --- PASS: TestDaemonIpcModeShareable (1.46s) [2022-06-28T11:41:43.082Z] === RUN TestDaemonIpcModePrivate [2022-06-28T11:41:43.338Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d1c690__} [2022-06-28T11:41:44.122Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-06-28T11:41:44.122Z] === RUN TestHealthCheckWorkdir [2022-06-28T11:41:44.331Z] --- PASS: TestGraphdriverPluginV2 (3.92s) [2022-06-28T11:41:44.331Z] PASS [2022-06-28T11:41:44.331Z] [2022-06-28T11:41:44.331Z] DONE 5 tests in 8.906s [2022-06-28T11:41:44.331Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-28T11:41:44.331Z] INFO: Testing against a local daemon [2022-06-28T11:41:44.331Z] === RUN TestContinueAfterPluginCrash [2022-06-28T11:41:44.331Z] === PAUSE TestContinueAfterPluginCrash [2022-06-28T11:41:44.331Z] === RUN TestReadPluginNoRead [2022-06-28T11:41:44.332Z] === PAUSE TestReadPluginNoRead [2022-06-28T11:41:44.332Z] === RUN TestDaemonStartWithLogOpt [2022-06-28T11:41:44.332Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-28T11:41:44.332Z] === CONT TestContinueAfterPluginCrash [2022-06-28T11:41:44.332Z] === CONT TestDaemonStartWithLogOpt [2022-06-28T11:41:44.689Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-06-28T11:41:44.689Z] === RUN TestHealthKillContainer [2022-06-28T11:41:44.710Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2022-06-28T11:41:44.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12253264885_/foo_false_____} [2022-06-28T11:41:44.710Z] --- PASS: TestDaemonIpcModePrivate (1.55s) [2022-06-28T11:41:44.710Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-28T11:41:45.274Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-28T11:41:45.837Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-06-28T11:41:46.243Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.31s) [2022-06-28T11:41:46.243Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-28T11:41:46.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12253264885_/foo_true_____} [2022-06-28T11:41:47.601Z] --- PASS: TestDaemonStartWithLogOpt (3.36s) [2022-06-28T11:41:47.601Z] === CONT TestReadPluginNoRead [2022-06-28T11:41:47.611Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: true, mustBeShared: true [2022-06-28T11:41:47.611Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.49s) [2022-06-28T11:41:47.611Z] === RUN TestIpcModeOlderClient [2022-06-28T11:41:47.611Z] === PAUSE TestIpcModeOlderClient [2022-06-28T11:41:47.611Z] === RUN TestKillContainerInvalidSignal [2022-06-28T11:41:47.867Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3400744391_/foo_false_____} [2022-06-28T11:41:48.124Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2022-06-28T11:41:48.124Z] === RUN TestKillContainer [2022-06-28T11:41:48.124Z] === RUN TestKillContainer/no_signal [2022-06-28T11:41:48.688Z] === RUN TestKillContainer/non_killing_signal [2022-06-28T11:41:49.251Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3400744391_/foo_true_____} [2022-06-28T11:41:49.251Z] === RUN TestKillContainer/killing_signal [2022-06-28T11:41:50.140Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-28T11:41:50.181Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-28T11:41:50.181Z] --- PASS: TestKillContainer (2.14s) [2022-06-28T11:41:50.181Z] --- PASS: TestKillContainer/no_signal (0.66s) [2022-06-28T11:41:50.181Z] --- PASS: TestKillContainer/non_killing_signal (0.43s) [2022-06-28T11:41:50.181Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2022-06-28T11:41:50.181Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-28T11:41:50.181Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-28T11:41:50.743Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3400744391_/foo_true__0xc000d1c6c0___} [2022-06-28T11:41:50.743Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-28T11:41:51.067Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-28T11:41:51.306Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s) [2022-06-28T11:41:51.306Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2022-06-28T11:41:51.306Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2022-06-28T11:41:51.306Z] === RUN TestKillStoppedContainer [2022-06-28T11:41:51.563Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-06-28T11:41:51.563Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-28T11:41:51.563Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-28T11:41:51.563Z] === RUN TestKillDifferentUserContainer [2022-06-28T11:41:51.753Z] ......... [ 85%] [2022-06-28T11:41:51.995Z] === RUN TestReadPluginNoRead/default [2022-06-28T11:41:52.126Z] --- PASS: TestKillDifferentUserContainer (0.60s) [2022-06-28T11:41:52.126Z] === RUN TestInspectOomKilledTrue [2022-06-28T11:41:52.126Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:41:52.126Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-28T11:41:52.126Z] === RUN TestInspectOomKilledFalse [2022-06-28T11:41:52.126Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:41:52.126Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-28T11:41:52.126Z] === RUN TestLinksEtcHostsContentMatch [2022-06-28T11:41:52.126Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d1c6d8__} [2022-06-28T11:41:52.383Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-28T11:41:52.383Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-28T11:41:52.383Z] check_test.go:540: [d4bd6b1d8409a] daemon is not started [2022-06-28T11:41:52.383Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-28T11:41:52.557Z] --- PASS: TestContinueAfterPluginCrash (8.39s) [2022-06-28T11:41:52.639Z] --- PASS: TestLinksEtcHostsContentMatch (0.48s) [2022-06-28T11:41:52.639Z] === RUN TestLinksContainerNames [2022-06-28T11:41:52.813Z] --- PASS: TestHealthKillContainer (7.89s) [2022-06-28T11:41:52.813Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-28T11:41:52.813Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2022-06-28T11:41:52.813Z] === RUN TestIpcModeNone [2022-06-28T11:41:52.896Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d1c6f0__} [2022-06-28T11:41:52.999Z] --- PASS: TestImportExtremelyLargeImageWorks (92.98s) [2022-06-28T11:41:52.999Z] PASS [2022-06-28T11:41:52.999Z] [2022-06-28T11:41:52.999Z] === Skipped [2022-06-28T11:41:52.999Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.01s) [2022-06-28T11:41:52.999Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-28T11:41:52.999Z] [2022-06-28T11:41:52.999Z] DONE 22 tests, 1 skipped in 96.838s [2022-06-28T11:41:52.999Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-28T11:41:52.999Z] === RUN TestStripANSICommands [2022-06-28T11:41:52.999Z] === RUN TestStripANSICommands/#00 [2022-06-28T11:41:52.999Z] === RUN TestStripANSICommands/#01 [2022-06-28T11:41:52.999Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-28T11:41:52.999Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-28T11:41:52.999Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-28T11:41:52.999Z] PASS [2022-06-28T11:41:52.999Z] [2022-06-28T11:41:52.999Z] DONE 3 tests in 0.070s [2022-06-28T11:41:52.999Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-28T11:41:52.999Z] INFO: Testing against a local daemon [2022-06-28T11:41:52.999Z] === RUN TestNetworkCreateDelete [2022-06-28T11:41:52.999Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-28T11:41:52.999Z] === RUN TestDockerNetworkDeletePreferID [2022-06-28T11:41:52.999Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-06-28T11:41:52.999Z] === RUN TestDaemonDNSFallback [2022-06-28T11:41:53.379Z] --- PASS: TestIpcModeNone (0.49s) [2022-06-28T11:41:53.379Z] === RUN TestIpcModePrivate [2022-06-28T11:41:53.486Z] === CONT TestReadPluginNoRead [2022-06-28T11:41:53.486Z] read_test.go:92: [d1ee133c801c3] daemon is not started [2022-06-28T11:41:53.486Z] --- PASS: TestReadPluginNoRead (5.93s) [2022-06-28T11:41:53.486Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.21s) [2022-06-28T11:41:53.486Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-06-28T11:41:53.486Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-06-28T11:41:53.486Z] PASS [2022-06-28T11:41:53.486Z] [2022-06-28T11:41:53.486Z] DONE 6 tests in 9.315s [2022-06-28T11:41:53.486Z] 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-28T11:41:53.486Z] testing: warning: no tests to run [2022-06-28T11:41:53.486Z] PASS [2022-06-28T11:41:53.486Z] [2022-06-28T11:41:53.486Z] DONE 0 tests in 0.007s [2022-06-28T11:41:53.486Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-28T11:41:53.486Z] INFO: Testing against a local daemon [2022-06-28T11:41:53.486Z] === RUN TestPluginWithDevMounts [2022-06-28T11:41:53.486Z] === PAUSE TestPluginWithDevMounts [2022-06-28T11:41:53.486Z] === CONT TestPluginWithDevMounts [2022-06-28T11:41:53.636Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-06-28T11:41:53.894Z] --- PASS: TestIpcModePrivate (0.47s) [2022-06-28T11:41:53.894Z] === RUN TestIpcModeShareable [2022-06-28T11:41:54.152Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-06-28T11:41:54.263Z] --- PASS: TestLinksContainerNames (1.36s) [2022-06-28T11:41:54.263Z] === RUN TestLogsFollowTailEmpty [2022-06-28T11:41:54.263Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-28T11:41:54.263Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d1c708__} [2022-06-28T11:41:54.410Z] --- PASS: TestIpcModeShareable (0.46s) [2022-06-28T11:41:54.410Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-28T11:41:54.520Z] --- PASS: TestLogsFollowTailEmpty (0.57s) [2022-06-28T11:41:54.520Z] === RUN TestLogs [2022-06-28T11:41:54.520Z] === RUN TestLogs/driver_local [2022-06-28T11:41:54.520Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:41:54.520Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:41:54.520Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-28T11:41:54.520Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-28T11:41:54.520Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-28T11:41:54.520Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-28T11:41:54.520Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:41:54.520Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:41:54.520Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:41:54.520Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:41:54.520Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:41:54.520Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:41:54.520Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-28T11:41:54.520Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:41:54.850Z] --- PASS: TestPluginWithDevMounts (1.57s) [2022-06-28T11:41:54.850Z] PASS [2022-06-28T11:41:54.850Z] [2022-06-28T11:41:54.850Z] DONE 1 tests in 1.593s [2022-06-28T11:41:54.850Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-28T11:41:54.850Z] INFO: Testing against a local daemon [2022-06-28T11:41:54.850Z] === RUN TestSecretInspect [2022-06-28T11:41:55.450Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:41:55.450Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:41:55.708Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d1c720__} [2022-06-28T11:41:55.783Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.44s) [2022-06-28T11:41:55.783Z] === RUN TestAPIIpcModeHost [2022-06-28T11:41:56.348Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-06-28T11:41:56.348Z] === RUN TestDaemonIpcModeShareable [2022-06-28T11:41:56.639Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-28T11:41:56.639Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:41:56.639Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-28T11:41:56.639Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-28T11:41:56.803Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-28T11:41:57.187Z] --- PASS: TestDaemonDNSFallback (6.33s) [2022-06-28T11:41:57.187Z] === RUN TestInspectNetwork [2022-06-28T11:41:57.187Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestRunContainerWithBridgeNone [2022-06-28T11:41:57.187Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-28T11:41:57.187Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:41:57.187Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:41:57.187Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:41:57.187Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-28T11:41:57.187Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-28T11:41:57.187Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-28T11:41:57.187Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestNetworkList [2022-06-28T11:41:57.187Z] === RUN TestNetworkList//networks [2022-06-28T11:41:57.187Z] === PAUSE TestNetworkList//networks [2022-06-28T11:41:57.187Z] === RUN TestNetworkList//networks/ [2022-06-28T11:41:57.187Z] === PAUSE TestNetworkList//networks/ [2022-06-28T11:41:57.187Z] === CONT TestNetworkList//networks [2022-06-28T11:41:57.187Z] === CONT TestNetworkList//networks/ [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkList (0.01s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-28T11:41:57.187Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestHostIPv4BridgeLabel [2022-06-28T11:41:57.187Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-28T11:41:57.187Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestDaemonDefaultNetworkPools [2022-06-28T11:41:57.187Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-28T11:41:57.187Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-28T11:41:57.187Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-28T11:41:57.187Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestServiceWithPredefinedNetwork [2022-06-28T11:41:57.187Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-28T11:41:57.187Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:41:57.187Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestServiceWithDataPathPortInit [2022-06-28T11:41:57.187Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-28T11:41:57.187Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-28T11:41:57.187Z] PASS [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === Skipped [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-28T11:41:57.187Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-28T11:41:57.187Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-28T11:41:57.187Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-28T11:41:57.187Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-28T11:41:57.187Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-28T11:41:57.187Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-28T11:41:57.187Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-28T11:41:57.187Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-28T11:41:57.187Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:41:57.187Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-28T11:41:57.187Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-28T11:41:57.187Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] DONE 34 tests, 12 skipped in 7.231s [2022-06-28T11:41:57.187Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:41:57.187Z] INFO: Testing against a local daemon [2022-06-28T11:41:57.187Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-28T11:41:57.187Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:41:57.187Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestDockerNetworkIpvlan [2022-06-28T11:41:57.187Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:41:57.187Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:41:57.187Z] PASS [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === Skipped [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:41:57.187Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:41:57.187Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] DONE 2 tests, 2 skipped in 0.156s [2022-06-28T11:41:57.187Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:41:57.187Z] INFO: Testing against a local daemon [2022-06-28T11:41:57.187Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-28T11:41:57.187Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestDockerNetworkMacvlan [2022-06-28T11:41:57.187Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-28T11:41:57.187Z] PASS [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === Skipped [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-28T11:41:57.187Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-28T11:41:57.187Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] DONE 2 tests, 2 skipped in 0.103s [2022-06-28T11:41:57.187Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-28T11:41:57.187Z] testing: warning: no tests to run [2022-06-28T11:41:57.187Z] PASS [2022-06-28T11:41:57.187Z] [2022-06-28T11:41:57.187Z] DONE 0 tests in 0.037s [2022-06-28T11:41:57.187Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-28T11:41:57.187Z] INFO: Testing against a local daemon [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginAllowRequest [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginTLS [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginDenyRequest [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginDenyResponse [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginAllowEventStream [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginErrorResponse [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginErrorRequest [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginHeader [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginV2Disable [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-28T11:41:57.187Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.187Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-28T11:41:57.187Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-28T11:41:57.281Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-28T11:41:57.281Z] --- PASS: TestDaemonIpcModeShareable (1.15s) [2022-06-28T11:41:57.281Z] === RUN TestDaemonIpcModePrivate [2022-06-28T11:41:57.364Z] --- PASS: TestSecretInspect (2.19s) [2022-06-28T11:41:57.364Z] === RUN TestSecretList [2022-06-28T11:41:57.445Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.445Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-28T11:41:57.446Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-06-28T11:41:57.446Z] PASS [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === Skipped [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-06-28T11:41:57.446Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] DONE 17 tests, 17 skipped in 0.346s [2022-06-28T11:41:57.446Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-28T11:41:57.446Z] INFO: Testing against a local daemon [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:41:57.446Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:41:57.446Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-28T11:41:57.446Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-28T11:41:57.446Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-28T11:41:57.446Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-28T11:41:57.446Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-28T11:41:57.446Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-28T11:41:57.446Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-28T11:41:57.446Z] === RUN TestPluginInstall [2022-06-28T11:41:57.446Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-28T11:41:57.446Z] === RUN TestPluginsWithRuntimes [2022-06-28T11:41:57.446Z] 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-28T11:41:57.446Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-28T11:41:57.446Z] === RUN TestPluginBackCompatMediaTypes [2022-06-28T11:41:57.446Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-28T11:41:57.446Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-28T11:41:57.446Z] PASS [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === Skipped [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-28T11:41:57.446Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-28T11:41:57.446Z] 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-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-28T11:41:57.446Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-28T11:41:57.446Z] [2022-06-28T11:41:57.446Z] DONE 19 tests, 3 skipped in 0.197s [2022-06-28T11:41:57.446Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-28T11:41:57.705Z] INFO: Testing against a local daemon [2022-06-28T11:41:57.705Z] === RUN TestExternalGraphDriver [2022-06-28T11:41:57.705Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-28T11:41:57.705Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-06-28T11:41:57.705Z] === RUN TestGraphdriverPluginV2 [2022-06-28T11:41:57.995Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-28T11:41:58.009Z] === RUN TestLogs/driver_json-file [2022-06-28T11:41:58.009Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:41:58.009Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:41:58.009Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:41:58.009Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:41:58.009Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:41:58.009Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:41:58.009Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:41:58.009Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:41:58.009Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:41:58.009Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:41:58.009Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:41:58.009Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:41:58.009Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:41:58.009Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:41:58.215Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-28T11:41:58.265Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-28T11:41:58.266Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-28T11:41:58.473Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-06-28T11:41:58.473Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-28T11:41:58.523Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-28T11:41:58.780Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-28T11:41:58.780Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-28T11:41:58.780Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-28T11:41:58.780Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-28T11:41:58.780Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:41:58.780Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:41:59.252Z] --- PASS: TestSecretList (2.17s) [2022-06-28T11:41:59.252Z] === RUN TestSecretsCreateAndDelete [2022-06-28T11:41:59.405Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-06-28T11:41:59.663Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.14s) [2022-06-28T11:41:59.663Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-28T11:41:59.712Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-28T11:41:59.712Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:41:59.969Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:41:59.969Z] check_test.go:540: [d2c04679dbe23] daemon is not started [2022-06-28T11:41:59.969Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-28T11:42:00.595Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-06-28T11:42:00.853Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2022-06-28T11:42:00.853Z] === RUN TestIpcModeOlderClient [2022-06-28T11:42:00.853Z] === PAUSE TestIpcModeOlderClient [2022-06-28T11:42:00.853Z] === RUN TestKillContainerInvalidSignal [2022-06-28T11:42:00.900Z] --- PASS: TestLogs (6.35s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_local (0.02s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.94s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.98s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.15s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.13s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.99s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.11s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_json-file (0.02s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.05s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.09s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.96s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.98s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.01s) [2022-06-28T11:42:00.900Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.02s) [2022-06-28T11:42:00.900Z] === RUN TestContainerNetworkMountsNoChown [2022-06-28T11:42:01.110Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-06-28T11:42:01.111Z] === RUN TestKillContainer [2022-06-28T11:42:01.111Z] === RUN TestKillContainer/no_signal [2022-06-28T11:42:01.463Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-28T11:42:01.676Z] === RUN TestKillContainer/non_killing_signal [2022-06-28T11:42:01.720Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s) [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/default [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/default [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/private [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/private [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/rprivate [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/slave [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/slave [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/rslave [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/shared [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/shared [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/rshared [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-28T11:42:01.720Z] === CONT TestMountDaemonRoot/default [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:42:01.720Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:42:01.720Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/rshared [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/shared [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/rslave [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/slave [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/rprivate [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/private [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-28T11:42:01.721Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:42:01.721Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:42:01.721Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:42:01.766Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2022-06-28T11:42:01.766Z] === RUN TestSecretsUpdate [2022-06-28T11:42:01.889Z] --- PASS: TestGraphdriverPluginV2 (3.41s) [2022-06-28T11:42:01.889Z] PASS [2022-06-28T11:42:01.889Z] [2022-06-28T11:42:01.889Z] === Skipped [2022-06-28T11:42:01.889Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-06-28T11:42:01.889Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-28T11:42:01.889Z] [2022-06-28T11:42:01.889Z] DONE 2 tests, 1 skipped in 3.565s [2022-06-28T11:42:01.889Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-28T11:42:01.889Z] INFO: Testing against a local daemon [2022-06-28T11:42:01.889Z] === RUN TestContinueAfterPluginCrash [2022-06-28T11:42:01.889Z] === PAUSE TestContinueAfterPluginCrash [2022-06-28T11:42:01.889Z] === RUN TestReadPluginNoRead [2022-06-28T11:42:01.889Z] === PAUSE TestReadPluginNoRead [2022-06-28T11:42:01.889Z] === RUN TestDaemonStartWithLogOpt [2022-06-28T11:42:01.889Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-28T11:42:01.889Z] === CONT TestContinueAfterPluginCrash [2022-06-28T11:42:01.889Z] === CONT TestDaemonStartWithLogOpt [2022-06-28T11:42:01.935Z] === RUN TestKillContainer/killing_signal [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:42:01.978Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:42:02.235Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-28T11:42:02.235Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2022-06-28T11:42:02.235Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-28T11:42:02.235Z] === RUN TestContainerBindMountNonRecursive [2022-06-28T11:42:02.500Z] --- PASS: TestKillContainer (1.36s) [2022-06-28T11:42:02.500Z] --- PASS: TestKillContainer/no_signal (0.45s) [2022-06-28T11:42:02.500Z] --- PASS: TestKillContainer/non_killing_signal (0.32s) [2022-06-28T11:42:02.500Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2022-06-28T11:42:02.500Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-28T11:42:02.500Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-28T11:42:03.066Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-28T11:42:03.166Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-28T11:42:03.324Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2022-06-28T11:42:03.324Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-06-28T11:42:03.324Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2022-06-28T11:42:03.324Z] === RUN TestKillStoppedContainer [2022-06-28T11:42:03.324Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-28T11:42:03.324Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-28T11:42:03.582Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-28T11:42:03.582Z] === RUN TestKillDifferentUserContainer [2022-06-28T11:42:03.653Z] --- PASS: TestSecretsUpdate (2.15s) [2022-06-28T11:42:03.653Z] === RUN TestTemplatedSecret [2022-06-28T11:42:03.729Z] check_test.go:540: [d249eb2ff05a6] daemon is not started [2022-06-28T11:42:03.729Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-28T11:42:03.840Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-06-28T11:42:03.840Z] === RUN TestInspectOomKilledTrue [2022-06-28T11:42:03.986Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-28T11:42:04.242Z] --- PASS: TestContainerBindMountNonRecursive (2.02s) [2022-06-28T11:42:04.242Z] === RUN TestContainerVolumesMountedAsShared [2022-06-28T11:42:04.410Z] --- PASS: TestInspectOomKilledTrue (0.45s) [2022-06-28T11:42:04.410Z] === RUN TestInspectOomKilledFalse [2022-06-28T11:42:04.550Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-28T11:42:04.550Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-28T11:42:04.669Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-06-28T11:42:04.669Z] === RUN TestLinksEtcHostsContentMatch [2022-06-28T11:42:04.805Z] --- PASS: TestContainerVolumesMountedAsShared (0.56s) [2022-06-28T11:42:04.805Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-28T11:42:05.234Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-06-28T11:42:05.234Z] === RUN TestLinksContainerNames [2022-06-28T11:42:05.369Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-28T11:42:05.369Z] --- PASS: TestContainerVolumesMountedAsSlave (0.56s) [2022-06-28T11:42:05.369Z] === RUN TestNetworkNat [2022-06-28T11:42:05.800Z] --- PASS: TestLinksContainerNames (0.83s) [2022-06-28T11:42:05.800Z] === RUN TestLogsFollowTailEmpty [2022-06-28T11:42:06.164Z] --- PASS: TestTemplatedSecret (2.56s) [2022-06-28T11:42:06.165Z] === RUN TestSecretCreateResolve [2022-06-28T11:42:06.302Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-28T11:42:06.302Z] --- PASS: TestNetworkNat (0.86s) [2022-06-28T11:42:06.302Z] === RUN TestNetworkLocalhostTCPNat [2022-06-28T11:42:06.366Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-06-28T11:42:06.366Z] === RUN TestLogs [2022-06-28T11:42:06.366Z] === RUN TestLogs/driver_local [2022-06-28T11:42:06.366Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:42:06.366Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:42:06.366Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-28T11:42:06.366Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-28T11:42:06.366Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-28T11:42:06.366Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-28T11:42:06.366Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:42:06.366Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:42:06.366Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:42:06.366Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:42:06.366Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:42:06.366Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:42:06.366Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-28T11:42:06.366Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-28T11:42:06.559Z] docker_cli_daemon_plugins_test.go:80: [dca0c2dbe3244] daemon is not started [2022-06-28T11:42:06.931Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-28T11:42:06.931Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-28T11:42:07.122Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-28T11:42:07.123Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2022-06-28T11:42:07.123Z] === RUN TestNetworkLoopbackNat [2022-06-28T11:42:07.123Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-28T11:42:07.154Z] === CONT TestReadPluginNoRead [2022-06-28T11:42:07.154Z] --- PASS: TestDaemonStartWithLogOpt (5.09s) [2022-06-28T11:42:07.497Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-28T11:42:07.497Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-28T11:42:07.686Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-28T11:42:07.686Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-28T11:42:08.064Z] === RUN TestLogs/driver_json-file [2022-06-28T11:42:08.064Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:42:08.064Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:42:08.064Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:42:08.064Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:42:08.064Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:42:08.064Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:42:08.064Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:42:08.064Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:42:08.064Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:42:08.064Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:42:08.064Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:42:08.064Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:42:08.064Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-28T11:42:08.064Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-28T11:42:08.250Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-28T11:42:08.529Z] === RUN TestReadPluginNoRead/default [2022-06-28T11:42:08.630Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-28T11:42:08.630Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-28T11:42:08.676Z] --- PASS: TestSecretCreateResolve (2.19s) [2022-06-28T11:42:08.677Z] PASS [2022-06-28T11:42:08.677Z] [2022-06-28T11:42:08.677Z] DONE 6 tests in 13.426s [2022-06-28T11:42:08.677Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-28T11:42:08.677Z] INFO: Testing against a local daemon [2022-06-28T11:42:08.677Z] === RUN TestServiceCreateInit [2022-06-28T11:42:08.677Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-28T11:42:08.813Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-28T11:42:09.195Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-28T11:42:09.195Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-28T11:42:09.781Z] --- PASS: TestLogs (3.36s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.70s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.74s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.52s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.52s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.53s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.61s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.66s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.44s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.44s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.46s) [2022-06-28T11:42:09.781Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.46s) [2022-06-28T11:42:09.781Z] === RUN TestContainerNetworkMountsNoChown [2022-06-28T11:42:09.911Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-28T11:42:10.046Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/default [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/default [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/private [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/private [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rprivate [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/slave [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/slave [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rslave [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/shared [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/shared [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rshared [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/default [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/rshared [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/shared [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/rslave [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/slave [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/rprivate [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/private [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:42:10.046Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-28T11:42:10.046Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-28T11:42:10.046Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-28T11:42:10.180Z] --- PASS: TestNetworkLoopbackNat (3.03s) [2022-06-28T11:42:10.180Z] === RUN TestPause [2022-06-28T11:42:10.180Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-28T11:42:10.304Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-28T11:42:10.335Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-28T11:42:10.438Z] docker_cli_daemon_plugins_test.go:170: [da3a8a6198d07] daemon is not started [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-28T11:42:10.561Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-28T11:42:10.562Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-28T11:42:10.562Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-28T11:42:10.562Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-06-28T11:42:10.562Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-28T11:42:10.562Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-28T11:42:10.562Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-28T11:42:10.562Z] === RUN TestContainerBindMountNonRecursive [2022-06-28T11:42:10.695Z] --- PASS: TestPause (0.76s) [2022-06-28T11:42:10.695Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-28T11:42:10.695Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:42:10.695Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:42:10.695Z] === RUN TestPauseStopPausedContainer [2022-06-28T11:42:10.951Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-28T11:42:11.285Z] --- PASS: TestContinueAfterPluginCrash (9.77s) [2022-06-28T11:42:11.285Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-28T11:42:11.514Z] --- PASS: TestPauseStopPausedContainer (0.68s) [2022-06-28T11:42:11.514Z] === RUN TestPidHost [2022-06-28T11:42:11.514Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-28T11:42:11.770Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-28T11:42:11.934Z] --- PASS: TestContainerBindMountNonRecursive (1.29s) [2022-06-28T11:42:11.934Z] === RUN TestContainerVolumesMountedAsShared [2022-06-28T11:42:12.192Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-06-28T11:42:12.192Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-28T11:42:12.449Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-06-28T11:42:12.449Z] === RUN TestNetworkNat [2022-06-28T11:42:12.662Z] === CONT TestReadPluginNoRead [2022-06-28T11:42:12.662Z] read_test.go:92: [d8295bad2151b] daemon is not started [2022-06-28T11:42:12.662Z] --- PASS: TestReadPluginNoRead (6.07s) [2022-06-28T11:42:12.662Z] --- PASS: TestReadPluginNoRead/default (1.28s) [2022-06-28T11:42:12.662Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.35s) [2022-06-28T11:42:12.662Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-06-28T11:42:12.662Z] PASS [2022-06-28T11:42:12.662Z] [2022-06-28T11:42:12.662Z] DONE 6 tests in 11.361s [2022-06-28T11:42:12.662Z] 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-28T11:42:12.662Z] testing: warning: no tests to run [2022-06-28T11:42:12.662Z] PASS [2022-06-28T11:42:12.662Z] [2022-06-28T11:42:12.662Z] DONE 0 tests in 0.034s [2022-06-28T11:42:12.662Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-28T11:42:12.662Z] INFO: Testing against a local daemon [2022-06-28T11:42:12.662Z] === RUN TestPluginWithDevMounts [2022-06-28T11:42:12.662Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-28T11:42:12.662Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-28T11:42:12.662Z] PASS [2022-06-28T11:42:12.662Z] [2022-06-28T11:42:12.662Z] === Skipped [2022-06-28T11:42:12.662Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-28T11:42:12.662Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-28T11:42:12.662Z] [2022-06-28T11:42:12.662Z] DONE 1 tests, 1 skipped in 0.137s [2022-06-28T11:42:12.662Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-28T11:42:12.705Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-28T11:42:12.840Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-28T11:42:12.920Z] INFO: Testing against a local daemon [2022-06-28T11:42:12.920Z] === RUN TestSecretInspect [2022-06-28T11:42:12.920Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] --- SKIP: TestSecretInspect (0.02s) [2022-06-28T11:42:12.920Z] === RUN TestSecretList [2022-06-28T11:42:12.920Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] --- SKIP: TestSecretList (0.01s) [2022-06-28T11:42:12.920Z] === RUN TestSecretsCreateAndDelete [2022-06-28T11:42:12.920Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2022-06-28T11:42:12.920Z] === RUN TestSecretsUpdate [2022-06-28T11:42:12.920Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-06-28T11:42:12.920Z] === RUN TestTemplatedSecret [2022-06-28T11:42:12.920Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-28T11:42:12.920Z] === RUN TestSecretCreateResolve [2022-06-28T11:42:12.920Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-06-28T11:42:12.920Z] PASS [2022-06-28T11:42:12.920Z] [2022-06-28T11:42:12.920Z] === Skipped [2022-06-28T11:42:12.920Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2022-06-28T11:42:12.920Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] [2022-06-28T11:42:12.920Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-06-28T11:42:12.920Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] [2022-06-28T11:42:12.920Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2022-06-28T11:42:12.920Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] [2022-06-28T11:42:12.920Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-06-28T11:42:12.920Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] [2022-06-28T11:42:12.920Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-28T11:42:12.920Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] [2022-06-28T11:42:12.920Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-06-28T11:42:12.920Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:12.920Z] [2022-06-28T11:42:12.920Z] DONE 6 tests, 6 skipped in 0.218s [2022-06-28T11:42:12.920Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-28T11:42:13.015Z] --- PASS: TestNetworkNat (0.42s) [2022-06-28T11:42:13.015Z] === RUN TestNetworkLocalhostTCPNat [2022-06-28T11:42:13.082Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-28T11:42:13.082Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-28T11:42:13.180Z] INFO: Testing against a local daemon [2022-06-28T11:42:13.180Z] === RUN TestServiceCreateInit [2022-06-28T11:42:13.180Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-28T11:42:13.180Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-28T11:42:13.180Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- PASS: TestServiceCreateInit (0.02s) [2022-06-28T11:42:13.180Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-28T11:42:13.180Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-28T11:42:13.180Z] === RUN TestCreateServiceMultipleTimes [2022-06-28T11:42:13.180Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestCreateServiceConflict [2022-06-28T11:42:13.180Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestCreateServiceMaxReplicas [2022-06-28T11:42:13.180Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-28T11:42:13.180Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestCreateServiceSecretFileMode [2022-06-28T11:42:13.180Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2022-06-28T11:42:13.180Z] === RUN TestCreateServiceConfigFileMode [2022-06-28T11:42:13.180Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestCreateServiceSysctls [2022-06-28T11:42:13.180Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-28T11:42:13.180Z] === RUN TestCreateServiceCapabilities [2022-06-28T11:42:13.180Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-06-28T11:42:13.180Z] === RUN TestInspect [2022-06-28T11:42:13.180Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestInspect (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestCreateJob [2022-06-28T11:42:13.180Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestCreateJob (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestReplicatedJob [2022-06-28T11:42:13.180Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-28T11:42:13.180Z] === RUN TestUpdateReplicatedJob [2022-06-28T11:42:13.180Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2022-06-28T11:42:13.180Z] === RUN TestServiceListWithStatuses [2022-06-28T11:42:13.180Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:42:13.180Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-28T11:42:13.180Z] === RUN TestDockerNetworkConnectAlias [2022-06-28T11:42:13.180Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2022-06-28T11:42:13.180Z] === RUN TestDockerNetworkReConnect [2022-06-28T11:42:13.180Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:13.180Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-28T11:42:13.271Z] --- PASS: TestPidHost (1.70s) [2022-06-28T11:42:13.271Z] === RUN TestPsFilter [2022-06-28T11:42:13.271Z] --- PASS: TestPsFilter (0.14s) [2022-06-28T11:42:13.271Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-28T11:42:13.273Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-06-28T11:42:13.273Z] === RUN TestNetworkLoopbackNat [2022-06-28T11:42:13.439Z] === RUN TestServicePlugin [2022-06-28T11:42:13.528Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-28T11:42:14.091Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.88s) [2022-06-28T11:42:14.091Z] === RUN TestRemoveContainerWithVolume [2022-06-28T11:42:14.347Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-28T11:42:14.910Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2022-06-28T11:42:14.910Z] === RUN TestRemoveContainerRunning [2022-06-28T11:42:15.167Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-28T11:42:15.167Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-28T11:42:15.342Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.342Z] --- SKIP: TestServicePlugin (1.93s) [2022-06-28T11:42:15.342Z] === RUN TestServiceUpdateLabel [2022-06-28T11:42:15.342Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.342Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-06-28T11:42:15.342Z] === RUN TestServiceUpdateSecrets [2022-06-28T11:42:15.342Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.342Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-28T11:42:15.342Z] === RUN TestServiceUpdateConfigs [2022-06-28T11:42:15.342Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.342Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-06-28T11:42:15.342Z] === RUN TestServiceUpdateNetwork [2022-06-28T11:42:15.342Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.342Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-28T11:42:15.342Z] === RUN TestServiceUpdatePidsLimit [2022-06-28T11:42:15.342Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.342Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2022-06-28T11:42:15.342Z] PASS [2022-06-28T11:42:15.342Z] [2022-06-28T11:42:15.342Z] === Skipped [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-28T11:42:15.343Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-28T11:42:15.343Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-06-28T11:42:15.343Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-28T11:42:15.343Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-06-28T11:42:15.343Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-28T11:42:15.343Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2022-06-28T11:42:15.343Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-28T11:42:15.343Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-28T11:42:15.343Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-06-28T11:42:15.343Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-28T11:42:15.343Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-28T11:42:15.343Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-28T11:42:15.343Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2022-06-28T11:42:15.343Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-28T11:42:15.343Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2022-06-28T11:42:15.343Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-28T11:42:15.343Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServicePlugin (1.93s) [2022-06-28T11:42:15.343Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-06-28T11:42:15.343Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-28T11:42:15.343Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-06-28T11:42:15.343Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-28T11:42:15.343Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2022-06-28T11:42:15.343Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-28T11:42:15.343Z] [2022-06-28T11:42:15.343Z] DONE 24 tests, 23 skipped in 2.395s [2022-06-28T11:42:15.343Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-28T11:42:15.343Z] INFO: Testing against a local daemon [2022-06-28T11:42:15.343Z] === RUN TestSessionCreate [2022-06-28T11:42:15.343Z] --- PASS: TestSessionCreate (0.03s) [2022-06-28T11:42:15.343Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-28T11:42:15.602Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-06-28T11:42:15.602Z] PASS [2022-06-28T11:42:15.602Z] [2022-06-28T11:42:15.602Z] DONE 2 tests in 0.162s [2022-06-28T11:42:15.602Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-28T11:42:15.602Z] INFO: Testing against a local daemon [2022-06-28T11:42:15.602Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-28T11:42:15.602Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-28T11:42:15.602Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-28T11:42:15.602Z] === RUN TestDiskUsage [2022-06-28T11:42:15.602Z] === PAUSE TestDiskUsage [2022-06-28T11:42:15.602Z] === RUN TestEventsExecDie [2022-06-28T11:42:15.729Z] --- PASS: TestRemoveContainerRunning (0.71s) [2022-06-28T11:42:15.730Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-28T11:42:15.730Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-28T11:42:15.799Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-06-28T11:42:15.799Z] === RUN TestPause [2022-06-28T11:42:15.986Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-28T11:42:16.105Z] --- PASS: TestServiceCreateInit (7.62s) [2022-06-28T11:42:16.105Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.77s) [2022-06-28T11:42:16.105Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.83s) [2022-06-28T11:42:16.105Z] === RUN TestCreateServiceMultipleTimes [2022-06-28T11:42:16.169Z] --- PASS: TestEventsExecDie (0.50s) [2022-06-28T11:42:16.169Z] === RUN TestEventsBackwardsCompatible [2022-06-28T11:42:16.169Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-06-28T11:42:16.169Z] === RUN TestEventsVolumeCreate [2022-06-28T11:42:16.169Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-28T11:42:16.169Z] === RUN TestInfoBinaryCommits [2022-06-28T11:42:16.169Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-28T11:42:16.169Z] === RUN TestInfoAPIVersioned [2022-06-28T11:42:16.169Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-28T11:42:16.169Z] === RUN TestInfoAPI [2022-06-28T11:42:16.169Z] --- PASS: TestInfoAPI (0.02s) [2022-06-28T11:42:16.169Z] === RUN TestInfoAPIWarnings [2022-06-28T11:42:16.242Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2022-06-28T11:42:16.242Z] === RUN TestRemoveInvalidContainer [2022-06-28T11:42:16.242Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-28T11:42:16.242Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-06-28T11:42:16.242Z] === RUN TestRenameLinkedContainer [2022-06-28T11:42:16.364Z] --- PASS: TestPause (0.45s) [2022-06-28T11:42:16.364Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-28T11:42:16.364Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:42:16.364Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:42:16.364Z] === RUN TestPauseStopPausedContainer [2022-06-28T11:42:16.622Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-06-28T11:42:16.622Z] === RUN TestPidHost [2022-06-28T11:42:16.806Z] check_test.go:540: [dbaae66877a61] daemon is not started [2022-06-28T11:42:16.806Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-28T11:42:17.018Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-28T11:42:17.276Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-28T11:42:17.276Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-28T11:42:17.276Z] [2022-06-28T11:42:17.276Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-28T11:42:17.276Z] =========================== short test summary info ============================ [2022-06-28T11:42:17.276Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-28T11:42:17.276Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-28T11:42:17.276Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-28T11:42:17.276Z] Not supported on most drivers [2022-06-28T11:42:17.276Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-28T11:42:17.276Z] Output of docker top depends on host distro, and is not formalized. [2022-06-28T11:42:17.276Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-28T11:42:17.276Z] Output of docker top depends on host distro, and is not formalized. [2022-06-28T11:42:17.276Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-28T11:42:17.276Z] Can fail if eth0 has multiple IP addresses [2022-06-28T11:42:17.276Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-28T11:42:17.276Z] This doesn't seem to be taken into account by the engine [2022-06-28T11:42:17.276Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-28T11:42:17.276Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-28T11:42:17.276Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.45 seconds == [2022-06-28T11:42:17.369Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-28T11:42:17.534Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-28T11:42:17.555Z] --- PASS: TestPidHost (0.91s) [2022-06-28T11:42:17.555Z] === RUN TestPsFilter [2022-06-28T11:42:17.812Z] --- PASS: TestPsFilter (0.10s) [2022-06-28T11:42:17.812Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-28T11:42:18.070Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-06-28T11:42:18.070Z] === RUN TestRemoveContainerWithVolume [2022-06-28T11:42:18.635Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-06-28T11:42:18.635Z] === RUN TestRemoveContainerRunning [2022-06-28T11:42:18.739Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-28T11:42:18.894Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-06-28T11:42:18.894Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-28T11:42:18.996Z] --- PASS: TestRenameLinkedContainer (2.74s) [2022-06-28T11:42:18.996Z] === RUN TestRenameStoppedContainer [2022-06-28T11:42:19.459Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-06-28T11:42:19.459Z] === RUN TestRemoveInvalidContainer [2022-06-28T11:42:19.459Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-28T11:42:19.459Z] === RUN TestRenameLinkedContainer [2022-06-28T11:42:19.927Z] --- PASS: TestRenameStoppedContainer (0.63s) [2022-06-28T11:42:19.927Z] === RUN TestRenameRunningContainerAndReuse [2022-06-28T11:42:19.927Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-28T11:42:20.856Z] --- PASS: TestRenameRunningContainerAndReuse (1.13s) [2022-06-28T11:42:20.856Z] === RUN TestRenameInvalidName [2022-06-28T11:42:21.358Z] --- PASS: TestRenameLinkedContainer (1.71s) [2022-06-28T11:42:21.358Z] === RUN TestRenameStoppedContainer [2022-06-28T11:42:21.419Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-28T11:42:21.419Z] --- PASS: TestRenameInvalidName (0.63s) [2022-06-28T11:42:21.419Z] === RUN TestRenameAnonymousContainer [2022-06-28T11:42:21.617Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-06-28T11:42:21.617Z] === RUN TestRenameRunningContainerAndReuse [2022-06-28T11:42:22.550Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-06-28T11:42:22.551Z] === RUN TestRenameInvalidName [2022-06-28T11:42:22.787Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-28T11:42:22.808Z] --- PASS: TestRenameInvalidName (0.41s) [2022-06-28T11:42:22.808Z] === RUN TestRenameAnonymousContainer [2022-06-28T11:42:23.715Z] --- PASS: TestRenameAnonymousContainer (2.06s) [2022-06-28T11:42:23.715Z] === RUN TestRenameContainerWithSameName [2022-06-28T11:42:23.972Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-28T11:42:24.181Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2022-06-28T11:42:24.181Z] === RUN TestRenameContainerWithSameName [2022-06-28T11:42:24.228Z] --- PASS: TestRenameContainerWithSameName (0.58s) [2022-06-28T11:42:24.228Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-28T11:42:24.747Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-06-28T11:42:24.747Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-28T11:42:25.157Z] --- PASS: TestRenameContainerWithLinkedContainer (1.14s) [2022-06-28T11:42:25.157Z] === RUN TestResize [2022-06-28T11:42:25.681Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-06-28T11:42:25.681Z] === RUN TestResize [2022-06-28T11:42:25.720Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-28T11:42:25.939Z] --- PASS: TestResize (0.44s) [2022-06-28T11:42:25.939Z] === RUN TestResizeWithInvalidSize [2022-06-28T11:42:25.976Z] --- PASS: TestResize (0.74s) [2022-06-28T11:42:25.976Z] === RUN TestResizeWithInvalidSize [2022-06-28T11:42:26.505Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-06-28T11:42:26.505Z] === RUN TestResizeWhenContainerNotStarted [2022-06-28T11:42:26.540Z] --- PASS: TestResizeWithInvalidSize (0.61s) [2022-06-28T11:42:26.540Z] === RUN TestResizeWhenContainerNotStarted [2022-06-28T11:42:26.763Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:26.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:26.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:26.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:26.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:26.764Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:26.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:26.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:26.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:26.764Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:26.764Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:26.764Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:42:26.764Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-28T11:42:27.102Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s) [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:27.102Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:27.102Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:27.102Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-28T11:42:27.102Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:27.664Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-28T11:42:28.137Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:42:28.421Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:28.598Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-28T11:42:29.528Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-28T11:42:29.725Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-28T11:42:29.725Z] [2022-06-28T11:42:29.725Z] Unloading profiles will leave already running processes permanently [2022-06-28T11:42:29.725Z] unconfined, which can lead to unexpected situations. [2022-06-28T11:42:29.725Z] [2022-06-28T11:42:29.725Z] To set a process to complain mode, use the command line tool [2022-06-28T11:42:29.725Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-28T11:42:29.725Z] Post stage [Pipeline] junit [2022-06-28T11:42:29.738Z] Recording test results [2022-06-28T11:42:29.796Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:29.796Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:29.861Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-28T11:42:30.135Z] + echo Ensuring container killed. [2022-06-28T11:42:30.135Z] Ensuring container killed. [2022-06-28T11:42:30.135Z] + docker rm -vf docker-pr3 [2022-06-28T11:42:30.135Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-06-28T11:42:30.414Z] + echo Chowning /workspace to jenkins user [2022-06-28T11:42:30.414Z] Chowning /workspace to jenkins user [2022-06-28T11:42:30.414Z] + id -u [2022-06-28T11:42:30.414Z] + id -g [2022-06-28T11:42:30.414Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42542:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-28T11:42:31.170Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:31.170Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:31.270Z] + bundleName=docker-py [2022-06-28T11:42:31.270Z] + echo Creating docker-py-bundles.tar.gz [2022-06-28T11:42:31.270Z] Creating docker-py-bundles.tar.gz [2022-06-28T11:42:31.270Z] + 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-28T11:42:31.281Z] Archiving artifacts [2022-06-28T11:42:31.417Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:42:31.417Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-28T11:42:31.516Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42542/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-28T11:42:31.856Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh binary [2022-06-28T11:42:31.979Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:42:32.114Z] [2022-06-28T11:42:32.114Z] Removing bundles/ [2022-06-28T11:42:32.372Z] [2022-06-28T11:42:32.372Z] ---> Making bundle: binary (in bundles/binary) [2022-06-28T11:42:32.372Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-28T11:42:32.372Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:42:32.909Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:42:33.165Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-28T11:42:34.096Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:42:34.169Z] --- PASS: TestCreateServiceMultipleTimes (15.51s) [2022-06-28T11:42:34.169Z] === RUN TestCreateServiceConflict [2022-06-28T11:42:34.169Z] --- PASS: TestCreateServiceConflict (2.20s) [2022-06-28T11:42:34.169Z] === RUN TestCreateServiceMaxReplicas [2022-06-28T11:42:34.249Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-06-28T11:42:34.249Z] === RUN TestInfoDebug [2022-06-28T11:42:34.249Z] --- PASS: TestInfoDebug (0.54s) [2022-06-28T11:42:34.249Z] === RUN TestInfoInsecureRegistries [2022-06-28T11:42:34.249Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-06-28T11:42:34.249Z] === RUN TestInfoRegistryMirrors [2022-06-28T11:42:34.450Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:34.450Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:34.514Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-28T11:42:34.514Z] === RUN TestLoginFailsWithBadCredentials [2022-06-28T11:42:34.514Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-28T11:42:34.514Z] === RUN TestPingCacheHeaders [2022-06-28T11:42:34.514Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-06-28T11:42:34.514Z] === RUN TestPingGet [2022-06-28T11:42:34.514Z] --- PASS: TestPingGet (0.02s) [2022-06-28T11:42:34.514Z] === RUN TestPingHead [2022-06-28T11:42:34.514Z] --- PASS: TestPingHead (0.04s) [2022-06-28T11:42:34.514Z] === RUN TestPingSwarmHeader [2022-06-28T11:42:35.080Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-28T11:42:35.464Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:42:35.647Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-28T11:42:36.026Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:42:36.581Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-28T11:42:36.581Z] --- PASS: TestPingSwarmHeader (2.05s) [2022-06-28T11:42:36.581Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-28T11:42:36.581Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-28T11:42:36.581Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-28T11:42:36.581Z] === RUN TestVersion [2022-06-28T11:42:36.685Z] --- PASS: TestCreateServiceMaxReplicas (2.78s) [2022-06-28T11:42:36.685Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-28T11:42:36.839Z] --- PASS: TestVersion (0.04s) [2022-06-28T11:42:36.839Z] === CONT TestDiskUsage [2022-06-28T11:42:36.954Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/container_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/image_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/volume_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-28T11:42:37.407Z] === RUN TestDiskUsage/after_container.Run [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-28T11:42:37.666Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-28T11:42:37.882Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-28T11:42:37.882Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage (1.27s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-28T11:42:37.924Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-06-28T11:42:37.924Z] PASS [2022-06-28T11:42:37.924Z] [2022-06-28T11:42:37.924Z] === Skipped [2022-06-28T11:42:37.924Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-28T11:42:37.924Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-28T11:42:37.924Z] [2022-06-28T11:42:37.924Z] DONE 54 tests, 1 skipped in 22.481s [2022-06-28T11:42:37.924Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-28T11:42:38.139Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-28T11:42:38.183Z] INFO: Testing against a local daemon [2022-06-28T11:42:38.183Z] === RUN TestVolumesCreateAndList [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-28T11:42:38.183Z] === RUN TestVolumesRemove [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-28T11:42:38.183Z] === RUN TestVolumesInspect [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-28T11:42:38.183Z] === RUN TestVolumesInvalidJSON [2022-06-28T11:42:38.183Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-28T11:42:38.183Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-28T11:42:38.183Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-28T11:42:38.183Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-28T11:42:38.183Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-28T11:42:38.183Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-28T11:42:38.183Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-28T11:42:38.183Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-28T11:42:38.183Z] PASS [2022-06-28T11:42:38.183Z] [2022-06-28T11:42:38.183Z] DONE 9 tests in 0.267s [2022-06-28T11:42:38.183Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-28T11:42:38.396Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-28T11:42:38.441Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14241 is not a child of this shell [2022-06-28T11:42:38.441Z] warning: PID 14241 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-28T11:42:38.441Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-28T11:42:38.441Z] [2022-06-28T11:42:38.441Z] Unloading profiles will leave already running processes permanently [2022-06-28T11:42:38.441Z] unconfined, which can lead to unexpected situations. [2022-06-28T11:42:38.441Z] [2022-06-28T11:42:38.441Z] To set a process to complain mode, use the command line tool [2022-06-28T11:42:38.441Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-28T11:42:38.441Z] Removing test suite binaries [2022-06-28T11:42:38.441Z] exiting test-integration [2022-06-28T11:42:38.441Z] ++ exit 0 [2022-06-28T11:42:38.441Z] [2022-06-28T11:42:38.634Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-28T11:42:38.634Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-28T11:42:39.325Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon Post stage [Pipeline] junit [2022-06-28T11:42:39.829Z] Recording test results [2022-06-28T11:42:39.890Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:39.890Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-28T11:42:40.007Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-28T11:42:40.265Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-28T11:42:40.306Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-28T11:42:40.641Z] + echo Ensuring container killed. [2022-06-28T11:42:40.641Z] Ensuring container killed. [2022-06-28T11:42:40.641Z] + docker rm -vf docker-pr3 [2022-06-28T11:42:40.641Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-06-28T11:42:40.821Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-28T11:42:40.923Z] + echo Chowning /workspace to jenkins user [2022-06-28T11:42:40.923Z] Chowning /workspace to jenkins user [2022-06-28T11:42:40.923Z] + id -u [2022-06-28T11:42:40.923Z] + id -g [2022-06-28T11:42:40.923Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42542:/workspace busybox chown -R 1000:1000 /workspace [2022-06-28T11:42:42.168Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-28T11:42:42.168Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-28T11:42:42.713Z] check_test.go:540: [d8a8ed2e9b099] daemon is not started [2022-06-28T11:42:42.713Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-28T11:42:43.116Z] + bundleName=amd64-rootless [2022-06-28T11:42:43.116Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-28T11:42:43.116Z] Creating amd64-rootless-bundles.tar.gz [2022-06-28T11:42:43.116Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-06-28T11:42:43.116Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-06-28T11:42:43.129Z] Archiving artifacts [2022-06-28T11:42:43.643Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-28T11:42:43.662Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42542/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-28T11:42:43.968Z] + make clean [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.32s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.61s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.31s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.71s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.41s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.98s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.66s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.77s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.83s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.91s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s) [2022-06-28T11:42:44.067Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.69s) [2022-06-28T11:42:44.067Z] === RUN TestCgroupNamespacesRun [2022-06-28T11:42:44.207Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-28T11:42:44.225Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-28T11:42:44.225Z] docker-dev-cache [2022-06-28T11:42:44.225Z] docker-mod-cache [Pipeline] deleteDir [2022-06-28T11:42:44.464Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [Pipeline] } [Pipeline] // withEnv [2022-06-28T11:42:45.000Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-06-28T11:42:45.000Z] === RUN TestCgroupNamespacesRunPrivileged [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-28T11:42:45.394Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-28T11:42:45.394Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-28T11:42:45.394Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-06-28T11:42:46.374Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-06-28T11:42:46.374Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-28T11:42:46.762Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-28T11:42:47.306Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-06-28T11:42:47.307Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-28T11:42:47.691Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-28T11:42:48.254Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-28T11:42:48.679Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-06-28T11:42:48.679Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.25s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.82s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.83s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.11s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.33s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.92s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.78s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.44s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.96s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.82s) [2022-06-28T11:42:48.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.95s) [2022-06-28T11:42:48.818Z] === RUN TestCgroupNamespacesRun [2022-06-28T11:42:48.818Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-28T11:42:49.612Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-06-28T11:42:49.612Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-28T11:42:49.749Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-28T11:42:50.545Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-06-28T11:42:50.545Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-28T11:42:50.700Z] --- PASS: TestCgroupNamespacesRun (1.95s) [2022-06-28T11:42:50.700Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-28T11:42:50.957Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-28T11:42:50.957Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-28T11:42:50.957Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-28T11:42:51.481Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-28T11:42:51.481Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-28T11:42:51.519Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.20s) [2022-06-28T11:42:51.519Z] === RUN TestCreateServiceSecretFileMode [2022-06-28T11:42:51.887Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-28T11:42:52.420Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-06-28T11:42:52.420Z] === RUN TestNISDomainname [2022-06-28T11:42:52.445Z] --- PASS: TestCreateServiceSecretFileMode (2.50s) [2022-06-28T11:42:52.445Z] === RUN TestCreateServiceConfigFileMode [2022-06-28T11:42:52.451Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.86s) [2022-06-28T11:42:52.451Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-28T11:42:52.707Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-28T11:42:52.985Z] --- PASS: TestNISDomainname (0.51s) [2022-06-28T11:42:52.985Z] === RUN TestHostnameDnsResolution [2022-06-28T11:42:53.919Z] --- PASS: TestHostnameDnsResolution (0.70s) [2022-06-28T11:42:53.919Z] === RUN TestUnprivilegedPortsAndPing [2022-06-28T11:42:54.177Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2022-06-28T11:42:54.177Z] === RUN TestPrivilegedHostDevices [2022-06-28T11:42:54.598Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.93s) [2022-06-28T11:42:54.598Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-28T11:42:54.742Z] --- PASS: TestPrivilegedHostDevices (0.52s) [2022-06-28T11:42:54.742Z] === RUN TestRunConsoleSize [2022-06-28T11:42:54.960Z] --- PASS: TestCreateServiceConfigFileMode (2.49s) [2022-06-28T11:42:54.960Z] === RUN TestCreateServiceSysctls [2022-06-28T11:42:55.000Z] --- PASS: TestRunConsoleSize (0.39s) [2022-06-28T11:42:55.000Z] === RUN TestStats [2022-06-28T11:42:55.965Z] --- PASS: TestCgroupNamespacesRunHostMode (1.61s) [2022-06-28T11:42:55.965Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-28T11:42:56.896Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-28T11:42:56.896Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-28T11:42:57.459Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-28T11:42:57.524Z] --- PASS: TestStats (2.44s) [2022-06-28T11:42:57.524Z] === RUN TestStopContainerWithTimeout [2022-06-28T11:42:57.524Z] === RUN TestStopContainerWithTimeout/0 [2022-06-28T11:42:57.524Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-28T11:42:57.524Z] === RUN TestStopContainerWithTimeout/1 [2022-06-28T11:42:57.524Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-28T11:42:57.524Z] === RUN TestStopContainerWithTimeout/3 [2022-06-28T11:42:57.524Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-28T11:42:57.524Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-28T11:42:57.524Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-28T11:42:57.524Z] === CONT TestStopContainerWithTimeout/0 [2022-06-28T11:42:57.524Z] === CONT TestStopContainerWithTimeout/3 [2022-06-28T11:42:58.023Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.04s) [2022-06-28T11:42:58.023Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-28T11:42:58.225Z] --- PASS: TestCreateServiceSysctls (3.19s) [2022-06-28T11:42:58.225Z] === RUN TestCreateServiceCapabilities [2022-06-28T11:42:58.457Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-28T11:42:58.951Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-28T11:42:59.514Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.31s) [2022-06-28T11:42:59.514Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-28T11:43:00.077Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-28T11:43:00.077Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-28T11:43:00.077Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-06-28T11:43:00.354Z] === CONT TestStopContainerWithTimeout/1 [2022-06-28T11:43:00.742Z] --- PASS: TestCreateServiceCapabilities (2.45s) [2022-06-28T11:43:00.742Z] === RUN TestInspect [2022-06-28T11:43:01.445Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.51s) [2022-06-28T11:43:01.445Z] === RUN TestNISDomainname [2022-06-28T11:43:01.726Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-28T11:43:01.726Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-06-28T11:43:01.726Z] --- PASS: TestStopContainerWithTimeout/3 (2.63s) [2022-06-28T11:43:01.726Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-06-28T11:43:01.726Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2022-06-28T11:43:01.726Z] === RUN TestDeleteDevicemapper [2022-06-28T11:43:01.726Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:43:01.726Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-28T11:43:01.726Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-28T11:43:02.376Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-28T11:43:02.376Z] --- PASS: TestNISDomainname (0.76s) [2022-06-28T11:43:02.376Z] === RUN TestHostnameDnsResolution [2022-06-28T11:43:02.633Z] --- PASS: TestInspect (2.28s) [2022-06-28T11:43:02.633Z] === RUN TestCreateJob [2022-06-28T11:43:02.938Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-28T11:43:03.099Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.45s) [2022-06-28T11:43:03.099Z] === RUN TestUpdateMemory [2022-06-28T11:43:03.501Z] --- PASS: TestHostnameDnsResolution (1.08s) [2022-06-28T11:43:03.501Z] === RUN TestUnprivilegedPortsAndPing [2022-06-28T11:43:03.666Z] --- PASS: TestUpdateMemory (0.55s) [2022-06-28T11:43:03.666Z] === RUN TestUpdateCPUQuota [2022-06-28T11:43:04.231Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-06-28T11:43:04.231Z] === RUN TestUpdatePidsLimit [2022-06-28T11:43:04.231Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-28T11:43:04.430Z] --- PASS: TestUnprivilegedPortsAndPing (0.97s) [2022-06-28T11:43:04.430Z] === RUN TestPrivilegedHostDevices [2022-06-28T11:43:04.430Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-28T11:43:04.489Z] === RUN TestUpdatePidsLimit/no_change [2022-06-28T11:43:04.687Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-28T11:43:04.747Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-28T11:43:05.005Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-28T11:43:05.005Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-28T11:43:05.249Z] --- PASS: TestPrivilegedHostDevices (0.78s) [2022-06-28T11:43:05.249Z] === RUN TestRunConsoleSize [2022-06-28T11:43:05.263Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-28T11:43:05.520Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-28T11:43:05.811Z] --- PASS: TestRunConsoleSize (0.52s) [2022-06-28T11:43:05.811Z] === RUN TestStats [2022-06-28T11:43:05.899Z] --- PASS: TestCreateJob (3.10s) [2022-06-28T11:43:05.899Z] === RUN TestReplicatedJob [2022-06-28T11:43:06.085Z] --- PASS: TestUpdatePidsLimit (1.80s) [2022-06-28T11:43:06.086Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-06-28T11:43:06.086Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-06-28T11:43:06.086Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-06-28T11:43:06.086Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-06-28T11:43:06.086Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-06-28T11:43:06.086Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-06-28T11:43:06.086Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-06-28T11:43:06.086Z] === RUN TestUpdateRestartPolicy [2022-06-28T11:43:06.744Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-28T11:43:08.635Z] --- PASS: TestStats (2.60s) [2022-06-28T11:43:08.635Z] === RUN TestStopContainerWithTimeout [2022-06-28T11:43:08.635Z] === RUN TestStopContainerWithTimeout/0 [2022-06-28T11:43:08.635Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-28T11:43:08.635Z] === RUN TestStopContainerWithTimeout/1 [2022-06-28T11:43:08.635Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-28T11:43:08.635Z] === RUN TestStopContainerWithTimeout/3 [2022-06-28T11:43:08.635Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-28T11:43:08.635Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-28T11:43:08.635Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-28T11:43:08.635Z] === CONT TestStopContainerWithTimeout/0 [2022-06-28T11:43:08.635Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-28T11:43:09.569Z] === CONT TestStopContainerWithTimeout/3 [2022-06-28T11:43:10.952Z] check_test.go:540: [d87117f39fd46] daemon is not started [2022-06-28T11:43:10.952Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-28T11:43:11.177Z] --- PASS: TestReplicatedJob (4.56s) [2022-06-28T11:43:11.177Z] === RUN TestUpdateReplicatedJob [2022-06-28T11:43:11.208Z] === CONT TestStopContainerWithTimeout/1 [2022-06-28T11:43:11.209Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-28T11:43:11.209Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-28T11:43:11.474Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-28T11:43:12.406Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-28T11:43:12.406Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-28T11:43:12.406Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-28T11:43:12.661Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-28T11:43:12.662Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-28T11:43:13.225Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-28T11:43:13.225Z] --- PASS: TestStopContainerWithTimeout/0 (1.08s) [2022-06-28T11:43:13.225Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2022-06-28T11:43:13.225Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-06-28T11:43:13.225Z] --- PASS: TestStopContainerWithTimeout/1 (1.84s) [2022-06-28T11:43:13.225Z] === RUN TestDeleteDevicemapper [2022-06-28T11:43:13.225Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:43:13.225Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-28T11:43:13.225Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-28T11:43:13.225Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-28T11:43:13.225Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-28T11:43:13.690Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2022-06-28T11:43:13.690Z] === RUN TestServiceListWithStatuses [2022-06-28T11:43:13.690Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:43:13.690Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-28T11:43:13.690Z] === RUN TestDockerNetworkConnectAlias [2022-06-28T11:43:15.121Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-28T11:43:15.121Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-28T11:43:15.121Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-28T11:43:15.378Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.35s) [2022-06-28T11:43:15.378Z] === RUN TestUpdateMemory [2022-06-28T11:43:15.378Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:43:15.378Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-28T11:43:15.378Z] === RUN TestUpdateCPUQuota [2022-06-28T11:43:15.635Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-28T11:43:17.006Z] --- PASS: TestUpdateCPUQuota (1.31s) [2022-06-28T11:43:17.006Z] === RUN TestUpdatePidsLimit [2022-06-28T11:43:17.006Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-28T11:43:17.006Z] === RUN TestUpdatePidsLimit/no_change [2022-06-28T11:43:17.263Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-28T11:43:17.520Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-28T11:43:17.520Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-28T11:43:17.856Z] --- PASS: TestDockerNetworkConnectAlias (4.12s) [2022-06-28T11:43:17.856Z] === RUN TestDockerNetworkReConnect [2022-06-28T11:43:18.085Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-28T11:43:18.278Z] --- PASS: TestUpdateRestartPolicy (10.85s) [2022-06-28T11:43:18.278Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-28T11:43:18.278Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-06-28T11:43:18.278Z] === RUN TestWaitNonBlocked [2022-06-28T11:43:18.278Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:43:18.278Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:43:18.278Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:43:18.278Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:43:18.278Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:43:18.278Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:43:18.278Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-28T11:43:18.278Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s) [2022-06-28T11:43:18.278Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-06-28T11:43:18.278Z] === RUN TestWaitBlocked [2022-06-28T11:43:18.278Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:43:18.278Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:43:18.278Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:43:18.278Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:43:18.278Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:43:18.278Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:43:18.342Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-28T11:43:18.599Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-28T11:43:18.842Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-28T11:43:18.842Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-06-28T11:43:18.842Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-06-28T11:43:18.842Z] === RUN TestWaitConditions [2022-06-28T11:43:18.842Z] === RUN TestWaitConditions/default [2022-06-28T11:43:18.842Z] === PAUSE TestWaitConditions/default [2022-06-28T11:43:18.842Z] === RUN TestWaitConditions/not-running [2022-06-28T11:43:18.842Z] === PAUSE TestWaitConditions/not-running [2022-06-28T11:43:18.842Z] === RUN TestWaitConditions/next-exit [2022-06-28T11:43:18.842Z] === PAUSE TestWaitConditions/next-exit [2022-06-28T11:43:18.842Z] === RUN TestWaitConditions/removed [2022-06-28T11:43:18.842Z] === PAUSE TestWaitConditions/removed [2022-06-28T11:43:18.842Z] === CONT TestWaitConditions/default [2022-06-28T11:43:18.842Z] === CONT TestWaitConditions/next-exit [2022-06-28T11:43:19.530Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit (3.08s) [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.27s) [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit/no_change (0.28s) [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit/update_lower (0.30s) [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s) [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.28s) [2022-06-28T11:43:19.786Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.31s) [2022-06-28T11:43:19.786Z] === RUN TestUpdateRestartPolicy [2022-06-28T11:43:20.350Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-28T11:43:20.371Z] --- PASS: TestDockerNetworkReConnect (2.95s) [2022-06-28T11:43:20.371Z] === RUN TestServicePlugin [2022-06-28T11:43:20.758Z] === CONT TestWaitConditions/removed [2022-06-28T11:43:20.758Z] === CONT TestWaitConditions/not-running [2022-06-28T11:43:21.281Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-28T11:43:22.130Z] --- PASS: TestWaitConditions (0.01s) [2022-06-28T11:43:22.130Z] --- PASS: TestWaitConditions/next-exit (1.57s) [2022-06-28T11:43:22.130Z] --- PASS: TestWaitConditions/default (1.62s) [2022-06-28T11:43:22.130Z] --- PASS: TestWaitConditions/removed (1.74s) [2022-06-28T11:43:22.130Z] --- PASS: TestWaitConditions/not-running (1.72s) [2022-06-28T11:43:22.130Z] === CONT TestContainerStartOnDaemonRestart [2022-06-28T11:43:22.130Z] === CONT TestIpcModeOlderClient [2022-06-28T11:43:22.130Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-28T11:43:22.130Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-28T11:43:22.210Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-28T11:43:22.771Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-28T11:43:23.701Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-28T11:43:24.535Z] plugin_test.go:61: [dcf5ead7340e8] joining swarm manager [d473718e22abe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:43:24.631Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-28T11:43:24.657Z] --- PASS: TestContainerStartOnDaemonRestart (2.06s) [2022-06-28T11:43:24.657Z] === CONT TestContainerKillOnDaemonStart [2022-06-28T11:43:24.657Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.01s) [2022-06-28T11:43:24.657Z] === CONT TestDaemonHostGatewayIP [2022-06-28T11:43:25.096Z] plugin_test.go:64: [d9ba4ab7ec41b] joining swarm manager [d473718e22abe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:43:25.195Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-28T11:43:26.557Z] === CONT TestDaemonRestartIpcMode [2022-06-28T11:43:26.557Z] --- PASS: TestDaemonHostGatewayIP (2.41s) [2022-06-28T11:43:27.085Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-28T11:43:28.976Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-28T11:43:29.084Z] --- PASS: TestDaemonRestartIpcMode (2.17s) [2022-06-28T11:43:31.496Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-28T11:43:31.496Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-28T11:43:31.496Z] check_test.go:540: [ded3a4566b2e6] daemon is not started [2022-06-28T11:43:31.496Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-28T11:43:31.496Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-28T11:43:31.496Z] check_test.go:540: [d1df49a3c86db] daemon is not started [2022-06-28T11:43:31.496Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-28T11:43:32.432Z] --- PASS: TestUpdateRestartPolicy (12.64s) [2022-06-28T11:43:32.432Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-28T11:43:33.365Z] --- PASS: TestUpdateRestartWithAutoRemove (0.69s) [2022-06-28T11:43:33.365Z] === RUN TestWaitNonBlocked [2022-06-28T11:43:33.365Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:43:33.365Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:43:33.365Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:43:33.365Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:43:33.365Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-28T11:43:33.365Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-28T11:43:34.293Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-28T11:43:34.293Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s) [2022-06-28T11:43:34.293Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2022-06-28T11:43:34.293Z] === RUN TestWaitBlocked [2022-06-28T11:43:34.293Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:43:34.293Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:43:34.293Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:43:34.293Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:43:34.293Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-28T11:43:34.293Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-28T11:43:34.552Z] check_test.go:540: [db657854d352d] daemon is not started [2022-06-28T11:43:34.552Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-28T11:43:35.482Z] --- PASS: TestWaitBlocked (0.05s) [2022-06-28T11:43:35.482Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.20s) [2022-06-28T11:43:35.482Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2022-06-28T11:43:35.482Z] === RUN TestWaitConditions [2022-06-28T11:43:35.482Z] === RUN TestWaitConditions/default [2022-06-28T11:43:35.482Z] === PAUSE TestWaitConditions/default [2022-06-28T11:43:35.482Z] === RUN TestWaitConditions/not-running [2022-06-28T11:43:35.482Z] === PAUSE TestWaitConditions/not-running [2022-06-28T11:43:35.482Z] === RUN TestWaitConditions/next-exit [2022-06-28T11:43:35.482Z] === PAUSE TestWaitConditions/next-exit [2022-06-28T11:43:35.482Z] === RUN TestWaitConditions/removed [2022-06-28T11:43:35.482Z] === PAUSE TestWaitConditions/removed [2022-06-28T11:43:35.482Z] === CONT TestWaitConditions/default [2022-06-28T11:43:35.482Z] === CONT TestWaitConditions/removed [2022-06-28T11:43:37.185Z] --- PASS: TestContainerKillOnDaemonStart (11.69s) [2022-06-28T11:43:37.185Z] PASS [2022-06-28T11:43:37.185Z] [2022-06-28T11:43:37.185Z] === Skipped [2022-06-28T11:43:37.185Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-28T11:43:37.185Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:43:37.185Z] [2022-06-28T11:43:37.185Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:43:37.185Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:43:37.185Z] [2022-06-28T11:43:37.185Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-28T11:43:37.185Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:43:37.185Z] [2022-06-28T11:43:37.185Z] DONE 264 tests, 3 skipped in 121.173s [2022-06-28T11:43:37.185Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-28T11:43:37.185Z] ++ 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-28T11:43:37.185Z] ++ set -e [2022-06-28T11:43:37.185Z] ++ '[' -n 0 ']' [2022-06-28T11:43:37.185Z] ++ set -x [2022-06-28T11:43:37.185Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-28T11:43:37.185Z] === RUN TestConfigDaemonLibtrustID [2022-06-28T11:43:37.185Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-28T11:43:37.185Z] === RUN TestConfigDaemonID [2022-06-28T11:43:37.751Z] daemon_test.go:83: [de204107acefa] daemon is not started [2022-06-28T11:43:37.751Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-28T11:43:37.751Z] === RUN TestDaemonConfigValidation [2022-06-28T11:43:37.751Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:43:37.751Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:43:37.751Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-28T11:43:37.751Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-28T11:43:37.751Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-28T11:43:37.751Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-28T11:43:37.751Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-28T11:43:37.751Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-28T11:43:37.751Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-28T11:43:37.751Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-28T11:43:37.751Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:43:37.751Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-28T11:43:37.751Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-28T11:43:37.751Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-28T11:43:37.751Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-28T11:43:37.751Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-28T11:43:37.751Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-06-28T11:43:37.751Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-28T11:43:37.751Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-06-28T11:43:37.751Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-06-28T11:43:37.751Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-28T11:43:37.751Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-28T11:43:37.751Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-28T11:43:38.004Z] === CONT TestWaitConditions/next-exit [2022-06-28T11:43:38.004Z] === CONT TestWaitConditions/not-running [2022-06-28T11:43:38.935Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-28T11:43:39.122Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-28T11:43:39.191Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-28T11:43:39.447Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-28T11:43:40.012Z] --- PASS: TestWaitConditions (0.02s) [2022-06-28T11:43:40.012Z] --- PASS: TestWaitConditions/removed (2.28s) [2022-06-28T11:43:40.012Z] --- PASS: TestWaitConditions/default (2.34s) [2022-06-28T11:43:40.012Z] --- PASS: TestWaitConditions/next-exit (2.14s) [2022-06-28T11:43:40.012Z] --- PASS: TestWaitConditions/not-running (2.13s) [2022-06-28T11:43:40.012Z] === CONT TestContainerStartOnDaemonRestart [2022-06-28T11:43:40.012Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-28T11:43:40.055Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-28T11:43:40.576Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-28T11:43:40.833Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-28T11:43:40.987Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-28T11:43:40.987Z] daemon_test.go:197: [da863da3aa762] daemon is not started [2022-06-28T11:43:40.987Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-28T11:43:40.987Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-28T11:43:40.987Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-28T11:43:40.987Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-28T11:43:40.987Z] === RUN TestDaemonProxy [2022-06-28T11:43:40.987Z] === RUN TestDaemonProxy/environment_variables [2022-06-28T11:43:42.202Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-28T11:43:42.884Z] === RUN TestDaemonProxy/command-line_options [2022-06-28T11:43:43.570Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-28T11:43:44.501Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.23s) [2022-06-28T11:43:44.501Z] === CONT TestIpcModeOlderClient [2022-06-28T11:43:44.501Z] --- PASS: TestContainerStartOnDaemonRestart (4.24s) [2022-06-28T11:43:44.501Z] === CONT TestContainerKillOnDaemonStart [2022-06-28T11:43:44.501Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-06-28T11:43:44.501Z] === CONT TestDaemonHostGatewayIP [2022-06-28T11:43:44.781Z] === RUN TestDaemonProxy/configuration_file [2022-06-28T11:43:45.430Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-28T11:43:46.167Z] === RUN TestDaemonProxy/conflicting_options [2022-06-28T11:43:46.359Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-28T11:43:46.744Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-28T11:43:46.922Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-28T11:43:47.310Z] --- PASS: TestDaemonProxy (6.23s) [2022-06-28T11:43:47.310Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-28T11:43:47.310Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-06-28T11:43:47.310Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-06-28T11:43:47.310Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-28T11:43:47.310Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-28T11:43:47.310Z] PASS [2022-06-28T11:43:47.310Z] [2022-06-28T11:43:47.310Z] DONE 18 tests in 11.249s [2022-06-28T11:43:47.310Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-28T11:43:47.310Z] ++ 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-28T11:43:47.310Z] ++ set -e [2022-06-28T11:43:47.310Z] ++ '[' -n 0 ']' [2022-06-28T11:43:47.310Z] ++ set -x [2022-06-28T11:43:47.310Z] ++ 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-28T11:43:47.310Z] INFO: Testing against a local daemon [2022-06-28T11:43:47.310Z] === RUN TestCommitInheritsEnv [2022-06-28T11:43:47.568Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-06-28T11:43:47.568Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-28T11:43:47.568Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-28T11:43:47.568Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-28T11:43:47.568Z] === RUN TestImportWithCustomPlatform [2022-06-28T11:43:47.568Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-28T11:43:47.568Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-28T11:43:47.568Z] === RUN TestImportWithCustomPlatform// [2022-06-28T11:43:47.568Z] === RUN TestImportWithCustomPlatform/linux [2022-06-28T11:43:47.826Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-28T11:43:47.826Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-28T11:43:47.826Z] === RUN TestImportWithCustomPlatform/macos [2022-06-28T11:43:47.826Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-28T11:43:47.826Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-28T11:43:47.826Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-28T11:43:47.826Z] === RUN TestImagesFilterMultiReference [2022-06-28T11:43:47.853Z] --- PASS: TestDaemonHostGatewayIP (3.39s) [2022-06-28T11:43:47.854Z] === CONT TestDaemonRestartIpcMode [2022-06-28T11:43:48.084Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-06-28T11:43:48.084Z] === RUN TestImagePullPlatformInvalid [2022-06-28T11:43:48.084Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-28T11:43:48.084Z] === RUN TestRemoveImageOrphaning [2022-06-28T11:43:48.342Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-06-28T11:43:48.342Z] === RUN TestRemoveImageGarbageCollector [2022-06-28T11:43:48.342Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:43:48.342Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-28T11:43:48.342Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-28T11:43:48.342Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-28T11:43:48.342Z] === RUN TestTagInvalidReference [2022-06-28T11:43:48.342Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-28T11:43:48.342Z] === RUN TestTagValidPrefixedRepo [2022-06-28T11:43:48.342Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-06-28T11:43:48.342Z] === RUN TestTagExistedNameWithoutForce [2022-06-28T11:43:48.342Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-28T11:43:48.342Z] === RUN TestTagOfficialNames [2022-06-28T11:43:48.342Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-28T11:43:48.342Z] === RUN TestTagMatchesDigest [2022-06-28T11:43:48.342Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-28T11:43:48.342Z] PASS [2022-06-28T11:43:48.342Z] [2022-06-28T11:43:48.342Z] === Skipped [2022-06-28T11:43:48.342Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-28T11:43:48.342Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-28T11:43:48.342Z] [2022-06-28T11:43:48.342Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-28T11:43:48.342Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:43:48.342Z] [2022-06-28T11:43:48.342Z] DONE 22 tests, 2 skipped in 1.262s [2022-06-28T11:43:48.342Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-28T11:43:48.342Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-28T11:43:48.342Z] ++ set -e [2022-06-28T11:43:48.342Z] ++ '[' -n 0 ']' [2022-06-28T11:43:48.342Z] ++ set -x [2022-06-28T11:43:48.342Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-28T11:43:48.416Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-28T11:43:48.600Z] === RUN TestStripANSICommands [2022-06-28T11:43:48.600Z] === RUN TestStripANSICommands/#00 [2022-06-28T11:43:48.600Z] === RUN TestStripANSICommands/#01 [2022-06-28T11:43:48.600Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-28T11:43:48.600Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-28T11:43:48.600Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-28T11:43:48.600Z] PASS [2022-06-28T11:43:48.600Z] [2022-06-28T11:43:48.600Z] DONE 3 tests in 0.042s [2022-06-28T11:43:48.600Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-28T11:43:48.600Z] ++ 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-28T11:43:48.600Z] ++ set -e [2022-06-28T11:43:48.600Z] ++ '[' -n 0 ']' [2022-06-28T11:43:48.600Z] ++ set -x [2022-06-28T11:43:48.600Z] ++ 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-28T11:43:48.600Z] INFO: Testing against a local daemon [2022-06-28T11:43:48.600Z] === RUN TestNetworkCreateDelete [2022-06-28T11:43:48.857Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-28T11:43:48.857Z] === RUN TestDockerNetworkDeletePreferID [2022-06-28T11:43:49.115Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-28T11:43:49.115Z] === RUN TestDaemonDNSFallback [2022-06-28T11:43:50.936Z] --- PASS: TestDaemonRestartIpcMode (2.92s) [2022-06-28T11:43:51.584Z] --- PASS: TestServicePlugin (29.70s) [2022-06-28T11:43:51.584Z] === RUN TestServiceUpdateLabel [2022-06-28T11:43:52.302Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-28T11:43:52.510Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-06-28T11:43:52.510Z] === RUN TestServiceUpdateSecrets [2022-06-28T11:43:52.558Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-28T11:43:55.078Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-28T11:43:55.335Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-28T11:43:55.335Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-28T11:43:55.668Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-06-28T11:43:55.668Z] === RUN TestInspectNetwork [2022-06-28T11:43:57.242Z] --- PASS: TestContainerKillOnDaemonStart (12.68s) [2022-06-28T11:43:57.242Z] PASS [2022-06-28T11:43:57.242Z] [2022-06-28T11:43:57.242Z] === Skipped [2022-06-28T11:43:57.242Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-28T11:43:57.242Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-28T11:43:57.242Z] [2022-06-28T11:43:57.242Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-28T11:43:57.242Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:43:57.242Z] [2022-06-28T11:43:57.242Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-28T11:43:57.242Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:43:57.242Z] [2022-06-28T11:43:57.242Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-28T11:43:57.242Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-28T11:43:57.242Z] [2022-06-28T11:43:57.242Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-28T11:43:57.242Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-28T11:43:57.242Z] [2022-06-28T11:43:57.242Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-28T11:43:57.242Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-28T11:43:57.242Z] [2022-06-28T11:43:57.242Z] DONE 264 tests, 6 skipped in 165.848s [2022-06-28T11:43:57.242Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-28T11:43:57.242Z] ++ 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-28T11:43:57.242Z] ++ set -e [2022-06-28T11:43:57.242Z] ++ '[' -n 0 ']' [2022-06-28T11:43:57.242Z] ++ set -x [2022-06-28T11:43:57.242Z] ++ 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-28T11:43:57.243Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-28T11:43:57.243Z] === RUN TestConfigDaemonLibtrustID [2022-06-28T11:43:57.805Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-06-28T11:43:57.805Z] === RUN TestConfigDaemonID [2022-06-28T11:43:58.195Z] === RUN TestInspectNetwork/full_network_id [2022-06-28T11:43:58.195Z] === RUN TestInspectNetwork/partial_network_id [2022-06-28T11:43:58.195Z] === RUN TestInspectNetwork/network_name [2022-06-28T11:43:58.195Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-28T11:43:58.735Z] daemon_test.go:83: [dcc4a8631a1d0] daemon is not started [2022-06-28T11:43:58.735Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-28T11:43:58.735Z] === RUN TestDaemonConfigValidation [2022-06-28T11:43:58.735Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:43:58.735Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:43:58.735Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-28T11:43:58.735Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-28T11:43:58.735Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-28T11:43:58.735Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-28T11:43:58.735Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-28T11:43:58.735Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-28T11:43:58.735Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-28T11:43:58.735Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-28T11:43:58.735Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-28T11:43:58.735Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-28T11:43:58.992Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-28T11:43:58.992Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-28T11:43:58.992Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-28T11:43:59.251Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-28T11:43:59.251Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-28T11:43:59.251Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.15s) [2022-06-28T11:43:59.251Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.23s) [2022-06-28T11:43:59.251Z] --- PASS: TestDaemonConfigValidation/valid_config (0.24s) [2022-06-28T11:43:59.251Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.21s) [2022-06-28T11:43:59.251Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.11s) [2022-06-28T11:43:59.251Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-28T11:43:59.251Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-28T11:44:00.621Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-28T11:44:00.621Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-28T11:44:01.185Z] check_test.go:540: [d172fa83b7154] daemon is not started [2022-06-28T11:44:01.442Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-28T11:44:01.442Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-28T11:44:01.698Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-28T11:44:02.630Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-28T11:44:02.630Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-28T11:44:02.630Z] daemon_test.go:197: [d0de1f3bbf4ce] daemon is not started [2022-06-28T11:44:02.630Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-06-28T11:44:02.630Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.11s) [2022-06-28T11:44:02.630Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-06-28T11:44:02.630Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2022-06-28T11:44:02.630Z] === RUN TestDaemonProxy [2022-06-28T11:44:02.630Z] === RUN TestDaemonProxy/environment_variables [2022-06-28T11:44:03.454Z] --- PASS: TestInspectNetwork (7.11s) [2022-06-28T11:44:03.454Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-28T11:44:03.454Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-28T11:44:03.454Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-28T11:44:03.454Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-28T11:44:03.454Z] === RUN TestRunContainerWithBridgeNone [2022-06-28T11:44:04.020Z] --- PASS: TestRunContainerWithBridgeNone (1.46s) [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-28T11:44:04.020Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:44:04.020Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:44:04.020Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:44:04.020Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-28T11:44:04.020Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-28T11:44:04.020Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-28T11:44:04.020Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-28T11:44:04.020Z] === RUN TestNetworkList [2022-06-28T11:44:04.020Z] === RUN TestNetworkList//networks [2022-06-28T11:44:04.020Z] === PAUSE TestNetworkList//networks [2022-06-28T11:44:04.020Z] === RUN TestNetworkList//networks/ [2022-06-28T11:44:04.020Z] === PAUSE TestNetworkList//networks/ [2022-06-28T11:44:04.020Z] === CONT TestNetworkList//networks [2022-06-28T11:44:04.020Z] === CONT TestNetworkList//networks/ [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkList (0.01s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-28T11:44:04.020Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-28T11:44:04.020Z] === RUN TestHostIPv4BridgeLabel [2022-06-28T11:44:04.521Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-28T11:44:04.521Z] === RUN TestDaemonProxy/command-line_options [2022-06-28T11:44:04.585Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-28T11:44:04.585Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-28T11:44:05.084Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-28T11:44:05.518Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-28T11:44:05.518Z] === RUN TestDaemonDefaultNetworkPools [2022-06-28T11:44:06.452Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-28T11:44:06.452Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-28T11:44:06.453Z] === RUN TestDaemonProxy/configuration_file [2022-06-28T11:44:07.343Z] --- PASS: TestServiceUpdateSecrets (14.54s) [2022-06-28T11:44:07.343Z] === RUN TestServiceUpdateConfigs [2022-06-28T11:44:07.385Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-06-28T11:44:07.385Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-28T11:44:07.819Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-28T11:44:07.819Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-28T11:44:07.819Z] === RUN TestDaemonProxy/conflicting_options [2022-06-28T11:44:08.382Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-28T11:44:08.639Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-28T11:44:08.757Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-06-28T11:44:08.757Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-28T11:44:08.898Z] --- PASS: TestDaemonProxy (6.35s) [2022-06-28T11:44:08.898Z] --- PASS: TestDaemonProxy/environment_variables (1.80s) [2022-06-28T11:44:08.898Z] --- PASS: TestDaemonProxy/command-line_options (1.78s) [2022-06-28T11:44:08.898Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-06-28T11:44:08.898Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-28T11:44:08.898Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-06-28T11:44:08.898Z] PASS [2022-06-28T11:44:08.898Z] [2022-06-28T11:44:08.898Z] DONE 18 tests in 11.942s [2022-06-28T11:44:08.898Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-28T11:44:08.898Z] ++ 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-28T11:44:08.898Z] ++ set -e [2022-06-28T11:44:08.898Z] ++ '[' -n 0 ']' [2022-06-28T11:44:08.898Z] ++ set -x [2022-06-28T11:44:08.898Z] ++ 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-28T11:44:08.898Z] check_test.go:540: [da71409442ca3] daemon is not started [2022-06-28T11:44:09.155Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-28T11:44:09.155Z] INFO: Testing against a local daemon [2022-06-28T11:44:09.155Z] === RUN TestCommitInheritsEnv [2022-06-28T11:44:09.322Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-28T11:44:09.322Z] === RUN TestServiceWithPredefinedNetwork [2022-06-28T11:44:09.720Z] --- PASS: TestCommitInheritsEnv (0.39s) [2022-06-28T11:44:09.720Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-28T11:44:09.720Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-28T11:44:09.720Z] === RUN TestImportWithCustomPlatform [2022-06-28T11:44:09.720Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-28T11:44:09.720Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-28T11:44:09.720Z] === RUN TestImportWithCustomPlatform// [2022-06-28T11:44:09.720Z] === RUN TestImportWithCustomPlatform/linux [2022-06-28T11:44:09.720Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-28T11:44:09.977Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-28T11:44:09.977Z] === RUN TestImportWithCustomPlatform/macos [2022-06-28T11:44:09.977Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-28T11:44:09.977Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform (0.49s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/#00 (0.10s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/linux (0.09s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.12s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.12s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-28T11:44:10.233Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-28T11:44:10.233Z] === RUN TestImagesFilterMultiReference [2022-06-28T11:44:10.233Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-28T11:44:10.233Z] === RUN TestImagePullPlatformInvalid [2022-06-28T11:44:10.233Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-28T11:44:10.233Z] === RUN TestRemoveImageOrphaning [2022-06-28T11:44:10.489Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2022-06-28T11:44:10.489Z] === RUN TestRemoveImageGarbageCollector [2022-06-28T11:44:11.053Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-28T11:44:11.053Z] time="2022-06-28T11:44:10Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-28T11:44:11.851Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2022-06-28T11:44:11.851Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-28T11:44:11.851Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:44:11.851Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:44:11.851Z] === RUN TestServiceWithDataPathPortInit [2022-06-28T11:44:12.422Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-28T11:44:12.678Z] --- PASS: TestRemoveImageGarbageCollector (2.20s) [2022-06-28T11:44:12.678Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-28T11:44:12.934Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-06-28T11:44:12.934Z] === RUN TestTagInvalidReference [2022-06-28T11:44:12.934Z] --- PASS: TestTagInvalidReference (0.03s) [2022-06-28T11:44:12.934Z] === RUN TestTagValidPrefixedRepo [2022-06-28T11:44:12.934Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-06-28T11:44:12.934Z] === RUN TestTagExistedNameWithoutForce [2022-06-28T11:44:12.934Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-06-28T11:44:12.934Z] === RUN TestTagOfficialNames [2022-06-28T11:44:12.934Z] --- PASS: TestTagOfficialNames (0.06s) [2022-06-28T11:44:12.934Z] === RUN TestTagMatchesDigest [2022-06-28T11:44:12.934Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-28T11:44:12.934Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-28T11:44:17.108Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-28T11:44:18.488Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-28T11:44:19.423Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-28T11:44:19.986Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-28T11:44:20.550Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-28T11:44:20.550Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-28T11:44:21.113Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-28T11:44:21.680Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-28T11:44:21.937Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-28T11:44:21.937Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-28T11:44:22.210Z] --- PASS: TestServiceUpdateConfigs (14.47s) [2022-06-28T11:44:22.210Z] === RUN TestServiceUpdateNetwork [2022-06-28T11:44:22.499Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-28T11:44:23.062Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-28T11:44:23.628Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-28T11:44:24.192Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-28T11:44:24.754Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-28T11:44:24.754Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-28T11:44:25.011Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-28T11:44:25.011Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-28T11:44:25.573Z] check_test.go:540: [d4aac93027899] daemon is not started [2022-06-28T11:44:25.573Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-06-28T11:44:26.716Z] --- PASS: TestServiceWithDataPathPortInit (13.65s) [2022-06-28T11:44:26.716Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-28T11:44:26.940Z] check_test.go:540: [d157cd4e155ed] daemon is not started [2022-06-28T11:44:26.940Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-28T11:44:27.504Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-06-28T11:44:27.650Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ygdf7z94cn0w0emjjattwejf2 Created:2022-06-28 11:44:26.547680996 +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[431f2eab865d30ec9c322d84ca81c435c2e6a966d6de1a656aec2babf1f2f451:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xrco4g3vjcowrdgjt2chhzl91 EndpointID:4c34096f0880afbb555047225e05a891c76de0ce1641db89437a414f3418f379 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:cf01619b1604f38365e1598723a6701dfdcbafa63f2fe1eda797f36c6ea07f33 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:3d84769b7530 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xrco4g3vjcowrdgjt2chhzl91 EndpointID:4c34096f0880afbb555047225e05a891c76de0ce1641db89437a414f3418f379 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-28T11:44:28.872Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-06-28T11:44:32.143Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-28T11:44:32.400Z] check_test.go:540: [d9f67e19abd71] daemon is not started [2022-06-28T11:44:32.400Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-06-28T11:44:32.911Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s) [2022-06-28T11:44:32.911Z] PASS [2022-06-28T11:44:32.911Z] [2022-06-28T11:44:32.911Z] === Skipped [2022-06-28T11:44:32.911Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:44:32.911Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:44:32.911Z] [2022-06-28T11:44:32.911Z] DONE 38 tests, 1 skipped in 43.467s [2022-06-28T11:44:32.911Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:44:32.911Z] ++ 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-28T11:44:32.911Z] ++ set -e [2022-06-28T11:44:32.911Z] ++ '[' -n 0 ']' [2022-06-28T11:44:32.911Z] ++ set -x [2022-06-28T11:44:32.911Z] ++ 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-28T11:44:32.911Z] INFO: Testing against a local daemon [2022-06-28T11:44:32.911Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-28T11:44:32.911Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:44:32.911Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:44:32.911Z] === RUN TestDockerNetworkIpvlan [2022-06-28T11:44:32.911Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:44:32.911Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:44:32.911Z] PASS [2022-06-28T11:44:32.911Z] [2022-06-28T11:44:32.911Z] === Skipped [2022-06-28T11:44:32.911Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:44:32.911Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:44:32.911Z] [2022-06-28T11:44:32.911Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:44:32.911Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:44:32.911Z] [2022-06-28T11:44:32.911Z] DONE 2 tests, 2 skipped in 0.088s [2022-06-28T11:44:32.911Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:44:32.911Z] ++ 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-28T11:44:32.911Z] ++ set -e [2022-06-28T11:44:32.911Z] ++ '[' -n 0 ']' [2022-06-28T11:44:32.911Z] ++ set -x [2022-06-28T11:44:32.911Z] ++ 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-28T11:44:32.911Z] INFO: Testing against a local daemon [2022-06-28T11:44:32.911Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-28T11:44:33.329Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-28T11:44:33.476Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-06-28T11:44:33.477Z] === RUN TestDockerNetworkMacvlan [2022-06-28T11:44:34.042Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-28T11:44:34.375Z] --- PASS: TestServiceUpdateNetwork (12.51s) [2022-06-28T11:44:34.375Z] === RUN TestServiceUpdatePidsLimit [2022-06-28T11:44:34.975Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-28T11:44:35.224Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-28T11:44:35.224Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-28T11:44:35.302Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-28T11:44:35.540Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-28T11:44:35.864Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-28T11:44:36.153Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-28T11:44:37.082Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-28T11:44:37.438Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-28T11:44:38.810Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-28T11:44:38.838Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-28T11:44:38.838Z] Copying nested executables into bundles/binary-daemon [2022-06-28T11:44:38.838Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-28T11:44:38.838Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:44:38.838Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-28T11:44:38.838Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-28T11:44:39.160Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/make.sh cross [2022-06-28T11:44:39.729Z] [2022-06-28T11:44:39.729Z] Removing bundles/ [2022-06-28T11:44:39.729Z] [2022-06-28T11:44:39.729Z] ---> Making bundle: cross (in bundles/cross) [2022-06-28T11:44:39.729Z] Cross building: bundles/cross/linux/amd64 [2022-06-28T11:44:39.729Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-28T11:44:39.729Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-28T11:44:40.352Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-28T11:44:41.281Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-28T11:44:42.090Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-28T11:44:42.219Z] check_test.go:540: [da9827e0f5520] daemon is not started [2022-06-28T11:44:42.219Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-28T11:44:43.023Z] --- PASS: TestDockerNetworkMacvlan (9.40s) [2022-06-28T11:44:43.023Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-28T11:44:43.023Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-28T11:44:43.023Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.80s) [2022-06-28T11:44:43.023Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-06-28T11:44:43.023Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.03s) [2022-06-28T11:44:43.023Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-06-28T11:44:43.023Z] PASS [2022-06-28T11:44:43.023Z] [2022-06-28T11:44:43.023Z] DONE 8 tests in 10.718s [2022-06-28T11:44:43.023Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-28T11:44:43.023Z] ++ 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-28T11:44:43.023Z] ++ set -e [2022-06-28T11:44:43.023Z] ++ '[' -n 0 ']' [2022-06-28T11:44:43.023Z] ++ set -x [2022-06-28T11:44:43.023Z] ++ 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-28T11:44:43.023Z] testing: warning: no tests to run [2022-06-28T11:44:43.023Z] PASS [2022-06-28T11:44:43.023Z] [2022-06-28T11:44:43.023Z] DONE 0 tests in 0.028s [2022-06-28T11:44:43.023Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-28T11:44:43.023Z] ++ 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-28T11:44:43.023Z] ++ set -e [2022-06-28T11:44:43.023Z] ++ '[' -n 0 ']' [2022-06-28T11:44:43.023Z] ++ set -x [2022-06-28T11:44:43.023Z] ++ 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-28T11:44:43.023Z] INFO: Testing against a local daemon [2022-06-28T11:44:43.023Z] === RUN TestAuthZPluginAllowRequest [2022-06-28T11:44:43.943Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-28T11:44:44.412Z] --- PASS: TestAuthZPluginAllowRequest (1.22s) [2022-06-28T11:44:44.412Z] === RUN TestAuthZPluginTLS [2022-06-28T11:44:44.670Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-28T11:44:44.670Z] === RUN TestAuthZPluginDenyRequest [2022-06-28T11:44:45.235Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-28T11:44:45.235Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-28T11:44:45.801Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-28T11:44:45.801Z] === RUN TestAuthZPluginDenyResponse [2022-06-28T11:44:46.366Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-06-28T11:44:46.366Z] === RUN TestAuthZPluginAllowEventStream [2022-06-28T11:44:47.470Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-28T11:44:47.470Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-28T11:44:47.470Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-28T11:44:47.738Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s) [2022-06-28T11:44:47.738Z] === RUN TestAuthZPluginErrorResponse [2022-06-28T11:44:47.996Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-28T11:44:47.996Z] === RUN TestAuthZPluginErrorRequest [2022-06-28T11:44:48.561Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-28T11:44:48.561Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-28T11:44:49.127Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-28T11:44:49.127Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-28T11:44:49.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-28T11:44:49.989Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-28T11:44:50.472Z] --- PASS: TestServiceUpdatePidsLimit (16.33s) [2022-06-28T11:44:50.472Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.86s) [2022-06-28T11:44:50.472Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-06-28T11:44:50.472Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-06-28T11:44:50.472Z] PASS [2022-06-28T11:44:50.472Z] [2022-06-28T11:44:50.472Z] === Skipped [2022-06-28T11:44:50.472Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-28T11:44:50.472Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:44:50.472Z] [2022-06-28T11:44:50.472Z] DONE 27 tests, 1 skipped in 161.840s [2022-06-28T11:44:50.472Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-28T11:44:50.472Z] INFO: Testing against a local daemon [2022-06-28T11:44:50.472Z] === RUN TestSessionCreate [2022-06-28T11:44:50.472Z] --- PASS: TestSessionCreate (0.02s) [2022-06-28T11:44:50.472Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-28T11:44:50.472Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-28T11:44:50.472Z] PASS [2022-06-28T11:44:50.472Z] [2022-06-28T11:44:50.472Z] DONE 2 tests in 0.054s [2022-06-28T11:44:50.472Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-28T11:44:50.472Z] INFO: Testing against a local daemon [2022-06-28T11:44:50.472Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-28T11:44:50.472Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-28T11:44:50.472Z] === RUN TestDiskUsage [2022-06-28T11:44:50.472Z] === PAUSE TestDiskUsage [2022-06-28T11:44:50.472Z] === RUN TestEventsExecDie [2022-06-28T11:44:50.499Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.36s) [2022-06-28T11:44:50.499Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-28T11:44:51.033Z] --- PASS: TestEventsExecDie (0.54s) [2022-06-28T11:44:51.033Z] === RUN TestEventsBackwardsCompatible [2022-06-28T11:44:51.033Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-28T11:44:51.033Z] === RUN TestEventsVolumeCreate [2022-06-28T11:44:51.033Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-06-28T11:44:51.033Z] === RUN TestInfoBinaryCommits [2022-06-28T11:44:51.033Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-28T11:44:51.033Z] === RUN TestInfoAPIVersioned [2022-06-28T11:44:51.033Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-28T11:44:51.033Z] === RUN TestInfoAPI [2022-06-28T11:44:51.033Z] --- PASS: TestInfoAPI (0.02s) [2022-06-28T11:44:51.033Z] === RUN TestInfoAPIWarnings [2022-06-28T11:44:51.871Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s) [2022-06-28T11:44:51.871Z] === RUN TestAuthZPluginHeader [2022-06-28T11:44:52.435Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-28T11:44:52.436Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-28T11:44:52.436Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:44:52.436Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-28T11:44:52.436Z] === RUN TestAuthZPluginV2Disable [2022-06-28T11:44:52.436Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:44:52.436Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-28T11:44:52.436Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-28T11:44:52.436Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:44:52.436Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-28T11:44:52.436Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-28T11:44:52.436Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:44:52.436Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-28T11:44:52.436Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-28T11:44:52.508Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-28T11:44:53.070Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-28T11:44:53.327Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-28T11:44:55.847Z] check_test.go:540: [deefd2b792da8] daemon is not started [2022-06-28T11:44:55.847Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-28T11:44:55.847Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-28T11:44:56.104Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-28T11:44:56.668Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-28T11:44:57.232Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-28T11:44:57.796Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-28T11:44:59.165Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-28T11:44:59.165Z] check_test.go:540: [d11625e4afe59] daemon is not started [2022-06-28T11:44:59.165Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-28T11:45:00.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-28T11:45:01.464Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-28T11:45:01.464Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-28T11:45:03.984Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-28T11:45:04.547Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-28T11:45:07.817Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-28T11:45:09.068Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-06-28T11:45:09.068Z] === RUN TestInfoDebug [2022-06-28T11:45:09.068Z] --- PASS: TestInfoDebug (0.52s) [2022-06-28T11:45:09.068Z] === RUN TestInfoInsecureRegistries [2022-06-28T11:45:09.068Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-28T11:45:09.068Z] === RUN TestInfoRegistryMirrors [2022-06-28T11:45:09.068Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-28T11:45:09.068Z] === RUN TestLoginFailsWithBadCredentials [2022-06-28T11:45:09.324Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-28T11:45:09.324Z] === RUN TestPingCacheHeaders [2022-06-28T11:45:09.324Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-28T11:45:09.324Z] === RUN TestPingGet [2022-06-28T11:45:09.324Z] --- PASS: TestPingGet (0.01s) [2022-06-28T11:45:09.324Z] === RUN TestPingHead [2022-06-28T11:45:09.324Z] --- PASS: TestPingHead (0.02s) [2022-06-28T11:45:09.324Z] === RUN TestPingSwarmHeader [2022-06-28T11:45:09.722Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-28T11:45:09.884Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-28T11:45:10.458Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-28T11:45:10.505Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-28T11:45:10.505Z] PASS [2022-06-28T11:45:10.505Z] [2022-06-28T11:45:10.505Z] === Skipped [2022-06-28T11:45:10.505Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-28T11:45:10.505Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:45:10.505Z] [2022-06-28T11:45:10.505Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-28T11:45:10.505Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:45:10.505Z] [2022-06-28T11:45:10.505Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-28T11:45:10.505Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:45:10.505Z] [2022-06-28T11:45:10.505Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-28T11:45:10.505Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:45:10.505Z] [2022-06-28T11:45:10.505Z] DONE 17 tests, 4 skipped in 26.195s [2022-06-28T11:45:10.505Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-28T11:45:10.505Z] ++ 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-28T11:45:10.505Z] ++ set -e [2022-06-28T11:45:10.505Z] ++ '[' -n 0 ']' [2022-06-28T11:45:10.505Z] ++ set -x [2022-06-28T11:45:10.505Z] ++ 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-28T11:45:10.505Z] INFO: Testing against a local daemon [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:45:10.505Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:45:10.505Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-28T11:45:10.505Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-28T11:45:10.505Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:45:10.505Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-28T11:45:10.505Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-28T11:45:10.505Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-28T11:45:10.505Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-28T11:45:10.505Z] === RUN TestPluginInstall [2022-06-28T11:45:10.505Z] === RUN TestPluginInstall/no_auth [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b9ebd41ab679a1ae069b8e2da922a19ec9962decf86e66a4a4f6ed91e2b880b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0b9ebd41ab679a1ae069b8e2da922a19ec9962decf86e66a4a4f6ed91e2b880b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:45:10.505Z] === RUN TestPluginInstall/with_htpasswd [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:29ded2acddc09c235fcaab962b2ce1219791d78ca9e54f9624f3cd2cbe8f8b8b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:45:10.505Z] time="2022-06-28T11:45:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:29ded2acddc09c235fcaab962b2ce1219791d78ca9e54f9624f3cd2cbe8f8b8b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:45:10.763Z] === RUN TestPluginInstall/with_insecure [2022-06-28T11:45:11.415Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-28T11:45:11.415Z] --- PASS: TestPingSwarmHeader (2.07s) [2022-06-28T11:45:11.415Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-28T11:45:11.415Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-28T11:45:11.415Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-28T11:45:11.415Z] === RUN TestVersion [2022-06-28T11:45:11.415Z] --- PASS: TestVersion (0.02s) [2022-06-28T11:45:11.415Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-28T11:45:11.415Z] === CONT TestDiskUsage [2022-06-28T11:45:11.616Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-28T11:45:11.695Z] time="2022-06-28T11:45:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:45:11.695Z] time="2022-06-28T11:45:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bca920cf057e7b30be83f9318397fac1a29a613fed6ffbec817f4ce7c439f7c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:45:11.695Z] time="2022-06-28T11:45:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:45:11.695Z] time="2022-06-28T11:45:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bca920cf057e7b30be83f9318397fac1a29a613fed6ffbec817f4ce7c439f7c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:45:11.695Z] plugin_test.go:195: [ddd60f15b9a60] daemon is not started [2022-06-28T11:45:11.695Z] --- PASS: TestPluginInstall (2.54s) [2022-06-28T11:45:11.695Z] --- PASS: TestPluginInstall/no_auth (0.95s) [2022-06-28T11:45:11.695Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-06-28T11:45:11.695Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-06-28T11:45:11.695Z] === RUN TestPluginsWithRuntimes [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/container_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/image_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/volume_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-28T11:45:11.976Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-28T11:45:12.232Z] === RUN TestDiskUsage/after_container.Run [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-28T11:45:12.793Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-28T11:45:12.793Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage (1.56s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.01s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.28s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_container.Run (0.58s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-28T11:45:12.793Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-28T11:45:12.794Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-28T11:45:12.794Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.794Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.794Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-28T11:45:12.794Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:45:12.794Z] PASS [2022-06-28T11:45:12.794Z] [2022-06-28T11:45:12.794Z] DONE 54 tests in 22.604s [2022-06-28T11:45:12.794Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-28T11:45:13.050Z] INFO: Testing against a local daemon [2022-06-28T11:45:13.050Z] === RUN TestVolumesCreateAndList [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-28T11:45:13.050Z] === RUN TestVolumesRemove [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesRemove (0.08s) [2022-06-28T11:45:13.050Z] === RUN TestVolumesInspect [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-28T11:45:13.050Z] === RUN TestVolumesInvalidJSON [2022-06-28T11:45:13.050Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-28T11:45:13.050Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-28T11:45:13.050Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-28T11:45:13.050Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-28T11:45:13.050Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-28T11:45:13.050Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-28T11:45:13.050Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-28T11:45:13.050Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-28T11:45:13.050Z] PASS [2022-06-28T11:45:13.050Z] [2022-06-28T11:45:13.050Z] DONE 9 tests in 0.149s [2022-06-28T11:45:13.050Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-28T11:45:13.592Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-28T11:45:13.611Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-28T11:45:13.611Z] Removing test suite binaries [2022-06-28T11:45:13.611Z] exiting test-integration [2022-06-28T11:45:13.611Z] ++ exit 0 [2022-06-28T11:45:13.611Z] [2022-06-28T11:45:14.158Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-28T11:45:14.888Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore Post stage [Pipeline] junit [2022-06-28T11:45:14.985Z] Recording test results [2022-06-28T11:45:15.091Z] --- PASS: TestPluginsWithRuntimes (3.29s) [2022-06-28T11:45:15.091Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-06-28T11:45:15.091Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-06-28T11:45:15.091Z] === RUN TestPluginBackCompatMediaTypes [2022-06-28T11:45:15.223Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-28T11:45:15.605Z] + echo Ensuring container killed. [2022-06-28T11:45:15.605Z] Ensuring container killed. [2022-06-28T11:45:15.605Z] + docker rm -vf docker-pr3 [2022-06-28T11:45:15.605Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-06-28T11:45:15.663Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-06-28T11:45:15.663Z] PASS [2022-06-28T11:45:15.663Z] [2022-06-28T11:45:15.663Z] DONE 24 tests in 6.558s [2022-06-28T11:45:15.663Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-28T11:45:15.663Z] ++ 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-28T11:45:15.663Z] ++ set -e [2022-06-28T11:45:15.663Z] ++ '[' -n 0 ']' [2022-06-28T11:45:15.663Z] ++ set -x [2022-06-28T11:45:15.664Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-28T11:45:15.664Z] INFO: Testing against a local daemon [2022-06-28T11:45:15.664Z] === RUN TestExternalGraphDriver [2022-06-28T11:45:15.818Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-28T11:45:15.919Z] + echo Chowning /workspace to jenkins user [2022-06-28T11:45:15.919Z] Chowning /workspace to jenkins user [2022-06-28T11:45:15.919Z] + id -u [2022-06-28T11:45:15.919Z] + id -g [2022-06-28T11:45:15.919Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42542:/workspace busybox chown -R 1000:1000 /workspace [2022-06-28T11:45:15.921Z] === RUN TestExternalGraphDriver/json [Pipeline] catchError [Pipeline] { [2022-06-28T11:45:17.294Z] === RUN TestExternalGraphDriver/spec [Pipeline] sh [2022-06-28T11:45:17.617Z] + bundleName=amd64-cgroup2 [2022-06-28T11:45:17.617Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-28T11:45:17.617Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-28T11:45:17.617Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-06-28T11:45:17.617Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-06-28T11:45:17.885Z] Archiving artifacts [2022-06-28T11:45:18.215Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42542/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-28T11:45:18.338Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-28T11:45:18.512Z] + make clean [2022-06-28T11:45:18.512Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-28T11:45:18.512Z] docker-dev-cache [2022-06-28T11:45:18.512Z] docker-mod-cache [Pipeline] deleteDir [2022-06-28T11:45:18.901Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-28T11:45:19.193Z] === RUN TestExternalGraphDriver/pull [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-28T11:45:20.566Z] --- PASS: TestExternalGraphDriver (4.82s) [2022-06-28T11:45:20.566Z] --- PASS: TestExternalGraphDriver/json (1.57s) [2022-06-28T11:45:20.566Z] --- PASS: TestExternalGraphDriver/spec (1.59s) [2022-06-28T11:45:20.566Z] --- PASS: TestExternalGraphDriver/pull (1.63s) [2022-06-28T11:45:20.566Z] === RUN TestGraphdriverPluginV2 [2022-06-28T11:45:20.566Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:45:20.566Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-28T11:45:20.566Z] PASS [2022-06-28T11:45:20.566Z] [2022-06-28T11:45:20.566Z] === Skipped [2022-06-28T11:45:20.566Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-28T11:45:20.566Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:45:20.566Z] [2022-06-28T11:45:20.566Z] DONE 5 tests, 1 skipped in 4.938s [2022-06-28T11:45:20.567Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-28T11:45:20.567Z] ++ 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-28T11:45:20.567Z] ++ set -e [2022-06-28T11:45:20.567Z] ++ '[' -n 0 ']' [2022-06-28T11:45:20.567Z] ++ set -x [2022-06-28T11:45:20.567Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-28T11:45:20.824Z] INFO: Testing against a local daemon [2022-06-28T11:45:20.824Z] === RUN TestContinueAfterPluginCrash [2022-06-28T11:45:20.824Z] === PAUSE TestContinueAfterPluginCrash [2022-06-28T11:45:20.824Z] === RUN TestReadPluginNoRead [2022-06-28T11:45:20.824Z] === PAUSE TestReadPluginNoRead [2022-06-28T11:45:20.824Z] === RUN TestDaemonStartWithLogOpt [2022-06-28T11:45:20.824Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-28T11:45:20.824Z] === CONT TestContinueAfterPluginCrash [2022-06-28T11:45:20.824Z] === CONT TestDaemonStartWithLogOpt [2022-06-28T11:45:22.175Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-28T11:45:22.175Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-28T11:45:22.175Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-28T11:45:24.069Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-28T11:45:24.104Z] --- PASS: TestDaemonStartWithLogOpt (2.97s) [2022-06-28T11:45:24.104Z] === CONT TestReadPluginNoRead [2022-06-28T11:45:24.326Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-28T11:45:25.299Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-28T11:45:26.004Z] === RUN TestReadPluginNoRead/default [2022-06-28T11:45:26.229Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-28T11:45:26.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-28T11:45:27.376Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-28T11:45:28.310Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-28T11:45:28.568Z] --- PASS: TestContinueAfterPluginCrash (7.96s) [2022-06-28T11:45:29.310Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-28T11:45:29.502Z] === CONT TestReadPluginNoRead [2022-06-28T11:45:29.502Z] read_test.go:92: [d3ef2d7d5dccc] daemon is not started [2022-06-28T11:45:29.502Z] --- PASS: TestReadPluginNoRead (5.74s) [2022-06-28T11:45:29.502Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-06-28T11:45:29.502Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.19s) [2022-06-28T11:45:29.502Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2022-06-28T11:45:29.502Z] PASS [2022-06-28T11:45:29.502Z] [2022-06-28T11:45:29.502Z] DONE 6 tests in 8.821s [2022-06-28T11:45:29.502Z] 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-28T11:45:29.502Z] ++ 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-28T11:45:29.502Z] ++ set -e [2022-06-28T11:45:29.502Z] ++ '[' -n 0 ']' [2022-06-28T11:45:29.502Z] ++ set -x [2022-06-28T11:45:29.502Z] ++ 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-28T11:45:29.502Z] testing: warning: no tests to run [2022-06-28T11:45:29.502Z] PASS [2022-06-28T11:45:29.502Z] [2022-06-28T11:45:29.503Z] DONE 0 tests in 0.033s [2022-06-28T11:45:29.503Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-28T11:45:29.503Z] ++ 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-28T11:45:29.503Z] ++ set -e [2022-06-28T11:45:29.503Z] ++ '[' -n 0 ']' [2022-06-28T11:45:29.503Z] ++ set -x [2022-06-28T11:45:29.503Z] ++ 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-28T11:45:29.503Z] INFO: Testing against a local daemon [2022-06-28T11:45:29.760Z] === RUN TestPluginWithDevMounts [2022-06-28T11:45:29.760Z] === PAUSE TestPluginWithDevMounts [2022-06-28T11:45:29.760Z] === CONT TestPluginWithDevMounts [2022-06-28T11:45:31.133Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-06-28T11:45:31.133Z] PASS [2022-06-28T11:45:31.133Z] [2022-06-28T11:45:31.133Z] DONE 1 tests in 1.635s [2022-06-28T11:45:31.133Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-28T11:45:31.133Z] ++ 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-28T11:45:31.133Z] ++ set -e [2022-06-28T11:45:31.133Z] ++ '[' -n 0 ']' [2022-06-28T11:45:31.133Z] ++ set -x [2022-06-28T11:45:31.133Z] ++ 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-28T11:45:31.391Z] INFO: Testing against a local daemon [2022-06-28T11:45:31.391Z] === RUN TestSecretInspect [2022-06-28T11:45:32.580Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-28T11:45:33.917Z] --- PASS: TestSecretInspect (2.20s) [2022-06-28T11:45:33.917Z] === RUN TestSecretList [2022-06-28T11:45:33.948Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-28T11:45:35.315Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-28T11:45:35.315Z] docker_cli_daemon_test.go:2503: [d0a7355398ec6] daemon is not started [2022-06-28T11:45:35.816Z] --- PASS: TestSecretList (2.15s) [2022-06-28T11:45:35.816Z] === RUN TestSecretsCreateAndDelete [2022-06-28T11:45:36.247Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-28T11:45:37.178Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-28T11:45:37.178Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-28T11:45:37.745Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2022-06-28T11:45:37.745Z] === RUN TestSecretsUpdate [2022-06-28T11:45:40.272Z] --- PASS: TestSecretsUpdate (2.20s) [2022-06-28T11:45:40.272Z] === RUN TestTemplatedSecret [2022-06-28T11:45:42.799Z] --- PASS: TestTemplatedSecret (2.59s) [2022-06-28T11:45:42.799Z] === RUN TestSecretCreateResolve [2022-06-28T11:45:43.719Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-28T11:45:43.976Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-28T11:45:44.698Z] --- PASS: TestSecretCreateResolve (2.18s) [2022-06-28T11:45:44.698Z] PASS [2022-06-28T11:45:44.698Z] [2022-06-28T11:45:44.698Z] DONE 6 tests in 13.585s [2022-06-28T11:45:44.698Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-28T11:45:44.698Z] ++ 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-28T11:45:44.698Z] ++ set -e [2022-06-28T11:45:44.698Z] ++ '[' -n 0 ']' [2022-06-28T11:45:44.698Z] ++ set -x [2022-06-28T11:45:44.698Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-28T11:45:44.905Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-28T11:45:44.955Z] INFO: Testing against a local daemon [2022-06-28T11:45:44.955Z] === RUN TestServiceCreateInit [2022-06-28T11:45:44.955Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-28T11:45:45.469Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-28T11:45:45.726Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-28T11:45:48.247Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-28T11:45:48.247Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-28T11:45:48.810Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-28T11:45:49.136Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-28T11:45:49.374Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-28T11:45:49.938Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-28T11:45:49.938Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-28T11:45:50.501Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-28T11:45:50.758Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-28T11:45:50.758Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-28T11:45:50.758Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-28T11:45:52.415Z] --- PASS: TestServiceCreateInit (7.05s) [2022-06-28T11:45:52.415Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.51s) [2022-06-28T11:45:52.415Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.53s) [2022-06-28T11:45:52.415Z] === RUN TestCreateServiceMultipleTimes [2022-06-28T11:45:52.655Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-28T11:45:52.655Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-28T11:45:52.655Z] check_test.go:540: [db9142b4e315c] daemon is not started [2022-06-28T11:45:52.655Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-28T11:45:57.908Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite (331.04s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (12.41s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.62s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.62s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.45s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.12s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.68s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.25s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.46s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.36s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.32s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.38s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.41s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.18s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.36s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (1.79s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.30s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.80s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.84s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.77s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.38s) [2022-06-28T11:45:58.471Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.82s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.13s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.76s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.84s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.15s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.58s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.03s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.92s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.71s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.36s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.36s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.41s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.37s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.53s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.60s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.66s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (1.71s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.81s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.05s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.07s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.43s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.36s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.01s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.58s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.43s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.44s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.81s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.09s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.45s) [2022-06-28T11:45:58.471Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-28T11:45:58.471Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.33s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.56s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.17s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.15s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.80s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.96s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (2.91s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.77s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.40s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.82s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.40s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.48s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.65s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.64s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.59s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.06s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.64s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.93s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.06s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.49s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.39s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.87s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.59s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.89s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.19s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.24s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.12s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.94s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.30s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.33s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.24s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.74s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.22s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.12s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.04s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.73s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.44s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.65s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.82s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.58s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2022-06-28T11:45:58.471Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.67s) [2022-06-28T11:45:58.471Z] === RUN TestDockerSwarmSuite [2022-06-28T11:45:58.471Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-28T11:45:58.471Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-28T11:45:59.839Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-28T11:45:59.839Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-28T11:46:00.769Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-28T11:46:01.333Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-28T11:46:01.589Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-28T11:46:01.589Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-28T11:46:04.875Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-28T11:46:07.281Z] --- PASS: TestCreateServiceMultipleTimes (15.12s) [2022-06-28T11:46:07.281Z] === RUN TestCreateServiceConflict [2022-06-28T11:46:09.180Z] --- PASS: TestCreateServiceConflict (2.18s) [2022-06-28T11:46:09.180Z] === RUN TestCreateServiceMaxReplicas [2022-06-28T11:46:10.126Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-28T11:46:11.758Z] --- PASS: TestCreateServiceMaxReplicas (2.20s) [2022-06-28T11:46:11.758Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-28T11:46:13.397Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-28T11:46:13.960Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-28T11:46:16.481Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-28T11:46:19.751Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-28T11:46:20.679Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-28T11:46:20.679Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-28T11:46:20.679Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-28T11:46:20.679Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-28T11:46:20.679Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-28T11:46:20.679Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-28T11:46:20.679Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-28T11:46:20.679Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-28T11:46:20.679Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-28T11:46:23.199Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-28T11:46:23.457Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-28T11:46:24.388Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-28T11:46:26.633Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.10s) [2022-06-28T11:46:26.633Z] === RUN TestCreateServiceSecretFileMode [2022-06-28T11:46:27.199Z] --- PASS: TestCreateServiceSecretFileMode (2.48s) [2022-06-28T11:46:27.199Z] === RUN TestCreateServiceConfigFileMode [2022-06-28T11:46:27.659Z] docker_api_swarm_test.go:563: [d6285c50deee1] joining swarm manager [d7240498f46b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:46:28.222Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-28T11:46:29.727Z] --- PASS: TestCreateServiceConfigFileMode (2.38s) [2022-06-28T11:46:29.728Z] === RUN TestCreateServiceSysctls [2022-06-28T11:46:31.177Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-28T11:46:31.177Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-28T11:46:31.497Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-28T11:46:31.754Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-28T11:46:32.113Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-28T11:46:32.113Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-28T11:46:32.256Z] --- PASS: TestCreateServiceSysctls (2.93s) [2022-06-28T11:46:32.256Z] === RUN TestCreateServiceCapabilities [2022-06-28T11:46:32.372Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-28T11:46:32.372Z] Cross building: bundles/cross/windows/amd64 [2022-06-28T11:46:32.372Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-28T11:46:32.372Z] { [2022-06-28T11:46:32.372Z] "RT_GROUP_ICON": { [2022-06-28T11:46:32.372Z] "#1": { [2022-06-28T11:46:32.372Z] "0409": "../../winresources/docker.ico" [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] }, [2022-06-28T11:46:32.372Z] "RT_MANIFEST": { [2022-06-28T11:46:32.372Z] "#1": { [2022-06-28T11:46:32.372Z] "0409": { [2022-06-28T11:46:32.372Z] "identity": {}, [2022-06-28T11:46:32.372Z] "description": "Docker Engine", [2022-06-28T11:46:32.372Z] "minimum-os": "vista", [2022-06-28T11:46:32.372Z] "execution-level": "", [2022-06-28T11:46:32.372Z] "ui-access": false, [2022-06-28T11:46:32.372Z] "auto-elevate": false, [2022-06-28T11:46:32.372Z] "dpi-awareness": "unaware", [2022-06-28T11:46:32.372Z] "disable-theming": false, [2022-06-28T11:46:32.372Z] "disable-window-filtering": false, [2022-06-28T11:46:32.372Z] "high-resolution-scrolling-aware": false, [2022-06-28T11:46:32.372Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-28T11:46:32.372Z] "long-path-aware": false, [2022-06-28T11:46:32.372Z] "printer-driver-isolation": false, [2022-06-28T11:46:32.372Z] "gdi-scaling": false, [2022-06-28T11:46:32.372Z] "segment-heap": false, [2022-06-28T11:46:32.372Z] "use-common-controls-v6": false [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] }, [2022-06-28T11:46:32.372Z] "RT_MESSAGETABLE": { [2022-06-28T11:46:32.372Z] "#1": { [2022-06-28T11:46:32.372Z] "0409": "../../winresources/event_messages.bin" [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] }, [2022-06-28T11:46:32.372Z] "RT_VERSION": { [2022-06-28T11:46:32.372Z] "#1": { [2022-06-28T11:46:32.372Z] "0409": { [2022-06-28T11:46:32.372Z] "fixed": { [2022-06-28T11:46:32.372Z] "file_version": "0.0.0.0", [2022-06-28T11:46:32.372Z] "product_version": "0.0.0.0", [2022-06-28T11:46:32.372Z] "type": "Unknown" [2022-06-28T11:46:32.372Z] }, [2022-06-28T11:46:32.372Z] "info": { [2022-06-28T11:46:32.372Z] "0000": { [2022-06-28T11:46:32.372Z] "CompanyName": "", [2022-06-28T11:46:32.372Z] "FileVersion": "dev", [2022-06-28T11:46:32.372Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-28T11:46:32.372Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-28T11:46:32.372Z] "ProductName": "", [2022-06-28T11:46:32.372Z] "ProductVersion": "dev", [2022-06-28T11:46:32.372Z] "SpecialBuild": "f70a9788c54d720aaad9e63b2d9f79959e0b2930" [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] } [2022-06-28T11:46:32.372Z] cmd/dockerd/config.go [2022-06-28T11:46:32.372Z] cmd/dockerd/config_windows.go [2022-06-28T11:46:32.372Z] cmd/dockerd/daemon.go [2022-06-28T11:46:32.372Z] cmd/dockerd/daemon_test.go [2022-06-28T11:46:32.372Z] cmd/dockerd/daemon_windows.go [2022-06-28T11:46:32.372Z] cmd/dockerd/docker.go [2022-06-28T11:46:32.372Z] cmd/dockerd/docker_windows.go [2022-06-28T11:46:32.372Z] cmd/dockerd/genwinres_windows.go [2022-06-28T11:46:32.372Z] cmd/dockerd/metrics.go [2022-06-28T11:46:32.372Z] cmd/dockerd/options.go [2022-06-28T11:46:32.372Z] cmd/dockerd/options_test.go [2022-06-28T11:46:32.372Z] cmd/dockerd/service_windows.go [2022-06-28T11:46:32.372Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-28T11:46:32.372Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-28T11:46:34.783Z] --- PASS: TestCreateServiceCapabilities (2.33s) [2022-06-28T11:46:34.783Z] === RUN TestInspect [2022-06-28T11:46:37.028Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-28T11:46:37.311Z] --- PASS: TestInspect (2.73s) [2022-06-28T11:46:37.311Z] === RUN TestCreateJob [2022-06-28T11:46:38.925Z] docker_api_swarm_test.go:585: [dfe7a3e591c03] joining swarm manager [d7240498f46b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:46:40.592Z] --- PASS: TestCreateJob (3.01s) [2022-06-28T11:46:40.592Z] === RUN TestReplicatedJob [2022-06-28T11:46:42.197Z] check_test.go:611: [d6285c50deee1] daemon is not started [2022-06-28T11:46:42.453Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-28T11:46:43.016Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-28T11:46:43.945Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-28T11:46:45.861Z] --- PASS: TestReplicatedJob (4.81s) [2022-06-28T11:46:45.861Z] === RUN TestUpdateReplicatedJob [2022-06-28T11:46:47.217Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-28T11:46:47.781Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-28T11:46:47.781Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-28T11:46:48.395Z] --- PASS: TestUpdateReplicatedJob (3.00s) [2022-06-28T11:46:48.395Z] === RUN TestServiceListWithStatuses [2022-06-28T11:46:48.395Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:46:48.395Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-28T11:46:48.395Z] === RUN TestDockerNetworkConnectAlias [2022-06-28T11:46:48.712Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-28T11:46:48.712Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-28T11:46:48.712Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-28T11:46:48.968Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-28T11:46:50.337Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-28T11:46:51.704Z] docker_api_swarm_test.go:46: [d75be6881b1a1] joining swarm manager [dc45beefafc72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:46:51.704Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-28T11:46:52.577Z] --- PASS: TestDockerNetworkConnectAlias (3.60s) [2022-06-28T11:46:52.577Z] === RUN TestDockerNetworkReConnect [2022-06-28T11:46:55.106Z] --- PASS: TestDockerNetworkReConnect (3.33s) [2022-06-28T11:46:55.106Z] === RUN TestServicePlugin [2022-06-28T11:46:55.106Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:46:55.106Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-28T11:46:55.106Z] === RUN TestServiceUpdateLabel [2022-06-28T11:46:57.634Z] --- PASS: TestServiceUpdateLabel (2.18s) [2022-06-28T11:46:57.634Z] === RUN TestServiceUpdateSecrets [2022-06-28T11:46:59.794Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-28T11:47:00.723Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-28T11:47:03.243Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-28T11:47:11.378Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-28T11:47:11.635Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-28T11:47:12.500Z] --- PASS: TestServiceUpdateSecrets (14.30s) [2022-06-28T11:47:12.500Z] === RUN TestServiceUpdateConfigs [2022-06-28T11:47:13.003Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-28T11:47:13.932Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-28T11:47:13.932Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-28T11:47:16.454Z] --- PASS: TestImportExtremelyLargeImageWorks (183.05s) [2022-06-28T11:47:16.454Z] PASS [2022-06-28T11:47:16.454Z] [2022-06-28T11:47:16.454Z] DONE 22 tests in 187.139s [2022-06-28T11:47:16.454Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-28T11:47:16.454Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-28T11:47:16.454Z] ++ set -e [2022-06-28T11:47:16.454Z] ++ '[' -n 0 ']' [2022-06-28T11:47:16.454Z] ++ set -x [2022-06-28T11:47:16.454Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-28T11:47:16.454Z] === RUN TestStripANSICommands [2022-06-28T11:47:16.454Z] === RUN TestStripANSICommands/#00 [2022-06-28T11:47:16.454Z] === RUN TestStripANSICommands/#01 [2022-06-28T11:47:16.454Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-28T11:47:16.454Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-28T11:47:16.454Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-28T11:47:16.454Z] PASS [2022-06-28T11:47:16.454Z] [2022-06-28T11:47:16.454Z] DONE 3 tests in 0.049s [2022-06-28T11:47:16.454Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-28T11:47:16.454Z] ++ 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-28T11:47:16.454Z] ++ set -e [2022-06-28T11:47:16.454Z] ++ '[' -n 0 ']' [2022-06-28T11:47:16.454Z] ++ set -x [2022-06-28T11:47:16.454Z] ++ 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-28T11:47:16.454Z] INFO: Testing against a local daemon [2022-06-28T11:47:16.454Z] === RUN TestNetworkCreateDelete [2022-06-28T11:47:16.454Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-06-28T11:47:16.454Z] === RUN TestDockerNetworkDeletePreferID [2022-06-28T11:47:17.017Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2022-06-28T11:47:17.017Z] === RUN TestDaemonDNSFallback [2022-06-28T11:47:17.581Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-28T11:47:18.951Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-28T11:47:20.320Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-28T11:47:23.593Z] --- PASS: TestDaemonDNSFallback (6.72s) [2022-06-28T11:47:23.593Z] === RUN TestInspectNetwork [2022-06-28T11:47:23.849Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-28T11:47:25.219Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-28T11:47:27.367Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-06-28T11:47:27.367Z] === RUN TestServiceUpdateNetwork [2022-06-28T11:47:27.742Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-28T11:47:27.742Z] === RUN TestInspectNetwork/full_network_id [2022-06-28T11:47:27.742Z] === RUN TestInspectNetwork/partial_network_id [2022-06-28T11:47:27.742Z] === RUN TestInspectNetwork/network_name [2022-06-28T11:47:27.742Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-28T11:47:31.913Z] --- PASS: TestInspectNetwork (8.13s) [2022-06-28T11:47:31.913Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-28T11:47:31.913Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-28T11:47:31.913Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-28T11:47:31.913Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-28T11:47:31.913Z] === RUN TestRunContainerWithBridgeNone [2022-06-28T11:47:33.807Z] --- PASS: TestRunContainerWithBridgeNone (2.05s) [2022-06-28T11:47:33.807Z] === RUN TestNetworkInvalidJSON [2022-06-28T11:47:33.807Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-28T11:47:33.807Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-28T11:47:33.807Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:47:33.807Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:47:33.807Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:47:33.807Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:47:33.807Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-28T11:47:33.807Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-28T11:47:33.808Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-28T11:47:33.808Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-28T11:47:33.808Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-28T11:47:33.808Z] === RUN TestNetworkList [2022-06-28T11:47:33.808Z] === RUN TestNetworkList//networks [2022-06-28T11:47:33.808Z] === PAUSE TestNetworkList//networks [2022-06-28T11:47:33.808Z] === RUN TestNetworkList//networks/ [2022-06-28T11:47:33.808Z] === PAUSE TestNetworkList//networks/ [2022-06-28T11:47:33.808Z] === CONT TestNetworkList//networks [2022-06-28T11:47:33.808Z] === CONT TestNetworkList//networks/ [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkList (0.02s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-28T11:47:33.808Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-28T11:47:33.808Z] === RUN TestHostIPv4BridgeLabel [2022-06-28T11:47:34.371Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-06-28T11:47:34.371Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-28T11:47:35.743Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-06-28T11:47:35.743Z] === RUN TestDaemonDefaultNetworkPools [2022-06-28T11:47:36.306Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2022-06-28T11:47:36.306Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-28T11:47:37.672Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2022-06-28T11:47:37.673Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-28T11:47:37.673Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-28T11:47:37.929Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-28T11:47:38.862Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2022-06-28T11:47:38.862Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-28T11:47:39.426Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-06-28T11:47:39.426Z] === RUN TestServiceWithPredefinedNetwork [2022-06-28T11:47:39.573Z] --- PASS: TestServiceUpdateNetwork (12.06s) [2022-06-28T11:47:39.573Z] === RUN TestServiceUpdatePidsLimit [2022-06-28T11:47:39.573Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-28T11:47:39.831Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-28T11:47:41.321Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-28T11:47:41.321Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-28T11:47:41.579Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-28T11:47:42.141Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-28T11:47:42.141Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-28T11:47:42.141Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s) [2022-06-28T11:47:42.141Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-28T11:47:42.141Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:47:42.141Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:47:42.141Z] === RUN TestServiceWithDataPathPortInit [2022-06-28T11:47:42.398Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-28T11:47:42.398Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-28T11:47:44.293Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-28T11:47:45.223Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-28T11:47:46.152Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-28T11:47:47.083Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-28T11:47:47.645Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-28T11:47:47.942Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-28T11:47:48.574Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-28T11:47:53.831Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-28T11:47:54.498Z] --- PASS: TestServiceUpdatePidsLimit (16.02s) [2022-06-28T11:47:54.498Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-28T11:47:54.498Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-06-28T11:47:54.498Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-06-28T11:47:54.498Z] PASS [2022-06-28T11:47:54.498Z] [2022-06-28T11:47:54.498Z] === Skipped [2022-06-28T11:47:54.498Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-28T11:47:54.498Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:47:54.498Z] [2022-06-28T11:47:54.498Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-28T11:47:54.498Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-28T11:47:54.498Z] [2022-06-28T11:47:54.498Z] DONE 27 tests, 2 skipped in 129.245s [2022-06-28T11:47:54.498Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-28T11:47:54.498Z] ++ 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-28T11:47:54.498Z] ++ set -e [2022-06-28T11:47:54.498Z] ++ '[' -n 0 ']' [2022-06-28T11:47:54.498Z] ++ set -x [2022-06-28T11:47:54.498Z] ++ 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-28T11:47:54.498Z] INFO: Testing against a local daemon [2022-06-28T11:47:54.498Z] === RUN TestSessionCreate [2022-06-28T11:47:54.498Z] --- PASS: TestSessionCreate (0.02s) [2022-06-28T11:47:54.498Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-28T11:47:54.498Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-28T11:47:54.498Z] PASS [2022-06-28T11:47:54.498Z] [2022-06-28T11:47:54.498Z] DONE 2 tests in 0.136s [2022-06-28T11:47:54.498Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-28T11:47:54.498Z] ++ 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-28T11:47:54.498Z] ++ set -e [2022-06-28T11:47:54.498Z] ++ '[' -n 0 ']' [2022-06-28T11:47:54.498Z] ++ set -x [2022-06-28T11:47:54.499Z] ++ 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-28T11:47:54.499Z] INFO: Testing against a local daemon [2022-06-28T11:47:54.499Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-28T11:47:54.499Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-28T11:47:54.499Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-28T11:47:54.499Z] === RUN TestDiskUsage [2022-06-28T11:47:54.499Z] === PAUSE TestDiskUsage [2022-06-28T11:47:54.499Z] === RUN TestEventsExecDie [2022-06-28T11:47:54.757Z] --- PASS: TestEventsExecDie (0.53s) [2022-06-28T11:47:54.757Z] === RUN TestEventsBackwardsCompatible [2022-06-28T11:47:55.016Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-28T11:47:55.016Z] === RUN TestEventsVolumeCreate [2022-06-28T11:47:55.016Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-28T11:47:55.016Z] === RUN TestInfoBinaryCommits [2022-06-28T11:47:55.016Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-28T11:47:55.016Z] === RUN TestInfoAPIVersioned [2022-06-28T11:47:55.016Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-28T11:47:55.016Z] === RUN TestInfoAPI [2022-06-28T11:47:55.016Z] --- PASS: TestInfoAPI (0.02s) [2022-06-28T11:47:55.016Z] === RUN TestInfoAPIWarnings [2022-06-28T11:47:58.009Z] --- PASS: TestServiceWithDataPathPortInit (15.12s) [2022-06-28T11:47:58.009Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-28T11:48:00.530Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-28T11:48:00.786Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pvmdgsn6cqvnr7njd6n9eut6x Created:2022-06-28 11:47:58.719504857 +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[8e16e1a7661d67f7c9640da131fc8fb3e160f205b68c7668de6e41eeaac54a26:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oda7gxb4qkxevec15sid6k27o EndpointID:a7a20499a15fd69e1c4e2de00caec81209c0d031032e4f57a03f9f187938197f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4bfeb638a6f7745700f63d1a40f5b3a6b73fbf58f61b16f6770dff60b8ccaec4 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:a8292deffae8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oda7gxb4qkxevec15sid6k27o EndpointID:a7a20499a15fd69e1c4e2de00caec81209c0d031032e4f57a03f9f187938197f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-28T11:48:02.689Z] docker_api_swarm_test.go:304: [dc2ae180755fd] joining swarm manager [d369ce1dec292]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:48:04.581Z] docker_api_swarm_test.go:305: [d40b6a73ccaff] joining swarm manager [d369ce1dec292]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:48:05.509Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-28T11:48:05.509Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.39s) [2022-06-28T11:48:05.509Z] PASS [2022-06-28T11:48:05.766Z] [2022-06-28T11:48:05.766Z] === Skipped [2022-06-28T11:48:05.766Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-28T11:48:05.766Z] service_test.go:243: FLAKY_TEST [2022-06-28T11:48:05.766Z] [2022-06-28T11:48:05.766Z] DONE 38 tests, 1 skipped in 49.449s [2022-06-28T11:48:05.766Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:48:05.766Z] ++ 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-28T11:48:05.766Z] ++ set -e [2022-06-28T11:48:05.766Z] ++ '[' -n 0 ']' [2022-06-28T11:48:05.766Z] ++ set -x [2022-06-28T11:48:05.766Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-28T11:48:05.766Z] INFO: Testing against a local daemon [2022-06-28T11:48:05.766Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-28T11:48:05.766Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:48:05.766Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:48:05.766Z] === RUN TestDockerNetworkIpvlan [2022-06-28T11:48:05.766Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:48:05.766Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:48:05.766Z] PASS [2022-06-28T11:48:05.766Z] [2022-06-28T11:48:05.766Z] === Skipped [2022-06-28T11:48:05.766Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-28T11:48:05.766Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:48:05.766Z] [2022-06-28T11:48:05.766Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-28T11:48:05.766Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-28T11:48:05.766Z] [2022-06-28T11:48:05.766Z] DONE 2 tests, 2 skipped in 0.104s [2022-06-28T11:48:05.766Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-28T11:48:05.766Z] ++ 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-28T11:48:05.766Z] ++ set -e [2022-06-28T11:48:05.766Z] ++ '[' -n 0 ']' [2022-06-28T11:48:05.766Z] ++ set -x [2022-06-28T11:48:05.766Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-28T11:48:05.766Z] INFO: Testing against a local daemon [2022-06-28T11:48:05.766Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-28T11:48:07.659Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2022-06-28T11:48:07.659Z] === RUN TestDockerNetworkMacvlan [2022-06-28T11:48:07.659Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-28T11:48:07.916Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-28T11:48:08.847Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-28T11:48:09.104Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-28T11:48:09.667Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-28T11:48:12.186Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-28T11:48:13.091Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-28T11:48:13.091Z] === RUN TestInfoDebug [2022-06-28T11:48:13.091Z] --- PASS: TestInfoDebug (0.52s) [2022-06-28T11:48:13.091Z] === RUN TestInfoInsecureRegistries [2022-06-28T11:48:13.091Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-28T11:48:13.091Z] === RUN TestInfoRegistryMirrors [2022-06-28T11:48:13.091Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-28T11:48:13.091Z] === RUN TestLoginFailsWithBadCredentials [2022-06-28T11:48:13.091Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-28T11:48:13.091Z] === RUN TestPingCacheHeaders [2022-06-28T11:48:13.091Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-28T11:48:13.091Z] === RUN TestPingGet [2022-06-28T11:48:13.349Z] --- PASS: TestPingGet (0.01s) [2022-06-28T11:48:13.349Z] === RUN TestPingHead [2022-06-28T11:48:13.349Z] --- PASS: TestPingHead (0.02s) [2022-06-28T11:48:13.349Z] === RUN TestPingSwarmHeader [2022-06-28T11:48:13.914Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-28T11:48:14.079Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-28T11:48:14.480Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-28T11:48:15.413Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-28T11:48:15.413Z] --- PASS: TestPingSwarmHeader (2.15s) [2022-06-28T11:48:15.413Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-28T11:48:15.413Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-28T11:48:15.413Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-28T11:48:15.413Z] === RUN TestVersion [2022-06-28T11:48:15.413Z] --- PASS: TestVersion (0.02s) [2022-06-28T11:48:15.413Z] === CONT TestDiskUsage [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/container_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/image_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/volume_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-28T11:48:15.979Z] === RUN TestDiskUsage/after_container.Run [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-28T11:48:16.564Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage (1.12s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-28T11:48:16.564Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:48:16.564Z] PASS [2022-06-28T11:48:16.564Z] [2022-06-28T11:48:16.564Z] === Skipped [2022-06-28T11:48:16.564Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-28T11:48:16.564Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-28T11:48:16.564Z] [2022-06-28T11:48:16.564Z] DONE 54 tests, 1 skipped in 22.341s [2022-06-28T11:48:16.564Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-28T11:48:16.564Z] ++ 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-28T11:48:16.564Z] ++ set -e [2022-06-28T11:48:16.564Z] ++ '[' -n 0 ']' [2022-06-28T11:48:16.564Z] ++ set -x [2022-06-28T11:48:16.564Z] ++ 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-28T11:48:16.564Z] INFO: Testing against a local daemon [2022-06-28T11:48:16.564Z] === RUN TestVolumesCreateAndList [2022-06-28T11:48:16.564Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-28T11:48:16.564Z] === RUN TestVolumesRemove [2022-06-28T11:48:16.603Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-28T11:48:16.822Z] === RUN TestVolumesInspect [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-28T11:48:16.822Z] === RUN TestVolumesInvalidJSON [2022-06-28T11:48:16.822Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-28T11:48:16.822Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-28T11:48:16.822Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-28T11:48:16.822Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-28T11:48:16.822Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-28T11:48:16.822Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-28T11:48:16.822Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-28T11:48:16.822Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-28T11:48:16.822Z] PASS [2022-06-28T11:48:16.822Z] [2022-06-28T11:48:16.822Z] DONE 9 tests in 0.196s [2022-06-28T11:48:16.822Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-28T11:48:16.822Z] ++++ cat bundles/test-integration/docker.pid [2022-06-28T11:48:16.822Z] +++ kill 14288 [2022-06-28T11:48:16.859Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-28T11:48:17.080Z] +++ /etc/init.d/apparmor stop [2022-06-28T11:48:17.080Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-28T11:48:17.080Z] [2022-06-28T11:48:17.080Z] Unloading profiles will leave already running processes permanently [2022-06-28T11:48:17.080Z] unconfined, which can lead to unexpected situations. [2022-06-28T11:48:17.080Z] [2022-06-28T11:48:17.080Z] To set a process to complain mode, use the command line tool [2022-06-28T11:48:17.080Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-28T11:48:17.080Z] +++ true [2022-06-28T11:48:17.080Z] exiting test-integration [2022-06-28T11:48:17.080Z] ++ exit 0 [2022-06-28T11:48:17.080Z] [2022-06-28T11:48:17.423Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume Post stage [Pipeline] junit [2022-06-28T11:48:17.658Z] Recording test results [2022-06-28T11:48:17.862Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-28T11:48:17.985Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-28T11:48:18.193Z] + echo Ensuring container killed. [2022-06-28T11:48:18.193Z] Ensuring container killed. [2022-06-28T11:48:18.193Z] + docker rm -vf docker-pr3 [2022-06-28T11:48:18.193Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-06-28T11:48:18.242Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-28T11:48:18.473Z] + echo Chowning /workspace to jenkins user [2022-06-28T11:48:18.473Z] Chowning /workspace to jenkins user [2022-06-28T11:48:18.473Z] + id -u [2022-06-28T11:48:18.473Z] + id -g [2022-06-28T11:48:18.473Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42542:/workspace busybox chown -R 1000:1000 /workspace [2022-06-28T11:48:18.805Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-28T11:48:18.805Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-28T11:48:18.805Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-28T11:48:19.368Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-28T11:48:19.368Z] --- PASS: TestDockerNetworkMacvlan (12.05s) [2022-06-28T11:48:19.368Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-06-28T11:48:19.368Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-06-28T11:48:19.368Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.10s) [2022-06-28T11:48:19.368Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.14s) [2022-06-28T11:48:19.368Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.89s) [2022-06-28T11:48:19.368Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.89s) [2022-06-28T11:48:19.368Z] PASS [2022-06-28T11:48:19.368Z] [2022-06-28T11:48:19.368Z] DONE 8 tests in 13.541s [2022-06-28T11:48:19.368Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-28T11:48:19.368Z] ++ 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-28T11:48:19.368Z] ++ set -e [2022-06-28T11:48:19.368Z] ++ '[' -n 0 ']' [2022-06-28T11:48:19.368Z] ++ set -x [2022-06-28T11:48:19.368Z] ++ 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-28T11:48:19.368Z] testing: warning: no tests to run [2022-06-28T11:48:19.368Z] PASS [2022-06-28T11:48:19.368Z] [2022-06-28T11:48:19.368Z] DONE 0 tests in 0.048s [2022-06-28T11:48:19.368Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-28T11:48:19.368Z] ++ 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-28T11:48:19.368Z] ++ set -e [2022-06-28T11:48:19.368Z] ++ '[' -n 0 ']' [2022-06-28T11:48:19.368Z] ++ set -x [2022-06-28T11:48:19.368Z] ++ 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-28T11:48:19.625Z] INFO: Testing against a local daemon [2022-06-28T11:48:19.625Z] === RUN TestAuthZPluginAllowRequest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-28T11:48:20.136Z] + bundleName=arm64-integration [2022-06-28T11:48:20.137Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-28T11:48:20.137Z] Creating arm64-integration-bundles.tar.gz [2022-06-28T11:48:20.137Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-06-28T11:48:20.137Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-06-28T11:48:20.405Z] Archiving artifacts [2022-06-28T11:48:20.678Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42542/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-28T11:48:20.978Z] + make clean [2022-06-28T11:48:20.978Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-28T11:48:20.978Z] docker-dev-cache [2022-06-28T11:48:20.978Z] docker-mod-cache [Pipeline] deleteDir [2022-06-28T11:48:21.004Z] --- PASS: TestAuthZPluginAllowRequest (1.42s) [2022-06-28T11:48:21.004Z] === RUN TestAuthZPluginTLS [2022-06-28T11:48:21.566Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-06-28T11:48:21.566Z] === RUN TestAuthZPluginDenyRequest [2022-06-28T11:48:22.129Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-28T11:48:22.129Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-28T11:48:22.692Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-06-28T11:48:22.692Z] === RUN TestAuthZPluginDenyResponse [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-28T11:48:23.255Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-06-28T11:48:23.255Z] === RUN TestAuthZPluginAllowEventStream [2022-06-28T11:48:23.864Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-28T11:48:23.864Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-28T11:48:23.864Z] { [2022-06-28T11:48:23.864Z] "RT_GROUP_ICON": { [2022-06-28T11:48:23.864Z] "#1": { [2022-06-28T11:48:23.864Z] "0409": "../../winresources/docker.ico" [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] }, [2022-06-28T11:48:23.864Z] "RT_MANIFEST": { [2022-06-28T11:48:23.864Z] "#1": { [2022-06-28T11:48:23.864Z] "0409": { [2022-06-28T11:48:23.864Z] "identity": {}, [2022-06-28T11:48:23.864Z] "description": "Docker Engine", [2022-06-28T11:48:23.864Z] "minimum-os": "vista", [2022-06-28T11:48:23.864Z] "execution-level": "", [2022-06-28T11:48:23.864Z] "ui-access": false, [2022-06-28T11:48:23.864Z] "auto-elevate": false, [2022-06-28T11:48:23.864Z] "dpi-awareness": "unaware", [2022-06-28T11:48:23.864Z] "disable-theming": false, [2022-06-28T11:48:23.864Z] "disable-window-filtering": false, [2022-06-28T11:48:23.864Z] "high-resolution-scrolling-aware": false, [2022-06-28T11:48:23.864Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-28T11:48:23.864Z] "long-path-aware": false, [2022-06-28T11:48:23.864Z] "printer-driver-isolation": false, [2022-06-28T11:48:23.864Z] "gdi-scaling": false, [2022-06-28T11:48:23.864Z] "segment-heap": false, [2022-06-28T11:48:23.864Z] "use-common-controls-v6": false [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] }, [2022-06-28T11:48:23.864Z] "RT_MESSAGETABLE": { [2022-06-28T11:48:23.864Z] "#1": { [2022-06-28T11:48:23.864Z] "0409": "../../winresources/event_messages.bin" [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] }, [2022-06-28T11:48:23.864Z] "RT_VERSION": { [2022-06-28T11:48:23.864Z] "#1": { [2022-06-28T11:48:23.864Z] "0409": { [2022-06-28T11:48:23.864Z] "fixed": { [2022-06-28T11:48:23.864Z] "file_version": "0.0.0.0", [2022-06-28T11:48:23.864Z] "product_version": "0.0.0.0", [2022-06-28T11:48:23.864Z] "type": "Unknown" [2022-06-28T11:48:23.864Z] }, [2022-06-28T11:48:23.864Z] "info": { [2022-06-28T11:48:23.864Z] "0000": { [2022-06-28T11:48:23.864Z] "CompanyName": "", [2022-06-28T11:48:23.864Z] "FileVersion": "dev", [2022-06-28T11:48:23.864Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-28T11:48:23.864Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-28T11:48:23.864Z] "ProductName": "", [2022-06-28T11:48:23.864Z] "ProductVersion": "dev", [2022-06-28T11:48:23.864Z] "SpecialBuild": "f70a9788c54d720aaad9e63b2d9f79959e0b2930" [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] } [2022-06-28T11:48:23.864Z] cmd/docker-proxy/genwinres_windows.go [2022-06-28T11:48:23.864Z] cmd/docker-proxy/main.go [2022-06-28T11:48:23.864Z] cmd/docker-proxy/network_proxy_test.go [2022-06-28T11:48:23.864Z] cmd/docker-proxy/proxy.go [2022-06-28T11:48:23.864Z] cmd/docker-proxy/sctp_proxy.go [2022-06-28T11:48:23.864Z] cmd/docker-proxy/tcp_proxy.go [2022-06-28T11:48:23.864Z] cmd/docker-proxy/udp_proxy.go [2022-06-28T11:48:23.864Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-28T11:48:23.864Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-28T11:48:23.864Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-28T11:48:23.864Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-28T11:48:23.864Z] remote: Enumerating objects: 23, done. [2022-06-28T11:48:23.864Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-28T11:48:23.864Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-28T11:48:23.864Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-28T11:48:23.864Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-06-28T11:48:23.864Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-28T11:48:23.864Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-28T11:48:23.864Z] Cross building: bundles/cross/linux/ppc64le [2022-06-28T11:48:23.864Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-28T11:48:23.864Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-28T11:48:24.622Z] --- PASS: TestAuthZPluginAllowEventStream (1.34s) [2022-06-28T11:48:24.622Z] === RUN TestAuthZPluginErrorResponse [2022-06-28T11:48:24.878Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-06-28T11:48:24.878Z] === RUN TestAuthZPluginErrorRequest [2022-06-28T11:48:25.458Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-28T11:48:25.458Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-28T11:48:26.026Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-06-28T11:48:26.026Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-28T11:48:26.282Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-28T11:48:26.538Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-28T11:48:27.101Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-28T11:48:27.665Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-28T11:48:28.228Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2022-06-28T11:48:28.228Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-28T11:48:28.228Z] === RUN TestDockerSuite/TestBuildFails [2022-06-28T11:48:28.791Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-28T11:48:29.048Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-28T11:48:30.418Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.14s) [2022-06-28T11:48:30.418Z] === RUN TestAuthZPluginHeader [2022-06-28T11:48:30.981Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-28T11:48:31.237Z] --- PASS: TestAuthZPluginHeader (0.85s) [2022-06-28T11:48:31.237Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-28T11:48:32.604Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-28T11:48:33.534Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-28T11:48:34.096Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-28T11:48:34.658Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-28T11:48:35.221Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-28T11:48:36.152Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.92s) [2022-06-28T11:48:36.152Z] === RUN TestAuthZPluginV2Disable [2022-06-28T11:48:36.152Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-28T11:48:37.519Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-28T11:48:38.084Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-28T11:48:38.340Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-28T11:48:39.708Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-28T11:48:39.965Z] --- PASS: TestAuthZPluginV2Disable (3.82s) [2022-06-28T11:48:39.965Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-28T11:48:40.895Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-28T11:48:42.262Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-28T11:48:42.262Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-28T11:48:42.824Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-28T11:48:43.387Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-28T11:48:43.387Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.56s) [2022-06-28T11:48:43.387Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-28T11:48:43.644Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-28T11:48:43.644Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-28T11:48:44.207Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-28T11:48:44.769Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-28T11:48:44.769Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-28T11:48:45.034Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-28T11:48:45.291Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-28T11:48:45.854Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-28T11:48:46.418Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-28T11:48:47.348Z] docker_api_swarm_test.go:272: [de2a3092fbfc0] joining swarm manager [dcb2eba998cfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:48:48.278Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-28T11:48:49.096Z] docker_api_swarm_test.go:273: [d1f300307bad2] joining swarm manager [dcb2eba998cfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:48:52.366Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-28T11:48:55.635Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.82s) [2022-06-28T11:48:55.635Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-28T11:48:56.198Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-28T11:48:58.715Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-28T11:48:58.715Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-28T11:48:58.715Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-28T11:48:58.715Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-28T11:48:58.715Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-28T11:48:58.715Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-28T11:48:59.643Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-28T11:49:00.572Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-28T11:49:03.091Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-28T11:49:03.348Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-28T11:49:03.604Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-28T11:49:06.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-28T11:49:11.043Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-28T11:49:11.973Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-06-28T11:49:11.973Z] PASS [2022-06-28T11:49:11.973Z] [2022-06-28T11:49:11.973Z] DONE 17 tests in 52.400s [2022-06-28T11:49:11.973Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-28T11:49:11.973Z] ++ 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-28T11:49:11.973Z] ++ set -e [2022-06-28T11:49:11.973Z] ++ '[' -n 0 ']' [2022-06-28T11:49:11.973Z] ++ set -x [2022-06-28T11:49:11.973Z] ++ 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-28T11:49:11.973Z] INFO: Testing against a local daemon [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:49:11.973Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:49:11.973Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-28T11:49:11.973Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-28T11:49:11.973Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-28T11:49:11.973Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-28T11:49:11.973Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-28T11:49:11.973Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.01s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.01s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-28T11:49:11.973Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-28T11:49:11.973Z] === RUN TestPluginInstall [2022-06-28T11:49:11.973Z] === RUN TestPluginInstall/no_auth [2022-06-28T11:49:13.340Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-28T11:49:13.903Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-28T11:49:14.160Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:49:14.160Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c114805201421a93cecb38ba51500b587917fdcafb563c1e4abac1cd311a59d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:49:14.160Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:49:14.160Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0c114805201421a93cecb38ba51500b587917fdcafb563c1e4abac1cd311a59d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:49:14.722Z] === RUN TestPluginInstall/with_htpasswd [2022-06-28T11:49:14.979Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:49:14.979Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e00debe6d1086eca238ad1120f237f5c959f1b9209e96c64be791b447200682" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:49:14.979Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:49:14.979Z] time="2022-06-28T11:49:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e00debe6d1086eca238ad1120f237f5c959f1b9209e96c64be791b447200682" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:49:15.545Z] === RUN TestPluginInstall/with_insecure [2022-06-28T11:49:16.107Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-28T11:49:16.107Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-28T11:49:16.107Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-28T11:49:16.363Z] time="2022-06-28T11:49:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:49:16.363Z] time="2022-06-28T11:49:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:810339859844c1a7a54e6b17fe5ead836acec736911c62442498cebc91e4d020" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:49:16.363Z] time="2022-06-28T11:49:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-28T11:49:16.363Z] time="2022-06-28T11:49:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:810339859844c1a7a54e6b17fe5ead836acec736911c62442498cebc91e4d020" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-28T11:49:16.620Z] plugin_test.go:195: [d7793eb95d00e] daemon is not started [2022-06-28T11:49:16.620Z] --- PASS: TestPluginInstall (4.72s) [2022-06-28T11:49:16.620Z] --- PASS: TestPluginInstall/no_auth (2.64s) [2022-06-28T11:49:16.620Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2022-06-28T11:49:16.620Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-06-28T11:49:16.620Z] === RUN TestPluginsWithRuntimes [2022-06-28T11:49:18.512Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-28T11:49:19.441Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-28T11:49:19.441Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-28T11:49:20.002Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-28T11:49:20.565Z] --- PASS: TestPluginsWithRuntimes (3.91s) [2022-06-28T11:49:20.565Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.04s) [2022-06-28T11:49:20.565Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.08s) [2022-06-28T11:49:20.565Z] === RUN TestPluginBackCompatMediaTypes [2022-06-28T11:49:21.495Z] --- PASS: TestPluginBackCompatMediaTypes (0.78s) [2022-06-28T11:49:21.495Z] PASS [2022-06-28T11:49:21.495Z] [2022-06-28T11:49:21.495Z] DONE 24 tests in 9.602s [2022-06-28T11:49:21.495Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-28T11:49:21.495Z] ++ 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-28T11:49:21.495Z] ++ set -e [2022-06-28T11:49:21.495Z] ++ '[' -n 0 ']' [2022-06-28T11:49:21.495Z] ++ set -x [2022-06-28T11:49:21.495Z] ++ 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-28T11:49:21.495Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-28T11:49:21.495Z] INFO: Testing against a local daemon [2022-06-28T11:49:21.495Z] === RUN TestExternalGraphDriver [2022-06-28T11:49:21.495Z] === RUN TestExternalGraphDriver/json [2022-06-28T11:49:21.752Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-28T11:49:23.646Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-28T11:49:23.646Z] === RUN TestExternalGraphDriver/spec [2022-06-28T11:49:23.902Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-28T11:49:24.832Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-28T11:49:25.394Z] === RUN TestExternalGraphDriver/pull [2022-06-28T11:49:25.394Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-28T11:49:26.763Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-28T11:49:27.020Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-28T11:49:27.020Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-28T11:49:27.020Z] --- PASS: TestExternalGraphDriver (5.55s) [2022-06-28T11:49:27.020Z] --- PASS: TestExternalGraphDriver/json (1.87s) [2022-06-28T11:49:27.020Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2022-06-28T11:49:27.020Z] --- PASS: TestExternalGraphDriver/pull (1.83s) [2022-06-28T11:49:27.020Z] === RUN TestGraphdriverPluginV2 [2022-06-28T11:49:27.582Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-28T11:49:27.582Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-28T11:49:28.146Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-28T11:49:30.042Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-28T11:49:30.042Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-28T11:49:31.933Z] --- PASS: TestGraphdriverPluginV2 (4.69s) [2022-06-28T11:49:31.933Z] PASS [2022-06-28T11:49:31.933Z] [2022-06-28T11:49:31.933Z] DONE 5 tests in 10.358s [2022-06-28T11:49:31.933Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-28T11:49:31.933Z] ++ 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-28T11:49:31.933Z] ++ set -e [2022-06-28T11:49:31.933Z] ++ '[' -n 0 ']' [2022-06-28T11:49:31.933Z] ++ set -x [2022-06-28T11:49:31.934Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-28T11:49:32.190Z] INFO: Testing against a local daemon [2022-06-28T11:49:32.190Z] === RUN TestContinueAfterPluginCrash [2022-06-28T11:49:32.191Z] === PAUSE TestContinueAfterPluginCrash [2022-06-28T11:49:32.191Z] === RUN TestReadPluginNoRead [2022-06-28T11:49:32.191Z] === PAUSE TestReadPluginNoRead [2022-06-28T11:49:32.191Z] === RUN TestDaemonStartWithLogOpt [2022-06-28T11:49:32.191Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-28T11:49:32.191Z] === CONT TestContinueAfterPluginCrash [2022-06-28T11:49:32.191Z] === CONT TestDaemonStartWithLogOpt [2022-06-28T11:49:32.447Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-28T11:49:34.981Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-28T11:49:34.981Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-28T11:49:37.503Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-28T11:49:37.503Z] docker_api_swarm_node_test.go:20: [da8b202b6aa04] joining swarm manager [d88de8ab61b32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:49:37.759Z] --- PASS: TestDaemonStartWithLogOpt (5.80s) [2022-06-28T11:49:37.759Z] === CONT TestReadPluginNoRead [2022-06-28T11:49:38.322Z] docker_api_swarm_node_test.go:21: [d651609af6438] joining swarm manager [d88de8ab61b32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:49:38.579Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-28T11:49:39.949Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-28T11:49:40.877Z] === RUN TestReadPluginNoRead/default [2022-06-28T11:49:42.245Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-28T11:49:42.245Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-28T11:49:43.174Z] --- PASS: TestContinueAfterPluginCrash (10.88s) [2022-06-28T11:49:43.740Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-28T11:49:44.302Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-28T11:49:44.866Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-28T11:49:45.122Z] === CONT TestReadPluginNoRead [2022-06-28T11:49:45.122Z] read_test.go:92: [def3b4690764e] daemon is not started [2022-06-28T11:49:45.122Z] --- PASS: TestReadPluginNoRead (7.28s) [2022-06-28T11:49:45.122Z] --- PASS: TestReadPluginNoRead/default (1.53s) [2022-06-28T11:49:45.122Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.49s) [2022-06-28T11:49:45.122Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.44s) [2022-06-28T11:49:45.122Z] PASS [2022-06-28T11:49:45.122Z] [2022-06-28T11:49:45.122Z] DONE 6 tests in 13.314s [2022-06-28T11:49:45.122Z] 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-28T11:49:45.122Z] ++ 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-28T11:49:45.122Z] ++ set -e [2022-06-28T11:49:45.122Z] ++ '[' -n 0 ']' [2022-06-28T11:49:45.122Z] ++ set -x [2022-06-28T11:49:45.122Z] ++ 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-28T11:49:45.122Z] testing: warning: no tests to run [2022-06-28T11:49:45.122Z] PASS [2022-06-28T11:49:45.122Z] [2022-06-28T11:49:45.122Z] DONE 0 tests in 0.032s [2022-06-28T11:49:45.379Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-28T11:49:45.379Z] ++ 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-28T11:49:45.379Z] ++ set -e [2022-06-28T11:49:45.379Z] ++ '[' -n 0 ']' [2022-06-28T11:49:45.379Z] ++ set -x [2022-06-28T11:49:45.379Z] ++ 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-28T11:49:45.379Z] INFO: Testing against a local daemon [2022-06-28T11:49:45.379Z] === RUN TestPluginWithDevMounts [2022-06-28T11:49:45.379Z] === PAUSE TestPluginWithDevMounts [2022-06-28T11:49:45.379Z] === CONT TestPluginWithDevMounts [2022-06-28T11:49:45.635Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-28T11:49:47.016Z] --- PASS: TestPluginWithDevMounts (1.74s) [2022-06-28T11:49:47.016Z] PASS [2022-06-28T11:49:47.016Z] [2022-06-28T11:49:47.016Z] DONE 1 tests in 1.850s [2022-06-28T11:49:47.016Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-28T11:49:47.016Z] ++ 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-28T11:49:47.016Z] ++ set -e [2022-06-28T11:49:47.016Z] ++ '[' -n 0 ']' [2022-06-28T11:49:47.016Z] ++ set -x [2022-06-28T11:49:47.016Z] ++ 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-28T11:49:47.273Z] INFO: Testing against a local daemon [2022-06-28T11:49:47.273Z] === RUN TestSecretInspect [2022-06-28T11:49:49.163Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-28T11:49:49.726Z] --- PASS: TestSecretInspect (2.59s) [2022-06-28T11:49:49.726Z] === RUN TestSecretList [2022-06-28T11:49:53.001Z] --- PASS: TestSecretList (3.05s) [2022-06-28T11:49:53.001Z] === RUN TestSecretsCreateAndDelete [2022-06-28T11:49:53.257Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-28T11:49:54.188Z] docker_api_swarm_test.go:502: [dd76c223e4f43] joining swarm manager [d69aa281d3b17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:49:56.081Z] --- PASS: TestSecretsCreateAndDelete (2.82s) [2022-06-28T11:49:56.081Z] === RUN TestSecretsUpdate [2022-06-28T11:49:56.654Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-28T11:49:58.544Z] === RUN TestDockerSuite/TestBuildRm [2022-06-28T11:49:58.544Z] --- PASS: TestSecretsUpdate (2.60s) [2022-06-28T11:49:58.544Z] === RUN TestTemplatedSecret [2022-06-28T11:50:01.061Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-28T11:50:01.623Z] --- PASS: TestTemplatedSecret (3.17s) [2022-06-28T11:50:01.623Z] === RUN TestSecretCreateResolve [2022-06-28T11:50:01.623Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-28T11:50:02.991Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-28T11:50:03.247Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-28T11:50:04.176Z] --- PASS: TestSecretCreateResolve (2.57s) [2022-06-28T11:50:04.176Z] PASS [2022-06-28T11:50:04.176Z] [2022-06-28T11:50:04.176Z] DONE 6 tests in 16.907s [2022-06-28T11:50:04.176Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-28T11:50:04.176Z] ++ 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-28T11:50:04.176Z] ++ set -e [2022-06-28T11:50:04.176Z] ++ '[' -n 0 ']' [2022-06-28T11:50:04.176Z] ++ set -x [2022-06-28T11:50:04.176Z] ++ 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-28T11:50:04.176Z] docker_api_swarm_test.go:507: [d928bd0a92453] joining swarm manager [d69aa281d3b17]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:50:04.176Z] INFO: Testing against a local daemon [2022-06-28T11:50:04.176Z] === RUN TestServiceCreateInit [2022-06-28T11:50:04.176Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-28T11:50:04.432Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-28T11:50:05.361Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-28T11:50:06.290Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-28T11:50:08.811Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-28T11:50:09.373Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-28T11:50:09.373Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-28T11:50:09.630Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-28T11:50:09.630Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-28T11:50:09.630Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-28T11:50:09.886Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-28T11:50:10.815Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-28T11:50:10.815Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-28T11:50:11.746Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-28T11:50:13.638Z] --- PASS: TestServiceCreateInit (9.26s) [2022-06-28T11:50:13.638Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.59s) [2022-06-28T11:50:13.638Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.64s) [2022-06-28T11:50:13.638Z] === RUN TestCreateServiceMultipleTimes [2022-06-28T11:50:15.007Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-28T11:50:15.315Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-28T11:50:15.316Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-28T11:50:15.316Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-28T11:50:15.316Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-28T11:50:15.316Z] Cross building: bundles/cross/linux/s390x [2022-06-28T11:50:15.316Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-28T11:50:15.316Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-28T11:50:15.937Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-28T11:50:16.869Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-28T11:50:17.800Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-28T11:50:18.364Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-28T11:50:20.270Z] === RUN TestDockerSuite/TestBuildUser [2022-06-28T11:50:21.637Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-28T11:50:24.909Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-28T11:50:31.447Z] --- PASS: TestCreateServiceMultipleTimes (17.44s) [2022-06-28T11:50:31.447Z] === RUN TestCreateServiceConflict [2022-06-28T11:50:33.971Z] --- PASS: TestCreateServiceConflict (2.57s) [2022-06-28T11:50:33.971Z] === RUN TestCreateServiceMaxReplicas [2022-06-28T11:50:33.971Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-28T11:50:35.340Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-28T11:50:36.269Z] docker_api_swarm_node_test.go:81: [d5052d398dcd0] joining swarm manager [dc8f05702235a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:50:36.526Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-28T11:50:36.785Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-28T11:50:37.714Z] --- PASS: TestCreateServiceMaxReplicas (3.98s) [2022-06-28T11:50:37.714Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-28T11:50:37.714Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-28T11:50:38.645Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-28T11:50:40.012Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-28T11:50:40.012Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-28T11:50:40.012Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-28T11:50:40.012Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-28T11:50:40.012Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-28T11:50:40.012Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-28T11:50:40.012Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-28T11:50:40.012Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-28T11:50:40.012Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-28T11:50:41.904Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-28T11:50:41.904Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-28T11:50:42.467Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-28T11:50:43.030Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-28T11:50:44.397Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-28T11:50:44.397Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-28T11:50:46.325Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-28T11:50:47.690Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-28T11:50:48.251Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-28T11:50:48.507Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-28T11:50:48.763Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-28T11:50:48.763Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-28T11:50:48.763Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-28T11:50:49.324Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-28T11:50:49.887Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-28T11:50:50.815Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-28T11:50:51.376Z] === RUN TestDockerSuite/TestCommitChange [2022-06-28T11:50:51.938Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.55s) [2022-06-28T11:50:51.938Z] === RUN TestCreateServiceSecretFileMode [2022-06-28T11:50:52.194Z] docker_api_swarm_node_test.go:53: [dc963ef17e877] joining swarm manager [ddb175b1a4296]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:50:52.755Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-28T11:50:53.012Z] docker_api_swarm_node_test.go:54: [de2932b73c14d] joining swarm manager [ddb175b1a4296]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:50:53.268Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-28T11:50:55.159Z] --- PASS: TestCreateServiceSecretFileMode (2.89s) [2022-06-28T11:50:55.159Z] === RUN TestCreateServiceConfigFileMode [2022-06-28T11:50:55.159Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-28T11:50:56.089Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-28T11:50:57.020Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-28T11:50:58.387Z] --- PASS: TestCreateServiceConfigFileMode (3.16s) [2022-06-28T11:50:58.387Z] === RUN TestCreateServiceSysctls [2022-06-28T11:50:58.387Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-28T11:50:59.753Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-28T11:51:00.316Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-28T11:51:01.690Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-28T11:51:01.690Z] --- PASS: TestCreateServiceSysctls (3.70s) [2022-06-28T11:51:01.690Z] === RUN TestCreateServiceCapabilities [2022-06-28T11:51:01.946Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-28T11:51:02.509Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-28T11:51:03.439Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-28T11:51:04.002Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-28T11:51:04.258Z] --- PASS: TestCreateServiceCapabilities (2.55s) [2022-06-28T11:51:04.258Z] === RUN TestInspect [2022-06-28T11:51:04.820Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-28T11:51:05.382Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-28T11:51:05.954Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-28T11:51:07.325Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-28T11:51:07.887Z] --- PASS: TestInspect (3.43s) [2022-06-28T11:51:07.887Z] === RUN TestCreateJob [2022-06-28T11:51:07.887Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-28T11:51:08.450Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-28T11:51:09.379Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-28T11:51:10.308Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-28T11:51:10.871Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-28T11:51:11.434Z] --- PASS: TestCreateJob (3.74s) [2022-06-28T11:51:11.434Z] === RUN TestReplicatedJob [2022-06-28T11:51:11.691Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-28T11:51:12.621Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-28T11:51:13.552Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-28T11:51:14.113Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-28T11:51:14.369Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-28T11:51:14.931Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-28T11:51:15.860Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-28T11:51:16.789Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-28T11:51:17.361Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-28T11:51:17.923Z] --- PASS: TestReplicatedJob (6.29s) [2022-06-28T11:51:17.923Z] === RUN TestUpdateReplicatedJob [2022-06-28T11:51:18.179Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-28T11:51:19.548Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-28T11:51:20.110Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-28T11:51:22.005Z] --- PASS: TestUpdateReplicatedJob (4.01s) [2022-06-28T11:51:22.005Z] === RUN TestServiceListWithStatuses [2022-06-28T11:51:22.005Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:51:22.005Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-28T11:51:22.005Z] === RUN TestDockerNetworkConnectAlias [2022-06-28T11:51:22.005Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-28T11:51:25.278Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-28T11:51:25.278Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-28T11:51:27.170Z] --- PASS: TestDockerNetworkConnectAlias (5.19s) [2022-06-28T11:51:27.170Z] === RUN TestDockerNetworkReConnect [2022-06-28T11:51:28.116Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-28T11:51:29.047Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-28T11:51:31.563Z] --- PASS: TestDockerNetworkReConnect (4.36s) [2022-06-28T11:51:31.563Z] === RUN TestServicePlugin [2022-06-28T11:51:31.820Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-28T11:51:32.750Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-28T11:51:34.643Z] docker_api_swarm_test.go:202: [d09ca2b8953ad] joining swarm manager [d4861482e3db8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:51:35.572Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-28T11:51:36.503Z] plugin_test.go:61: [d63fc1be61d5b] joining swarm manager [db118a1b7a344]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:51:36.503Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-28T11:51:37.870Z] plugin_test.go:64: [dd4b06c14b458] joining swarm manager [db118a1b7a344]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:51:39.768Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-28T11:51:40.334Z] === RUN TestDockerSuite/TestCpToDot [2022-06-28T11:51:40.897Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-28T11:51:42.263Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-28T11:51:42.825Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-28T11:51:43.387Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-28T11:51:44.318Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-28T11:51:44.575Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-28T11:51:45.138Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-28T11:51:46.065Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-28T11:51:46.065Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-28T11:51:46.065Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-28T11:51:46.320Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-28T11:51:46.884Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-28T11:51:46.884Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-28T11:51:46.884Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-28T11:51:46.884Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-28T11:51:47.448Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-28T11:51:48.010Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-28T11:51:48.010Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-28T11:51:48.010Z] === RUN TestDockerSuite/TestCreateRM [2022-06-28T11:51:48.266Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-28T11:51:48.266Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-28T11:51:48.266Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-28T11:51:48.266Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-28T11:51:48.266Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-28T11:51:49.639Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-28T11:51:49.902Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-28T11:51:49.902Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-28T11:51:51.797Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-28T11:51:54.315Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-28T11:51:54.315Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-28T11:51:54.315Z] docker_api_swarm_test.go:384: [d9989e472d90d] joining swarm manager [dfa6832f9648c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:51:54.315Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-28T11:51:54.878Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-28T11:51:55.441Z] docker_api_swarm_test.go:385: [d2ff4036f6c3a] joining swarm manager [dfa6832f9648c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:51:55.441Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-28T11:51:56.004Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-28T11:51:56.569Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-28T11:51:57.131Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-28T11:51:58.496Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-28T11:51:59.423Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-28T11:52:01.941Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-28T11:52:03.832Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-28T11:52:04.090Z] --- PASS: TestServicePlugin (32.77s) [2022-06-28T11:52:04.090Z] === RUN TestServiceUpdateLabel [2022-06-28T11:52:04.652Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-28T11:52:06.028Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-28T11:52:06.590Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-28T11:52:06.590Z] --- PASS: TestServiceUpdateLabel (2.60s) [2022-06-28T11:52:06.590Z] === RUN TestServiceUpdateSecrets [2022-06-28T11:52:06.769Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-28T11:52:06.770Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-28T11:52:06.770Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-28T11:52:06.770Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-28T11:52:06.770Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-28T11:52:06.846Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-28T11:52:07.115Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-28T11:52:07.396Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/test/unit [2022-06-28T11:52:07.962Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-28T11:52:07.962Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-28T11:52:07.962Z] + TESTDIRS=./... [2022-06-28T11:52:07.963Z] + exclude_paths='/vendor/|/integration' [2022-06-28T11:52:07.963Z] ++ go list ./... [2022-06-28T11:52:07.963Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-28T11:52:08.246Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-28T11:52:08.246Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-28T11:52:08.246Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-28T11:52:08.808Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-28T11:52:08.898Z] + pkg_list='github.com/docker/docker/api [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/backend [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/container [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/events [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/filters [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/image [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/mount [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/network [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/registry [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/time [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/versions [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:52:08.898Z] github.com/docker/docker/api/types/volume [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:52:08.898Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:52:08.898Z] github.com/docker/docker/cli [2022-06-28T11:52:08.898Z] github.com/docker/docker/cli/config [2022-06-28T11:52:08.898Z] github.com/docker/docker/cli/debug [2022-06-28T11:52:08.898Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:52:08.898Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:52:08.898Z] github.com/docker/docker/client [2022-06-28T11:52:08.898Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:52:08.898Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:52:08.898Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:52:08.898Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:52:08.898Z] github.com/docker/docker/container [2022-06-28T11:52:08.898Z] github.com/docker/docker/container/stream [2022-06-28T11:52:08.898Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:52:08.898Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:52:08.898Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/config [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/events [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/exec [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/images [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/links [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/names [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/network [2022-06-28T11:52:08.898Z] github.com/docker/docker/daemon/stats [2022-06-28T11:52:08.898Z] github.com/docker/docker/distribution [2022-06-28T11:52:08.898Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:52:08.898Z] github.com/docker/docker/distribution/utils [2022-06-28T11:52:08.898Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:52:08.898Z] github.com/docker/docker/dockerversion [2022-06-28T11:52:08.898Z] github.com/docker/docker/errdefs [2022-06-28T11:52:08.898Z] github.com/docker/docker/image [2022-06-28T11:52:08.898Z] github.com/docker/docker/image/cache [2022-06-28T11:52:08.898Z] github.com/docker/docker/image/tarexport [2022-06-28T11:52:08.898Z] github.com/docker/docker/image/v1 [2022-06-28T11:52:08.898Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:52:08.898Z] github.com/docker/docker/layer [2022-06-28T11:52:08.898Z] github.com/docker/docker/libcontainerd [2022-06-28T11:52:08.898Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:52:08.898Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:52:08.898Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:52:08.898Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/libnetwork/types [2022-06-28T11:52:08.898Z] github.com/docker/docker/oci [2022-06-28T11:52:08.898Z] github.com/docker/docker/oci/caps [2022-06-28T11:52:08.898Z] github.com/docker/docker/opts [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/archive [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/directory [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/platform [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/pools [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/progress [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/signal [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/stack [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/system [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:52:08.898Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:52:08.898Z] github.com/docker/docker/plugin [2022-06-28T11:52:08.898Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:52:08.898Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:52:08.898Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:52:08.898Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:52:08.899Z] github.com/docker/docker/quota [2022-06-28T11:52:08.899Z] github.com/docker/docker/reference [2022-06-28T11:52:08.899Z] github.com/docker/docker/registry [2022-06-28T11:52:08.899Z] github.com/docker/docker/registry/resumable [2022-06-28T11:52:08.899Z] github.com/docker/docker/restartmanager [2022-06-28T11:52:08.899Z] github.com/docker/docker/rootless [2022-06-28T11:52:08.899Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:52:08.899Z] github.com/docker/docker/runconfig [2022-06-28T11:52:08.899Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/environment [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/registry [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/request [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/drivers [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/local [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/mounts [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/service [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:52:08.899Z] ++ grep --fixed-strings -v /libnetwork [2022-06-28T11:52:08.899Z] ++ echo 'github.com/docker/docker/api [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/backend [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/container [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/events [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/filters [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/image [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/mount [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/network [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/registry [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/time [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/versions [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/volume [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:52:08.899Z] github.com/docker/docker/cli [2022-06-28T11:52:08.899Z] github.com/docker/docker/cli/config [2022-06-28T11:52:08.899Z] github.com/docker/docker/cli/debug [2022-06-28T11:52:08.899Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:52:08.899Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:52:08.899Z] github.com/docker/docker/client [2022-06-28T11:52:08.899Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:52:08.899Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:52:08.899Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:52:08.899Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:52:08.899Z] github.com/docker/docker/container [2022-06-28T11:52:08.899Z] github.com/docker/docker/container/stream [2022-06-28T11:52:08.899Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:52:08.899Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:52:08.899Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/config [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/events [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/exec [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/images [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/links [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/names [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/network [2022-06-28T11:52:08.899Z] github.com/docker/docker/daemon/stats [2022-06-28T11:52:08.899Z] github.com/docker/docker/distribution [2022-06-28T11:52:08.899Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:52:08.899Z] github.com/docker/docker/distribution/utils [2022-06-28T11:52:08.899Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:52:08.899Z] github.com/docker/docker/dockerversion [2022-06-28T11:52:08.899Z] github.com/docker/docker/errdefs [2022-06-28T11:52:08.899Z] github.com/docker/docker/image [2022-06-28T11:52:08.899Z] github.com/docker/docker/image/cache [2022-06-28T11:52:08.899Z] github.com/docker/docker/image/tarexport [2022-06-28T11:52:08.899Z] github.com/docker/docker/image/v1 [2022-06-28T11:52:08.899Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:52:08.899Z] github.com/docker/docker/layer [2022-06-28T11:52:08.899Z] github.com/docker/docker/libcontainerd [2022-06-28T11:52:08.899Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:52:08.899Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:52:08.899Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:52:08.899Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/libnetwork/types [2022-06-28T11:52:08.899Z] github.com/docker/docker/oci [2022-06-28T11:52:08.899Z] github.com/docker/docker/oci/caps [2022-06-28T11:52:08.899Z] github.com/docker/docker/opts [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/archive [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/directory [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/platform [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/pools [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/progress [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/signal [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/stack [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/system [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:52:08.899Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:52:08.899Z] github.com/docker/docker/plugin [2022-06-28T11:52:08.899Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:52:08.899Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:52:08.899Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:52:08.899Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:52:08.899Z] github.com/docker/docker/quota [2022-06-28T11:52:08.899Z] github.com/docker/docker/reference [2022-06-28T11:52:08.899Z] github.com/docker/docker/registry [2022-06-28T11:52:08.899Z] github.com/docker/docker/registry/resumable [2022-06-28T11:52:08.899Z] github.com/docker/docker/restartmanager [2022-06-28T11:52:08.899Z] github.com/docker/docker/rootless [2022-06-28T11:52:08.899Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:52:08.899Z] github.com/docker/docker/runconfig [2022-06-28T11:52:08.899Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/environment [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/registry [2022-06-28T11:52:08.899Z] github.com/docker/docker/testutil/request [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/drivers [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/local [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/mounts [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/service [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:52:08.899Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:52:08.899Z] + base_pkg_list='github.com/docker/docker/api [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/backend [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/container [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/events [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/filters [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/image [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/mount [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/network [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/registry [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/time [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/versions [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:52:08.899Z] github.com/docker/docker/api/types/volume [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:52:08.899Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/config [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/debug [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:52:08.900Z] github.com/docker/docker/client [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:52:08.900Z] github.com/docker/docker/container [2022-06-28T11:52:08.900Z] github.com/docker/docker/container/stream [2022-06-28T11:52:08.900Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:52:08.900Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:52:08.900Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/config [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/events [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/exec [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/images [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/links [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/names [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/network [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/stats [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution/utils [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:52:08.900Z] github.com/docker/docker/dockerversion [2022-06-28T11:52:08.900Z] github.com/docker/docker/errdefs [2022-06-28T11:52:08.900Z] github.com/docker/docker/image [2022-06-28T11:52:08.900Z] github.com/docker/docker/image/cache [2022-06-28T11:52:08.900Z] github.com/docker/docker/image/tarexport [2022-06-28T11:52:08.900Z] github.com/docker/docker/image/v1 [2022-06-28T11:52:08.900Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:52:08.900Z] github.com/docker/docker/layer [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:52:08.900Z] github.com/docker/docker/oci [2022-06-28T11:52:08.900Z] github.com/docker/docker/oci/caps [2022-06-28T11:52:08.900Z] github.com/docker/docker/opts [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/archive [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/directory [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/platform [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/pools [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/progress [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/signal [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/stack [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/system [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:52:08.900Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:52:08.900Z] github.com/docker/docker/plugin [2022-06-28T11:52:08.900Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:52:08.900Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:52:08.900Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:52:08.900Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:52:08.900Z] github.com/docker/docker/quota [2022-06-28T11:52:08.900Z] github.com/docker/docker/reference [2022-06-28T11:52:08.900Z] github.com/docker/docker/registry [2022-06-28T11:52:08.900Z] github.com/docker/docker/registry/resumable [2022-06-28T11:52:08.900Z] github.com/docker/docker/restartmanager [2022-06-28T11:52:08.900Z] github.com/docker/docker/rootless [2022-06-28T11:52:08.900Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:52:08.900Z] github.com/docker/docker/runconfig [2022-06-28T11:52:08.900Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/environment [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/registry [2022-06-28T11:52:08.900Z] github.com/docker/docker/testutil/request [2022-06-28T11:52:08.900Z] github.com/docker/docker/volume [2022-06-28T11:52:08.900Z] github.com/docker/docker/volume/drivers [2022-06-28T11:52:08.900Z] github.com/docker/docker/volume/local [2022-06-28T11:52:08.900Z] github.com/docker/docker/volume/mounts [2022-06-28T11:52:08.900Z] github.com/docker/docker/volume/service [2022-06-28T11:52:08.900Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:52:08.900Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:52:08.900Z] ++ echo 'github.com/docker/docker/api [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/backend [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/container [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/events [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/filters [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/image [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/mount [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/network [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/registry [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/time [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/versions [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:52:08.900Z] github.com/docker/docker/api/types/volume [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:52:08.900Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/config [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/debug [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:52:08.900Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:52:08.900Z] github.com/docker/docker/client [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:52:08.900Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:52:08.900Z] github.com/docker/docker/container [2022-06-28T11:52:08.900Z] github.com/docker/docker/container/stream [2022-06-28T11:52:08.900Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:52:08.900Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:52:08.900Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/config [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/events [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/exec [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/images [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/links [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/names [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/network [2022-06-28T11:52:08.900Z] github.com/docker/docker/daemon/stats [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution/utils [2022-06-28T11:52:08.900Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:52:08.900Z] github.com/docker/docker/dockerversion [2022-06-28T11:52:08.900Z] github.com/docker/docker/errdefs [2022-06-28T11:52:08.900Z] github.com/docker/docker/image [2022-06-28T11:52:08.900Z] github.com/docker/docker/image/cache [2022-06-28T11:52:08.900Z] github.com/docker/docker/image/tarexport [2022-06-28T11:52:08.900Z] github.com/docker/docker/image/v1 [2022-06-28T11:52:08.900Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:52:08.900Z] github.com/docker/docker/layer [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:52:08.900Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:52:08.900Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/types [2022-06-28T11:52:08.901Z] github.com/docker/docker/oci [2022-06-28T11:52:08.901Z] github.com/docker/docker/oci/caps [2022-06-28T11:52:08.901Z] github.com/docker/docker/opts [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/archive [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/directory [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/platform [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/pools [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/progress [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/signal [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/stack [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/system [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:52:08.901Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:52:08.901Z] github.com/docker/docker/plugin [2022-06-28T11:52:08.901Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:52:08.901Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:52:08.901Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:52:08.901Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:52:08.901Z] github.com/docker/docker/quota [2022-06-28T11:52:08.901Z] github.com/docker/docker/reference [2022-06-28T11:52:08.901Z] github.com/docker/docker/registry [2022-06-28T11:52:08.901Z] github.com/docker/docker/registry/resumable [2022-06-28T11:52:08.901Z] github.com/docker/docker/restartmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/rootless [2022-06-28T11:52:08.901Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:52:08.901Z] github.com/docker/docker/runconfig [2022-06-28T11:52:08.901Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/environment [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/registry [2022-06-28T11:52:08.901Z] github.com/docker/docker/testutil/request [2022-06-28T11:52:08.901Z] github.com/docker/docker/volume [2022-06-28T11:52:08.901Z] github.com/docker/docker/volume/drivers [2022-06-28T11:52:08.901Z] github.com/docker/docker/volume/local [2022-06-28T11:52:08.901Z] github.com/docker/docker/volume/mounts [2022-06-28T11:52:08.901Z] github.com/docker/docker/volume/service [2022-06-28T11:52:08.901Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:52:08.901Z] github.com/docker/docker/volume/testutils' [2022-06-28T11:52:08.901Z] ++ grep --fixed-strings /libnetwork [2022-06-28T11:52:08.901Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/types' [2022-06-28T11:52:08.901Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-28T11:52:08.901Z] + echo 'github.com/docker/docker/libnetwork [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/types' [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:52:08.901Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:52:08.901Z] + type docker-proxy [2022-06-28T11:52:08.901Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-28T11:52:08.901Z] + hack/make.sh binary-proxy install-proxy [2022-06-28T11:52:08.901Z] [2022-06-28T11:52:09.068Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-28T11:52:09.068Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-28T11:52:09.161Z] Removing bundles/ [2022-06-28T11:52:09.161Z] [2022-06-28T11:52:09.161Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-28T11:52:09.161Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-28T11:52:09.161Z] GOOS="" GOARCH="" GOARM="" [2022-06-28T11:52:09.995Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-28T11:52:10.923Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-28T11:52:10.923Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-28T11:52:10.923Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-28T11:52:11.486Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-28T11:52:11.742Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-28T11:52:12.303Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-28T11:52:13.668Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-28T11:52:13.668Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-28T11:52:13.668Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-28T11:52:13.668Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-28T11:52:13.668Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-28T11:52:13.668Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-28T11:52:15.559Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-28T11:52:16.121Z] === RUN TestDockerSuite/TestEventsRename [2022-06-28T11:52:16.684Z] === RUN TestDockerSuite/TestEventsResize [2022-06-28T11:52:17.246Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-28T11:52:17.276Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-28T11:52:17.276Z] [2022-06-28T11:52:17.276Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-28T11:52:17.276Z] Installing docker-proxy to /usr/local/bin/ [2022-06-28T11:52:17.276Z] [2022-06-28T11:52:17.276Z] + mkdir -p bundles [2022-06-28T11:52:17.276Z] + '[' -n 'github.com/docker/docker/api [2022-06-28T11:52:17.276Z] github.com/docker/docker/api/server [2022-06-28T11:52:17.276Z] github.com/docker/docker/api/server/backend/build [2022-06-28T11:52:17.276Z] github.com/docker/docker/api/server/httpstatus [2022-06-28T11:52:17.276Z] github.com/docker/docker/api/server/httputils [2022-06-28T11:52:17.276Z] github.com/docker/docker/api/server/middleware [2022-06-28T11:52:17.276Z] github.com/docker/docker/api/server/router [2022-06-28T11:52:17.276Z] github.com/docker/docker/api/server/router/build [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/container [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/debug [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/distribution [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/grpc [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/image [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/network [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/plugin [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/session [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/swarm [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/system [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/server/router/volume [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/backend [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/blkiodev [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/container [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/events [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/filters [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/image [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/mount [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/network [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/registry [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/strslice [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/swarm [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/time [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/versions [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-28T11:52:17.277Z] github.com/docker/docker/api/types/volume [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/builder-next [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/builder-next/worker [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/dockerfile [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/remotecontext [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/remotecontext/git [2022-06-28T11:52:17.277Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-28T11:52:17.277Z] github.com/docker/docker/cli [2022-06-28T11:52:17.277Z] github.com/docker/docker/cli/config [2022-06-28T11:52:17.277Z] github.com/docker/docker/cli/debug [2022-06-28T11:52:17.277Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-28T11:52:17.277Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-28T11:52:17.277Z] github.com/docker/docker/client [2022-06-28T11:52:17.277Z] github.com/docker/docker/cmd/docker-proxy [2022-06-28T11:52:17.277Z] github.com/docker/docker/cmd/dockerd [2022-06-28T11:52:17.277Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-28T11:52:17.277Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-28T11:52:17.277Z] github.com/docker/docker/container [2022-06-28T11:52:17.277Z] github.com/docker/docker/container/stream [2022-06-28T11:52:17.277Z] github.com/docker/docker/contrib/apparmor [2022-06-28T11:52:17.277Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-28T11:52:17.277Z] github.com/docker/docker/contrib/httpserver [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/cluster [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/cluster/convert [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/cluster/executor [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/cluster/provider [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/config [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/events [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/events/testutils [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/exec [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/images [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/initlayer [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/links [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/listeners [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/gelf [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/journald [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/local [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/logentries [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/splunk [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/syslog [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/logger/templates [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/names [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/network [2022-06-28T11:52:17.277Z] github.com/docker/docker/daemon/stats [2022-06-28T11:52:17.277Z] github.com/docker/docker/distribution [2022-06-28T11:52:17.277Z] github.com/docker/docker/distribution/metadata [2022-06-28T11:52:17.277Z] github.com/docker/docker/distribution/utils [2022-06-28T11:52:17.277Z] github.com/docker/docker/distribution/xfer [2022-06-28T11:52:17.277Z] github.com/docker/docker/dockerversion [2022-06-28T11:52:17.277Z] github.com/docker/docker/errdefs [2022-06-28T11:52:17.277Z] github.com/docker/docker/image [2022-06-28T11:52:17.277Z] github.com/docker/docker/image/cache [2022-06-28T11:52:17.277Z] github.com/docker/docker/image/tarexport [2022-06-28T11:52:17.277Z] github.com/docker/docker/image/v1 [2022-06-28T11:52:17.277Z] github.com/docker/docker/internal/test/suite [2022-06-28T11:52:17.277Z] github.com/docker/docker/layer [2022-06-28T11:52:17.277Z] github.com/docker/docker/libcontainerd [2022-06-28T11:52:17.277Z] github.com/docker/docker/libcontainerd/queue [2022-06-28T11:52:17.277Z] github.com/docker/docker/libcontainerd/remote [2022-06-28T11:52:17.277Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-28T11:52:17.277Z] github.com/docker/docker/libcontainerd/types [2022-06-28T11:52:17.277Z] github.com/docker/docker/oci [2022-06-28T11:52:17.277Z] github.com/docker/docker/oci/caps [2022-06-28T11:52:17.277Z] github.com/docker/docker/opts [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/aaparser [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/archive [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/authorization [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/broadcaster [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/capabilities [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/chrootarchive [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/containerfs [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/devicemapper [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/directory [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/dmesg [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/fileutils [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/fsutils [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/homedir [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/idtools [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/ioutils [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/jsonmessage [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/longpath [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/loopback [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/namesgenerator [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/parsers [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/pidfile [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/platform [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/plugingetter [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/plugins [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/plugins/transport [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/pools [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/progress [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/pubsub [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/reexec [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/signal [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/stack [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/stdcopy [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/streamformatter [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/stringid [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/sysinfo [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/system [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/tailfile [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/tarsum [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/truncindex [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/urlutil [2022-06-28T11:52:17.277Z] github.com/docker/docker/pkg/useragent [2022-06-28T11:52:17.277Z] github.com/docker/docker/plugin [2022-06-28T11:52:17.277Z] github.com/docker/docker/plugin/executor/containerd [2022-06-28T11:52:17.277Z] github.com/docker/docker/plugin/v2 [2022-06-28T11:52:17.277Z] github.com/docker/docker/profiles/apparmor [2022-06-28T11:52:17.277Z] github.com/docker/docker/profiles/seccomp [2022-06-28T11:52:17.277Z] github.com/docker/docker/quota [2022-06-28T11:52:17.277Z] github.com/docker/docker/reference [2022-06-28T11:52:17.277Z] github.com/docker/docker/registry [2022-06-28T11:52:17.277Z] github.com/docker/docker/registry/resumable [2022-06-28T11:52:17.277Z] github.com/docker/docker/restartmanager [2022-06-28T11:52:17.277Z] github.com/docker/docker/rootless [2022-06-28T11:52:17.277Z] github.com/docker/docker/rootless/specconv [2022-06-28T11:52:17.277Z] github.com/docker/docker/runconfig [2022-06-28T11:52:17.277Z] github.com/docker/docker/runconfig/opts [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/daemon [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/environment [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/fakecontext [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/fakegit [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/fakestorage [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/fixtures/load [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/registry [2022-06-28T11:52:17.277Z] github.com/docker/docker/testutil/request [2022-06-28T11:52:17.277Z] github.com/docker/docker/volume [2022-06-28T11:52:17.277Z] github.com/docker/docker/volume/drivers [2022-06-28T11:52:17.277Z] github.com/docker/docker/volume/local [2022-06-28T11:52:17.277Z] github.com/docker/docker/volume/mounts [2022-06-28T11:52:17.277Z] github.com/docker/docker/volume/service [2022-06-28T11:52:17.277Z] github.com/docker/docker/volume/service/opts [2022-06-28T11:52:17.277Z] github.com/docker/docker/volume/testutils' ']' [2022-06-28T11:52:17.278Z] + 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-28T11:52:17.278Z] ? github.com/docker/docker/api [no test files] [2022-06-28T11:52:17.507Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-28T11:52:18.070Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-28T11:52:18.632Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-28T11:52:21.148Z] === RUN TestDockerSuite/TestEventsTop [2022-06-28T11:52:21.404Z] --- PASS: TestServiceUpdateSecrets (14.75s) [2022-06-28T11:52:21.404Z] === RUN TestServiceUpdateConfigs [2022-06-28T11:52:21.966Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-28T11:52:24.482Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-28T11:52:25.409Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-28T11:52:31.949Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-28T11:52:31.949Z] === RUN TestDockerSuite/TestExec [2022-06-28T11:52:32.205Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-28T11:52:33.143Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-28T11:52:34.082Z] === RUN TestDockerSuite/TestExecEnv [2022-06-28T11:52:34.644Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-28T11:52:35.366Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-06-28T11:52:35.572Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-28T11:52:36.137Z] --- PASS: TestServiceUpdateConfigs (14.75s) [2022-06-28T11:52:36.137Z] === RUN TestServiceUpdateNetwork [2022-06-28T11:52:36.394Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-28T11:52:39.664Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-28T11:52:39.664Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-28T11:52:40.225Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-28T11:52:40.786Z] === RUN TestDockerSuite/TestExecParseError [2022-06-28T11:52:41.043Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-28T11:52:41.606Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-28T11:52:42.169Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-28T11:52:43.101Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-28T11:52:43.664Z] === RUN TestDockerSuite/TestExecTTY [2022-06-28T11:52:44.226Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-28T11:52:44.788Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-28T11:52:45.351Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-28T11:52:45.913Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-28T11:52:45.913Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-28T11:52:45.913Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-28T11:52:47.280Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-28T11:52:47.545Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-28T11:52:48.473Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-28T11:52:49.036Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-28T11:52:49.295Z] --- PASS: TestServiceUpdateNetwork (13.00s) [2022-06-28T11:52:49.295Z] === RUN TestServiceUpdatePidsLimit [2022-06-28T11:52:49.552Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-28T11:52:50.920Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-28T11:52:50.920Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-28T11:52:51.483Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-28T11:52:52.849Z] check_test.go:611: [d2ff4036f6c3a] daemon is not started [2022-06-28T11:52:52.849Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-28T11:52:53.423Z] === RUN TestDockerSuite/TestHealth [2022-06-28T11:52:55.333Z] docker_api_swarm_test.go:802: [de91a06fe40c5] joining swarm manager [df822d5cae348]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:52:56.699Z] docker_api_swarm_test.go:802: [dc32305c2c41a] joining swarm manager [df822d5cae348]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:52:57.627Z] docker_api_swarm_test.go:802: [dc2aac1d6f327] joining swarm manager [df822d5cae348]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-28T11:52:58.554Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-28T11:52:59.116Z] docker_api_swarm_test.go:802: [d7599247bd44e] joining swarm manager [df822d5cae348]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-28T11:53:01.633Z] docker_api_swarm_test.go:810: [d83d34a692657] joining swarm manager [df822d5cae348]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-28T11:53:05.798Z] --- PASS: TestServiceUpdatePidsLimit (16.67s) [2022-06-28T11:53:05.798Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-06-28T11:53:05.798Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s) [2022-06-28T11:53:05.798Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-06-28T11:53:05.798Z] PASS [2022-06-28T11:53:05.798Z] [2022-06-28T11:53:05.798Z] === Skipped [2022-06-28T11:53:05.798Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-28T11:53:05.798Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-28T11:53:05.798Z] [2022-06-28T11:53:05.798Z] DONE 27 tests, 1 skipped in 181.792s [2022-06-28T11:53:05.798Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-28T11:53:05.798Z] ++ 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-28T11:53:05.798Z] ++ set -e [2022-06-28T11:53:05.798Z] ++ '[' -n 0 ']' [2022-06-28T11:53:05.798Z] ++ set -x [2022-06-28T11:53:05.799Z] ++ 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-28T11:53:06.070Z] INFO: Testing against a local daemon [2022-06-28T11:53:06.070Z] === RUN TestSessionCreate [2022-06-28T11:53:06.070Z] --- PASS: TestSessionCreate (0.02s) [2022-06-28T11:53:06.070Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-28T11:53:06.070Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-28T11:53:06.070Z] PASS [2022-06-28T11:53:06.070Z] [2022-06-28T11:53:06.070Z] DONE 2 tests in 0.143s [2022-06-28T11:53:06.070Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-28T11:53:06.070Z] ++ 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-28T11:53:06.070Z] ++ set -e [2022-06-28T11:53:06.070Z] ++ '[' -n 0 ']' [2022-06-28T11:53:06.070Z] ++ set -x [2022-06-28T11:53:06.070Z] ++ 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-28T11:53:06.327Z] INFO: Testing against a local daemon [2022-06-28T11:53:06.327Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-28T11:53:06.327Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-28T11:53:06.327Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-28T11:53:06.327Z] === RUN TestDiskUsage [2022-06-28T11:53:06.327Z] === PAUSE TestDiskUsage [2022-06-28T11:53:06.327Z] === RUN TestEventsExecDie [2022-06-28T11:53:06.890Z] --- PASS: TestEventsExecDie (0.77s) [2022-06-28T11:53:06.890Z] === RUN TestEventsBackwardsCompatible [2022-06-28T11:53:07.146Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2022-06-28T11:53:07.146Z] === RUN TestEventsVolumeCreate [2022-06-28T11:53:07.146Z] --- PASS: TestEventsVolumeCreate (0.08s) [2022-06-28T11:53:07.146Z] === RUN TestInfoBinaryCommits [2022-06-28T11:53:07.146Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-06-28T11:53:07.146Z] === RUN TestInfoAPIVersioned [2022-06-28T11:53:07.146Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-28T11:53:07.146Z] === RUN TestInfoAPI [2022-06-28T11:53:07.146Z] --- PASS: TestInfoAPI (0.03s) [2022-06-28T11:53:07.146Z] === RUN TestInfoAPIWarnings [2022-06-28T11:53:13.681Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-28T11:53:16.196Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-28T11:53:19.466Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-28T11:53:19.466Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-28T11:53:19.466Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-28T11:53:19.466Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-28T11:53:19.722Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-28T11:53:19.722Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-28T11:53:20.286Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-28T11:53:20.848Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-28T11:53:20.848Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-28T11:53:20.848Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-28T11:53:20.848Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-28T11:53:21.104Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-28T11:53:21.360Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-28T11:53:21.627Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-28T11:53:21.627Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-28T11:53:22.555Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-28T11:53:22.555Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-28T11:53:23.117Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-28T11:53:23.679Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-28T11:53:23.679Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-28T11:53:23.679Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-28T11:53:23.679Z] === RUN TestInfoDebug [2022-06-28T11:53:24.242Z] --- PASS: TestInfoDebug (0.56s) [2022-06-28T11:53:24.242Z] === RUN TestInfoInsecureRegistries [2022-06-28T11:53:24.498Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-28T11:53:24.754Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-28T11:53:24.754Z] === RUN TestInfoRegistryMirrors [2022-06-28T11:53:25.316Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-28T11:53:25.316Z] === RUN TestLoginFailsWithBadCredentials [2022-06-28T11:53:25.572Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-28T11:53:25.572Z] === RUN TestPingCacheHeaders [2022-06-28T11:53:25.572Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-28T11:53:25.572Z] === RUN TestPingGet [2022-06-28T11:53:25.572Z] --- PASS: TestPingGet (0.01s) [2022-06-28T11:53:25.572Z] === RUN TestPingHead [2022-06-28T11:53:25.572Z] --- PASS: TestPingHead (0.01s) [2022-06-28T11:53:25.572Z] === RUN TestPingSwarmHeader [2022-06-28T11:53:26.134Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-28T11:53:26.695Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-28T11:53:27.259Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-28T11:53:27.259Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-28T11:53:27.259Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-28T11:53:27.821Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-28T11:53:27.821Z] --- PASS: TestPingSwarmHeader (2.15s) [2022-06-28T11:53:27.821Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-28T11:53:27.821Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-28T11:53:27.821Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-28T11:53:27.821Z] === RUN TestVersion [2022-06-28T11:53:27.821Z] --- PASS: TestVersion (0.02s) [2022-06-28T11:53:27.821Z] === CONT TestDiskUsage [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/container_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/image_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/volume_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-28T11:53:28.079Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-28T11:53:28.337Z] === RUN TestDiskUsage/after_container.Run [2022-06-28T11:53:28.596Z] === RUN TestDockerSuite/TestImportFile [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-28T11:53:28.853Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage (1.44s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty (0.02s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.25s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run (0.47s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-28T11:53:29.110Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-28T11:53:29.110Z] PASS [2022-06-28T11:53:29.110Z] [2022-06-28T11:53:29.110Z] === Skipped [2022-06-28T11:53:29.110Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-28T11:53:29.110Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-28T11:53:29.110Z] [2022-06-28T11:53:29.110Z] DONE 54 tests, 1 skipped in 23.071s [2022-06-28T11:53:29.110Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-28T11:53:29.110Z] ++ 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-28T11:53:29.110Z] ++ set -e [2022-06-28T11:53:29.110Z] ++ '[' -n 0 ']' [2022-06-28T11:53:29.110Z] ++ set -x [2022-06-28T11:53:29.110Z] ++ 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-28T11:53:29.367Z] INFO: Testing against a local daemon [2022-06-28T11:53:29.367Z] === RUN TestVolumesCreateAndList [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-28T11:53:29.367Z] === RUN TestVolumesRemove [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesRemove (0.07s) [2022-06-28T11:53:29.367Z] === RUN TestVolumesInspect [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesInspect (0.05s) [2022-06-28T11:53:29.367Z] === RUN TestVolumesInvalidJSON [2022-06-28T11:53:29.367Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-28T11:53:29.367Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-28T11:53:29.367Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-28T11:53:29.367Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-28T11:53:29.367Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-28T11:53:29.367Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-28T11:53:29.367Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-28T11:53:29.367Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-28T11:53:29.367Z] PASS [2022-06-28T11:53:29.367Z] [2022-06-28T11:53:29.367Z] DONE 9 tests in 0.275s [2022-06-28T11:53:29.367Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-28T11:53:29.931Z] ++++ cat bundles/test-integration/docker.pid [2022-06-28T11:53:29.931Z] +++ kill 6674 [2022-06-28T11:53:29.931Z] +++ /etc/init.d/apparmor stop [2022-06-28T11:53:30.188Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-28T11:53:30.188Z] [2022-06-28T11:53:30.188Z] Unloading profiles will leave already running processes permanently [2022-06-28T11:53:30.188Z] unconfined, which can lead to unexpected situations. [2022-06-28T11:53:30.188Z] [2022-06-28T11:53:30.188Z] To set a process to complain mode, use the command line tool [2022-06-28T11:53:30.188Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-28T11:53:30.188Z] +++ true [2022-06-28T11:53:30.188Z] exiting test-integration [2022-06-28T11:53:30.188Z] ++ exit 0 [2022-06-28T11:53:30.188Z] [2022-06-28T11:53:30.188Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-28T11:53:30.188Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-28T11:53:30.750Z] + for job in $(jobs -p) [2022-06-28T11:53:30.750Z] + wait 15251 [2022-06-28T11:53:31.680Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-28T11:53:32.609Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-28T11:53:33.974Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-28T11:53:34.230Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-28T11:53:34.793Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-28T11:53:35.360Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-28T11:53:35.360Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-28T11:53:35.360Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-28T11:53:35.616Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-28T11:53:36.178Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-28T11:53:36.178Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-28T11:53:36.741Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-28T11:53:36.741Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-28T11:53:36.741Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-28T11:53:37.304Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-28T11:53:37.866Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-28T11:53:38.429Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-28T11:53:38.999Z] === RUN TestDockerSuite/TestInspectImage [2022-06-28T11:53:39.000Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-28T11:53:39.000Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-28T11:53:39.000Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-28T11:53:39.000Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-28T11:53:39.562Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-28T11:53:39.818Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-28T11:53:39.818Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-28T11:53:40.380Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-28T11:53:40.941Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-28T11:53:44.097Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-28T11:53:44.097Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-28T11:53:44.097Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-28T11:53:44.097Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-28T11:53:44.353Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-28T11:53:44.914Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-28T11:53:45.478Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-28T11:53:46.039Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-28T11:53:46.295Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-28T11:53:46.856Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-28T11:53:47.421Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-28T11:53:47.677Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-28T11:53:47.677Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-28T11:53:48.605Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-28T11:53:49.532Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-28T11:53:50.095Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-28T11:53:51.024Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-28T11:53:52.393Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-28T11:53:53.759Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-28T11:53:53.759Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-28T11:53:55.125Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-28T11:53:55.381Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-28T11:53:55.943Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-28T11:54:04.041Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-28T11:54:04.333Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-28T11:54:04.898Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-28T11:54:05.826Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-28T11:54:06.391Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-28T11:54:06.391Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-28T11:54:06.391Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-28T11:54:07.321Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-28T11:54:08.689Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-28T11:54:09.620Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-28T11:54:10.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-28T11:54:10.805Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-28T11:54:11.734Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-28T11:54:12.663Z] docker_api_swarm_service_test.go:395: [dae7f35b6cdc7] joining swarm manager [dc673d35ebf15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:54:12.860Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 31.9% of statements [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/server/router/volume 0.016s coverage: 67.9% of statements [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/builder/remotecontext 0.122s coverage: 13.7% of statements [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/builder/dockerfile 0.590s coverage: 49.3% of statements [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/builder/remotecontext/git 1.685s coverage: 86.3% of statements [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/cli [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-28T11:54:12.861Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-28T11:54:12.861Z] ok github.com/docker/docker/cmd/docker-proxy 0.017s coverage: 67.6% of statements [2022-06-28T11:54:13.592Z] docker_api_swarm_service_test.go:395: [d6e5d5622a928] joining swarm manager [dc673d35ebf15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:54:13.848Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-28T11:54:14.413Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-28T11:54:15.343Z] === RUN TestDockerSuite/TestLogsSince [2022-06-28T11:54:15.390Z] ok github.com/docker/docker/client 0.134s coverage: 75.6% of statements [2022-06-28T11:54:21.880Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-28T11:54:28.414Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-28T11:54:28.414Z] === RUN TestDockerSuite/TestLogsTail [2022-06-28T11:54:28.414Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-28T11:54:28.670Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-28T11:54:28.670Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-28T11:54:29.233Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-28T11:54:29.233Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-28T11:54:29.233Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-28T11:54:29.489Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-28T11:54:29.489Z] === RUN TestDockerSuite/TestNetHostname [2022-06-28T11:54:30.856Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-28T11:54:31.112Z] docker_api_swarm_service_test.go:343: [dc03985ae71c1] joining swarm manager [ddce49635e353]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:54:31.379Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-28T11:54:31.379Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-28T11:54:31.379Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-28T11:54:31.950Z] docker_api_swarm_service_test.go:343: [d032f6ac177a0] joining swarm manager [ddce49635e353]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:54:32.513Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-28T11:54:33.440Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-28T11:54:34.811Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-28T11:54:34.811Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-28T11:54:34.811Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-28T11:54:35.067Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-28T11:54:41.604Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-28T11:54:41.604Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-28T11:54:42.532Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-28T11:54:45.048Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-28T11:54:45.976Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-28T11:54:46.904Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-28T11:54:47.833Z] docker_api_swarm_service_test.go:490: [da7a9fcdced2f] joining swarm manager [d41a6c2113747]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:54:48.761Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-28T11:54:48.761Z] docker_api_swarm_service_test.go:490: [d6a394706c660] joining swarm manager [d41a6c2113747]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:54:52.031Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-28T11:54:53.395Z] === RUN TestDockerSuite/TestPluginActive [2022-06-28T11:54:55.908Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-28T11:55:01.182Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-28T11:55:01.182Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-28T11:55:01.182Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-28T11:55:01.182Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-28T11:55:02.057Z] ok github.com/docker/docker/cmd/dockerd 0.092s coverage: 29.7% of statements [2022-06-28T11:55:02.057Z] ok github.com/docker/docker/container 0.117s coverage: 34.6% of statements [2022-06-28T11:55:02.057Z] ok github.com/docker/docker/cmd/dockerd/trap 2.521s coverage: 0.0% of statements [2022-06-28T11:55:02.057Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-28T11:55:02.057Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-28T11:55:02.057Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-28T11:55:02.057Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-28T11:55:02.057Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-28T11:55:02.109Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-28T11:55:05.341Z] ok github.com/docker/docker/daemon/cluster 0.069s coverage: 0.5% of statements [2022-06-28T11:55:05.375Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-28T11:55:06.714Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.016s coverage: 65.3% of statements [2022-06-28T11:55:06.740Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-28T11:55:07.648Z] ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 36.9% of statements [2022-06-28T11:55:08.628Z] docker_api_swarm_service_test.go:128: [ddce20cfc7019] joining swarm manager [dd186f64d417c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:55:09.557Z] docker_api_swarm_service_test.go:129: [d87a66f12bd7c] joining swarm manager [dd186f64d417c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:55:10.485Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-28T11:55:11.414Z] docker_api_swarm_service_test.go:137: [d348e1c8cbe8d] joining swarm manager [dd186f64d417c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-28T11:55:11.976Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-28T11:55:12.541Z] docker_api_swarm_service_test.go:138: [d20ddc7a90f85] joining swarm manager [dd186f64d417c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-28T11:55:13.472Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-28T11:55:14.402Z] === RUN TestDockerSuite/TestPortList [2022-06-28T11:55:15.756Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.441s coverage: 13.4% of statements [2022-06-28T11:55:16.014Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.5% of statements [2022-06-28T11:55:16.580Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-28T11:55:17.146Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2022-06-28T11:55:17.146Z] ok github.com/docker/docker/daemon 10.187s coverage: 16.1% of statements [2022-06-28T11:55:17.146Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-28T11:55:17.146Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-28T11:55:17.146Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-28T11:55:17.146Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-28T11:55:19.080Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.814s coverage: 74.8% of statements [2022-06-28T11:55:19.342Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-06-28T11:55:20.276Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.436s coverage: 56.2% of statements [2022-06-28T11:55:20.939Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-28T11:55:21.651Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2022-06-28T11:55:23.456Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-28T11:55:23.456Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-28T11:55:23.552Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.295s coverage: 50.6% of statements [2022-06-28T11:55:23.553Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.115s coverage: 46.1% of statements [2022-06-28T11:55:23.553Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-28T11:55:24.822Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-28T11:55:24.927Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-06-28T11:55:25.495Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.778s coverage: 58.5% of statements [2022-06-28T11:55:25.495Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-28T11:55:25.495Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-28T11:55:25.752Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-28T11:55:25.753Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-06-28T11:55:26.012Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2022-06-28T11:55:26.321Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-28T11:55:26.321Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-28T11:55:27.916Z] ok github.com/docker/docker/daemon/images 0.027s coverage: 6.9% of statements [2022-06-28T11:55:27.916Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-28T11:55:27.916Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-28T11:55:27.916Z] ok github.com/docker/docker/daemon/logger 0.232s coverage: 43.2% of statements [2022-06-28T11:55:28.223Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-28T11:55:29.151Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-28T11:55:29.293Z] ok github.com/docker/docker/daemon/logger/fluentd 0.017s coverage: 53.6% of statements [2022-06-28T11:55:29.293Z] ok github.com/docker/docker/daemon/logger/awslogs 0.171s coverage: 79.9% of statements [2022-06-28T11:55:29.293Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-28T11:55:29.860Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-28T11:55:30.119Z] ok github.com/docker/docker/daemon/logger/journald 0.016s coverage: 23.4% of statements [2022-06-28T11:55:30.685Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2022-06-28T11:55:31.042Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-28T11:55:31.251Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.155s coverage: 76.8% of statements [2022-06-28T11:55:31.509Z] ok github.com/docker/docker/daemon/logger/local 0.045s coverage: 79.4% of statements [2022-06-28T11:55:31.509Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-28T11:55:31.509Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-28T11:55:32.444Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.039s coverage: 62.0% of statements [2022-06-28T11:55:32.444Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.039s coverage: 31.5% of statements [2022-06-28T11:55:33.380Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 46.8% of statements [2022-06-28T11:55:33.946Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-06-28T11:55:34.313Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-28T11:55:34.313Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-28T11:55:34.513Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-28T11:55:34.876Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-28T11:55:35.447Z] ok github.com/docker/docker/daemon/logger/splunk 1.615s coverage: 82.5% of statements [2022-06-28T11:55:35.447Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-28T11:55:35.447Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-28T11:55:36.013Z] ok github.com/docker/docker/distribution/metadata 0.021s coverage: 44.4% of statements [2022-06-28T11:55:36.272Z] ok github.com/docker/docker/distribution 0.619s coverage: 28.0% of statements [2022-06-28T11:55:36.272Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-28T11:55:36.767Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-28T11:55:36.838Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-28T11:55:37.328Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-28T11:55:37.772Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-06-28T11:55:38.031Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-28T11:55:38.599Z] ok github.com/docker/docker/image/tarexport 0.012s coverage: 0.7% of statements [2022-06-28T11:55:38.599Z] ok github.com/docker/docker/distribution/xfer 1.931s coverage: 84.9% of statements [2022-06-28T11:55:38.599Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-28T11:55:38.599Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-28T11:55:38.599Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-28T11:55:39.165Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2022-06-28T11:55:39.218Z] docker_api_swarm_service_test.go:304: [d8ee0f05d5424] joining swarm manager [de04ae0b7cf38]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:55:40.101Z] ok github.com/docker/docker/oci 0.009s coverage: 46.0% of statements [2022-06-28T11:55:40.145Z] docker_api_swarm_service_test.go:304: [df02482eeceba] joining swarm manager [de04ae0b7cf38]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:55:40.682Z] ok github.com/docker/docker/opts 0.022s coverage: 66.0% of statements [2022-06-28T11:55:40.978Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-28T11:55:42.880Z] ok github.com/docker/docker/pkg/archive 0.294s coverage: 81.9% of statements [2022-06-28T11:55:43.447Z] ok github.com/docker/docker/pkg/authorization 0.470s coverage: 68.3% of statements [2022-06-28T11:55:43.705Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-28T11:55:43.705Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-06-28T11:55:44.313Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-28T11:55:44.569Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-28T11:55:45.935Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-28T11:55:46.864Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-28T11:55:46.985Z] ok github.com/docker/docker/pkg/chrootarchive 2.484s coverage: 42.7% of statements [2022-06-28T11:55:46.985Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-28T11:55:47.243Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-06-28T11:55:47.501Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-28T11:55:47.759Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 87.2% of statements [2022-06-28T11:55:48.230Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-28T11:55:48.326Z] ok github.com/docker/docker/layer 7.774s coverage: 68.9% of statements [2022-06-28T11:55:48.326Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-28T11:55:48.326Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-28T11:55:48.326Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-28T11:55:48.326Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-28T11:55:48.326Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-28T11:55:48.326Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-28T11:55:48.326Z] ok github.com/docker/docker/pkg/fsutils 0.159s coverage: 85.1% of statements [2022-06-28T11:55:48.326Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements [2022-06-28T11:55:49.700Z] ok github.com/docker/docker/pkg/idtools 0.466s coverage: 67.9% of statements [2022-06-28T11:55:49.700Z] ok github.com/docker/docker/pkg/ioutils 0.437s coverage: 70.1% of statements [2022-06-28T11:55:49.958Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2022-06-28T11:55:49.958Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-06-28T11:55:49.958Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-28T11:55:50.118Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-28T11:55:50.216Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2022-06-28T11:55:50.216Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2022-06-28T11:55:50.475Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2022-06-28T11:55:50.733Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 90.5% of statements [2022-06-28T11:55:50.733Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-06-28T11:55:50.733Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-28T11:55:50.733Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-28T11:55:51.299Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-06-28T11:55:51.486Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-28T11:55:51.865Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-06-28T11:55:52.123Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-06-28T11:55:52.123Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-28T11:55:52.416Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-28T11:55:52.416Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-28T11:55:52.978Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-28T11:55:53.495Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-06-28T11:55:53.754Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-06-28T11:55:54.012Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-06-28T11:55:54.012Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-28T11:55:54.271Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-28T11:55:54.530Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-28T11:55:54.868Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-28T11:55:55.096Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-28T11:55:55.354Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-28T11:55:55.613Z] ok github.com/docker/docker/pkg/tailfile 0.052s coverage: 88.6% of statements [2022-06-28T11:55:56.180Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-06-28T11:55:56.233Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-28T11:55:56.233Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-28T11:55:56.233Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-28T11:55:56.438Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-28T11:55:56.488Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-28T11:55:56.697Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-06-28T11:55:56.744Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-28T11:55:56.744Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-28T11:55:57.671Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-28T11:55:58.597Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-06-28T11:55:58.597Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-28T11:55:58.598Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-28T11:55:58.854Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-28T11:55:59.164Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-06-28T11:55:59.783Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-28T11:56:00.098Z] ok github.com/docker/docker/quota 0.254s coverage: 71.4% of statements [2022-06-28T11:56:00.356Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-28T11:56:01.291Z] ok github.com/docker/docker/registry 0.052s coverage: 58.6% of statements [2022-06-28T11:56:01.550Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-28T11:56:01.819Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-28T11:56:02.302Z] docker_api_swarm_service_test.go:100: [d4983636b21fe] joining swarm manager [d0b9a20c5a06c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:56:02.401Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-06-28T11:56:02.401Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-06-28T11:56:02.866Z] docker_api_swarm_service_test.go:101: [d7029e79fb4dc] joining swarm manager [d0b9a20c5a06c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:56:04.302Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-06-28T11:56:04.868Z] ok github.com/docker/docker/volume/local 0.098s coverage: 76.8% of statements [2022-06-28T11:56:05.434Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-06-28T11:56:06.369Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-06-28T11:56:07.034Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-28T11:56:07.596Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-28T11:56:08.967Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-28T11:56:08.967Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-28T11:56:09.224Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-28T11:56:09.224Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-28T11:56:11.740Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-28T11:56:12.302Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-28T11:56:14.195Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-28T11:56:15.123Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-28T11:56:15.123Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-28T11:56:15.379Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-28T11:56:17.910Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-28T11:56:18.471Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-28T11:56:18.728Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-28T11:56:20.094Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-28T11:56:20.657Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-28T11:56:22.022Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-28T11:56:22.584Z] === RUN TestDockerSuite/TestRmiTag [2022-06-28T11:56:22.584Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-28T11:56:23.148Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-28T11:56:27.317Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-28T11:56:27.317Z] check_test.go:611: [d4983636b21fe] daemon is not started [2022-06-28T11:56:27.317Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-28T11:56:28.245Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-28T11:56:28.245Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-28T11:56:28.280Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/rootless [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/volume [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-28T11:56:28.281Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === Skipped [2022-06-28T11:56:28.281Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-28T11:56:28.281Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-28T11:56:28.281Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-28T11:56:28.281Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-28T11:56:28.281Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:71: No driver to put! [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-28T11:56:28.281Z] time="2022-06-28T11:55:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-28T11:56:28.281Z] time="2022-06-28T11:55:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-28T11:56:28.281Z] time="2022-06-28T11:55:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-28T11:56:28.281Z] time="2022-06-28T11:55:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-28T11:56:28.281Z] time="2022-06-28T11:55:21Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:71: No driver to put! [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-28T11:56:28.281Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-28T11:56:28.281Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-28T11:56:28.281Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-28T11:56:28.281Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-28T11:56:28.281Z] graphtest_unix.go:71: No driver to put! [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-28T11:56:28.281Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-28T11:56:28.281Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-28T11:56:28.281Z] [2022-06-28T11:56:28.281Z] DONE 2785 tests, 28 skipped in 249.062s [2022-06-28T11:56:28.281Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/bitseq [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cluster [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/config [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/datastore [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/driverapi [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/etchosts [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/idm [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipam [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/iptables [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/netlabel [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/netutils [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/networkdb [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/ns [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/options [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/osl [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/portallocator [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/portmapper [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/testutils [2022-06-28T11:56:28.281Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-28T11:56:28.281Z] + 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-28T11:56:28.805Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-28T11:56:29.061Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-28T11:56:29.623Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-28T11:56:30.184Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-28T11:56:30.746Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-28T11:56:32.635Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-28T11:56:34.003Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-28T11:56:34.260Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-28T11:56:34.516Z] docker_api_swarm_service_test.go:533: [d65d06fdc06c2] joining swarm manager [d0d80918c7a57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:56:35.443Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-28T11:56:36.006Z] docker_api_swarm_service_test.go:534: [dbc3012681f86] joining swarm manager [d0d80918c7a57]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:56:36.569Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-28T11:56:39.103Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-28T11:56:40.996Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-28T11:56:42.887Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-28T11:56:43.449Z] === RUN TestDockerSuite/TestDockerFails [2022-06-28T11:56:43.449Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-28T11:56:44.815Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-28T11:56:45.070Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-28T11:56:45.326Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-28T11:56:46.693Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-28T11:56:46.949Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-28T11:56:47.513Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-28T11:56:48.536Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-28T11:56:49.098Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-28T11:56:49.354Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-28T11:56:49.610Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-28T11:56:49.610Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-28T11:56:50.173Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-28T11:56:51.101Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-28T11:56:51.665Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-28T11:56:52.226Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-28T11:56:52.787Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-28T11:56:53.718Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-28T11:56:54.647Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-28T11:56:55.209Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-28T11:56:55.771Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-28T11:56:56.334Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-28T11:56:56.896Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-28T11:56:57.458Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-28T11:56:58.020Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-28T11:56:58.947Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-28T11:56:58.947Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-28T11:56:59.204Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-28T11:56:59.767Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-28T11:57:00.024Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-28T11:57:00.281Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-28T11:57:01.213Z] docker_api_swarm_service_test.go:148: [d605ec832d0a3] joining swarm manager [d46b99112f15f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T11:57:02.143Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-28T11:57:02.143Z] docker_api_swarm_service_test.go:148: [d3c0ae0b6ed42] joining swarm manager [d46b99112f15f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T11:57:02.399Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-28T11:57:03.330Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-28T11:57:03.892Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-28T11:57:04.455Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-28T11:57:04.455Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-28T11:57:05.017Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-28T11:57:05.580Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-28T11:57:06.144Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-28T11:57:06.706Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-28T11:57:06.962Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-28T11:57:06.962Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-28T11:57:07.524Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-28T11:57:07.524Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-28T11:57:08.452Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-28T11:57:08.707Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-28T11:57:09.270Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-28T11:57:09.832Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-28T11:57:09.832Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-28T11:57:10.088Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-28T11:57:11.016Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-28T11:57:12.385Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-28T11:57:13.327Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-28T11:57:13.582Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-28T11:57:14.144Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-28T11:57:14.399Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork 37.203s coverage: 40.6% of statements [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/bitseq 0.118s coverage: 84.4% of statements [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.372s coverage: 59.9% of statements [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.073s coverage: 5.0% of statements [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-28T11:57:14.936Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-28T11:57:14.936Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-28T11:57:14.962Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-28T11:57:15.218Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-28T11:57:16.584Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-28T11:57:18.476Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-28T11:57:18.476Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-28T11:57:19.041Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-28T11:57:20.936Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-28T11:57:21.865Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-28T11:57:23.759Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-28T11:57:24.902Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.592s coverage: 7.2% of statements [2022-06-28T11:57:24.902Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-28T11:57:24.902Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-28T11:57:24.902Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-06-28T11:57:24.902Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-28T11:57:24.902Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-28T11:57:24.902Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-28T11:57:24.902Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-28T11:57:24.902Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-06-28T11:57:24.902Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-28T11:57:25.125Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-28T11:57:25.125Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-28T11:57:25.125Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-28T11:57:25.125Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-28T11:57:25.125Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-28T11:57:25.160Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-28T11:57:25.382Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-28T11:57:27.272Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-28T11:57:28.200Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-28T11:57:29.569Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-28T11:57:29.829Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-28T11:57:30.757Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-28T11:57:31.320Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-28T11:57:31.320Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-28T11:57:31.320Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-28T11:57:31.576Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-28T11:57:32.943Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-28T11:57:32.943Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-28T11:57:33.199Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-28T11:57:33.760Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-28T11:57:34.016Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-28T11:57:34.577Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-28T11:57:34.577Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-28T11:57:35.139Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-28T11:57:35.140Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-06-28T11:57:35.701Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-28T11:57:35.957Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-28T11:57:36.520Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-28T11:57:36.776Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-28T11:57:37.338Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-28T11:57:37.902Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-28T11:57:37.902Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-28T11:57:38.159Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-28T11:57:38.415Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-28T11:57:38.979Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-28T11:57:39.235Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-28T11:57:41.129Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-28T11:57:41.129Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-28T11:57:41.129Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-28T11:57:41.129Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-28T11:57:43.649Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-28T11:57:44.213Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-28T11:57:53.216Z] ok github.com/docker/docker/libnetwork/ipam 14.316s coverage: 85.3% of statements [2022-06-28T11:57:53.216Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-28T11:57:53.216Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-28T11:57:53.216Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-28T11:57:53.217Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-06-28T11:57:53.217Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-28T11:57:53.217Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-28T11:57:53.217Z] ok github.com/docker/docker/libnetwork/ipamutils 0.252s coverage: 74.0% of statements [2022-06-28T11:57:53.217Z] ok github.com/docker/docker/libnetwork/iptables 0.160s coverage: 45.1% of statements [2022-06-28T11:57:53.217Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-28T11:57:53.217Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-06-28T11:57:56.381Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-28T11:57:56.381Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-28T11:57:57.310Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-28T11:57:57.310Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-28T11:57:57.310Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-28T11:57:57.310Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-28T11:57:57.873Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-28T11:57:59.764Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-28T11:58:01.134Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-28T11:58:02.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-28T11:58:02.503Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-28T11:58:06.685Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-28T11:58:08.050Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-28T11:58:08.612Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-28T11:58:08.868Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-28T11:58:09.125Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-28T11:58:09.688Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-28T11:58:09.688Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-28T11:58:09.943Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-28T11:58:11.309Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-28T11:58:12.238Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-28T11:58:12.238Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-28T11:58:13.169Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-28T11:58:13.169Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-28T11:58:13.425Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-28T11:58:14.792Z] === RUN TestDockerSuite/TestRunMount [2022-06-28T11:58:15.356Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-28T11:58:18.627Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-28T11:58:19.191Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-28T11:58:19.753Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-28T11:58:20.315Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-28T11:58:21.243Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-28T11:58:21.499Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-28T11:58:23.394Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-28T11:58:25.391Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-28T11:58:25.391Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-28T11:58:27.283Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-28T11:58:28.215Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-28T11:58:29.581Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-28T11:58:29.581Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-28T11:58:29.837Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-28T11:58:30.092Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-28T11:58:31.025Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-28T11:58:31.589Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-28T11:58:32.151Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-28T11:58:34.042Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-28T11:58:35.409Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-28T11:58:37.929Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-28T11:58:38.185Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-28T11:58:38.185Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-28T11:58:38.746Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-28T11:58:38.746Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-28T11:58:39.310Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-28T11:58:39.565Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-28T11:58:39.822Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-28T11:58:40.078Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-28T11:58:46.613Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-28T11:58:46.613Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-28T11:58:46.613Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-28T11:58:46.613Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-28T11:58:46.613Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-28T11:58:47.541Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-28T11:58:48.471Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-28T11:58:48.727Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-28T11:58:48.727Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-28T11:58:48.983Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-28T11:58:49.545Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-28T11:58:50.107Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-28T11:58:50.367Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-28T11:58:50.367Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-28T11:58:50.367Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-28T11:58:50.928Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-28T11:58:51.184Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-28T11:58:51.184Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-28T11:58:51.184Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-28T11:58:51.746Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-28T11:58:52.691Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-28T11:58:52.691Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-28T11:58:52.691Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-28T11:58:54.056Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-28T11:58:54.984Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-28T11:58:56.351Z] === RUN TestDockerSuite/TestRunRm [2022-06-28T11:58:56.914Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-28T11:59:01.081Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-28T11:59:01.081Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-28T11:59:01.338Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-28T11:59:02.266Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-28T11:59:02.829Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-28T11:59:03.393Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-28T11:59:05.916Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-28T11:59:06.478Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-28T11:59:09.748Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-28T11:59:09.748Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-28T11:59:10.311Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-28T11:59:10.874Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-06-28T11:59:11.803Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-28T11:59:12.062Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-28T11:59:12.062Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-28T11:59:12.625Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-28T11:59:13.186Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-28T11:59:13.748Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-28T11:59:14.312Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-28T11:59:14.874Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-28T11:59:15.130Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-28T11:59:17.654Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-28T11:59:17.654Z] === RUN TestDockerSuite/TestRunState [2022-06-28T11:59:18.584Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-28T11:59:19.513Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-28T11:59:20.075Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-28T11:59:20.075Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-28T11:59:20.075Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-28T11:59:20.075Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-28T11:59:20.075Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-28T11:59:20.639Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-28T11:59:21.202Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-28T11:59:22.569Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-28T11:59:22.569Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-28T11:59:22.569Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-28T11:59:23.132Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-28T11:59:23.132Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-28T11:59:25.025Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-28T11:59:25.588Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-28T11:59:26.153Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-28T11:59:27.081Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-28T11:59:28.974Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-28T11:59:29.537Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-28T11:59:32.058Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-28T11:59:32.619Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-28T11:59:33.182Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-28T11:59:33.744Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-28T11:59:34.307Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-28T11:59:36.198Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-28T11:59:37.129Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-28T11:59:37.691Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-28T11:59:37.691Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-28T11:59:37.691Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-28T11:59:37.948Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-28T11:59:38.510Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-28T11:59:39.088Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-28T11:59:39.665Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-28T11:59:39.665Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-28T11:59:39.665Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-28T11:59:39.666Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-28T11:59:40.593Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-28T11:59:43.109Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-28T11:59:43.365Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-28T11:59:43.621Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-28T11:59:44.643Z] ok github.com/docker/docker/libnetwork/networkdb 103.461s coverage: 60.0% of statements [2022-06-28T11:59:44.644Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-28T11:59:44.644Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-28T11:59:44.644Z] ok github.com/docker/docker/libnetwork/osl 4.323s coverage: 39.7% of statements [2022-06-28T11:59:44.644Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-28T11:59:44.644Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-28T11:59:44.644Z] ok github.com/docker/docker/libnetwork/portmapper 0.523s coverage: 48.6% of statements [2022-06-28T11:59:44.644Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-28T11:59:44.644Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-28T11:59:44.644Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === Skipped [2022-06-28T11:59:44.644Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-28T11:59:44.644Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-28T11:59:44.644Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-28T11:59:44.644Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-28T11:59:44.644Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-28T11:59:44.644Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-28T11:59:44.644Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-28T11:59:44.644Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-28T11:59:44.644Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-28T11:59:44.644Z] firewalld_test.go:14: firewalld is not running [2022-06-28T11:59:44.644Z] [2022-06-28T11:59:44.644Z] DONE 327 tests, 9 skipped in 199.122s Post stage [Pipeline] junit [2022-06-28T11:59:44.915Z] Recording test results [2022-06-28T11:59:44.989Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-28T11:59:45.230Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-28T11:59:45.548Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42542/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f70a9788c54d720aaad9e63b2d9f79959e0b2930 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f70a9788c54d720aaad9e63b2d9f79959e0b2930 hack/validate/vendor [2022-06-28T11:59:45.923Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-28T11:59:46.114Z] No vendor changes in diff. [2022-06-28T11:59:46.114Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [2022-06-28T11:59:46.486Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-28T11:59:46.983Z] + echo Ensuring container killed. [2022-06-28T11:59:46.983Z] Ensuring container killed. [2022-06-28T11:59:46.983Z] + docker rm -vf docker-pr3 [2022-06-28T11:59:46.983Z] Error: No such container: docker-pr3 [Pipeline] sh [2022-06-28T11:59:47.261Z] + echo Chowning /workspace to jenkins user [2022-06-28T11:59:47.261Z] Chowning /workspace to jenkins user [2022-06-28T11:59:47.261Z] + id -u [2022-06-28T11:59:47.261Z] + id -g [2022-06-28T11:59:47.261Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42542:/workspace busybox chown -R 1000:1000 /workspace [2022-06-28T11:59:47.414Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-28T11:59:48.927Z] + bundleName=unit [2022-06-28T11:59:48.927Z] + echo Creating unit-bundles.tar.gz [2022-06-28T11:59:48.927Z] Creating unit-bundles.tar.gz [2022-06-28T11:59:48.927Z] + 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-28T11:59:48.927Z] bundles/junit-report-libnetwork.xml [2022-06-28T11:59:48.927Z] bundles/junit-report.xml [2022-06-28T11:59:48.927Z] bundles/go-test-report-libnetwork.json [2022-06-28T11:59:48.927Z] bundles/go-test-report.json [2022-06-28T11:59:48.927Z] bundles/profile-libnetwork.out [2022-06-28T11:59:48.927Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-28T11:59:48.938Z] Archiving artifacts [2022-06-28T11:59:49.306Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-28T11:59:49.306Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-28T11:59:49.346Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42542/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-28T11:59:49.652Z] + make clean [2022-06-28T11:59:49.909Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-28T11:59:49.909Z] docker-dev-cache [2022-06-28T11:59:49.909Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-28T11:59:51.828Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-28T11:59:51.828Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-28T11:59:52.085Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-28T11:59:52.085Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-28T11:59:52.085Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-28T11:59:52.085Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-28T11:59:52.085Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-28T11:59:52.085Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-28T11:59:52.085Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-28T11:59:52.341Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-28T11:59:52.341Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-28T11:59:52.341Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-28T11:59:52.903Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-28T11:59:53.465Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-28T11:59:55.356Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-28T11:59:55.356Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-28T11:59:55.356Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-28T11:59:56.284Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-28T11:59:56.284Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-28T11:59:56.541Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-28T11:59:56.541Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-28T11:59:56.541Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-28T11:59:56.798Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-28T11:59:56.798Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-28T11:59:56.798Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-28T11:59:56.798Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-28T11:59:56.798Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-28T11:59:56.798Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-28T11:59:56.798Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-28T11:59:56.798Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-28T11:59:56.798Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-28T11:59:56.798Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-28T11:59:56.798Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-28T11:59:56.798Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-28T11:59:57.361Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-28T11:59:57.924Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-28T11:59:57.924Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-28T11:59:58.487Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-28T11:59:58.487Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-28T11:59:59.049Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-28T11:59:59.049Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-28T11:59:59.611Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-28T12:00:00.173Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-28T12:00:00.173Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-28T12:00:00.173Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-28T12:00:00.173Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-28T12:00:00.734Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-28T12:00:02.118Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-28T12:00:02.679Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-28T12:00:02.679Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-28T12:00:02.679Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-28T12:00:02.936Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-28T12:00:03.192Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-28T12:00:03.448Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-28T12:00:04.010Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-28T12:00:04.572Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-28T12:00:06.464Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-28T12:00:06.721Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-28T12:00:07.283Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-28T12:00:07.283Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-28T12:00:07.283Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-28T12:00:07.283Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-28T12:00:07.845Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-28T12:00:08.773Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-28T12:00:09.337Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-28T12:00:09.594Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-28T12:00:10.960Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-28T12:00:11.890Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-28T12:00:11.890Z] docker_cli_service_logs_test.go:246: checking task vdicgr94ya8k [2022-06-28T12:00:11.890Z] docker_cli_service_logs_test.go:251: checking messages for vdicgr94ya8k [2022-06-28T12:00:11.890Z] docker_cli_service_logs_test.go:246: checking task swcwnxzajw82 [2022-06-28T12:00:11.890Z] docker_cli_service_logs_test.go:251: checking messages for swcwnxzajw82 [2022-06-28T12:00:12.818Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-28T12:00:14.711Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-28T12:00:15.638Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-28T12:00:17.532Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-28T12:00:20.050Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-28T12:00:21.416Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-28T12:00:22.786Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-28T12:00:24.161Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-28T12:00:25.093Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-28T12:00:26.460Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-28T12:00:27.830Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-28T12:00:29.198Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-28T12:00:31.090Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-28T12:00:32.458Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-28T12:00:33.387Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-28T12:00:34.319Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-28T12:00:36.211Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-28T12:00:36.468Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-28T12:00:38.987Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-28T12:00:39.549Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-28T12:00:39.549Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-28T12:00:39.549Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-28T12:00:39.549Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-28T12:00:39.805Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-28T12:00:40.736Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-28T12:00:40.993Z] docker_cli_swarm_test.go:1895: [d9f577674e7bc] joining swarm manager [d7dc42118183d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:00:41.922Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-28T12:00:42.179Z] docker_cli_swarm_test.go:1896: [dabd48615f1cc] joining swarm manager [d7dc42118183d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T12:00:42.741Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-28T12:00:42.741Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-28T12:00:44.106Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-28T12:00:44.106Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-28T12:00:44.669Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-28T12:00:45.597Z] docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents1185591862 [2022-06-28T12:00:45.853Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-28T12:00:45.853Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-28T12:00:47.237Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-28T12:00:47.237Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-28T12:00:47.237Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-28T12:00:48.169Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-28T12:00:49.536Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-28T12:00:49.792Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-28T12:00:49.792Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-28T12:00:49.792Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-28T12:00:50.048Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-28T12:00:50.610Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-28T12:00:50.610Z] docker_cli_sni_test.go:30: Flakey test [2022-06-28T12:00:50.610Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-28T12:00:55.854Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-28T12:00:57.223Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-28T12:00:57.785Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-28T12:00:58.714Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-28T12:01:01.229Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-28T12:01:02.594Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-28T12:01:03.159Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-28T12:01:03.415Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-28T12:01:04.343Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-28T12:01:06.862Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-28T12:01:07.425Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-28T12:01:09.943Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-28T12:01:11.833Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-28T12:01:13.743Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-28T12:01:14.307Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-28T12:01:17.576Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-28T12:01:21.743Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-28T12:01:24.258Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-28T12:01:24.820Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-28T12:01:25.076Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-28T12:01:25.640Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-28T12:01:25.640Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-28T12:01:25.640Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-28T12:01:26.202Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-28T12:01:26.765Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-28T12:01:26.765Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-28T12:01:26.765Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-28T12:01:26.765Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-28T12:01:26.765Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-28T12:01:27.694Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-28T12:01:28.259Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-28T12:01:28.822Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-28T12:01:28.822Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-28T12:01:30.190Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-28T12:01:31.119Z] docker_cli_swarm_test.go:1796: [dd3cbb9b22425] joining swarm manager [dd2259ae5fb85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:01:32.484Z] docker_cli_swarm_test.go:1797: [da0d23a2be262] joining swarm manager [dd2259ae5fb85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T12:01:33.848Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-28T12:01:34.777Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-28T12:01:34.777Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-28T12:01:34.777Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-28T12:01:35.339Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-28T12:01:35.901Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-28T12:01:37.804Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-28T12:01:39.695Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-28T12:01:41.061Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-28T12:01:44.327Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-28T12:01:52.411Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-28T12:01:53.339Z] docker_cli_swarm_test.go:1315: [d74d2c9a75360] joining swarm manager [dec25b8bc29fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:01:54.705Z] docker_cli_swarm_test.go:1316: [d838ad07ec233] joining swarm manager [dec25b8bc29fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T12:01:56.071Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-28T12:01:56.071Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-28T12:01:56.071Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-28T12:01:56.328Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-28T12:01:56.328Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-28T12:01:56.585Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-28T12:01:56.585Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-28T12:01:57.148Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-28T12:01:57.148Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-28T12:01:57.711Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-28T12:01:57.711Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-28T12:01:57.711Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-28T12:01:57.711Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-28T12:01:57.711Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-28T12:01:59.601Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-28T12:01:59.601Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-28T12:01:59.601Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-28T12:01:59.601Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-28T12:01:59.601Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-28T12:01:59.601Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite (1297.09s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (13.06s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.43s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.71s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.15s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.02s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.70s) [2022-06-28T12:01:59.601Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.81s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.05s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.07s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.92s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.61s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.23s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.39s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.74s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.69s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.88s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.42s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.42s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.02s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.17s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.93s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.63s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.29s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.30s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.13s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.73s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.58s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.64s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.72s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.90s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.58s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.74s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.14s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.85s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.81s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.75s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.03s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.81s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.89s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.85s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.72s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.88s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.93s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.87s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.72s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.61s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.43s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.63s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.28s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.54s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.52s) [2022-06-28T12:01:59.602Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.48s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.74s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.46s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (0.62s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.49s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.47s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (1.50s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000d1c690__} (1.44s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12253264885_/foo_false_____} (1.50s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12253264885_/foo_true_____} (1.58s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3400744391_/foo_false_____} (1.37s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3400744391_/foo_true_____} (1.56s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3400744391_/foo_true__0xc000d1c6c0___} (1.51s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000d1c6d8__} (0.59s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000d1c6f0__} (1.51s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000d1c708__} (1.48s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000d1c720__} (0.88s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.63s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.07s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.83s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.65s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.85s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.84s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.36s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.95s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.67s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.69s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.56s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.34s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.81s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.72s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.96s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.86s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.85s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.82s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.77s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.54s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.20s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.67s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.75s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.78s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.72s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.84s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.09s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.90s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.77s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.68s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.82s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.14s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.76s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (4.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.76s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.71s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.86s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.53s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.72s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.86s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.48s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.52s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.10s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.60s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.74s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.93s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.70s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAttachDetach (1.10s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.68s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.77s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.90s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.79s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.33s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.46s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.21s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.34s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.40s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.86s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.67s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.70s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.80s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.65s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.67s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.03s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.83s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.57s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.55s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.95s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.33s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.20s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.69s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.82s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.36s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.28s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.54s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.41s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.20s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.56s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.44s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.14s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.32s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.21s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.16s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.33s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.14s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.23s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.16s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.25s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.79s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.16s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.54s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.52s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.29s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.38s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.98s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.93s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.80s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.15s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.76s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.29s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.90s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.60s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCmd (0.44s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.42s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s) [2022-06-28T12:01:59.602Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.68s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.89s) [2022-06-28T12:01:59.602Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.23s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.99s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.28s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.88s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.67s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.30s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.80s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.45s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.11s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.15s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.63s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.81s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.00s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.62s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.57s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.97s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.04s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.92s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.91s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.26s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.10s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.44s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.11s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.48s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.46s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.06s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.75s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.48s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.21s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (3.54s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.43s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.05s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.44s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.10s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.11s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.35s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.43s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.22s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.19s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.75s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.00s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (0.92s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnv (0.79s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.73s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.68s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.71s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (14.64s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.45s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.01s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.70s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.54s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.40s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.06s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.11s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildExpose (0.22s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.58s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.53s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFails (0.73s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.98s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.50s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.11s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.17s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.48s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.97s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.20s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.20s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.30s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.42s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.02s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.27s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.58s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.41s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.49s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.59s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLabel (0.29s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.33s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.49s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLabels (0.55s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.86s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.61s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.35s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.04s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.95s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.95s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.29s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.05s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.42s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.88s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.11s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.42s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.53s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.30s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.54s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.84s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.77s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.16s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.40s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.34s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.26s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.46s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.68s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.57s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.13s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.46s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.30s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.52s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildPATH (1.93s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.55s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.75s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.70s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.36s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.64s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildRm (2.48s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.93s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.03s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.25s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.88s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.89s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.04s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.32s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.75s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.18s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildStderr (0.79s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.25s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.00s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.06s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.80s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.69s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.57s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildUser (1.45s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.92s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.77s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.26s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.44s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.79s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.04s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.27s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.75s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.72s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.97s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.18s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.16s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.67s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.39s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.52s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.47s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.65s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitChange (1.15s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.71s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.59s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.14s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.92s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitTTY (1.48s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.12s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.83s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.28s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.20s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.59s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.75s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.76s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.74s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.65s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.63s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.04s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.89s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.60s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.72s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.93s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.73s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.77s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.85s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.76s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.91s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.67s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.76s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.94s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.72s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.79s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.15s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.87s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.83s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.39s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.80s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.64s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.98s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.82s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.75s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.38s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.58s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToDot (0.60s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.08s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.87s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToStdout (0.54s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.93s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.56s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.80s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.49s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.56s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.41s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-06-28T12:01:59.603Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.39s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.07s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.20s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsAttach (0.58s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsCommit (0.72s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.48s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.56s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.51s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.48s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.97s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.10s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.00s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsCopy (0.95s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.19s) [2022-06-28T12:01:59.603Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.79s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.31s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.11s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.18s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.17s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.48s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.25s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFilters (0.90s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFormat (0.83s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.62s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.69s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.19s) [2022-06-28T12:01:59.604Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-28T12:01:59.604Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.54s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsRename (0.49s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsResize (0.49s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.43s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.57s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.44s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.67s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsTop (0.61s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (0.94s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.62s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.52s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExec (0.71s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecCgroup (0.90s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.72s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecInspectID (2.64s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecInteractive (0.53s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.53s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.53s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.57s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecStartFails (1.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.59s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecTTY (0.51s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.55s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2022-06-28T12:01:59.604Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.18s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.52s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.76s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.66s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestExecWithUser (0.68s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.32s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.41s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestHealth (19.69s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestBuildHistory (3.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.63s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.55s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.62s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.63s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.65s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.59s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.87s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.71s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImportDisplay (1.37s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImportFile (1.56s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.21s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImportGzipped (1.18s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.54s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.46s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.49s) [2022-06-28T12:01:59.604Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.69s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2022-06-28T12:01:59.604Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.99s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.06s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.48s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.45s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.91s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.92s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.30s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.46s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.39s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.36s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.27s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.50s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.86s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.39s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.49s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.64s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.90s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.25s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.15s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.12s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.77s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.20s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.63s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.75s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsSince (6.61s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsTail (0.51s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.54s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestNetHostname (1.59s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.29s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.88s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.59s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.25s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.56s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.63s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.10s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.21s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.10s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.78s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.11s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.86s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPluginActive (1.95s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.40s) [2022-06-28T12:01:59.604Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.28s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.76s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.38s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.72s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.25s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.11s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPortList (6.13s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.53s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.85s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsByOrder (1.93s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.63s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.12s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.54s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.87s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.98s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.47s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.03s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.94s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.42s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.12s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.56s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.50s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.54s) [2022-06-28T12:01:59.604Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.49s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.87s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.88s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.45s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.62s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.10s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.33s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.94s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.93s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.06s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.00s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.53s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.67s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.18s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.68s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.17s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.69s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.51s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.69s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.61s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.59s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.42s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.44s) [2022-06-28T12:01:59.604Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.69s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.05s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.52s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.21s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.97s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.35s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.93s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.19s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.32s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.22s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.22s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.06s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.41s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.55s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.56s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.80s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.62s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.48s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.48s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.82s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.52s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.82s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.65s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.48s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.54s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.68s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.71s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.91s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.19s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.88s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.39s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.09s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.85s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.04s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.54s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.56s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.53s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.11s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.28s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.99s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.47s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.02s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.51s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.50s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunExitCode (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.54s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.58s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.50s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.36s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.51s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.09s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.85s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.04s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.53s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.92s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.16s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.62s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.56s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.80s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.05s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.05s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.06s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.26s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunMount (4.68s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.60s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.18s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.65s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.76s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.39s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.33s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.52s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetHost (0.79s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.58s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.67s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.55s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.58s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.36s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.48s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.48s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.61s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.43s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.44s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.86s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.43s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.11s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunRm (0.68s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.57s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.43s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.57s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.55s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.49s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.55s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.69s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.57s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.42s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.54s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.67s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.70s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.52s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunState (1.22s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.66s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.58s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.19s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunSysctls (1.32s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.62s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.66s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.58s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.58s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.99s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.75s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.60s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.51s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUserByID (0.72s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.56s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUserByName (0.43s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.65s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.76s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.78s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.48s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.06s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.81s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.91s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.89s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.08s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.59s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.69s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.52s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.51s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.59s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-28T12:01:59.605Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.71s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.48s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.47s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.48s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.52s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.62s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-06-28T12:01:59.605Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.04s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.78s) [2022-06-28T12:01:59.606Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.43s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.04s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.48s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.07s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.47s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.14s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.68s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.74s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.72s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.61s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.78s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (3.05s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.70s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.58s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.27s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.40s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.15s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.14s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.48s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.34s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.53s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.78s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.78s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.25s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.05s) [2022-06-28T12:01:59.606Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.99s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.86s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.88s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.47s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.30s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.12s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.17s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.42s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.55s) [2022-06-28T12:01:59.606Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.92s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.51s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.89s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.52s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.53s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.55s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartRecordError (1.28s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.98s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.48s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.13s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.50s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.48s) [2022-06-28T12:01:59.606Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.50s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2022-06-28T12:01:59.606Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-28T12:01:59.606Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.64s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.78s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.07s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateStats (3.71s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.91s) [2022-06-28T12:01:59.606Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.60s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.71s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.00s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.17s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.46s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-06-28T12:01:59.606Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-06-28T12:01:59.606Z] === RUN TestDockerRegistrySuite [2022-06-28T12:01:59.606Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-28T12:02:00.972Z] check_test.go:427: [d1d227a3170a8] daemon is not started [2022-06-28T12:02:00.972Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-28T12:02:01.901Z] check_test.go:427: [dfc899bdfcc80] daemon is not started [2022-06-28T12:02:01.901Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-28T12:02:03.268Z] check_test.go:427: [d6a7114063600] daemon is not started [2022-06-28T12:02:03.268Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-28T12:02:03.268Z] check_test.go:427: [d2ddc256b137b] daemon is not started [2022-06-28T12:02:03.268Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-28T12:02:06.555Z] check_test.go:427: [d8ff42863b61e] daemon is not started [2022-06-28T12:02:06.555Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-28T12:02:11.802Z] check_test.go:427: [df368376f2b16] daemon is not started [2022-06-28T12:02:11.802Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-28T12:02:14.320Z] check_test.go:427: [d9d3defedac98] daemon is not started [2022-06-28T12:02:14.320Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-28T12:02:15.248Z] check_test.go:427: [d6039750f1b26] daemon is not started [2022-06-28T12:02:15.248Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-28T12:02:16.177Z] check_test.go:427: [df118cecadf83] daemon is not started [2022-06-28T12:02:16.177Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-28T12:02:17.107Z] check_test.go:427: [dc0b7ba61d5e7] daemon is not started [2022-06-28T12:02:17.107Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-28T12:02:18.034Z] check_test.go:427: [d8ea2fde341c2] daemon is not started [2022-06-28T12:02:18.034Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-28T12:02:19.401Z] check_test.go:427: [db23ca6e6c411] daemon is not started [2022-06-28T12:02:19.401Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-28T12:02:20.331Z] check_test.go:427: [d5870ee85a4b0] daemon is not started [2022-06-28T12:02:20.331Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-28T12:02:21.261Z] check_test.go:427: [d4430ef5d776b] daemon is not started [2022-06-28T12:02:21.261Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-28T12:02:22.189Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c520664d80a5e7365ec2556f0b7ffc8a5ca57359654fc58d30bc445b725ea586 [2022-06-28T12:02:22.751Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3e2b0a85a62a5690796321ea3d21c1c4006ece52b7013f09afa30dde034a6deb [2022-06-28T12:02:23.007Z] check_test.go:427: [d5c92650ed4ad] daemon is not started [2022-06-28T12:02:23.007Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-28T12:02:23.936Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2d3a27849f29ec427252bb9b8e6d3986e0c329bc568533c8a8f128277b0d79c2 [2022-06-28T12:02:24.865Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:84af858d9130ea10ea15b2fa535e90b47e175a76712577d4b572b2e87c52f637 [2022-06-28T12:02:24.865Z] check_test.go:427: [d223c84328eb5] daemon is not started [2022-06-28T12:02:24.865Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-28T12:02:26.233Z] check_test.go:427: [dd13fbd3dd6ad] daemon is not started [2022-06-28T12:02:26.233Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-28T12:02:28.126Z] check_test.go:427: [d9c65dec1245c] daemon is not started [2022-06-28T12:02:28.126Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-28T12:02:29.052Z] check_test.go:427: [d7701d374f542] daemon is not started [2022-06-28T12:02:29.052Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-28T12:02:29.308Z] check_test.go:427: [d63a308f3422e] daemon is not started [2022-06-28T12:02:29.308Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-28T12:02:30.235Z] check_test.go:427: [d342023295c21] daemon is not started [2022-06-28T12:02:30.235Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-28T12:02:31.180Z] check_test.go:427: [d5008bfec90ad] daemon is not started [2022-06-28T12:02:31.180Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-28T12:02:32.110Z] check_test.go:427: [dc2ade6df017e] daemon is not started [2022-06-28T12:02:32.110Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-28T12:02:34.629Z] check_test.go:427: [d3ae5f96950c3] daemon is not started [2022-06-28T12:02:34.629Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-28T12:02:34.885Z] check_test.go:427: [d93d1391aa4fe] daemon is not started [2022-06-28T12:02:34.885Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-28T12:02:35.815Z] check_test.go:427: [d73536d1f8b88] daemon is not started [2022-06-28T12:02:35.815Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-28T12:02:36.377Z] check_test.go:427: [d84ee181fff86] daemon is not started [2022-06-28T12:02:36.377Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-28T12:02:36.377Z] check_test.go:427: [dc945b45c73b7] daemon is not started [2022-06-28T12:02:36.377Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-28T12:02:36.634Z] check_test.go:427: [d83b47ac3068e] daemon is not started [2022-06-28T12:02:36.634Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-28T12:02:36.890Z] check_test.go:427: [df93b070b3c79] daemon is not started [2022-06-28T12:02:36.890Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-28T12:02:37.453Z] check_test.go:427: [db2139aa1b062] daemon is not started [2022-06-28T12:02:37.453Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-28T12:02:37.453Z] check_test.go:427: [d1aa2bdfb188f] daemon is not started [2022-06-28T12:02:37.453Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-28T12:02:38.820Z] check_test.go:427: [d16bd4415e753] daemon is not started [2022-06-28T12:02:38.820Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-28T12:02:40.187Z] check_test.go:427: [dbfe783bded68] daemon is not started [2022-06-28T12:02:40.187Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-28T12:02:41.116Z] check_test.go:427: [d19b3062dc7d5] daemon is not started [2022-06-28T12:02:41.116Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-28T12:02:42.046Z] check_test.go:427: [d33b7f262bebb] daemon is not started [2022-06-28T12:02:42.046Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-28T12:02:42.974Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-28T12:02:43.901Z] --- PASS: TestDockerRegistrySuite (44.03s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.23s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.03s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.27s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.84s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.27s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.73s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.89s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.98s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.07s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.14s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.91s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.95s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.90s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.94s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.07s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.17s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.96s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.93s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.41s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.42s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.04s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.12s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.48s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.96s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.03s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-06-28T12:02:43.902Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-06-28T12:02:43.902Z] === RUN TestDockerSchema1RegistrySuite [2022-06-28T12:02:43.902Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-28T12:02:43.902Z] check_test.go:454: [dbe563ab23414] daemon is not started [2022-06-28T12:02:43.902Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-28T12:02:46.419Z] check_test.go:454: [dffec04c323e1] daemon is not started [2022-06-28T12:02:46.675Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-28T12:02:51.921Z] check_test.go:454: [d6ee8cb2312bb] daemon is not started [2022-06-28T12:02:51.921Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-28T12:02:52.483Z] check_test.go:454: [d832278961af6] daemon is not started [2022-06-28T12:02:52.483Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-28T12:02:52.483Z] check_test.go:454: [d42e5d27f5356] daemon is not started [2022-06-28T12:02:52.740Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-28T12:02:53.668Z] check_test.go:454: [de2a5ae15c71b] daemon is not started [2022-06-28T12:02:53.668Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-28T12:02:54.596Z] check_test.go:454: [d17bd181a991f] daemon is not started [2022-06-28T12:02:54.596Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-28T12:02:55.541Z] check_test.go:454: [d116ac577603a] daemon is not started [2022-06-28T12:02:55.541Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-28T12:02:57.441Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-28T12:02:58.369Z] check_test.go:454: [ddbdee336ac30] daemon is not started [2022-06-28T12:02:58.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-28T12:02:58.931Z] check_test.go:454: [d7a504a2a15f3] daemon is not started [2022-06-28T12:02:58.931Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-28T12:02:59.494Z] check_test.go:454: [dea8c6b88cf7e] daemon is not started [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite (15.70s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.73s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.91s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.99s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.90s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.94s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.47s) [2022-06-28T12:02:59.494Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.61s) [2022-06-28T12:02:59.494Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-28T12:02:59.494Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-28T12:03:00.423Z] check_test.go:483: [d5e3e051f5607] daemon is not started [2022-06-28T12:03:00.423Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-28T12:03:00.985Z] check_test.go:483: [dabd274b46a97] daemon is not started [2022-06-28T12:03:00.985Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-28T12:03:01.241Z] check_test.go:483: [d5aca8b10755a] daemon is not started [2022-06-28T12:03:01.241Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-28T12:03:01.241Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-28T12:03:02.607Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-28T12:03:03.536Z] check_test.go:483: [d2b4a8f0df3e7] daemon is not started [2022-06-28T12:03:03.536Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-28T12:03:04.099Z] check_test.go:483: [d60f1be00da45] daemon is not started [2022-06-28T12:03:04.099Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-28T12:03:05.027Z] check_test.go:483: [d6c9d854d5c6f] daemon is not started [2022-06-28T12:03:05.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-28T12:03:05.283Z] check_test.go:483: [dd44e4df1d160] daemon is not started [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.86s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.00s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.66s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.37s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.89s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.67s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.96s) [2022-06-28T12:03:05.283Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-06-28T12:03:05.283Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-28T12:03:05.283Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-28T12:03:07.800Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-28T12:03:10.313Z] check_test.go:510: [d9a79cc5e8ac4] daemon is not started [2022-06-28T12:03:10.313Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-28T12:03:10.569Z] check_test.go:510: [df6d71360fd03] daemon is not started [2022-06-28T12:03:10.569Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-28T12:03:10.825Z] check_test.go:510: [dcde63634f1df] daemon is not started [2022-06-28T12:03:10.825Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-28T12:03:10.825Z] check_test.go:510: [d5c6edf7261c5] daemon is not started [2022-06-28T12:03:10.825Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-28T12:03:11.081Z] check_test.go:510: [db062855e5863] daemon is not started [2022-06-28T12:03:11.081Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.85s) [2022-06-28T12:03:11.081Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2022-06-28T12:03:11.081Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-06-28T12:03:11.081Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.19s) [2022-06-28T12:03:11.081Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2022-06-28T12:03:11.081Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2022-06-28T12:03:11.081Z] === RUN TestDockerNetworkSuite [2022-06-28T12:03:11.081Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-28T12:03:12.448Z] docker_cli_network_unix_test.go:46: [d1d0d75e55d97] daemon is not started [2022-06-28T12:03:12.448Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-28T12:03:13.011Z] docker_cli_network_unix_test.go:46: [dc67479fb9b51] daemon is not started [2022-06-28T12:03:13.575Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-28T12:03:14.139Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-28T12:03:16.660Z] docker_cli_network_unix_test.go:46: [d52f6c95a1ea5] daemon is not started [2022-06-28T12:03:16.916Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-28T12:03:16.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-28T12:03:18.284Z] docker_cli_network_unix_test.go:46: [db26aaed1491b] daemon is not started [2022-06-28T12:03:18.859Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-28T12:03:18.859Z] docker_cli_network_unix_test.go:1233: [d3837248a9de3] daemon is not started [2022-06-28T12:03:21.380Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-28T12:03:21.637Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-28T12:03:23.003Z] docker_cli_network_unix_test.go:46: [d8ebc79db2882] daemon is not started [2022-06-28T12:03:23.565Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-28T12:03:26.087Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-28T12:03:28.606Z] docker_cli_network_unix_test.go:46: [d78d7a4c1806d] daemon is not started [2022-06-28T12:03:29.971Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-28T12:03:29.971Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-28T12:03:29.971Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-28T12:03:29.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-28T12:03:32.495Z] docker_cli_network_unix_test.go:46: [d0271ab0695ee] daemon is not started [2022-06-28T12:03:32.751Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-28T12:03:34.118Z] docker_cli_network_unix_test.go:46: [d2e13a33417b8] daemon is not started [2022-06-28T12:03:34.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-28T12:03:35.047Z] docker_cli_network_unix_test.go:46: [d7a320c0ebab0] daemon is not started [2022-06-28T12:03:35.047Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-28T12:03:35.303Z] docker_cli_network_unix_test.go:46: [dc688900499a7] daemon is not started [2022-06-28T12:03:35.560Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-28T12:03:36.489Z] docker_cli_network_unix_test.go:46: [d740c08296ac3] daemon is not started [2022-06-28T12:03:36.489Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-28T12:03:36.746Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-28T12:03:37.309Z] docker_cli_network_unix_test.go:46: [d86d4b9fbe58e] daemon is not started [2022-06-28T12:03:37.309Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-28T12:03:37.872Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-28T12:03:37.872Z] docker_cli_network_unix_test.go:46: [d7da9ba36cee3] daemon is not started [2022-06-28T12:03:37.872Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-28T12:03:38.128Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-28T12:03:38.385Z] docker_cli_network_unix_test.go:46: [dd74c495a4bb8] daemon is not started [2022-06-28T12:03:38.385Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-28T12:03:38.948Z] docker_cli_network_unix_test.go:46: [d74f10c6cc867] daemon is not started [2022-06-28T12:03:39.205Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-28T12:03:39.461Z] docker_cli_network_unix_test.go:46: [d6d78ead748e3] daemon is not started [2022-06-28T12:03:39.461Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-28T12:03:39.461Z] docker_cli_network_unix_test.go:46: [dccd9dfb4a319] daemon is not started [2022-06-28T12:03:39.461Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-28T12:03:39.717Z] docker_cli_network_unix_test.go:46: [dcbbe222089fc] daemon is not started [2022-06-28T12:03:39.717Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-28T12:03:40.646Z] docker_cli_network_unix_test.go:46: [dddf6c5a4041d] daemon is not started [2022-06-28T12:03:40.646Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-28T12:03:40.902Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-28T12:03:41.480Z] docker_cli_network_unix_test.go:46: [dc12536bcb2ec] daemon is not started [2022-06-28T12:03:42.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-28T12:03:42.044Z] docker_cli_network_unix_test.go:46: [dcdd782542368] daemon is not started [2022-06-28T12:03:42.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-28T12:03:42.300Z] docker_cli_network_unix_test.go:46: [d0b0148133a41] daemon is not started [2022-06-28T12:03:42.556Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-28T12:03:42.556Z] docker_cli_network_unix_test.go:46: [d7f17e1eae235] daemon is not started [2022-06-28T12:03:42.556Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-28T12:03:43.924Z] docker_cli_network_unix_test.go:968: [d11c1d56bef30] daemon is not started [2022-06-28T12:03:44.852Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-28T12:03:46.219Z] docker_cli_network_unix_test.go:46: [d64d3bb81dc99] daemon is not started [2022-06-28T12:03:46.219Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-28T12:03:48.736Z] docker_cli_network_unix_test.go:1116: [d39e69ac82bf3] daemon is not started [2022-06-28T12:03:52.009Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-28T12:03:52.009Z] docker_cli_network_unix_test.go:46: [da2ad0b037838] daemon is not started [2022-06-28T12:03:52.009Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-28T12:03:52.571Z] docker_cli_network_unix_test.go:46: [d6ac0c63997f0] daemon is not started [2022-06-28T12:03:52.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-28T12:03:52.571Z] docker_cli_network_unix_test.go:46: [d4a3b0222ebea] daemon is not started [2022-06-28T12:03:52.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-28T12:03:52.827Z] docker_cli_network_unix_test.go:46: [d33485acea077] daemon is not started [2022-06-28T12:03:52.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-28T12:03:52.827Z] docker_cli_network_unix_test.go:46: [d2308e6e8f63a] daemon is not started [2022-06-28T12:03:52.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-28T12:03:53.083Z] docker_cli_network_unix_test.go:46: [d32c7dca88dbd] daemon is not started [2022-06-28T12:03:53.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-28T12:03:53.083Z] docker_cli_network_unix_test.go:46: [d82a9d84f5ff9] daemon is not started [2022-06-28T12:03:53.083Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-28T12:03:54.972Z] docker_cli_network_unix_test.go:46: [d74b03cad2677] daemon is not started [2022-06-28T12:03:55.534Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-28T12:03:55.534Z] docker_cli_network_unix_test.go:46: [daf37a9895f68] daemon is not started [2022-06-28T12:03:55.534Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-28T12:03:55.534Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-28T12:03:55.534Z] docker_cli_network_unix_test.go:46: [d78ca5a9aee23] daemon is not started [2022-06-28T12:03:55.534Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-28T12:03:56.097Z] docker_cli_network_unix_test.go:46: [d7674ffcf937b] daemon is not started [2022-06-28T12:03:56.353Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-28T12:04:00.520Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-28T12:04:01.449Z] docker_cli_network_unix_test.go:1084: [df08480f2517a] daemon is not started [2022-06-28T12:04:02.815Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-28T12:04:02.815Z] docker_cli_network_unix_test.go:46: [d1f5e2824bbcb] daemon is not started [2022-06-28T12:04:02.815Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-28T12:04:03.378Z] docker_cli_network_unix_test.go:46: [d10a243a289f8] daemon is not started [2022-06-28T12:04:03.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-28T12:04:05.000Z] docker_cli_network_unix_test.go:46: [d7b520b9dd669] daemon is not started [2022-06-28T12:04:05.256Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-28T12:04:05.256Z] docker_cli_network_unix_test.go:46: [d83f95f558106] daemon is not started [2022-06-28T12:04:05.256Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-28T12:04:05.843Z] docker_cli_network_unix_test.go:46: [d06e23bd9074d] daemon is not started [2022-06-28T12:04:05.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-28T12:04:06.404Z] docker_cli_network_unix_test.go:46: [d54bee6f59a80] daemon is not started [2022-06-28T12:04:06.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-28T12:04:06.966Z] docker_cli_network_unix_test.go:46: [d2b0de68ceff4] daemon is not started [2022-06-28T12:04:07.528Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-28T12:04:12.781Z] docker_cli_network_unix_test.go:46: [d8ce4c38ac7c6] daemon is not started [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite (61.47s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.28s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.06s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.52s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.75s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.02s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.82s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.33s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.90s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.39s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.77s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.52s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.26s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.07s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.43s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.86s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.09s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.27s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.41s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.26s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.20s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.40s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.46s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-06-28T12:04:12.781Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.45s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.09s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.79s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.69s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.94s) [2022-06-28T12:04:12.781Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.19s) [2022-06-28T12:04:12.781Z] === RUN TestDockerHubPullSuite [2022-06-28T12:04:12.781Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-28T12:04:14.670Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-28T12:04:16.558Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-28T12:04:17.485Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-28T12:04:18.852Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-28T12:04:19.108Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-28T12:04:19.108Z] --- PASS: TestDockerHubPullSuite (6.59s) [2022-06-28T12:04:19.108Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.78s) [2022-06-28T12:04:19.108Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-06-28T12:04:19.108Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.71s) [2022-06-28T12:04:19.108Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.55s) [2022-06-28T12:04:19.108Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s) [2022-06-28T12:04:19.108Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-06-28T12:04:19.108Z] PASS [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === Skipped [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-28T12:04:19.108Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.108Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-28T12:04:19.108Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.108Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-28T12:04:19.108Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.108Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-28T12:04:19.108Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.108Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-06-28T12:04:19.108Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.108Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-28T12:04:19.108Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.108Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-06-28T12:04:19.108Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.108Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-06-28T12:04:19.108Z] [2022-06-28T12:04:19.108Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-28T12:04:19.108Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_sni_test.go:30: Flakey test [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-06-28T12:04:19.109Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-28T12:04:19.109Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-28T12:04:19.109Z] docker_cli_network_unix_test.go:46: [d78ca5a9aee23] daemon is not started [2022-06-28T12:04:19.109Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] DONE 1265 tests, 51 skipped in 1442.919s [2022-06-28T12:04:19.109Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-28T12:04:19.109Z] ++++ cat bundles/test-integration/docker.pid [2022-06-28T12:04:19.109Z] +++ kill 9393 [2022-06-28T12:04:19.109Z] +++ /etc/init.d/apparmor stop [2022-06-28T12:04:19.109Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] Unloading profiles will leave already running processes permanently [2022-06-28T12:04:19.109Z] unconfined, which can lead to unexpected situations. [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.109Z] To set a process to complain mode, use the command line tool [2022-06-28T12:04:19.109Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-28T12:04:19.109Z] +++ true [2022-06-28T12:04:19.109Z] exiting test-integration [2022-06-28T12:04:19.109Z] ++ exit 0 [2022-06-28T12:04:19.109Z] [2022-06-28T12:04:19.365Z] + for job in $(jobs -p) [2022-06-28T12:04:19.365Z] + wait 15252 [2022-06-28T12:04:37.404Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-28T12:04:37.404Z] docker_cli_swarm_test.go:1180: [db987dd87dd54] joining swarm manager [d6f50c6d61b0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:04:43.938Z] docker_cli_swarm_test.go:1189: [dd53f73cd9390] joining swarm manager [d6f50c6d61b0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T12:05:22.593Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-28T12:05:32.532Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-28T12:05:35.047Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-28T12:05:37.564Z] docker_cli_swarm_test.go:1112: [d505d6597b713] joining swarm manager [d49f4f755a4e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:05:38.492Z] docker_cli_swarm_test.go:1113: [dc3e51b110747] joining swarm manager [d49f4f755a4e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T12:07:14.863Z] docker_cli_swarm_test.go:1166: [d8ca372036a05] joining swarm manager [d49f4f755a4e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-28T12:07:32.937Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-28T12:07:34.826Z] docker_cli_swarm_test.go:1447: [d5b898bfc2c78] joining swarm manager [dea37c2f52723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:07:35.388Z] docker_cli_swarm_test.go:1448: [d6cd5008d6d20] joining swarm manager [dea37c2f52723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-28T12:07:47.553Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-28T12:07:47.553Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-28T12:07:47.553Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-28T12:07:47.553Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-28T12:07:47.553Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-28T12:07:48.115Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-28T12:07:50.631Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-28T12:07:53.962Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-28T12:07:56.479Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-28T12:07:58.369Z] docker_cli_swarm_unix_test.go:63: [da66fb6d86085] joining swarm manager [d3db765ec49bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:08:54.547Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-28T12:08:54.547Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-28T12:08:54.547Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-28T12:08:55.913Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-28T12:08:59.180Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-28T12:09:01.696Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-28T12:09:03.585Z] docker_api_swarm_test.go:962: [d86fc9a65f89b] joining swarm manager [d42bb1c80b9a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-28T12:09:21.625Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-28T12:09:33.798Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-28T12:09:35.163Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-28T12:09:37.682Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-28T12:09:40.200Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-28T12:09:48.283Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-28T12:09:53.525Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-28T12:09:55.413Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-28T12:09:57.929Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-28T12:10:00.445Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-28T12:10:02.961Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-28T12:10:06.233Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-28T12:10:08.121Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-28T12:11:04.294Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-28T12:11:19.131Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite (1535.95s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.31s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.12s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.34s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.20s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.03s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (24.31s) [2022-06-28T12:11:37.169Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.96s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.94s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.93s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (44.25s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.63s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.61s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.82s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.20s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.74s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.27s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.43s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.30s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.05s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (61.16s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.42s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.94s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.11s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.16s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.29s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.51s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.15s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.43s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.31s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.73s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.66s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.90s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.60s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.21s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.49s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.10s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.07s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.05s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.78s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.14s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.43s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.19s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.39s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.61s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.26s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.85s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.05s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.25s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.65s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.14s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.14s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.62s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.77s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.96s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.37s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (2.90s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.06s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.98s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.10s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.05s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.31s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.09s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.04s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.17s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.75s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.91s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.54s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.65s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.89s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.10s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.16s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.07s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.14s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.53s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (65.89s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.04s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.42s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.47s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.69s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.58s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.21s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.02s) [2022-06-28T12:11:37.169Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.87s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.77s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.60s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.79s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (43.70s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.14s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (3.77s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (117.46s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.40s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.27s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.47s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.21s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.80s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.21s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.43s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.34s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.29s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.18s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.23s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.83s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.15s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.40s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.44s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.54s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.51s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.50s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.07s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.19s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.90s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s) [2022-06-28T12:11:37.169Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.15s) [2022-06-28T12:11:37.169Z] === RUN TestDockerExternalVolumeSuite [2022-06-28T12:11:37.169Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-28T12:11:37.169Z] docker_cli_external_volume_driver_test.go:53: [d2ef822b84bb9] daemon is not started [2022-06-28T12:11:52.005Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-28T12:12:59.655Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-28T12:13:07.737Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-28T12:13:22.572Z] docker_cli_external_volume_driver_test.go:53: [df65f58a85017] daemon is not started [2022-06-28T12:13:37.406Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-28T12:13:52.260Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-28T12:14:10.297Z] docker_cli_external_volume_driver_test.go:53: [d732436f90bab] daemon is not started [2022-06-28T12:14:22.461Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-28T12:14:22.461Z] docker_cli_external_volume_driver_test.go:53: [db85c1eb5d3f4] daemon is not started [2022-06-28T12:14:37.296Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-28T12:15:09.317Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-28T12:15:27.361Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-28T12:15:42.194Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-28T12:16:28.812Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-28T12:16:46.852Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-28T12:17:18.890Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-28T12:17:50.909Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-28T12:18:05.741Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-28T12:18:20.575Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-28T12:18:20.575Z] docker_cli_external_volume_driver_test.go:485: [d4b9b65eb92f0] daemon is not started [2022-06-28T12:18:38.639Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-28T12:18:38.639Z] docker_cli_external_volume_driver_test.go:53: [daded3ffb601e] daemon is not started [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite (437.02s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.21s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.19s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.28s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.61s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2022-06-28T12:18:53.472Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-06-28T12:18:53.472Z] PASS [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] === Skipped [2022-06-28T12:18:53.472Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2022-06-28T12:18:53.472Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-28T12:18:53.472Z] check_test.go:540: [d4bd6b1d8409a] daemon is not started [2022-06-28T12:18:53.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-28T12:18:53.472Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-28T12:18:53.472Z] check_test.go:540: [ded3a4566b2e6] daemon is not started [2022-06-28T12:18:53.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-28T12:18:53.472Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-28T12:18:53.472Z] check_test.go:540: [d1df49a3c86db] daemon is not started [2022-06-28T12:18:53.472Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-28T12:18:53.472Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-28T12:18:53.472Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-28T12:18:53.472Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-28T12:18:53.472Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] DONE 269 tests, 5 skipped in 2312.498s [2022-06-28T12:18:53.472Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-28T12:18:53.472Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d088a46e1f0c2/docker.pid [2022-06-28T12:18:53.472Z] +++ kill 7002 [2022-06-28T12:18:53.472Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7002 is not a child of this shell [2022-06-28T12:18:53.472Z] warning: PID 7002 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d088a46e1f0c2/docker.pid had a nonzero exit code [2022-06-28T12:18:53.472Z] ++++ cat bundles/test-integration/docker.pid [2022-06-28T12:18:53.472Z] +++ kill 9358 [2022-06-28T12:18:53.472Z] +++ /etc/init.d/apparmor stop [2022-06-28T12:18:53.472Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] Unloading profiles will leave already running processes permanently [2022-06-28T12:18:53.472Z] unconfined, which can lead to unexpected situations. [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] To set a process to complain mode, use the command line tool [2022-06-28T12:18:53.472Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-28T12:18:53.472Z] +++ true [2022-06-28T12:18:53.472Z] exiting test-integration [2022-06-28T12:18:53.472Z] ++ exit 0 [2022-06-28T12:18:53.472Z] [2022-06-28T12:18:53.472Z] + exit 0 [2022-06-28T12:18:53.472Z] ++ jobs -p [2022-06-28T12:18:53.472Z] + pids= [2022-06-28T12:18:53.472Z] + echo 'Remaining pids to kill: []' [2022-06-28T12:18:53.472Z] Remaining pids to kill: [] [2022-06-28T12:18:53.472Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-28T12:18:53.487Z] Recording test results [2022-06-28T12:18:53.969Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-28T12:18:54.273Z] + echo Ensuring container killed. [2022-06-28T12:18:54.273Z] Ensuring container killed. [2022-06-28T12:18:54.273Z] + docker ps -aq -f name=docker-pr3-* [2022-06-28T12:18:54.273Z] + cids=1467106c8c7e [2022-06-28T12:18:54.273Z] c8fb5a74e5f6 [2022-06-28T12:18:54.273Z] 4d8cb8c4166c [2022-06-28T12:18:54.273Z] + [ -n 1467106c8c7e [2022-06-28T12:18:54.273Z] c8fb5a74e5f6 [2022-06-28T12:18:54.273Z] 4d8cb8c4166c ] [2022-06-28T12:18:54.273Z] + docker rm -vf 1467106c8c7e c8fb5a74e5f6 4d8cb8c4166c [2022-06-28T12:18:54.835Z] 1467106c8c7e [2022-06-28T12:18:55.090Z] c8fb5a74e5f6 [2022-06-28T12:18:55.090Z] 4d8cb8c4166c [Pipeline] sh [2022-06-28T12:18:55.364Z] + echo Chowning /workspace to jenkins user [2022-06-28T12:18:55.364Z] Chowning /workspace to jenkins user [2022-06-28T12:18:55.364Z] + id -u [2022-06-28T12:18:55.364Z] + id -g [2022-06-28T12:18:55.364Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42542:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-28T12:18:58.207Z] + bundleName=amd64 [2022-06-28T12:18:58.207Z] + echo Creating amd64-bundles.tar.gz [2022-06-28T12:18:58.207Z] Creating amd64-bundles.tar.gz [2022-06-28T12:18:58.207Z] + find bundles+ xargs tar -czf amd64-bundles.tar.gz [2022-06-28T12:18:58.207Z] -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-06-28T12:18:59.590Z] Archiving artifacts [2022-06-28T12:19:00.361Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42542/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-28T12:19:00.659Z] + make clean [2022-06-28T12:19:00.659Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-28T12:19:00.659Z] docker-dev-cache [2022-06-28T12:19:00.659Z] 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