Pull request #42060 opened Started by user Sebastiaan van Stijn Rebuilds build #2 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 2a220f1f3d176adee684df83921c47d003f83e8e+dc1606ad797797e1f7eeece028363789aa08d60d (6e52e70fcb18a3d85b59c22a19ce24e05ea88c65) 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 --is-inside-work-tree # 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 [2021-02-23T18:12:34.457Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-02-23T18:12:34.461Z] Trying to pass milestone 2 [Pipeline] milestone [2021-02-23T18:12:34.516Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-02-23T18:12:34.680Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a21715ca317401ac) in /home/ubuntu/workspace/moby_PR-42060 [Pipeline] { [Pipeline] checkout [2021-02-23T18:12:34.710Z] The recommended git tool is: git [2021-02-23T18:12:34.715Z] using credential docker-jenkins-github-credentials [2021-02-23T18:12:34.720Z] Cloning the remote Git repository [2021-02-23T18:12:34.720Z] Cloning with configured refspecs honoured and without tags [2021-02-23T18:12:34.759Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:34.760Z] > git init /home/ubuntu/workspace/moby_PR-42060 # timeout=10 [2021-02-23T18:12:34.774Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:34.774Z] > git --version # timeout=10 [2021-02-23T18:12:34.780Z] > git --version # 'git version 2.17.1' [2021-02-23T18:12:34.780Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:34.781Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:48.869Z] Fetching without tags [2021-02-23T18:12:48.811Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:12:48.817Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:12:48.822Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:48.847Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:12:48.866Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:48.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:48.867Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:49.137Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:12:50.070Z] Merge succeeded, producing b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:12:50.070Z] Checking out Revision b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c (PR-42060) [2021-02-23T18:12:50.135Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:12:49.135Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:12:49.139Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:12:49.555Z] > git remote # timeout=10 [2021-02-23T18:12:49.560Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:12:49.564Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:49.565Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:12:50.055Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:12:50.067Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:12:50.073Z] > git checkout -f b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c # timeout=10 [2021-02-23T18:12:50.133Z] > git rev-list --no-walk 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-23T18:12:50.938Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-02-23T18:12:50.938Z] Unable to find image 'alpine:latest' locally [2021-02-23T18:12:51.195Z] latest: Pulling from library/alpine [2021-02-23T18:12:51.195Z] ba3557a56b15: Pulling fs layer [2021-02-23T18:12:51.451Z] ba3557a56b15: Verifying Checksum [2021-02-23T18:12:51.451Z] ba3557a56b15: Download complete [2021-02-23T18:12:51.451Z] ba3557a56b15: Pull complete [2021-02-23T18:12:51.451Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be [2021-02-23T18:12:51.451Z] Status: Downloaded newer image for alpine:latest [2021-02-23T18:12:53.965Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2021-02-23T18:12:54.783Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a21715ca317401ac) in /home/ubuntu/workspace/moby_PR-42060 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-02-23T18:12:54.794Z] Running on ppc64le-ubuntu-23 in /home/docker/workspace/moby_PR-42060 [2021-02-23T18:12:54.795Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b18bceb644447507) in /home/ubuntu/workspace/moby_PR-42060 [Pipeline] node [2021-02-23T18:12:54.795Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-42060 Stage "win-RS1" skipped due to when conditional [2021-02-23T18:12:54.798Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ca19cc0492d474c0) in /home/ubuntu/workspace/moby_PR-42060 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-02-23T18:12:54.805Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09409064600e4fd3f) in /home/ubuntu/workspace/moby_PR-42060 [2021-02-23T18:12:54.810Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0b96b1f73e8147080) in /home/ubuntu/workspace/moby_PR-42060 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-02-23T18:12:54.873Z] The recommended git tool is: git [Pipeline] checkout [Pipeline] checkout [2021-02-23T18:12:54.887Z] The recommended git tool is: git [2021-02-23T18:12:54.890Z] The recommended git tool is: git [Pipeline] checkout [2021-02-23T18:12:54.906Z] using credential docker-jenkins-github-credentials [2021-02-23T18:12:54.907Z] The recommended git tool is: git [2021-02-23T18:12:54.913Z] Cloning the remote Git repository [2021-02-23T18:12:54.913Z] Cloning with configured refspecs honoured and without tags [2021-02-23T18:12:54.920Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-02-23T18:12:54.923Z] The recommended git tool is: git [2021-02-23T18:12:54.926Z] using credential docker-jenkins-github-credentials [2021-02-23T18:12:54.930Z] Fetching changes from the remote Git repository [2021-02-23T18:12:54.937Z] Fetching without tags [Pipeline] // stage [2021-02-23T18:12:54.940Z] Cloning the remote Git repository [2021-02-23T18:12:54.940Z] Cloning with configured refspecs honoured and without tags [2021-02-23T18:12:54.942Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-02-23T18:12:54.956Z] Cloning the remote Git repository [2021-02-23T18:12:54.956Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] { [Pipeline] { [2021-02-23T18:12:54.973Z] using credential docker-jenkins-github-credentials [2021-02-23T18:12:54.978Z] Cloning the remote Git repository [2021-02-23T18:12:54.978Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2021-02-23T18:12:55.012Z] The recommended git tool is: git [Pipeline] checkout [2021-02-23T18:12:55.019Z] The recommended git tool is: git [2021-02-23T18:12:55.022Z] using credential docker-jenkins-github-credentials [2021-02-23T18:12:55.028Z] Cloning the remote Git repository [2021-02-23T18:12:55.028Z] Cloning with configured refspecs honoured and without tags [2021-02-23T18:12:55.030Z] using credential docker-jenkins-github-credentials Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-02-23T18:12:55.036Z] Cloning the remote Git repository [2021-02-23T18:12:55.036Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-02-23T18:12:55.082Z] Running on azwin-2-af5990 in d:\jenkins\workspace\moby_PR-42060 [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] { Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] ws [2021-02-23T18:12:55.155Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] checkout [Pipeline] // stage [2021-02-23T18:12:55.243Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-23T18:12:55.273Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-23T18:12:55.373Z] Merge succeeded, producing a299637d80a505121dfc640e50d6e53580888ef2 [2021-02-23T18:12:55.373Z] Checking out Revision a299637d80a505121dfc640e50d6e53580888ef2 (PR-42060) [2021-02-23T18:12:55.447Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:12:55.487Z] using credential docker-jenkins-github-credentials [2021-02-23T18:12:54.920Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-02-23T18:12:54.928Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:12:54.975Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:54.976Z] > git --version # timeout=10 [2021-02-23T18:12:54.980Z] > git --version # 'git version 2.17.1' [2021-02-23T18:12:54.981Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:54.982Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:55.240Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:12:55.246Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:12:55.297Z] > git remote # timeout=10 [2021-02-23T18:12:55.301Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:12:55.306Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:55.307Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:12:55.365Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:12:55.370Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:12:55.376Z] > git checkout -f a299637d80a505121dfc640e50d6e53580888ef2 # timeout=10 [2021-02-23T18:12:55.445Z] > git rev-list --no-walk 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:12:55.675Z] Cloning the remote Git repository [2021-02-23T18:12:55.675Z] Cloning with configured refspecs honoured and without tags [2021-02-23T18:12:54.978Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:54.978Z] > git init /home/ubuntu/workspace/moby_PR-42060 # timeout=10 [2021-02-23T18:12:54.993Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:54.993Z] > git --version # timeout=10 [2021-02-23T18:12:54.998Z] > git --version # 'git version 2.17.1' [2021-02-23T18:12:54.998Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:54.999Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:54.950Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:54.951Z] > git init /home/docker/workspace/moby_PR-42060 # timeout=10 [2021-02-23T18:12:54.960Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:54.960Z] > git --version # timeout=10 [2021-02-23T18:12:54.962Z] > git --version # 'git version 2.7.4' [2021-02-23T18:12:54.962Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:54.963Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:54.962Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:54.962Z] > git init /home/jenkins/workspace/moby_PR-42060 # timeout=10 [2021-02-23T18:12:54.999Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:54.999Z] > git --version # timeout=10 [2021-02-23T18:12:55.000Z] > git --version # 'git version 2.17.1' [2021-02-23T18:12:55.000Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:55.001Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:54.980Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:54.981Z] > git init /home/ubuntu/workspace/moby_PR-42060 # timeout=10 [2021-02-23T18:12:54.991Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:54.991Z] > git --version # timeout=10 [2021-02-23T18:12:54.996Z] > git --version # 'git version 2.17.1' [2021-02-23T18:12:54.996Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:54.997Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-23T18:12:55.036Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:55.036Z] > git init /home/ubuntu/workspace/moby_PR-42060 # timeout=10 [2021-02-23T18:12:55.052Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:55.052Z] > git --version # timeout=10 [2021-02-23T18:12:55.059Z] > git --version # 'git version 2.25.1' [2021-02-23T18:12:55.059Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:55.060Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:55.041Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:55.042Z] > git init /home/ubuntu/workspace/moby_PR-42060 # timeout=10 [2021-02-23T18:12:55.054Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:55.054Z] > git --version # timeout=10 [2021-02-23T18:12:55.058Z] > git --version # 'git version 2.7.4' [2021-02-23T18:12:55.058Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:55.059Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:56.282Z] + [ PR != PR ] [2021-02-23T18:12:56.282Z] + [ 20.10 != master ] [2021-02-23T18:12:56.282Z] + echo 1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-23T18:12:55.723Z] Cloning repository https://github.com/moby/moby.git [2021-02-23T18:12:55.723Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-02-23T18:12:55.786Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:12:55.786Z] > git --version # timeout=10 [2021-02-23T18:12:55.833Z] > git --version # 'git version 2.24.1.windows.2' [2021-02-23T18:12:55.833Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:12:55.833Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:12:56.634Z] + docker version [2021-02-23T18:12:56.634Z] Client: Docker Engine - Community [2021-02-23T18:12:56.634Z] Version: 20.10.3 [2021-02-23T18:12:56.634Z] API version: 1.41 [2021-02-23T18:12:56.634Z] Go version: go1.13.15 [2021-02-23T18:12:56.634Z] Git commit: 48d30b5 [2021-02-23T18:12:56.634Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-23T18:12:56.634Z] OS/Arch: linux/amd64 [2021-02-23T18:12:56.634Z] Context: default [2021-02-23T18:12:56.634Z] Experimental: true [2021-02-23T18:12:56.634Z] [2021-02-23T18:12:56.634Z] Server: Docker Engine - Community [2021-02-23T18:12:56.634Z] Engine: [2021-02-23T18:12:56.634Z] Version: 20.10.3 [2021-02-23T18:12:56.634Z] API version: 1.41 (minimum version 1.12) [2021-02-23T18:12:56.634Z] Go version: go1.13.15 [2021-02-23T18:12:56.634Z] Git commit: 46229ca [2021-02-23T18:12:56.634Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-23T18:12:56.634Z] OS/Arch: linux/amd64 [2021-02-23T18:12:56.634Z] Experimental: true [2021-02-23T18:12:56.634Z] containerd: [2021-02-23T18:12:56.634Z] Version: 1.4.3 [2021-02-23T18:12:56.634Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:12:56.634Z] runc: [2021-02-23T18:12:56.634Z] Version: 1.0.0-rc92 [2021-02-23T18:12:56.634Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:12:56.634Z] docker-init: [2021-02-23T18:12:56.634Z] Version: 0.19.0 [2021-02-23T18:12:56.634Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-23T18:12:56.947Z] + docker info [2021-02-23T18:12:56.947Z] Client: [2021-02-23T18:12:56.947Z] Context: default [2021-02-23T18:12:56.947Z] Debug Mode: false [2021-02-23T18:12:56.947Z] Plugins: [2021-02-23T18:12:56.947Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-23T18:12:56.947Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-23T18:12:56.947Z] [2021-02-23T18:12:56.947Z] Server: [2021-02-23T18:12:56.947Z] Containers: 0 [2021-02-23T18:12:56.947Z] Running: 0 [2021-02-23T18:12:56.947Z] Paused: 0 [2021-02-23T18:12:56.947Z] Stopped: 0 [2021-02-23T18:12:56.947Z] Images: 3 [2021-02-23T18:12:56.947Z] Server Version: 20.10.3 [2021-02-23T18:12:56.947Z] Storage Driver: overlay2 [2021-02-23T18:12:56.947Z] Backing Filesystem: extfs [2021-02-23T18:12:56.947Z] Supports d_type: true [2021-02-23T18:12:56.947Z] Native Overlay Diff: true [2021-02-23T18:12:56.947Z] Logging Driver: json-file [2021-02-23T18:12:56.947Z] Cgroup Driver: cgroupfs [2021-02-23T18:12:56.947Z] Cgroup Version: 1 [2021-02-23T18:12:56.947Z] Plugins: [2021-02-23T18:12:56.947Z] Volume: local [2021-02-23T18:12:56.947Z] Network: bridge host ipvlan macvlan null overlay [2021-02-23T18:12:56.947Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-23T18:12:56.947Z] Swarm: inactive [2021-02-23T18:12:56.947Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-23T18:12:56.947Z] Default Runtime: runc [2021-02-23T18:12:56.947Z] Init Binary: docker-init [2021-02-23T18:12:56.947Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:12:56.947Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:12:56.947Z] init version: de40ad0 [2021-02-23T18:12:56.947Z] Security Options: [2021-02-23T18:12:56.947Z] apparmor [2021-02-23T18:12:56.947Z] seccomp [2021-02-23T18:12:56.947Z] Profile: default [2021-02-23T18:12:56.947Z] Kernel Version: 5.4.0-1037-aws [2021-02-23T18:12:56.947Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-23T18:12:56.947Z] OSType: linux [2021-02-23T18:12:56.947Z] Architecture: x86_64 [2021-02-23T18:12:56.947Z] CPUs: 2 [2021-02-23T18:12:56.947Z] Total Memory: 7.487GiB [2021-02-23T18:12:56.947Z] Name: ip-10-100-71-248 [2021-02-23T18:12:56.947Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-23T18:12:56.947Z] Docker Root Dir: /var/lib/docker [2021-02-23T18:12:56.947Z] Debug Mode: false [2021-02-23T18:12:56.947Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:12:56.947Z] Labels: [2021-02-23T18:12:56.947Z] Experimental: true [2021-02-23T18:12:56.947Z] Insecure Registries: [2021-02-23T18:12:56.947Z] 127.0.0.0/8 [2021-02-23T18:12:56.947Z] Live Restore Enabled: true [2021-02-23T18:12:56.947Z] [2021-02-23T18:12:56.947Z] WARNING: No swap limit support [2021-02-23T18:12:56.947Z] WARNING: No blkio weight support [2021-02-23T18:12:56.947Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-23T18:12:57.266Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:12:57.266Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:12:57.266Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42060/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-23T18:12:57.266Z] + bash /home/ubuntu/workspace/moby_PR-42060/check-config.sh [2021-02-23T18:12:57.266Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-23T18:12:57.266Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-23T18:12:57.266Z] [2021-02-23T18:12:57.266Z] Generally Necessary: [2021-02-23T18:12:57.266Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-23T18:12:57.266Z] - apparmor: enabled and tools installed [2021-02-23T18:12:57.266Z] - CONFIG_NAMESPACES: enabled [2021-02-23T18:12:57.266Z] - CONFIG_NET_NS: enabled [2021-02-23T18:12:57.266Z] - CONFIG_PID_NS: enabled [2021-02-23T18:12:57.266Z] - CONFIG_IPC_NS: enabled [2021-02-23T18:12:57.266Z] - CONFIG_UTS_NS: enabled [2021-02-23T18:12:57.266Z] - CONFIG_CGROUPS: enabled [2021-02-23T18:12:57.266Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-23T18:12:57.266Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-23T18:12:57.266Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-23T18:12:57.520Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-23T18:12:57.520Z] - CONFIG_CPUSETS: enabled [2021-02-23T18:12:57.520Z] - CONFIG_MEMCG: enabled [2021-02-23T18:12:57.520Z] - CONFIG_KEYS: enabled [2021-02-23T18:12:57.520Z] - CONFIG_VETH: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-23T18:12:57.520Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-23T18:12:57.520Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-23T18:12:57.520Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-23T18:12:57.520Z] [2021-02-23T18:12:57.520Z] Optional Features: [2021-02-23T18:12:57.520Z] - CONFIG_USER_NS: enabled [2021-02-23T18:12:57.520Z] - CONFIG_SECCOMP: enabled [2021-02-23T18:12:57.520Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-23T18:12:57.520Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-23T18:12:57.520Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-23T18:12:57.520Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-23T18:12:57.520Z] - CONFIG_BLK_CGROUP: enabled [2021-02-23T18:12:57.520Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-23T18:12:57.520Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-23T18:12:57.521Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-23T18:12:57.521Z] - CONFIG_CGROUP_PERF: enabled [2021-02-23T18:12:57.521Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-23T18:12:57.521Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-23T18:12:57.521Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-23T18:12:57.521Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-23T18:12:57.521Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-23T18:12:57.521Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-23T18:12:57.521Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-23T18:12:57.521Z] - CONFIG_IP_VS: enabled (as module) [2021-02-23T18:12:57.521Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-23T18:12:57.521Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-23T18:12:57.521Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-23T18:12:57.521Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-23T18:12:57.521Z] - CONFIG_EXT4_FS: enabled [2021-02-23T18:12:57.521Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-23T18:12:57.521Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-23T18:12:57.521Z] - Network Drivers: [2021-02-23T18:12:57.521Z] - "overlay": [2021-02-23T18:12:57.521Z] - CONFIG_VXLAN: enabled (as module) [2021-02-23T18:12:57.521Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-23T18:12:57.521Z] Optional (for encrypted networks): [2021-02-23T18:12:57.775Z] - CONFIG_CRYPTO: enabled [2021-02-23T18:12:57.775Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-23T18:12:57.775Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-23T18:12:57.775Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-23T18:12:57.775Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-23T18:12:57.775Z] - CONFIG_XFRM: enabled [2021-02-23T18:12:57.775Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-23T18:12:57.775Z] - "ipvlan": [2021-02-23T18:12:57.775Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-23T18:12:57.775Z] - "macvlan": [2021-02-23T18:12:57.775Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_DUMMY: enabled (as module) [2021-02-23T18:12:57.775Z] - "ftp,tftp client in container": [2021-02-23T18:12:57.775Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-23T18:12:57.775Z] - Storage Drivers: [2021-02-23T18:12:57.775Z] - "aufs": [2021-02-23T18:12:57.775Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-23T18:12:57.775Z] - "btrfs": [2021-02-23T18:12:57.775Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-23T18:12:57.775Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-23T18:12:57.775Z] - "devicemapper": [2021-02-23T18:12:57.775Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-23T18:12:57.775Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-23T18:12:57.775Z] - "overlay": [2021-02-23T18:12:57.775Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-23T18:12:57.775Z] - "zfs": [2021-02-23T18:12:57.775Z] - /dev/zfs: present [2021-02-23T18:12:57.775Z] - zfs command: missing [2021-02-23T18:12:57.775Z] - zpool command: missing [2021-02-23T18:12:57.775Z] [2021-02-23T18:12:57.775Z] Limits: [2021-02-23T18:12:57.775Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-23T18:12:57.775Z] [2021-02-23T18:12:57.776Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-23T18:12:58.093Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c . [2021-02-23T18:12:58.093Z] #1 [internal] load build definition from Dockerfile [2021-02-23T18:12:58.093Z] #1 sha256:65360820a82480245bba6f71e9071cdd8507edc76f1281d9572c4f96eac83fa7 [2021-02-23T18:12:58.093Z] #1 transferring dockerfile: 16.55kB done [2021-02-23T18:12:58.093Z] #1 DONE 0.0s [2021-02-23T18:12:58.093Z] [2021-02-23T18:12:58.093Z] #2 [internal] load .dockerignore [2021-02-23T18:12:58.093Z] #2 sha256:b23c062f2e6e4bc44f56b2adc1f8e312aa06063001efceaf9c0f26d2dbc31cbb [2021-02-23T18:12:58.093Z] #2 transferring context: 87B done [2021-02-23T18:12:58.093Z] #2 DONE 0.0s [2021-02-23T18:12:58.093Z] [2021-02-23T18:12:58.093Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-23T18:12:58.093Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-23T18:12:59.019Z] #3 DONE 0.6s [2021-02-23T18:12:59.019Z] [2021-02-23T18:12:59.019Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-23T18:12:59.019Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-23T18:12:59.019Z] #4 CACHED [2021-02-23T18:12:59.019Z] [2021-02-23T18:12:59.019Z] #5 [internal] load build definition from Dockerfile [2021-02-23T18:12:59.019Z] #5 sha256:2f0cb955097a9f00ba01168766b65e13e0ea53db167cfaa3a8ce6938b2034a45 [2021-02-23T18:12:59.019Z] #5 transferring dockerfile: 16.55kB done [2021-02-23T18:12:59.019Z] #5 DONE 0.0s [2021-02-23T18:12:59.019Z] [2021-02-23T18:12:59.019Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-23T18:12:59.019Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-23T18:12:59.019Z] #8 DONE 0.1s [2021-02-23T18:12:59.019Z] [2021-02-23T18:12:59.019Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:12:59.019Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-23T18:12:59.274Z] #7 ... [2021-02-23T18:12:59.274Z] [2021-02-23T18:12:59.274Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-23T18:12:59.274Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-23T18:12:59.274Z] #6 DONE 0.1s [2021-02-23T18:12:59.274Z] [2021-02-23T18:12:59.274Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:12:59.274Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-23T18:12:59.274Z] #7 DONE 0.3s [2021-02-23T18:12:59.274Z] [2021-02-23T18:12:59.274Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:12:59.274Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-23T18:12:59.274Z] #9 DONE 0.0s [2021-02-23T18:12:59.274Z] [2021-02-23T18:12:59.274Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:12:59.274Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-23T18:12:59.274Z] #25 DONE 0.0s [2021-02-23T18:12:59.274Z] [2021-02-23T18:12:59.274Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-23T18:12:59.274Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-23T18:12:59.274Z] #61 DONE 0.0s [2021-02-23T18:12:59.274Z] [2021-02-23T18:12:59.274Z] #22 [internal] load build context [2021-02-23T18:12:59.274Z] #22 sha256:d49fba308d6781d4723b5cd0c61038f383990c11ac87efbc33cd6cafee6bfe37 [2021-02-23T18:13:00.648Z] #22 transferring context: 53.37MB 1.2s done [2021-02-23T18:13:00.648Z] #22 DONE 1.3s [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #45 sha256:80c4f46e87956788d6999f89f3c2ddaecdab9d2578db16e9056addb2fb252df4 [2021-02-23T18:13:00.648Z] #45 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:13:00.648Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-23T18:13:00.648Z] #54 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:13:00.648Z] #48 sha256:b69437ece44d953f6a9098a1e8d9ec8fee6049e8e778133924be5e18db36f92b [2021-02-23T18:13:00.648Z] #48 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #47 sha256:01ead7d31de6791522abd84c5e9a898c736655b0944f7ae6ebd3a130b0da113a [2021-02-23T18:13:00.648Z] #47 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #12 [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 [2021-02-23T18:13:00.648Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-23T18:13:00.648Z] #12 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-23T18:13:00.648Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-23T18:13:00.648Z] #20 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-23T18:13:00.648Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-23T18:13:00.648Z] #30 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:13:00.648Z] #33 sha256:62558ddcb1a81b6e045dbbe460e87e5ab45b6205ffa7f150f5d057764ce1daec [2021-02-23T18:13:00.648Z] #33 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #51 sha256:fdae6270eb69610e445268e2474fbaee82cddc371589212e43fa2f4c1b8881e6 [2021-02-23T18:13:00.648Z] #51 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #64 sha256:698d779526f51529b999655a2894516877e6b94680abcc2e62f2bfb125084410 [2021-02-23T18:13:00.648Z] #64 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:13:00.648Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-23T18:13:00.648Z] #19 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:13:00.648Z] #52 sha256:bfbc4f17eb530f30053f149e7647f9d9895930c6b18727238e881ee4c8001753 [2021-02-23T18:13:00.648Z] #52 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-23T18:13:00.648Z] #59 sha256:a2f84b1df3b30de7b7e95302e9e67f20bb5885c0e5a0011c0737e2728cd7bacd [2021-02-23T18:13:00.648Z] #59 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #60 sha256:b374150cdbf3028a3a5eb1678cfe60238bd45fdff6d86ca9a751ab9c6038aa96 [2021-02-23T18:13:00.648Z] #60 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-23T18:13:00.648Z] #24 sha256:5d77cb28a85ba743aab9e2e0dc5a74ca9465a17c8aff8c67e16f2b54cd6e3d16 [2021-02-23T18:13:00.648Z] #24 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-23T18:13:00.648Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-23T18:13:00.648Z] #13 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #40 sha256:fc5f45ff84faee4bf0d9c852f4fb97c2c37940a5ebf7a35eab4afaf7f758d4b2 [2021-02-23T18:13:00.648Z] #40 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #56 sha256:a61535b2083af7e7146d44e928c0ac10744b9caeef729ef1701b44a4ec7e1457 [2021-02-23T18:13:00.648Z] #56 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-23T18:13:00.648Z] #36 sha256:c0a83b31fe3768bc512273214d09fd95159e1f408587d1597204d28ee6f7ebad [2021-02-23T18:13:00.648Z] #36 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #26 [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 [2021-02-23T18:13:00.648Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-23T18:13:00.648Z] #26 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #32 sha256:7308a7916bb6b1acfec64d5e34cc90c3a0613ee4c4ffa1b0ded4beda2d3144e8 [2021-02-23T18:13:00.648Z] #32 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:13:00.648Z] #55 sha256:624b2edb59b020171c2dcdd028dafb363626aef37c28352de520c0cc0120f0b3 [2021-02-23T18:13:00.648Z] #55 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:13:00.648Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-23T18:13:00.648Z] #31 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:13:00.648Z] #50 sha256:b273e72e1b63fb73672bdf0729066279e655cac3135b24032f7f168bc401f89c [2021-02-23T18:13:00.648Z] #50 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:13:00.648Z] #46 sha256:a61b0fcd67be55ee20bf2f502881a592d9a7c505163be4a9af0cae50d10d7b20 [2021-02-23T18:13:00.648Z] #46 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:13:00.648Z] #63 sha256:a28ff5cac649a310a2919f823007a7e0a7552d2daa21e5f6cff90c6481c9aad3 [2021-02-23T18:13:00.648Z] #63 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:13:00.648Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-23T18:13:00.648Z] #41 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-23T18:13:00.648Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-23T18:13:00.648Z] #10 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:13:00.648Z] #23 sha256:8f9c2aacd545fbc2d03b517b5ff6f170b147b06bf3dca043a31ee05cc6e2b4ed [2021-02-23T18:13:00.648Z] #23 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-23T18:13:00.648Z] #29 sha256:a83db65733a568030d3a6b62bb5c7099ffd448a3c089f254db432c3dc03bb61b [2021-02-23T18:13:00.648Z] #29 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-23T18:13:00.648Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-23T18:13:00.648Z] #14 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-23T18:13:00.648Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-23T18:13:00.648Z] #16 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-23T18:13:00.648Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-23T18:13:00.648Z] #38 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-23T18:13:00.648Z] #43 sha256:8fadb939810572c913f4ba4adf4664178e680f419874fc03b401a38d4f6f620c [2021-02-23T18:13:00.648Z] #43 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:13:00.648Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-23T18:13:00.648Z] #21 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:13:00.648Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-23T18:13:00.648Z] #35 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-23T18:13:00.648Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-23T18:13:00.648Z] #17 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #49 sha256:a4001ed10a86327eeb2c0bf76b8de93d14a750161a5662c26d6bae3db157c38b [2021-02-23T18:13:00.648Z] #49 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-23T18:13:00.648Z] #62 sha256:a84ce50cd5af6dabfc6cc041f8459ced1e59d12755ac5d49e8e74276e7a7bc09 [2021-02-23T18:13:00.648Z] #62 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #37 sha256:8847db6b405f70a8290947cbe73ddab23fd1d5212261dfa94d6b394e79a5d4a0 [2021-02-23T18:13:00.648Z] #37 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #11 [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 [2021-02-23T18:13:00.648Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-23T18:13:00.648Z] #11 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:13:00.648Z] #44 sha256:f0b908a950858208274084539100adb05f631bff2763d60d6ef79ec2328b2264 [2021-02-23T18:13:00.648Z] #44 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #53 sha256:3aa3102cb401334f5162c158ff578c87e5ba3396cf1ddc2ded2ae635bcffed51 [2021-02-23T18:13:00.648Z] #53 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:13:00.648Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-23T18:13:00.648Z] #42 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:13:00.648Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-23T18:13:00.648Z] #39 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:13:00.648Z] #28 sha256:f78abe523f8d4f222fdbbfb7adf09c9ffa0988e6bb05674daa3557d7e0fc903c [2021-02-23T18:13:00.648Z] #28 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-23T18:13:00.648Z] #58 sha256:d2bd74472db47d5c3d4109b2ec9b789c86cfc2f5b46b41f22bd04489a6705ccf [2021-02-23T18:13:00.648Z] #58 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-23T18:13:00.648Z] #27 sha256:a96af3644a438f167e31aa5eb4e9b9f9efe90cdfbf0e162c06c7bc55931a9a02 [2021-02-23T18:13:00.648Z] #27 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:13:00.648Z] #57 sha256:4f3181e93979f4c881526aa62898560f9f78c8bbef50649e48ed2e1897ae3ed5 [2021-02-23T18:13:00.648Z] #57 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-23T18:13:00.648Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-23T18:13:00.648Z] #15 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-23T18:13:00.648Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-23T18:13:00.648Z] #18 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-23T18:13:00.648Z] #34 sha256:cdbd0fcd767d78a071f89d20bf731ee2e6f2a402a48573a94762bc8e0b97128a [2021-02-23T18:13:00.648Z] #34 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-23T18:13:00.648Z] #65 sha256:80f7d6d1ae2210c07d2b1d4575f6184520501224353f67b71bee5c9cf7705e03 [2021-02-23T18:13:00.648Z] #65 CACHED [2021-02-23T18:13:00.648Z] [2021-02-23T18:13:00.648Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-23T18:13:00.648Z] #66 sha256:1abe4556ce0cd1a3754cbee12dfe2e8edda61d9af1be8978622d36756037ec15 [2021-02-23T18:13:01.574Z] #66 DONE 0.9s [2021-02-23T18:13:01.574Z] [2021-02-23T18:13:01.574Z] #67 exporting to image [2021-02-23T18:13:01.574Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-23T18:13:01.574Z] #67 exporting layers [2021-02-23T18:13:02.500Z] #67 exporting layers 0.8s done [2021-02-23T18:13:02.500Z] #67 writing image sha256:39b790b2932174ec3ea09a94580f6b878c922617eecf46930be599af41e103cc done [2021-02-23T18:13:02.500Z] #67 naming to docker.io/library/docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c done [2021-02-23T18:13:02.500Z] #67 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-02-23T18:13:02.826Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42060/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/validate/default [2021-02-23T18:13:03.752Z] Congratulations! All commits are properly signed with the DCO! [2021-02-23T18:13:04.314Z] Congratulations! Seccomp profile generation is done correctly. [2021-02-23T18:13:04.314Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-02-23T18:13:04.377Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:04.378Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:13:04.402Z] Fetching without tags [2021-02-23T18:13:04.383Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:04.394Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:04.408Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:13:04.408Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:04.409Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:04.710Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:05.341Z] Merge succeeded, producing a72796bdb404f1a071e97c1c2c944aa3388ae59b [2021-02-23T18:13:05.341Z] Checking out Revision a72796bdb404f1a071e97c1c2c944aa3388ae59b (PR-42060) [2021-02-23T18:13:05.494Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:13:04.717Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:04.718Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:05.132Z] > git remote # timeout=10 [2021-02-23T18:13:05.133Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:13:05.134Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:05.134Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:13:05.335Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:13:05.348Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:05.349Z] > git checkout -f a72796bdb404f1a071e97c1c2c944aa3388ae59b # timeout=10 [2021-02-23T18:13:05.500Z] > git rev-list --no-walk 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-23T18:13:06.392Z] + docker version [2021-02-23T18:13:06.392Z] Client: Docker Engine - Community [2021-02-23T18:13:06.392Z] Version: 19.03.7 [2021-02-23T18:13:06.392Z] API version: 1.40 [2021-02-23T18:13:06.392Z] Go version: go1.12.17 [2021-02-23T18:13:06.392Z] Git commit: 7141c199a2 [2021-02-23T18:13:06.392Z] Built: Sat Mar 7 16:48:47 2020 [2021-02-23T18:13:06.392Z] OS/Arch: linux/s390x [2021-02-23T18:13:06.392Z] Experimental: false [2021-02-23T18:13:06.392Z] [2021-02-23T18:13:06.392Z] Server: Docker Engine - Community [2021-02-23T18:13:06.392Z] Engine: [2021-02-23T18:13:06.392Z] Version: 19.03.7 [2021-02-23T18:13:06.392Z] API version: 1.40 (minimum version 1.12) [2021-02-23T18:13:06.392Z] Go version: go1.12.17 [2021-02-23T18:13:06.392Z] Git commit: 7141c199a2 [2021-02-23T18:13:06.392Z] Built: Sat Mar 7 16:47:46 2020 [2021-02-23T18:13:06.392Z] OS/Arch: linux/s390x [2021-02-23T18:13:06.392Z] Experimental: true [2021-02-23T18:13:06.392Z] containerd: [2021-02-23T18:13:06.392Z] Version: 1.2.13 [2021-02-23T18:13:06.392Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-02-23T18:13:06.392Z] runc: [2021-02-23T18:13:06.392Z] Version: 1.0.0-rc10 [2021-02-23T18:13:06.392Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-02-23T18:13:06.392Z] docker-init: [2021-02-23T18:13:06.392Z] Version: 0.18.0 [2021-02-23T18:13:06.392Z] GitCommit: fec3683 [Pipeline] sh [2021-02-23T18:13:06.765Z] + docker info [2021-02-23T18:13:07.395Z] Client: [2021-02-23T18:13:07.395Z] Debug Mode: false [2021-02-23T18:13:07.395Z] [2021-02-23T18:13:07.395Z] Server: [2021-02-23T18:13:07.395Z] Containers: 0 [2021-02-23T18:13:07.395Z] Running: 0 [2021-02-23T18:13:07.395Z] Paused: 0 [2021-02-23T18:13:07.395Z] Stopped: 0 [2021-02-23T18:13:07.395Z] Images: 0 [2021-02-23T18:13:07.395Z] Server Version: 19.03.7 [2021-02-23T18:13:07.395Z] Storage Driver: overlay2 [2021-02-23T18:13:07.395Z] Backing Filesystem: [2021-02-23T18:13:07.395Z] Supports d_type: true [2021-02-23T18:13:07.395Z] Native Overlay Diff: true [2021-02-23T18:13:07.395Z] Logging Driver: json-file [2021-02-23T18:13:07.395Z] Cgroup Driver: cgroupfs [2021-02-23T18:13:07.395Z] Plugins: [2021-02-23T18:13:07.395Z] Volume: local [2021-02-23T18:13:07.395Z] Network: bridge host ipvlan macvlan null overlay [2021-02-23T18:13:07.395Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-23T18:13:07.395Z] Swarm: inactive [2021-02-23T18:13:07.395Z] Runtimes: runc [2021-02-23T18:13:07.395Z] Default Runtime: runc [2021-02-23T18:13:07.395Z] Init Binary: docker-init [2021-02-23T18:13:07.395Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-02-23T18:13:07.395Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-02-23T18:13:07.395Z] init version: fec3683 [2021-02-23T18:13:07.395Z] Security Options: [2021-02-23T18:13:07.395Z] apparmor [2021-02-23T18:13:07.395Z] seccomp [2021-02-23T18:13:07.395Z] Profile: default [2021-02-23T18:13:07.395Z] Kernel Version: 4.15.0-91-generic [2021-02-23T18:13:07.395Z] Operating System: Ubuntu 18.04.4 LTS [2021-02-23T18:13:07.395Z] OSType: linux [2021-02-23T18:13:07.395Z] Architecture: s390x [2021-02-23T18:13:07.395Z] CPUs: 2 [2021-02-23T18:13:07.395Z] Total Memory: 7.861GiB [2021-02-23T18:13:07.395Z] Name: s390x-ubuntu-16 [2021-02-23T18:13:07.395Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-02-23T18:13:07.395Z] Docker Root Dir: /var/lib/docker [2021-02-23T18:13:07.395Z] Debug Mode: false [2021-02-23T18:13:07.395Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:07.395Z] Labels: [2021-02-23T18:13:07.395Z] Experimental: true [2021-02-23T18:13:07.395Z] Insecure Registries: [2021-02-23T18:13:07.395Z] 127.0.0.0/8 [2021-02-23T18:13:07.395Z] Live Restore Enabled: false [2021-02-23T18:13:07.395Z] [2021-02-23T18:13:07.395Z] WARNING: No swap limit support [Pipeline] sh [2021-02-23T18:13:07.768Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:07.768Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:07.768Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-42060/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-23T18:13:07.768Z] + bash /home/jenkins/workspace/moby_PR-42060/check-config.sh [2021-02-23T18:13:07.768Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-23T18:13:07.768Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2021-02-23T18:13:07.768Z] [2021-02-23T18:13:07.768Z] Generally Necessary: [2021-02-23T18:13:07.768Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-23T18:13:07.768Z] - apparmor: enabled and tools installed [2021-02-23T18:13:07.768Z] - CONFIG_NAMESPACES: enabled [2021-02-23T18:13:07.768Z] - CONFIG_NET_NS: enabled [2021-02-23T18:13:07.768Z] - CONFIG_PID_NS: enabled [2021-02-23T18:13:07.768Z] - CONFIG_IPC_NS: enabled [2021-02-23T18:13:07.768Z] - CONFIG_UTS_NS: enabled [2021-02-23T18:13:07.768Z] - CONFIG_CGROUPS: enabled [2021-02-23T18:13:07.768Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-23T18:13:07.768Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-23T18:13:07.768Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-23T18:13:07.768Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-23T18:13:07.768Z] - CONFIG_CPUSETS: enabled [2021-02-23T18:13:07.768Z] - CONFIG_MEMCG: enabled [2021-02-23T18:13:07.768Z] - CONFIG_KEYS: enabled [2021-02-23T18:13:07.768Z] - CONFIG_VETH: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-23T18:13:07.768Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-23T18:13:07.768Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-23T18:13:07.768Z] [2021-02-23T18:13:07.768Z] Optional Features: [2021-02-23T18:13:08.058Z] - CONFIG_USER_NS: enabled [2021-02-23T18:13:08.058Z] - CONFIG_SECCOMP: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-23T18:13:08.058Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-23T18:13:08.058Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-23T18:13:08.058Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-23T18:13:08.058Z] - CONFIG_BLK_CGROUP: enabled [2021-02-23T18:13:08.058Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-23T18:13:08.058Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CGROUP_PERF: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-23T18:13:08.058Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-23T18:13:08.058Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-23T18:13:08.058Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-23T18:13:08.058Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_IP_VS: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-23T18:13:08.058Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-23T18:13:08.058Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-23T18:13:08.058Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_EXT4_FS: enabled [2021-02-23T18:13:08.058Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-23T18:13:08.058Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-23T18:13:08.058Z] - Network Drivers: [2021-02-23T18:13:08.058Z] - "overlay": [2021-02-23T18:13:08.058Z] - CONFIG_VXLAN: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-23T18:13:08.058Z] Optional (for encrypted networks): [2021-02-23T18:13:08.058Z] - CONFIG_CRYPTO: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-23T18:13:08.058Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-23T18:13:08.058Z] - CONFIG_XFRM: enabled [2021-02-23T18:13:08.058Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-23T18:13:08.058Z] - "ipvlan": [2021-02-23T18:13:08.058Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-23T18:13:08.058Z] - "macvlan": [2021-02-23T18:13:08.058Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_DUMMY: enabled (as module) [2021-02-23T18:13:08.058Z] - "ftp,tftp client in container": [2021-02-23T18:13:08.058Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-23T18:13:08.058Z] - Storage Drivers: [2021-02-23T18:13:08.058Z] - "aufs": [2021-02-23T18:13:08.058Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-23T18:13:08.058Z] - "btrfs": [2021-02-23T18:13:08.058Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-23T18:13:08.058Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-23T18:13:08.058Z] - "devicemapper": [2021-02-23T18:13:08.058Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-23T18:13:08.058Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-23T18:13:08.058Z] - "overlay": [2021-02-23T18:13:08.058Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-23T18:13:08.058Z] - "zfs": [2021-02-23T18:13:08.058Z] - /dev/zfs: missing [2021-02-23T18:13:08.058Z] - zfs command: missing [2021-02-23T18:13:08.058Z] - zpool command: missing [2021-02-23T18:13:08.058Z] [2021-02-23T18:13:08.058Z] Limits: [2021-02-23T18:13:08.058Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-23T18:13:08.058Z] [2021-02-23T18:13:08.058Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-23T18:13:08.483Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c . [2021-02-23T18:13:08.483Z] #2 [internal] load .dockerignore [2021-02-23T18:13:08.483Z] #2 transferring context: 87B 0.0s done [2021-02-23T18:13:08.483Z] #2 DONE 0.0s [2021-02-23T18:13:08.483Z] [2021-02-23T18:13:08.483Z] #1 [internal] load build definition from Dockerfile [2021-02-23T18:13:08.484Z] #1 transferring dockerfile: 16.55kB 0.0s done [2021-02-23T18:13:08.484Z] #1 DONE 0.0s [2021-02-23T18:13:08.484Z] [2021-02-23T18:13:08.484Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-23T18:13:08.774Z] #3 DONE 0.2s [2021-02-23T18:13:08.774Z] [2021-02-23T18:13:08.774Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2021-02-23T18:13:08.774Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-23T18:13:08.774Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2021-02-23T18:13:08.774Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2021-02-23T18:13:08.774Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.0s [2021-02-23T18:13:08.774Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-23T18:13:08.785Z] Fetching without tags [2021-02-23T18:13:09.064Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 1.13MB / 8.88MB 0.1s [2021-02-23T18:13:09.064Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2021-02-23T18:13:09.064Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2021-02-23T18:13:08.768Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:08.771Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:13:08.774Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:08.781Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:08.829Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:13:08.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:08.830Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:09.117Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:09.167Z] Fetching without tags [2021-02-23T18:13:09.133Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:09.144Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:13:09.149Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:09.157Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:09.175Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:13:09.175Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:09.175Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:09.355Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2021-02-23T18:13:09.355Z] #4 DONE 0.6s [2021-02-23T18:13:09.439Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:09.645Z] [2021-02-23T18:13:09.645Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-23T18:13:09.753Z] Fetching without tags [2021-02-23T18:13:09.959Z] #7 DONE 0.2s [2021-02-23T18:13:09.959Z] [2021-02-23T18:13:09.959Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-23T18:13:09.959Z] #5 DONE 0.1s [2021-02-23T18:13:09.959Z] [2021-02-23T18:13:09.959Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:13:09.959Z] #6 DONE 0.1s [2021-02-23T18:13:09.959Z] [2021-02-23T18:13:09.959Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-23T18:13:09.959Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-23T18:13:09.959Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-23T18:13:09.959Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2021-02-23T18:13:09.959Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2021-02-23T18:13:09.959Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0B / 48.97MB 0.0s [2021-02-23T18:13:09.959Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0B / 7.39MB 0.0s [2021-02-23T18:13:10.059Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:10.085Z] Merge succeeded, producing ac99dc09c391e0377c50b568b9d891d0d273dbc3 [2021-02-23T18:13:10.085Z] Checking out Revision ac99dc09c391e0377c50b568b9d891d0d273dbc3 (PR-42060) [2021-02-23T18:13:10.139Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:13:09.120Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:09.125Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:09.549Z] > git remote # timeout=10 [2021-02-23T18:13:09.569Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:13:09.576Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:09.577Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:13:10.080Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:13:10.088Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:10.092Z] > git checkout -f ac99dc09c391e0377c50b568b9d891d0d273dbc3 # timeout=10 [2021-02-23T18:13:10.141Z] > git rev-list --no-walk 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:10.278Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 4.83MB / 48.97MB 0.2s [2021-02-23T18:13:10.278Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.2s [2021-02-23T18:13:10.278Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 11.21MB / 48.97MB 0.3s [2021-02-23T18:13:10.278Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.3s done [2021-02-23T18:13:10.278Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0B / 9.88MB 0.3s [2021-02-23T18:13:10.278Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0B / 51.38MB 0.3s [2021-02-23T18:13:10.278Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 18.97MB / 48.97MB 0.4s [2021-02-23T18:13:10.278Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 1.65MB / 9.88MB 0.4s [2021-02-23T18:13:10.428Z] Fetching without tags [2021-02-23T18:13:10.537Z] Merge succeeded, producing 643b3a2ca3852209deae125151cd2659fab77ce7 [2021-02-23T18:13:10.537Z] Checking out Revision 643b3a2ca3852209deae125151cd2659fab77ce7 (PR-42060) [2021-02-23T18:13:10.594Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 23.18MB / 48.97MB 0.5s [2021-02-23T18:13:10.594Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 4.58MB / 9.88MB 0.5s [2021-02-23T18:13:10.594Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 5.04MB / 51.38MB 0.5s [2021-02-23T18:13:10.594Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 27.27MB / 48.97MB 0.6s [2021-02-23T18:13:10.594Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 7.63MB / 9.88MB 0.6s [2021-02-23T18:13:10.594Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 9.15MB / 51.38MB 0.6s [2021-02-23T18:13:10.594Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 32.44MB / 48.97MB 0.7s [2021-02-23T18:13:10.594Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.7s done [2021-02-23T18:13:10.594Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 13.70MB / 51.38MB 0.7s [2021-02-23T18:13:10.594Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0B / 56.74MB 0.7s [Pipeline] withEnv [Pipeline] { [2021-02-23T18:13:10.620Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:13:10.629Z] Fetching without tags [Pipeline] stage [Pipeline] { (Print info) [2021-02-23T18:13:09.446Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:09.451Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:09.873Z] > git remote # timeout=10 [2021-02-23T18:13:09.883Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:13:09.897Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:09.898Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:13:10.524Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:13:10.544Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:10.563Z] > git checkout -f 643b3a2ca3852209deae125151cd2659fab77ce7 # timeout=10 [2021-02-23T18:13:10.630Z] > git rev-list --no-walk 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [Pipeline] sh [2021-02-23T18:13:09.737Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:09.749Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:13:09.756Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:09.769Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:09.817Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:13:09.818Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:09.818Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:10.083Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:10.088Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:10.511Z] > git remote # timeout=10 [2021-02-23T18:13:10.518Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:13:10.523Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:10.523Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:13:10.836Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:10.367Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:10.377Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:13:10.401Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:10.421Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:10.433Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:13:10.433Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:10.435Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:10.841Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:10.845Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:10.921Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 36.67MB / 48.97MB 0.8s [2021-02-23T18:13:10.921Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 19.82MB / 51.38MB 0.8s [2021-02-23T18:13:10.921Z] #8 ... [2021-02-23T18:13:10.921Z] [2021-02-23T18:13:10.921Z] #21 [internal] load build context [2021-02-23T18:13:10.921Z] #21 transferring context: 53.37MB 1.0s done [2021-02-23T18:13:10.921Z] #21 DONE 1.0s [2021-02-23T18:13:10.921Z] [2021-02-23T18:13:10.921Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-23T18:13:10.921Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 23.76MB / 51.38MB 0.9s [2021-02-23T18:13:10.921Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 6.71MB / 56.74MB 0.9s [2021-02-23T18:13:10.921Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 46.57MB / 48.97MB 1.1s [2021-02-23T18:13:10.921Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 29.70MB / 51.38MB 1.1s [2021-02-23T18:13:10.921Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 14.73MB / 56.74MB 1.1s [2021-02-23T18:13:10.968Z] + docker version [2021-02-23T18:13:10.968Z] Client: Docker Engine - Community [2021-02-23T18:13:10.968Z] Version: 20.10.3 [2021-02-23T18:13:10.968Z] API version: 1.41 [2021-02-23T18:13:10.968Z] Go version: go1.13.15 [2021-02-23T18:13:10.968Z] Git commit: 48d30b5 [2021-02-23T18:13:10.968Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-23T18:13:10.968Z] OS/Arch: linux/amd64 [2021-02-23T18:13:10.968Z] Context: default [2021-02-23T18:13:10.968Z] Experimental: true [2021-02-23T18:13:10.968Z] [2021-02-23T18:13:10.968Z] Server: Docker Engine - Community [2021-02-23T18:13:10.968Z] Engine: [2021-02-23T18:13:10.968Z] Version: 20.10.3 [2021-02-23T18:13:10.968Z] API version: 1.41 (minimum version 1.12) [2021-02-23T18:13:10.968Z] Go version: go1.13.15 [2021-02-23T18:13:10.968Z] Git commit: 46229ca [2021-02-23T18:13:10.968Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-23T18:13:10.968Z] OS/Arch: linux/amd64 [2021-02-23T18:13:10.968Z] Experimental: true [2021-02-23T18:13:10.968Z] containerd: [2021-02-23T18:13:10.968Z] Version: 1.4.3 [2021-02-23T18:13:10.968Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:10.968Z] runc: [2021-02-23T18:13:10.968Z] Version: 1.0.0-rc92 [2021-02-23T18:13:10.968Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:10.968Z] docker-init: [2021-02-23T18:13:10.968Z] Version: 0.19.0 [2021-02-23T18:13:10.968Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-23T18:13:11.223Z] Merge succeeded, producing 643b3a2ca3852209deae125151cd2659fab77ce7 [2021-02-23T18:13:11.223Z] Checking out Revision 643b3a2ca3852209deae125151cd2659fab77ce7 (PR-42060) [2021-02-23T18:13:11.253Z] #8 ... [2021-02-23T18:13:11.253Z] [2021-02-23T18:13:11.253Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2021-02-23T18:13:11.253Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-23T18:13:11.253Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-23T18:13:11.253Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-23T18:13:11.253Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-23T18:13:11.253Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.8s done [2021-02-23T18:13:11.253Z] #60 DONE 1.2s [2021-02-23T18:13:11.253Z] [2021-02-23T18:13:11.253Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-23T18:13:11.253Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 32.44MB / 51.38MB 1.2s [2021-02-23T18:13:11.253Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 21.31MB / 56.74MB 1.2s [2021-02-23T18:13:11.253Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s done [2021-02-23T18:13:11.253Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 40.52MB / 51.38MB 1.4s [2021-02-23T18:13:11.253Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 30.76MB / 56.74MB 1.4s [2021-02-23T18:13:11.253Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 4.14MB / 102.23MB 1.4s [2021-02-23T18:13:11.283Z] + docker info [2021-02-23T18:13:10.315Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:10.362Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:13:10.409Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:10.534Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:10.659Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:13:10.659Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:10.659Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:11.325Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:13:11.409Z] + docker version [2021-02-23T18:13:11.409Z] Client: Docker Engine - Community [2021-02-23T18:13:11.409Z] Version: 20.10.3 [2021-02-23T18:13:11.409Z] API version: 1.41 [2021-02-23T18:13:11.409Z] Go version: go1.13.15 [2021-02-23T18:13:11.409Z] Git commit: 48d30b5 [2021-02-23T18:13:11.409Z] Built: Fri Jan 29 14:33:21 2021 [2021-02-23T18:13:11.409Z] OS/Arch: linux/amd64 [2021-02-23T18:13:11.409Z] Context: default [2021-02-23T18:13:11.409Z] Experimental: true [2021-02-23T18:13:11.409Z] [2021-02-23T18:13:11.409Z] Server: Docker Engine - Community [2021-02-23T18:13:11.409Z] Engine: [2021-02-23T18:13:11.409Z] Version: 20.10.3 [2021-02-23T18:13:11.409Z] API version: 1.41 (minimum version 1.12) [2021-02-23T18:13:11.409Z] Go version: go1.13.15 [2021-02-23T18:13:11.409Z] Git commit: 46229ca [2021-02-23T18:13:11.409Z] Built: Fri Jan 29 14:31:32 2021 [2021-02-23T18:13:11.409Z] OS/Arch: linux/amd64 [2021-02-23T18:13:11.409Z] Experimental: true [2021-02-23T18:13:11.409Z] containerd: [2021-02-23T18:13:11.409Z] Version: 1.4.3 [2021-02-23T18:13:11.409Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:11.409Z] runc: [2021-02-23T18:13:11.409Z] Version: 1.0.0-rc92 [2021-02-23T18:13:11.409Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:11.409Z] docker-init: [2021-02-23T18:13:11.409Z] Version: 0.19.0 [2021-02-23T18:13:11.409Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-23T18:13:11.583Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 44.82MB / 51.38MB 1.5s [2021-02-23T18:13:11.583Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 33.96MB / 56.74MB 1.5s [2021-02-23T18:13:11.583Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0.1s [2021-02-23T18:13:11.583Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 48.71MB / 51.38MB 1.6s [2021-02-23T18:13:11.583Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 37.61MB / 56.74MB 1.6s [2021-02-23T18:13:11.583Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 12.71MB / 102.23MB 1.6s [2021-02-23T18:13:11.583Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.7s [2021-02-23T18:13:11.583Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 41.41MB / 56.74MB 1.7s [2021-02-23T18:13:11.690Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-23T18:13:11.845Z] Client: [2021-02-23T18:13:11.845Z] Context: default [2021-02-23T18:13:11.845Z] Debug Mode: false [2021-02-23T18:13:11.845Z] Plugins: [2021-02-23T18:13:11.845Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-23T18:13:11.845Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-23T18:13:11.845Z] [2021-02-23T18:13:11.845Z] Server: [2021-02-23T18:13:11.845Z] Containers: 0 [2021-02-23T18:13:11.845Z] Running: 0 [2021-02-23T18:13:11.845Z] Paused: 0 [2021-02-23T18:13:11.845Z] Stopped: 0 [2021-02-23T18:13:11.845Z] Images: 5 [2021-02-23T18:13:11.845Z] Server Version: 20.10.3 [2021-02-23T18:13:11.845Z] Storage Driver: overlay2 [2021-02-23T18:13:11.845Z] Backing Filesystem: extfs [2021-02-23T18:13:11.845Z] Supports d_type: true [2021-02-23T18:13:11.845Z] Native Overlay Diff: true [2021-02-23T18:13:11.845Z] Logging Driver: json-file [2021-02-23T18:13:11.845Z] Cgroup Driver: cgroupfs [2021-02-23T18:13:11.845Z] Cgroup Version: 1 [2021-02-23T18:13:11.845Z] Plugins: [2021-02-23T18:13:11.845Z] Volume: local [2021-02-23T18:13:11.846Z] Network: bridge host ipvlan macvlan null overlay [2021-02-23T18:13:11.846Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-23T18:13:11.846Z] Swarm: inactive [2021-02-23T18:13:11.846Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-23T18:13:11.846Z] Default Runtime: runc [2021-02-23T18:13:11.846Z] Init Binary: docker-init [2021-02-23T18:13:11.846Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:11.846Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:11.846Z] init version: de40ad0 [2021-02-23T18:13:11.846Z] Security Options: [2021-02-23T18:13:11.846Z] apparmor [2021-02-23T18:13:11.846Z] seccomp [2021-02-23T18:13:11.846Z] Profile: default [2021-02-23T18:13:11.846Z] Kernel Version: 5.4.0-1037-aws [2021-02-23T18:13:11.846Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-23T18:13:11.846Z] OSType: linux [2021-02-23T18:13:11.846Z] Architecture: x86_64 [2021-02-23T18:13:11.846Z] CPUs: 2 [2021-02-23T18:13:11.846Z] Total Memory: 7.569GiB [2021-02-23T18:13:11.846Z] Name: ip-10-100-83-247 [2021-02-23T18:13:11.846Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-23T18:13:11.846Z] Docker Root Dir: /var/lib/docker [2021-02-23T18:13:11.846Z] Debug Mode: false [2021-02-23T18:13:11.846Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:11.846Z] Labels: [2021-02-23T18:13:11.846Z] Experimental: true [2021-02-23T18:13:11.846Z] Insecure Registries: [2021-02-23T18:13:11.846Z] 127.0.0.0/8 [2021-02-23T18:13:11.846Z] Live Restore Enabled: true [2021-02-23T18:13:11.846Z] [2021-02-23T18:13:11.846Z] WARNING: No swap limit support [2021-02-23T18:13:11.846Z] WARNING: No blkio weight support [2021-02-23T18:13:11.846Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-23T18:13:11.905Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.8s done [2021-02-23T18:13:11.905Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 48.08MB / 56.74MB 1.8s [2021-02-23T18:13:11.905Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 23.18MB / 102.23MB 1.8s [2021-02-23T18:13:11.905Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 1.8s [2021-02-23T18:13:11.905Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 53.73MB / 56.74MB 1.9s [2021-02-23T18:13:11.905Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 29.35MB / 102.23MB 1.9s [2021-02-23T18:13:11.905Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.9s done [2021-02-23T18:13:11.905Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.0s done [2021-02-23T18:13:11.905Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 35.21MB / 102.23MB 2.0s [2021-02-23T18:13:12.024Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:12.133Z] + docker version [2021-02-23T18:13:12.134Z] Client: Docker Engine - Community [2021-02-23T18:13:12.134Z] Version: 20.10.3 [2021-02-23T18:13:12.134Z] API version: 1.41 [2021-02-23T18:13:12.134Z] Go version: go1.13.15 [2021-02-23T18:13:12.134Z] Git commit: 48d30b5 [2021-02-23T18:13:12.134Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-23T18:13:12.134Z] OS/Arch: linux/amd64 [2021-02-23T18:13:12.134Z] Context: default [2021-02-23T18:13:12.134Z] Experimental: true [2021-02-23T18:13:12.134Z] [2021-02-23T18:13:12.134Z] Server: Docker Engine - Community [2021-02-23T18:13:12.134Z] Engine: [2021-02-23T18:13:12.134Z] Version: 20.10.3 [2021-02-23T18:13:12.134Z] API version: 1.41 (minimum version 1.12) [2021-02-23T18:13:12.134Z] Go version: go1.13.15 [2021-02-23T18:13:12.134Z] Git commit: 46229ca [2021-02-23T18:13:12.134Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-23T18:13:12.134Z] OS/Arch: linux/amd64 [2021-02-23T18:13:12.134Z] Experimental: true [2021-02-23T18:13:12.134Z] containerd: [2021-02-23T18:13:12.134Z] Version: 1.4.3 [2021-02-23T18:13:12.134Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:12.134Z] runc: [2021-02-23T18:13:12.134Z] Version: 1.0.0-rc92 [2021-02-23T18:13:12.134Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:12.134Z] docker-init: [2021-02-23T18:13:12.134Z] Version: 0.19.0 [2021-02-23T18:13:12.134Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-23T18:13:12.176Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:12.176Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:12.176Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42060/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-23T18:13:12.176Z] + bash /home/ubuntu/workspace/moby_PR-42060/check-config.sh [2021-02-23T18:13:12.176Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-23T18:13:12.176Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-23T18:13:12.176Z] [2021-02-23T18:13:12.176Z] Generally Necessary: [2021-02-23T18:13:12.176Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-23T18:13:12.176Z] - apparmor: enabled and tools installed [2021-02-23T18:13:12.176Z] - CONFIG_NAMESPACES: enabled [2021-02-23T18:13:12.176Z] - CONFIG_NET_NS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_PID_NS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_IPC_NS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_UTS_NS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CGROUPS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CPUSETS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_MEMCG: enabled [2021-02-23T18:13:12.176Z] - CONFIG_KEYS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_VETH: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-23T18:13:12.176Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-23T18:13:12.176Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-23T18:13:12.176Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-23T18:13:12.176Z] [2021-02-23T18:13:12.176Z] Optional Features: [2021-02-23T18:13:12.176Z] - CONFIG_USER_NS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_SECCOMP: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-23T18:13:12.176Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-23T18:13:12.176Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-23T18:13:12.176Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-23T18:13:12.176Z] - CONFIG_BLK_CGROUP: enabled [2021-02-23T18:13:12.176Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-23T18:13:12.176Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-23T18:13:12.176Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-23T18:13:12.176Z] - CONFIG_CGROUP_PERF: enabled [2021-02-23T18:13:12.176Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-23T18:13:12.222Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 40.70MB / 102.23MB 2.1s [2021-02-23T18:13:12.222Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 49.31MB / 102.23MB 2.2s [2021-02-23T18:13:12.222Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 64.41MB / 102.23MB 2.4s [2021-02-23T18:13:12.358Z] Merge succeeded, producing 8957d244bcebf19ec55d5ba73e2be1c59388eb7b [2021-02-23T18:13:12.359Z] Checking out Revision 8957d244bcebf19ec55d5ba73e2be1c59388eb7b (PR-42060) [2021-02-23T18:13:12.417Z] + docker info [2021-02-23T18:13:12.432Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-23T18:13:12.432Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-23T18:13:12.432Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-23T18:13:12.432Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-23T18:13:12.432Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_IP_VS: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-23T18:13:12.432Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-23T18:13:12.432Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-23T18:13:12.432Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_EXT4_FS: enabled [2021-02-23T18:13:12.432Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-23T18:13:12.432Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-23T18:13:12.432Z] - Network Drivers: [2021-02-23T18:13:12.432Z] - "overlay": [2021-02-23T18:13:12.432Z] - CONFIG_VXLAN: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-23T18:13:12.432Z] Optional (for encrypted networks): [2021-02-23T18:13:12.432Z] - CONFIG_CRYPTO: enabled [2021-02-23T18:13:12.432Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-23T18:13:12.432Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-23T18:13:12.432Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-23T18:13:12.432Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-23T18:13:12.432Z] - CONFIG_XFRM: enabled [2021-02-23T18:13:12.432Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-23T18:13:12.432Z] - "ipvlan": [2021-02-23T18:13:12.432Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-23T18:13:12.432Z] - "macvlan": [2021-02-23T18:13:12.432Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_DUMMY: enabled (as module) [2021-02-23T18:13:12.432Z] - "ftp,tftp client in container": [2021-02-23T18:13:12.432Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-23T18:13:12.432Z] - Storage Drivers: [2021-02-23T18:13:12.432Z] - "aufs": [2021-02-23T18:13:12.432Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-23T18:13:12.432Z] - "btrfs": [2021-02-23T18:13:12.432Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-23T18:13:12.432Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-23T18:13:12.432Z] - "devicemapper": [2021-02-23T18:13:12.432Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-23T18:13:12.432Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-23T18:13:12.432Z] - "overlay": [2021-02-23T18:13:12.432Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-23T18:13:12.432Z] - "zfs": [2021-02-23T18:13:12.432Z] - /dev/zfs: present [2021-02-23T18:13:12.432Z] - zfs command: missing [2021-02-23T18:13:12.432Z] - zpool command: missing [2021-02-23T18:13:12.432Z] [2021-02-23T18:13:12.432Z] Limits: [2021-02-23T18:13:12.432Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-23T18:13:12.432Z] [2021-02-23T18:13:12.432Z] + true [Pipeline] } [Pipeline] // stage [2021-02-23T18:13:12.453Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [Pipeline] stage [Pipeline] { (Build dev image) [2021-02-23T18:13:11.682Z] > git remote # timeout=10 [2021-02-23T18:13:11.690Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:13:11.694Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:11.696Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:13:12.355Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:13:12.363Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:12.367Z] > git checkout -f 8957d244bcebf19ec55d5ba73e2be1c59388eb7b # timeout=10 [2021-02-23T18:13:12.460Z] > git rev-list --no-walk 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [Pipeline] sh [2021-02-23T18:13:12.548Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 72.38MB / 102.23MB 2.5s [2021-02-23T18:13:12.548Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 78.98MB / 102.23MB 2.6s [2021-02-23T18:13:12.548Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 86.80MB / 102.23MB 2.7s [2021-02-23T18:13:11.240Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:13:11.247Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:11.252Z] > git checkout -f 643b3a2ca3852209deae125151cd2659fab77ce7 # timeout=10 [2021-02-23T18:13:12.628Z] Client: [2021-02-23T18:13:12.628Z] Context: default [2021-02-23T18:13:12.628Z] Debug Mode: false [2021-02-23T18:13:12.628Z] Plugins: [2021-02-23T18:13:12.628Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-23T18:13:12.628Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-23T18:13:12.628Z] [2021-02-23T18:13:12.628Z] Server: [2021-02-23T18:13:12.628Z] Containers: 0 [2021-02-23T18:13:12.628Z] Running: 0 [2021-02-23T18:13:12.628Z] Paused: 0 [2021-02-23T18:13:12.628Z] Stopped: 0 [2021-02-23T18:13:12.628Z] Images: 2 [2021-02-23T18:13:12.628Z] Server Version: 20.10.3 [2021-02-23T18:13:12.628Z] Storage Driver: overlay2 [2021-02-23T18:13:12.628Z] Backing Filesystem: extfs [2021-02-23T18:13:12.628Z] Supports d_type: true [2021-02-23T18:13:12.628Z] Native Overlay Diff: true [2021-02-23T18:13:12.628Z] Logging Driver: json-file [2021-02-23T18:13:12.628Z] Cgroup Driver: systemd [2021-02-23T18:13:12.628Z] Cgroup Version: 2 [2021-02-23T18:13:12.628Z] Plugins: [2021-02-23T18:13:12.628Z] Volume: local [2021-02-23T18:13:12.628Z] Network: bridge host ipvlan macvlan null overlay [2021-02-23T18:13:12.628Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-23T18:13:12.628Z] Swarm: inactive [2021-02-23T18:13:12.628Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-23T18:13:12.628Z] Default Runtime: runc [2021-02-23T18:13:12.628Z] Init Binary: docker-init [2021-02-23T18:13:12.628Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:12.628Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:12.628Z] init version: de40ad0 [2021-02-23T18:13:12.628Z] Security Options: [2021-02-23T18:13:12.628Z] apparmor [2021-02-23T18:13:12.628Z] seccomp [2021-02-23T18:13:12.628Z] Profile: default [2021-02-23T18:13:12.628Z] cgroupns [2021-02-23T18:13:12.628Z] Kernel Version: 5.4.0-1037-aws [2021-02-23T18:13:12.628Z] Operating System: Ubuntu 20.04.2 LTS [2021-02-23T18:13:12.628Z] OSType: linux [2021-02-23T18:13:12.628Z] Architecture: x86_64 [2021-02-23T18:13:12.628Z] CPUs: 2 [2021-02-23T18:13:12.628Z] Total Memory: 7.569GiB [2021-02-23T18:13:12.628Z] Name: ip-10-100-107-234 [2021-02-23T18:13:12.628Z] ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K [2021-02-23T18:13:12.628Z] Docker Root Dir: /var/lib/docker [2021-02-23T18:13:12.628Z] Debug Mode: false [2021-02-23T18:13:12.628Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:12.628Z] Labels: [2021-02-23T18:13:12.628Z] Experimental: true [2021-02-23T18:13:12.628Z] Insecure Registries: [2021-02-23T18:13:12.628Z] 127.0.0.0/8 [2021-02-23T18:13:12.628Z] Live Restore Enabled: true [2021-02-23T18:13:12.628Z] [2021-02-23T18:13:12.628Z] WARNING: No kernel memory TCP limit support [2021-02-23T18:13:12.628Z] WARNING: No oom kill disable support [2021-02-23T18:13:12.628Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-02-23T18:13:12.672Z] Client: [2021-02-23T18:13:12.672Z] Context: default [2021-02-23T18:13:12.672Z] Debug Mode: false [2021-02-23T18:13:12.672Z] Plugins: [2021-02-23T18:13:12.672Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-23T18:13:12.672Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-23T18:13:12.673Z] [2021-02-23T18:13:12.673Z] Server: [2021-02-23T18:13:12.673Z] Containers: 0 [2021-02-23T18:13:12.673Z] Running: 0 [2021-02-23T18:13:12.673Z] Paused: 0 [2021-02-23T18:13:12.673Z] Stopped: 0 [2021-02-23T18:13:12.673Z] Images: 2 [2021-02-23T18:13:12.673Z] Server Version: 20.10.3 [2021-02-23T18:13:12.673Z] Storage Driver: overlay2 [2021-02-23T18:13:12.673Z] Backing Filesystem: extfs [2021-02-23T18:13:12.673Z] Supports d_type: true [2021-02-23T18:13:12.673Z] Native Overlay Diff: true [2021-02-23T18:13:12.673Z] Logging Driver: json-file [2021-02-23T18:13:12.673Z] Cgroup Driver: cgroupfs [2021-02-23T18:13:12.673Z] Cgroup Version: 1 [2021-02-23T18:13:12.673Z] Plugins: [2021-02-23T18:13:12.673Z] Volume: local [2021-02-23T18:13:12.673Z] Network: bridge host ipvlan macvlan null overlay [2021-02-23T18:13:12.673Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-23T18:13:12.673Z] Swarm: inactive [2021-02-23T18:13:12.673Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-23T18:13:12.673Z] Default Runtime: runc [2021-02-23T18:13:12.673Z] Init Binary: docker-init [2021-02-23T18:13:12.673Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:12.673Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:12.673Z] init version: de40ad0 [2021-02-23T18:13:12.673Z] Security Options: [2021-02-23T18:13:12.673Z] apparmor [2021-02-23T18:13:12.673Z] seccomp [2021-02-23T18:13:12.673Z] Profile: default [2021-02-23T18:13:12.673Z] Kernel Version: 5.4.0-1037-aws [2021-02-23T18:13:12.673Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-23T18:13:12.673Z] OSType: linux [2021-02-23T18:13:12.673Z] Architecture: x86_64 [2021-02-23T18:13:12.673Z] CPUs: 2 [2021-02-23T18:13:12.673Z] Total Memory: 7.487GiB [2021-02-23T18:13:12.673Z] Name: ip-10-100-84-180 [2021-02-23T18:13:12.673Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-23T18:13:12.673Z] Docker Root Dir: /var/lib/docker [2021-02-23T18:13:12.673Z] Debug Mode: false [2021-02-23T18:13:12.673Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:12.673Z] Labels: [2021-02-23T18:13:12.673Z] Experimental: true [2021-02-23T18:13:12.673Z] Insecure Registries: [2021-02-23T18:13:12.673Z] 127.0.0.0/8 [2021-02-23T18:13:12.673Z] Live Restore Enabled: true [2021-02-23T18:13:12.673Z] [2021-02-23T18:13:12.673Z] WARNING: No swap limit support [2021-02-23T18:13:12.673Z] WARNING: No blkio weight support [2021-02-23T18:13:12.673Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-23T18:13:12.761Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c . [2021-02-23T18:13:12.761Z] #1 [internal] load build definition from Dockerfile [2021-02-23T18:13:12.761Z] #1 sha256:bb8ba294835b955c718df517ab46410afa66a610c250db8d1d0bce2edca6db93 [2021-02-23T18:13:12.761Z] #1 transferring dockerfile: 16.55kB done [2021-02-23T18:13:12.761Z] #1 DONE 0.0s [2021-02-23T18:13:12.761Z] [2021-02-23T18:13:12.761Z] #2 [internal] load .dockerignore [2021-02-23T18:13:12.761Z] #2 sha256:57edacadbf5ed7a3679630453dee8ce217990494070ffc333df26674e5d74f9a [2021-02-23T18:13:12.761Z] #2 transferring context: 87B done [2021-02-23T18:13:12.761Z] #2 DONE 0.0s [2021-02-23T18:13:12.761Z] [2021-02-23T18:13:12.761Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-23T18:13:12.761Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [Pipeline] sh [2021-02-23T18:13:12.848Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 94.32MB / 102.23MB 2.8s [2021-02-23T18:13:12.848Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 100.19MB / 102.23MB 2.9s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-23T18:13:12.994Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:12.994Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:12.994Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42060/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-23T18:13:12.994Z] + bash /home/ubuntu/workspace/moby_PR-42060/check-config.sh [2021-02-23T18:13:12.994Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-23T18:13:12.994Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-23T18:13:12.994Z] [2021-02-23T18:13:12.994Z] Generally Necessary: [2021-02-23T18:13:12.994Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-23T18:13:12.994Z] - apparmor: enabled and tools installed [2021-02-23T18:13:12.994Z] - CONFIG_NAMESPACES: enabled [2021-02-23T18:13:12.994Z] - CONFIG_NET_NS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_PID_NS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_IPC_NS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_UTS_NS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_CGROUPS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-23T18:13:12.994Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-23T18:13:12.994Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-23T18:13:12.994Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-23T18:13:12.994Z] - CONFIG_CPUSETS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_MEMCG: enabled [2021-02-23T18:13:12.994Z] - CONFIG_KEYS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_VETH: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-23T18:13:12.994Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-23T18:13:12.994Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-23T18:13:12.994Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-23T18:13:12.994Z] [2021-02-23T18:13:12.994Z] Optional Features: [2021-02-23T18:13:12.994Z] - CONFIG_USER_NS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_SECCOMP: enabled [2021-02-23T18:13:12.994Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-23T18:13:12.994Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-23T18:13:12.994Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-23T18:13:12.994Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-23T18:13:13.016Z] #3 DONE 0.2s [2021-02-23T18:13:13.042Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c . [2021-02-23T18:13:12.051Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:12.098Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:13.138Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.1s done [2021-02-23T18:13:13.138Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.8s done [2021-02-23T18:13:13.250Z] - CONFIG_BLK_CGROUP: enabled [2021-02-23T18:13:13.250Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-23T18:13:13.250Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-23T18:13:13.250Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-23T18:13:13.250Z] - CONFIG_CGROUP_PERF: enabled [2021-02-23T18:13:13.250Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-23T18:13:13.250Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-23T18:13:13.250Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-23T18:13:13.250Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-23T18:13:13.250Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-23T18:13:13.250Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_IP_VS: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-23T18:13:13.250Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-23T18:13:13.250Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-23T18:13:13.250Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_EXT4_FS: enabled [2021-02-23T18:13:13.250Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-23T18:13:13.250Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-23T18:13:13.250Z] - Network Drivers: [2021-02-23T18:13:13.250Z] - "overlay": [2021-02-23T18:13:13.250Z] - CONFIG_VXLAN: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-23T18:13:13.250Z] Optional (for encrypted networks): [2021-02-23T18:13:13.250Z] - CONFIG_CRYPTO: enabled [2021-02-23T18:13:13.250Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-23T18:13:13.250Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-23T18:13:13.250Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-23T18:13:13.250Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-23T18:13:13.250Z] - CONFIG_XFRM: enabled [2021-02-23T18:13:13.250Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-23T18:13:13.250Z] - "ipvlan": [2021-02-23T18:13:13.250Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-23T18:13:13.250Z] - "macvlan": [2021-02-23T18:13:13.250Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_DUMMY: enabled (as module) [2021-02-23T18:13:13.250Z] - "ftp,tftp client in container": [2021-02-23T18:13:13.250Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-23T18:13:13.250Z] - Storage Drivers: [2021-02-23T18:13:13.250Z] - "aufs": [2021-02-23T18:13:13.250Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-23T18:13:13.250Z] - "btrfs": [2021-02-23T18:13:13.250Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-23T18:13:13.250Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-23T18:13:13.250Z] - "devicemapper": [2021-02-23T18:13:13.250Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-23T18:13:13.250Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-23T18:13:13.250Z] - "overlay": [2021-02-23T18:13:13.250Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-23T18:13:13.250Z] - "zfs": [2021-02-23T18:13:13.264Z] + docker version [2021-02-23T18:13:13.264Z] Client: Docker Engine - Community [2021-02-23T18:13:13.264Z] Version: 20.10.3 [2021-02-23T18:13:13.264Z] API version: 1.41 [2021-02-23T18:13:13.264Z] Go version: go1.13.15 [2021-02-23T18:13:13.264Z] Git commit: 48d30b5 [2021-02-23T18:13:13.264Z] Built: Fri Jan 29 14:33:53 2021 [2021-02-23T18:13:13.264Z] OS/Arch: linux/arm64 [2021-02-23T18:13:13.264Z] Context: default [2021-02-23T18:13:13.264Z] Experimental: true [2021-02-23T18:13:13.264Z] [2021-02-23T18:13:13.264Z] Server: Docker Engine - Community [2021-02-23T18:13:13.264Z] Engine: [2021-02-23T18:13:13.264Z] Version: 20.10.3 [2021-02-23T18:13:13.264Z] API version: 1.41 (minimum version 1.12) [2021-02-23T18:13:13.264Z] Go version: go1.13.15 [2021-02-23T18:13:13.264Z] Git commit: 46229ca [2021-02-23T18:13:13.264Z] Built: Fri Jan 29 14:32:08 2021 [2021-02-23T18:13:13.264Z] OS/Arch: linux/arm64 [2021-02-23T18:13:13.264Z] Experimental: true [2021-02-23T18:13:13.264Z] containerd: [2021-02-23T18:13:13.264Z] Version: 1.4.3 [2021-02-23T18:13:13.264Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:13.264Z] runc: [2021-02-23T18:13:13.264Z] Version: 1.0.0-rc92 [2021-02-23T18:13:13.264Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:13.264Z] docker-init: [2021-02-23T18:13:13.264Z] Version: 0.19.0 [2021-02-23T18:13:13.264Z] GitCommit: de40ad0 [2021-02-23T18:13:13.270Z] Fetching without tags [2021-02-23T18:13:13.272Z] [2021-02-23T18:13:13.272Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-23T18:13:13.272Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-23T18:13:13.272Z] #4 CACHED [2021-02-23T18:13:13.272Z] [2021-02-23T18:13:13.272Z] #5 [internal] load build definition from Dockerfile [2021-02-23T18:13:13.272Z] #5 sha256:beaa54e935530b70e2d6de336cb21a3c60fede3cf61fc50edd7f6c943fd61a75 [2021-02-23T18:13:13.272Z] #5 transferring dockerfile: 16.55kB done [2021-02-23T18:13:13.272Z] #5 DONE 0.0s [2021-02-23T18:13:13.272Z] [2021-02-23T18:13:13.272Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-23T18:13:13.272Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [Pipeline] sh [2021-02-23T18:13:13.301Z] #2 [internal] load .dockerignore [2021-02-23T18:13:13.301Z] #2 sha256:bd10d5372d4f383d66d016c4c7969ac422b04b641970eed8e8fde23e5d6bb788 [2021-02-23T18:13:13.301Z] #2 transferring context: 87B done [2021-02-23T18:13:13.301Z] #2 DONE 0.0s [2021-02-23T18:13:13.301Z] [2021-02-23T18:13:13.301Z] #1 [internal] load build definition from Dockerfile [2021-02-23T18:13:13.301Z] #1 sha256:982c3b7950337ce777f1a1973e9b0b97d1ef72511d3bd409d058f57f8ec19315 [2021-02-23T18:13:13.301Z] #1 transferring dockerfile: 16.55kB done [2021-02-23T18:13:13.301Z] #1 DONE 0.0s [2021-02-23T18:13:13.301Z] [2021-02-23T18:13:13.301Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-23T18:13:13.301Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-23T18:13:13.428Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2021-02-23T18:13:13.506Z] - /dev/zfs: present [2021-02-23T18:13:13.506Z] - zfs command: missing [2021-02-23T18:13:13.506Z] - zpool command: missing [2021-02-23T18:13:13.506Z] [2021-02-23T18:13:13.506Z] Limits: [2021-02-23T18:13:13.506Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-23T18:13:13.506Z] [2021-02-23T18:13:13.506Z] + true [Pipeline] } [Pipeline] // stage [2021-02-23T18:13:13.529Z] #8 DONE 0.1s [2021-02-23T18:13:13.529Z] [2021-02-23T18:13:13.529Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:13:13.529Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-23T18:13:13.529Z] #7 DONE 0.1s [2021-02-23T18:13:13.529Z] [2021-02-23T18:13:13.529Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-23T18:13:13.529Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-23T18:13:13.529Z] #6 DONE 0.1s [Pipeline] stage [Pipeline] { (Build dev image) [2021-02-23T18:13:13.554Z] + docker info [2021-02-23T18:13:13.561Z] #3 DONE 0.4s [2021-02-23T18:13:13.561Z] [2021-02-23T18:13:13.561Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-23T18:13:13.561Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-23T18:13:13.561Z] #4 CACHED [Pipeline] sh [2021-02-23T18:13:13.679Z] Merging remotes/origin/20.10 commit dc1606ad797797e1f7eeece028363789aa08d60d into PR head commit 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:13.719Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done [2021-02-23T18:13:13.784Z] [2021-02-23T18:13:13.784Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-23T18:13:13.784Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-23T18:13:13.784Z] #61 DONE 0.0s [2021-02-23T18:13:13.784Z] [2021-02-23T18:13:13.784Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:13:13.784Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-23T18:13:13.785Z] #9 DONE 0.0s [2021-02-23T18:13:13.785Z] [2021-02-23T18:13:13.785Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:13:13.785Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-23T18:13:13.785Z] #25 DONE 0.0s [2021-02-23T18:13:13.785Z] [2021-02-23T18:13:13.785Z] #22 [internal] load build context [2021-02-23T18:13:13.785Z] #22 sha256:a2004356e3850edf1212550f0e426e38ce251fcc2f1feaf3875eee7ca22515c1 [2021-02-23T18:13:13.820Z] [2021-02-23T18:13:13.820Z] #5 [internal] load build definition from Dockerfile [2021-02-23T18:13:13.820Z] #5 sha256:d75faff5e26cef8197ca2c4c41d8d2df310483c5ae3e67ef602c318dee5b7ea9 [2021-02-23T18:13:13.820Z] #5 transferring dockerfile: 16.55kB done [2021-02-23T18:13:13.832Z] + sudo modprobe ip_vs [2021-02-23T18:13:13.832Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c . [2021-02-23T18:13:14.009Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2021-02-23T18:13:14.078Z] #5 DONE 0.0s [2021-02-23T18:13:14.078Z] [2021-02-23T18:13:14.078Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-23T18:13:14.078Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-23T18:13:14.078Z] #8 DONE 0.1s [2021-02-23T18:13:14.078Z] [2021-02-23T18:13:14.078Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:13:14.078Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-23T18:13:14.078Z] #7 DONE 0.2s [2021-02-23T18:13:14.078Z] [2021-02-23T18:13:14.078Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-23T18:13:14.078Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-23T18:13:14.078Z] #6 DONE 0.1s [2021-02-23T18:13:14.088Z] #2 [internal] load .dockerignore [2021-02-23T18:13:14.088Z] #2 sha256:908e91672480d427ca21be354188ccfd57715246cb8296d09eb2f9ea9c71da6a [2021-02-23T18:13:14.088Z] #2 transferring context: 87B done [2021-02-23T18:13:14.088Z] #2 DONE 0.0s [2021-02-23T18:13:14.088Z] [2021-02-23T18:13:14.088Z] #1 [internal] load build definition from Dockerfile [2021-02-23T18:13:14.088Z] #1 sha256:dc66a188d7ee4361327a726bc41ce84d2fcf6847555f1e44f73e939f5f1f3fb7 [2021-02-23T18:13:14.088Z] #1 transferring dockerfile: 16.55kB done [2021-02-23T18:13:14.088Z] #1 DONE 0.0s [2021-02-23T18:13:14.088Z] [2021-02-23T18:13:14.088Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-23T18:13:14.088Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-23T18:13:14.088Z] #3 DONE 0.1s [2021-02-23T18:13:14.088Z] [2021-02-23T18:13:14.088Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-23T18:13:14.088Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-23T18:13:14.088Z] #4 CACHED [2021-02-23T18:13:14.262Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2021-02-23T18:13:14.263Z] Congratulations! All API changes are done the right way. [2021-02-23T18:13:14.263Z] Congratulations! All TOML source files changed here have valid syntax. [2021-02-23T18:13:14.263Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-02-23T18:13:14.263Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-02-23T18:13:14.263Z] Congratulations! No new tests were added to integration-cli. [2021-02-23T18:13:14.263Z] [2021-02-23T18:13:14.263Z] INFO Start validation with golang-ci-lint [2021-02-23T18:13:14.303Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.6s done [2021-02-23T18:13:14.344Z] [2021-02-23T18:13:14.344Z] #5 [internal] load build definition from Dockerfile [2021-02-23T18:13:14.344Z] #5 sha256:6a2f44a0d5eafc12d75261697e99de6e979b944f6e41f0a87cd793ffd485a4b6 [2021-02-23T18:13:14.344Z] #5 transferring dockerfile: 16.55kB done [2021-02-23T18:13:14.344Z] #5 DONE 0.0s [2021-02-23T18:13:14.344Z] [2021-02-23T18:13:14.344Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-23T18:13:14.344Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-23T18:13:14.344Z] #7 DONE 0.1s [2021-02-23T18:13:14.344Z] [2021-02-23T18:13:14.344Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-23T18:13:14.344Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-23T18:13:13.245Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:13.248Z] > git config --add remote.origin.fetch +refs/pull/42060/head:refs/remotes/origin/PR-42060 # timeout=10 [2021-02-23T18:13:13.251Z] > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:13.266Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-23T18:13:13.280Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-23T18:13:13.280Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:13.281Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42060/head:refs/remotes/origin/PR-42060 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 [2021-02-23T18:13:13.689Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:13.691Z] > git checkout -f 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:14.518Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-02-23T18:13:14.518Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-23T18:13:14.518Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-23T18:13:14.600Z] #8 DONE 0.1s [2021-02-23T18:13:14.600Z] [2021-02-23T18:13:14.600Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:13:14.600Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-23T18:13:14.600Z] #6 DONE 0.1s [2021-02-23T18:13:14.646Z] [2021-02-23T18:13:14.647Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-23T18:13:14.647Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-23T18:13:14.647Z] #61 DONE 0.0s [2021-02-23T18:13:14.647Z] [2021-02-23T18:13:14.647Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:13:14.647Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-23T18:13:14.647Z] #9 DONE 0.0s [2021-02-23T18:13:14.647Z] [2021-02-23T18:13:14.647Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:13:14.647Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-23T18:13:14.647Z] #25 DONE 0.0s [2021-02-23T18:13:14.647Z] [2021-02-23T18:13:14.647Z] #22 [internal] load build context [2021-02-23T18:13:14.647Z] #22 sha256:37ae00e27991f8ff79f5f8dda741934f4275e4746ec101795a11b8fbefb8a468 [2021-02-23T18:13:14.735Z] #22 transferring context: 53.37MB 1.2s done [2021-02-23T18:13:14.863Z] [2021-02-23T18:13:14.863Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:13:14.863Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-23T18:13:14.863Z] #25 DONE 0.0s [2021-02-23T18:13:14.863Z] [2021-02-23T18:13:14.863Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-23T18:13:14.863Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-23T18:13:14.863Z] #61 DONE 0.0s [2021-02-23T18:13:14.863Z] [2021-02-23T18:13:14.863Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:13:14.863Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-23T18:13:14.863Z] #9 DONE 0.0s [2021-02-23T18:13:14.863Z] [2021-02-23T18:13:14.863Z] #22 [internal] load build context [2021-02-23T18:13:14.863Z] #22 sha256:633cc997d1f579beb82b8a546f4f236583f75556ccaac49f970dae499adda024 [2021-02-23T18:13:14.934Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 0.1s [2021-02-23T18:13:14.934Z] #8 ... [2021-02-23T18:13:14.934Z] [2021-02-23T18:13:14.934Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e... [2021-02-23T18:13:14.934Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-23T18:13:14.934Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-23T18:13:14.934Z] #24 sha256:f3f6ec162b83d29614c01226ea605246bb0145f8acee893d539b545df7028593 529B / 529B done [2021-02-23T18:13:14.934Z] #24 sha256:3c935fed0e8d4347b5ba2359be41a4112a2c83373b4be140f1a2e46ea2880690 1.46kB / 1.46kB done [2021-02-23T18:13:14.934Z] #24 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 48.97MB / 48.97MB 3.1s done [2021-02-23T18:13:14.934Z] #24 extracting sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 1.7s done [2021-02-23T18:13:14.934Z] #24 DONE 5.2s [2021-02-23T18:13:14.934Z] [2021-02-23T18:13:14.934Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-23T18:13:14.936Z] Client: [2021-02-23T18:13:14.936Z] Context: default [2021-02-23T18:13:14.936Z] Debug Mode: false [2021-02-23T18:13:14.936Z] Plugins: [2021-02-23T18:13:14.936Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-23T18:13:14.936Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-23T18:13:14.936Z] [2021-02-23T18:13:14.936Z] Server: [2021-02-23T18:13:14.936Z] Containers: 0 [2021-02-23T18:13:14.936Z] Running: 0 [2021-02-23T18:13:14.936Z] Paused: 0 [2021-02-23T18:13:14.936Z] Stopped: 0 [2021-02-23T18:13:14.936Z] Images: 2 [2021-02-23T18:13:14.936Z] Server Version: 20.10.3 [2021-02-23T18:13:14.936Z] Storage Driver: overlay2 [2021-02-23T18:13:14.936Z] Backing Filesystem: extfs [2021-02-23T18:13:14.936Z] Supports d_type: true [2021-02-23T18:13:14.936Z] Native Overlay Diff: true [2021-02-23T18:13:14.936Z] Logging Driver: json-file [2021-02-23T18:13:14.936Z] Cgroup Driver: cgroupfs [2021-02-23T18:13:14.936Z] Cgroup Version: 1 [2021-02-23T18:13:14.936Z] Plugins: [2021-02-23T18:13:14.936Z] Volume: local [2021-02-23T18:13:14.936Z] Network: bridge host ipvlan macvlan null overlay [2021-02-23T18:13:14.936Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-23T18:13:14.936Z] Swarm: inactive [2021-02-23T18:13:14.936Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-23T18:13:14.936Z] Default Runtime: runc [2021-02-23T18:13:14.936Z] Init Binary: docker-init [2021-02-23T18:13:14.936Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:14.936Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-23T18:13:14.936Z] init version: de40ad0 [2021-02-23T18:13:14.936Z] Security Options: [2021-02-23T18:13:14.936Z] apparmor [2021-02-23T18:13:14.936Z] seccomp [2021-02-23T18:13:14.936Z] Profile: default [2021-02-23T18:13:14.936Z] Kernel Version: 4.15.0-1093-aws [2021-02-23T18:13:14.936Z] Operating System: Ubuntu 16.04.7 LTS [2021-02-23T18:13:14.936Z] OSType: linux [2021-02-23T18:13:14.936Z] Architecture: aarch64 [2021-02-23T18:13:14.936Z] CPUs: 4 [2021-02-23T18:13:14.936Z] Total Memory: 7.525GiB [2021-02-23T18:13:14.936Z] Name: ip-10-100-107-51 [2021-02-23T18:13:14.936Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-02-23T18:13:14.936Z] Docker Root Dir: /var/lib/docker [2021-02-23T18:13:14.936Z] Debug Mode: false [2021-02-23T18:13:14.936Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:14.936Z] Labels: [2021-02-23T18:13:14.936Z] Experimental: true [2021-02-23T18:13:14.936Z] Insecure Registries: [2021-02-23T18:13:14.936Z] 127.0.0.0/8 [2021-02-23T18:13:14.936Z] Live Restore Enabled: true [2021-02-23T18:13:14.936Z] [2021-02-23T18:13:14.936Z] WARNING: No swap limit support [Pipeline] sh [2021-02-23T18:13:14.568Z] > git remote # timeout=10 [2021-02-23T18:13:14.615Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:13:14.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:14.677Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:13:14.991Z] #22 DONE 1.3s [2021-02-23T18:13:14.991Z] [2021-02-23T18:13:14.991Z] #26 [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 [2021-02-23T18:13:14.991Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-23T18:13:14.991Z] #26 CACHED [2021-02-23T18:13:14.991Z] [2021-02-23T18:13:14.991Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:13:14.991Z] #52 sha256:21477ec346f4689c4ae02c961f48fe7712f2c77bbe84f77bac2e5632696c0ec7 [2021-02-23T18:13:14.991Z] #52 CACHED [2021-02-23T18:13:14.991Z] [2021-02-23T18:13:14.991Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-23T18:13:14.991Z] #64 sha256:04ff3fd0fe1ffc8b903dbf190690603c8ea14df7aafe4ad8b4fdccc50d4ec1ca [2021-02-23T18:13:14.991Z] #64 CACHED [2021-02-23T18:13:14.991Z] [2021-02-23T18:13:14.991Z] #12 [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 [2021-02-23T18:13:14.991Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-23T18:13:14.991Z] #12 CACHED [2021-02-23T18:13:14.991Z] [2021-02-23T18:13:14.991Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-23T18:13:14.991Z] #34 sha256:4dbe1e7472a8feace137562f0c3abc3e9f1894644bda228988c577503f7a5c03 [2021-02-23T18:13:14.991Z] #34 CACHED [2021-02-23T18:13:14.991Z] [2021-02-23T18:13:14.991Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-23T18:13:14.991Z] #62 sha256:ddcf59784224fbba5669c95983a917f02c7c2abe92b4483ef921d3e7f5178e79 [2021-02-23T18:13:14.991Z] #62 CACHED [2021-02-23T18:13:14.991Z] [2021-02-23T18:13:14.992Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-23T18:13:14.992Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-23T18:13:14.992Z] #14 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:13:14.992Z] #48 sha256:66f32ffd8cf435a93d27a39f3a6cdbc2d7f0e54714b74dd13394194ffd18f2d7 [2021-02-23T18:13:14.992Z] #48 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:13:14.992Z] #50 sha256:12ef624666406282d030f692a4d9b7fdb5f33e47ddf89e17b54b15be624d7b55 [2021-02-23T18:13:14.992Z] #50 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:13:14.992Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-23T18:13:14.992Z] #39 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #49 sha256:f08ca1b3a93cb64df6bba92a1180c9e88271c930fe4bf05ec9e1d55f722bc397 [2021-02-23T18:13:14.992Z] #49 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-23T18:13:14.992Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-23T18:13:14.992Z] #16 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #32 sha256:e5c469bc9ad94399546500800731051118e0e9bf2e0bf278ab5ea71925b25135 [2021-02-23T18:13:14.992Z] #32 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:13:14.992Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-23T18:13:14.992Z] #54 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-23T18:13:14.992Z] #29 sha256:4839be9cff8f39fbf63747053d95e6ddf125082cfe0265e6defe12b16221383b [2021-02-23T18:13:14.992Z] #29 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-23T18:13:14.992Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-23T18:13:14.992Z] #15 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:13:14.992Z] #63 sha256:1c8ccb8a7479a8764dca6300535fa1e96fab312ea02c14f84d67081f40bc7c2e [2021-02-23T18:13:14.992Z] #63 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:13:14.992Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-23T18:13:14.992Z] #21 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-23T18:13:14.992Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-23T18:13:14.992Z] #38 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-23T18:13:14.992Z] #27 sha256:6808dba85039abb984e2ec55f4f2f6c4157d534d28b15f1561b4456a88029ade [2021-02-23T18:13:14.992Z] #27 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-23T18:13:14.992Z] #58 sha256:66f5c32431587333d266c805e6c3dbe59310f1bcd344656ef68f426e5ac836e2 [2021-02-23T18:13:14.992Z] #58 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:13:14.992Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-23T18:13:14.992Z] #41 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-23T18:13:14.992Z] #43 sha256:5851f91974afd9c9535923abdcb83d8eee8353ff99dcdc1fe6c3f5d46f0f81ec [2021-02-23T18:13:14.992Z] #43 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-23T18:13:14.992Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-23T18:13:14.992Z] #18 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-23T18:13:14.992Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-23T18:13:14.992Z] #13 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #53 sha256:3648620bf3915b003f3534e3cc93d2f7cbd9de21db66e8f53f10f0be0bb31a4e [2021-02-23T18:13:14.992Z] #53 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:13:14.992Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-23T18:13:14.992Z] #19 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-23T18:13:14.992Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-23T18:13:14.992Z] #10 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #47 sha256:777fe6aefc8637906dd6059728e3239a30640d330c3fbd92af7810729e452524 [2021-02-23T18:13:14.992Z] #47 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-23T18:13:14.992Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-23T18:13:14.992Z] #30 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:13:14.992Z] #55 sha256:20eae2a69c9eaaefb58b359a324ee968e0395c738f043e766d281c4429592039 [2021-02-23T18:13:14.992Z] #55 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-23T18:13:14.992Z] #36 sha256:c59c7bee8312b1c2d9fb9096d8d1c395dcef1f6ca7ee63bd65ab8480fb0fedd4 [2021-02-23T18:13:14.992Z] #36 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-23T18:13:14.992Z] #59 sha256:5d33deda52db1817e1654d06805304b2464de775615ac8f692f49a4ad696ca86 [2021-02-23T18:13:14.992Z] #59 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-23T18:13:14.992Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-23T18:13:14.992Z] #17 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:13:14.992Z] #46 sha256:fb4bcbac078e357644fb517f42ba97618863cc0de71d8a236b75d4c750c94eb8 [2021-02-23T18:13:14.992Z] #46 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:13:14.992Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-23T18:13:14.992Z] #35 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #37 sha256:8f6e35831625fe0043966f8f41b5be19d7e9af16fe822a0e2d0dbebd94fe3b14 [2021-02-23T18:13:14.992Z] #37 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #60 sha256:18e836736759292b221a9dfd1b7ea2ae32711d78e85b87da5a10a2ed567a3ccf [2021-02-23T18:13:14.992Z] #60 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-23T18:13:14.992Z] #24 sha256:dbc01a81ea4d014451b8ef1c2b73345f3a0082105db35243fcd6b9996c80aaa2 [2021-02-23T18:13:14.992Z] #24 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:13:14.992Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-23T18:13:14.992Z] #31 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:13:14.992Z] #33 sha256:904f4b41459c1f098b794cb7c3fd43197a24e1643079316806de25ec303be912 [2021-02-23T18:13:14.992Z] #33 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #51 sha256:a3901e3f5a0d1d8b6de407ed7d645c0169ef2494a29e4defce962dd28fb34cc7 [2021-02-23T18:13:14.992Z] #51 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #56 sha256:de22276424b57b808afa956f05b310296231ab708d2fdd04284933d0ba62371b [2021-02-23T18:13:14.992Z] #56 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:13:14.992Z] #44 sha256:48a1594fe7b23ca4237f1122566102beb9869651f1d645f2f8d70c1f65de02a9 [2021-02-23T18:13:14.992Z] #44 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:13:14.992Z] #23 sha256:49056d62c88bb964af7aed7fdda74ccca8c16b0453be3c4519441a340b361e01 [2021-02-23T18:13:14.992Z] #23 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:13:14.992Z] #28 sha256:e316e45edef6bccf14ac79ebaad45664eac0a66c4cb4bb431aa99c636e73b3df [2021-02-23T18:13:14.992Z] #28 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:13:14.992Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-23T18:13:14.992Z] #42 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #40 sha256:8dd588a868048f562f5777d9e6ea399220065235e00807678dc192f7609eb76b [2021-02-23T18:13:14.992Z] #40 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-23T18:13:14.992Z] #45 sha256:df1835bcbc5e611735684dbac78275b1c5136d9ed9d0300f2dc74c25d0a30272 [2021-02-23T18:13:14.992Z] #45 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-23T18:13:14.992Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-23T18:13:14.992Z] #20 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #11 [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 [2021-02-23T18:13:14.992Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-23T18:13:14.992Z] #11 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:13:14.992Z] #57 sha256:a7260af85c4ec1c8acc461f42a99aefc1ad433ce0e9cef1257281d8fdb9dbc25 [2021-02-23T18:13:14.992Z] #57 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-23T18:13:14.992Z] #65 sha256:1bf98b434719460237152602651ef51a42c700721e6d2f1b4bbead93b23bbe67 [2021-02-23T18:13:14.992Z] #65 CACHED [2021-02-23T18:13:14.992Z] [2021-02-23T18:13:14.992Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-23T18:13:14.992Z] #66 sha256:212c219528c6521631bb248bda1de7840ab8ad2eebe92991ed0d57d8c423d93f [2021-02-23T18:13:15.200Z] Merge succeeded, producing 6362afa073177a5fed7ef128017c6402218e24f9 [2021-02-23T18:13:15.200Z] Checking out Revision 6362afa073177a5fed7ef128017c6402218e24f9 (PR-42060) [2021-02-23T18:13:15.225Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:15.225Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:15.225Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42060/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-23T18:13:15.225Z] + bash /home/ubuntu/workspace/moby_PR-42060/check-config.sh [2021-02-23T18:13:15.225Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-23T18:13:15.225Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-02-23T18:13:15.225Z] [2021-02-23T18:13:15.225Z] Generally Necessary: [2021-02-23T18:13:15.225Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-23T18:13:15.225Z] - apparmor: enabled and tools installed [2021-02-23T18:13:15.225Z] - CONFIG_NAMESPACES: enabled [2021-02-23T18:13:15.295Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:13:14.496Z] > git remote # timeout=10 [2021-02-23T18:13:14.500Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T18:13:14.502Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-23T18:13:14.503Z] > git merge dc1606ad797797e1f7eeece028363789aa08d60d # timeout=10 [2021-02-23T18:13:15.195Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T18:13:15.209Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:15.212Z] > git checkout -f 6362afa073177a5fed7ef128017c6402218e24f9 # timeout=10 [2021-02-23T18:13:15.304Z] > git rev-list --no-walk 2a220f1f3d176adee684df83921c47d003f83e8e # timeout=10 [2021-02-23T18:13:15.332Z] Merge succeeded, producing 6362afa073177a5fed7ef128017c6402218e24f9 [2021-02-23T18:13:15.332Z] Checking out Revision 6362afa073177a5fed7ef128017c6402218e24f9 (PR-42060) [2021-02-23T18:13:15.485Z] - CONFIG_NET_NS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_PID_NS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_IPC_NS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_UTS_NS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_CGROUPS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-23T18:13:15.485Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-23T18:13:15.485Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-23T18:13:15.485Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-23T18:13:15.485Z] - CONFIG_CPUSETS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_MEMCG: enabled [2021-02-23T18:13:15.485Z] - CONFIG_KEYS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_VETH: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-23T18:13:15.485Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-23T18:13:15.485Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-23T18:13:15.485Z] [2021-02-23T18:13:15.485Z] Optional Features: [2021-02-23T18:13:15.485Z] - CONFIG_USER_NS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_SECCOMP: enabled [2021-02-23T18:13:15.485Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-23T18:13:15.485Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-23T18:13:15.641Z] Commit message: "Merge commit 'dc1606ad797797e1f7eeece028363789aa08d60d' into HEAD" [2021-02-23T18:13:15.746Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-23T18:13:15.746Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-23T18:13:15.746Z] - CONFIG_BLK_CGROUP: enabled [2021-02-23T18:13:15.746Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-23T18:13:15.746Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-23T18:13:15.746Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-23T18:13:15.746Z] - CONFIG_CGROUP_PERF: enabled [2021-02-23T18:13:15.746Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-23T18:13:15.746Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-23T18:13:15.746Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-23T18:13:15.746Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-23T18:13:15.746Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-23T18:13:15.746Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-23T18:13:15.746Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-23T18:13:15.746Z] - CONFIG_IP_VS: enabled (as module) [2021-02-23T18:13:15.746Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-23T18:13:15.746Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-23T18:13:15.746Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-23T18:13:15.746Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-23T18:13:15.746Z] - CONFIG_EXT4_FS: enabled [2021-02-23T18:13:15.746Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-23T18:13:15.746Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-23T18:13:15.746Z] - Network Drivers: [2021-02-23T18:13:15.746Z] - "overlay": [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-23T18:13:15.918Z] #66 DONE 0.9s [2021-02-23T18:13:15.918Z] [2021-02-23T18:13:15.918Z] #67 exporting to image [2021-02-23T18:13:15.918Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-23T18:13:15.918Z] #67 exporting layers [2021-02-23T18:13:16.007Z] - CONFIG_VXLAN: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-23T18:13:16.007Z] Optional (for encrypted networks): [2021-02-23T18:13:16.007Z] - CONFIG_CRYPTO: enabled [2021-02-23T18:13:16.007Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-23T18:13:16.007Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-23T18:13:16.007Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-23T18:13:16.007Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-23T18:13:16.007Z] - CONFIG_XFRM: enabled [2021-02-23T18:13:16.007Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-23T18:13:16.007Z] - "ipvlan": [2021-02-23T18:13:16.007Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-23T18:13:16.007Z] - "macvlan": [2021-02-23T18:13:16.007Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_DUMMY: enabled (as module) [2021-02-23T18:13:16.007Z] - "ftp,tftp client in container": [2021-02-23T18:13:16.007Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-23T18:13:16.007Z] - Storage Drivers: [2021-02-23T18:13:16.007Z] - "aufs": [2021-02-23T18:13:16.007Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-23T18:13:16.007Z] - "btrfs": [2021-02-23T18:13:16.007Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-23T18:13:16.007Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-23T18:13:16.007Z] - "devicemapper": [2021-02-23T18:13:16.214Z] + docker version [2021-02-23T18:13:16.214Z] Client: [2021-02-23T18:13:16.214Z] Version: 18.06.1-ce [2021-02-23T18:13:16.214Z] API version: 1.38 [2021-02-23T18:13:16.214Z] Go version: go1.10.3 [2021-02-23T18:13:16.214Z] Git commit: e68fc7a [2021-02-23T18:13:16.214Z] Built: Tue Aug 21 17:26:10 2018 [2021-02-23T18:13:16.214Z] OS/Arch: linux/ppc64le [2021-02-23T18:13:16.214Z] Experimental: false [2021-02-23T18:13:16.214Z] [2021-02-23T18:13:16.214Z] Server: [2021-02-23T18:13:16.214Z] Engine: [2021-02-23T18:13:16.214Z] Version: 18.06.1-ce [2021-02-23T18:13:16.214Z] API version: 1.38 (minimum version 1.12) [2021-02-23T18:13:16.214Z] Go version: go1.10.3 [2021-02-23T18:13:16.214Z] Git commit: e68fc7a [2021-02-23T18:13:16.214Z] Built: Tue Aug 21 17:24:20 2018 [2021-02-23T18:13:16.214Z] OS/Arch: linux/ppc64le [2021-02-23T18:13:16.214Z] Experimental: true [2021-02-23T18:13:16.230Z] #22 transferring context: 53.37MB 1.4s done [2021-02-23T18:13:16.230Z] #22 DONE 1.5s [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #47 sha256:deb21d6efe325035c05f52cf17504ff8d0ab6d987fd28807dca668b6f1b64385 [2021-02-23T18:13:16.230Z] #47 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-23T18:13:16.230Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-23T18:13:16.230Z] #18 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #26 [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 [2021-02-23T18:13:16.230Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-23T18:13:16.230Z] #26 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:13:16.230Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-23T18:13:16.230Z] #19 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:13:16.230Z] #33 sha256:10232c2842a506c330f380c826a690b90f2bbc38b59025b7a9766e2f51b88251 [2021-02-23T18:13:16.230Z] #33 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:13:16.230Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-23T18:13:16.230Z] #42 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:13:16.230Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-23T18:13:16.230Z] #39 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:13:16.230Z] #50 sha256:94f2f622c71b78a2e5440ac9e683248a4ee3b86f76da9a76f3a9acbff69b06bb [2021-02-23T18:13:16.230Z] #50 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-23T18:13:16.230Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-23T18:13:16.230Z] #16 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-23T18:13:16.230Z] #24 sha256:052a53dbc73e1b438a88d7637428ebc99c49b9e019edfa698479e15829e783a7 [2021-02-23T18:13:16.230Z] #24 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #60 sha256:7cd0553b8f53b84bace67fa5a82bc67fc66adb500dbc71dc572d9b6437ef656d [2021-02-23T18:13:16.230Z] #60 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-23T18:13:16.230Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-23T18:13:16.230Z] #17 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-23T18:13:16.230Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-23T18:13:16.230Z] #15 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:13:16.230Z] #28 sha256:9c61ebab80d630f2c51531ea9b75e0ad767d7654f4e949cd2308cd8eb3949526 [2021-02-23T18:13:16.230Z] #28 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-23T18:13:16.230Z] #29 sha256:b1521ac85a597f76a5672bb924c7c6d8210bfd844fee68a2fcd18c587f5e017a [2021-02-23T18:13:16.230Z] #29 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #64 sha256:8e4d6da080cf42cb408f9b23243e134870f5b0cd069eb63546208f26b76ec5bb [2021-02-23T18:13:16.230Z] #64 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:13:16.230Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-23T18:13:16.230Z] #54 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:13:16.230Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-23T18:13:16.230Z] #35 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-23T18:13:16.230Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-23T18:13:16.230Z] #14 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #51 sha256:aeeeddabed3d9e75c81e35de302184b4fe47ff34e8cac81711dc44ba8f3909fe [2021-02-23T18:13:16.230Z] #51 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #56 sha256:752d940d29c78afbaca1fbb7b7302824e3167fd83c93e66c36f596b0e1d80e08 [2021-02-23T18:13:16.230Z] #56 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #34 sha256:61f9296a35775fde3e55de36ea095bd51ac3af2743bfeeb6f8c4b4a009001e67 [2021-02-23T18:13:16.230Z] #34 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-23T18:13:16.230Z] #43 sha256:8e79af6c3b096a3d62f1f59e86a02d99ba26cc45412fae83222d86b0c000df83 [2021-02-23T18:13:16.230Z] #43 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:13:16.230Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-23T18:13:16.230Z] #21 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:13:16.230Z] #46 sha256:b1694cae6406e19753c8d61e60585ca804a683b66dad37c2be160dfe7869d066 [2021-02-23T18:13:16.230Z] #46 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #49 sha256:d5ba8a713c36fc5110de160e4f4601839baa3d3b36147924567c1e109536d431 [2021-02-23T18:13:16.230Z] #49 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-23T18:13:16.230Z] #53 sha256:34fe5e1dba26e94a5a0750be5523561502ca58f644d2ae04ab8891c27edf9947 [2021-02-23T18:13:16.230Z] #53 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-23T18:13:16.230Z] #27 sha256:6eb19008e1428d5d690d944eb0ec7e6c3f44243eb6fd947c911306aaddda5b07 [2021-02-23T18:13:16.230Z] #27 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:13:16.230Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-23T18:13:16.230Z] #31 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:13:16.230Z] #55 sha256:9d193f31d0f820d8de4355fb049f0b66898373d1ec3676f0ab5ad7ff33be89a2 [2021-02-23T18:13:16.230Z] #55 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #12 [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 [2021-02-23T18:13:16.230Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-23T18:13:16.230Z] #12 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-23T18:13:16.230Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-23T18:13:16.230Z] #38 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.230Z] #11 [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 [2021-02-23T18:13:16.230Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-23T18:13:16.230Z] #11 CACHED [2021-02-23T18:13:16.230Z] [2021-02-23T18:13:16.231Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-23T18:13:16.231Z] #58 sha256:3bf7ca593f4bb39e88e32091c4db76ceb93c8ad05865dc372432a6c0fd16ce22 [2021-02-23T18:13:16.231Z] #58 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:13:16.231Z] #48 sha256:505141005e54771943b4d1b4116de8b7cfca7071ec41ba2db9511f505bc7a7ef [2021-02-23T18:13:16.231Z] #48 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-23T18:13:16.231Z] #45 sha256:52e2eb2c8c986d7880a98e6dca841675611dcdb0e6e66607f7fc87428e4d0f55 [2021-02-23T18:13:16.231Z] #45 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:13:16.231Z] #52 sha256:4b0ca4d1a84b8ac9db35aa0b51aadfc907bfb27b9cb560f19701ecb50412a823 [2021-02-23T18:13:16.231Z] #52 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:13:16.231Z] #44 sha256:7054f3305eb4d2c704edc9e2036ef0ac238bc4cfdbd32c8a5b268db8111b4fbf [2021-02-23T18:13:16.231Z] #44 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-23T18:13:16.231Z] #37 sha256:315ac189d7ce4f7627f9865f4d60f144805abb97bbf0c8a570d71c4a44748d7f [2021-02-23T18:13:16.231Z] #37 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-23T18:13:16.231Z] #36 sha256:52a913f3dfbb55417ef70a236d675a7f03414deb6cf17e7f56393472b0013e7b [2021-02-23T18:13:16.231Z] #36 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-23T18:13:16.231Z] #62 sha256:94d0b81d2db94f85fd06e9d8f9bf574c3e745da3392dad4388e6a1c6f811f142 [2021-02-23T18:13:16.231Z] #62 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:13:16.231Z] #23 sha256:2ea5b35f4830bcf44f37dd8af141758bdc62f6bf4f1c9c2ad244e09563d26caf [2021-02-23T18:13:16.231Z] #23 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-23T18:13:16.231Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-23T18:13:16.231Z] #10 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-23T18:13:16.231Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-23T18:13:16.231Z] #20 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:13:16.231Z] #57 sha256:248ff6a60132a26592d0c50dae6369b65effc3b79908b7e9d632c9350e3f6268 [2021-02-23T18:13:16.231Z] #57 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-23T18:13:16.231Z] #59 sha256:7153bf5bd3aeb33e77ac52ea14aa2063df6416e8db4aecf3000747f2b08b38b9 [2021-02-23T18:13:16.231Z] #59 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-23T18:13:16.231Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-23T18:13:16.231Z] #30 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:13:16.231Z] #63 sha256:977e8dc0055e6c7782219c1d38e77dbb55aff1b1e4865affcf895718383c6f4f [2021-02-23T18:13:16.231Z] #63 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:13:16.231Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-23T18:13:16.231Z] #41 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-23T18:13:16.231Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-23T18:13:16.231Z] #13 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-23T18:13:16.231Z] #32 sha256:2099e5edb3413cf465ee56ad30523f7aa7c8713b3ec18c00c6422db5d86182c5 [2021-02-23T18:13:16.231Z] #32 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-23T18:13:16.231Z] #40 sha256:707a68be800653dc5a23b5633d5be34d00eada00003bd5d8ad2b02564f786d95 [2021-02-23T18:13:16.231Z] #40 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-23T18:13:16.231Z] #65 sha256:8b25583e481dd21ab14f2fee08bae1b858ac42576a52c297f20d0f94c4d71887 [2021-02-23T18:13:16.231Z] #65 CACHED [2021-02-23T18:13:16.231Z] [2021-02-23T18:13:16.231Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-23T18:13:16.231Z] #66 sha256:5926c0ce1bbd4e6760aee3d1e2aa374191fbe8b5040bb39411bbeb3408a1fb61 [Pipeline] sh [2021-02-23T18:13:16.267Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-23T18:13:16.267Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-23T18:13:16.267Z] - "overlay": [2021-02-23T18:13:16.267Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-23T18:13:16.267Z] - "zfs": [2021-02-23T18:13:16.267Z] - /dev/zfs: missing [2021-02-23T18:13:16.267Z] - zfs command: missing [2021-02-23T18:13:16.267Z] - zpool command: missing [2021-02-23T18:13:16.267Z] [2021-02-23T18:13:16.267Z] Limits: [2021-02-23T18:13:16.267Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-23T18:13:16.267Z] [2021-02-23T18:13:16.267Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-02-23T18:13:16.479Z] #67 exporting layers 0.8s done [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-23T18:13:16.560Z] #22 transferring context: 53.36MB 1.6s done [2021-02-23T18:13:16.560Z] #22 DONE 1.7s [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:13:16.560Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-23T18:13:16.560Z] #54 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #49 sha256:ff07068b19a253b89882a43767a4bf8b068144b22dcb13ae975144063e033687 [2021-02-23T18:13:16.560Z] #49 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-23T18:13:16.560Z] #27 sha256:47e9d36b0372d69f70402442021773615ec3e28954955d806e9b22fdb8edf5ed [2021-02-23T18:13:16.560Z] #27 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #26 [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 [2021-02-23T18:13:16.560Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-23T18:13:16.560Z] #26 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-23T18:13:16.560Z] #43 sha256:c048f4be23a81d10a69aa777d423059ddcee25de9560b3c1303db31b7d09f268 [2021-02-23T18:13:16.560Z] #43 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #64 sha256:c3de05bbf688b5b2ff5f6c8af8eac76b115460fc3627d9789252683f85927f3d [2021-02-23T18:13:16.560Z] #64 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:13:16.560Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-23T18:13:16.560Z] #41 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:13:16.560Z] #33 sha256:85cf7ace4aea896eb9b59b6a1d6ac095c068fd85c28aad520793495f42f63980 [2021-02-23T18:13:16.560Z] #33 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #47 sha256:2caa3b29fd1dab5002fa270c3a87008acdcc7dc9a2709905d9bd3a6045f2c4c8 [2021-02-23T18:13:16.560Z] #47 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-23T18:13:16.560Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-23T18:13:16.560Z] #17 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #51 sha256:036aff3355106461a8dc8bed04bbaf9e8451616ca6b881b0daaed237eaddb334 [2021-02-23T18:13:16.560Z] #51 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-23T18:13:16.560Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-23T18:13:16.560Z] #38 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-23T18:13:16.560Z] #59 sha256:ad9dc490c6940817104f8584b026374cd6c8679f6f1123ecf23dbc9560ebade9 [2021-02-23T18:13:16.560Z] #59 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:13:16.560Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-23T18:13:16.560Z] #42 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #66 [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 [2021-02-23T18:13:16.560Z] #66 sha256:aab992a5771a65af9bd61d341fbc14a82867fcf19a7a31c6d7166f9134aa2903 [2021-02-23T18:13:16.560Z] #66 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #40 sha256:8746624284ccd98952a129e850811179553a2c6b2e9b224bafd07588def11062 [2021-02-23T18:13:16.560Z] #40 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #53 sha256:646b75fd6d09deaf8980d3fef71ec1ec3f48a38359658a05f52da00f74056fa7 [2021-02-23T18:13:16.560Z] #53 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-23T18:13:16.560Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-23T18:13:16.560Z] #30 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-23T18:13:16.560Z] #65 sha256:0621a4589f1f1461829d6970fe28cdc6c52f05bd7e4007d5c45d2040a9d0cebe [2021-02-23T18:13:16.560Z] #65 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #60 sha256:46c46f6e564813f123b1cf0765c8aba28a52952ea5256700aed7e8173da9a8c2 [2021-02-23T18:13:16.560Z] #60 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:13:16.560Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-23T18:13:16.560Z] #35 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:13:16.560Z] #23 sha256:7223817aa487b55564ad171f292079eba9d705ab2164d407248e97d8da0a92af [2021-02-23T18:13:16.560Z] #23 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #34 sha256:cc532aea49ccf4fe432588f2a5da7e53d355461dbe986310fae73e7faba97524 [2021-02-23T18:13:16.560Z] #34 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-23T18:13:16.560Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-23T18:13:16.560Z] #15 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:13:16.560Z] #63 sha256:4bc50e336e25f48d828764bd3b2ab1b82b145b2e2c95b5e76276f1d2ef1134c6 [2021-02-23T18:13:16.560Z] #63 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:13:16.560Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-23T18:13:16.560Z] #19 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-23T18:13:16.560Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-23T18:13:16.560Z] #13 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:13:16.560Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-23T18:13:16.560Z] #39 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-23T18:13:16.560Z] #58 sha256:efded3a6a61ec9998d83f80f5035d932b7025ff1c27d985f3d06ce690ad6f677 [2021-02-23T18:13:16.560Z] #58 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-23T18:13:16.560Z] #29 sha256:24af2317cee7ecb0cdb64b3546225cc42e6937606fb5c68e9965d7a184bb1d44 [2021-02-23T18:13:16.560Z] #29 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #32 sha256:46889482b9f2d55dd083d682c8e0b6c8cc6064910916f4746edf322cd2d6f4bb [2021-02-23T18:13:16.560Z] #32 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-23T18:13:16.560Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-23T18:13:16.560Z] #18 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-23T18:13:16.560Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-23T18:13:16.560Z] #14 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #12 [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 [2021-02-23T18:13:16.560Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-23T18:13:16.560Z] #12 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-23T18:13:16.560Z] #45 sha256:2005667c474f60d2687ddf73854deaf9e4de6dc148b1d039e2f3d8641f9103da [2021-02-23T18:13:16.560Z] #45 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:13:16.560Z] #57 sha256:e85eb6795a7a1ff08e7eb6b7d24e9fbdfc895932bb2677370aebf57cbd896092 [2021-02-23T18:13:16.560Z] #57 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:13:16.560Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-23T18:13:16.560Z] #21 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-23T18:13:16.560Z] #36 sha256:21dd26b18262d31c5b39207b9487d6ffebb841ca7fb24d0b7718c9d5eec64a29 [2021-02-23T18:13:16.560Z] #36 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.560Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-23T18:13:16.560Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-23T18:13:16.560Z] #20 CACHED [2021-02-23T18:13:16.560Z] [2021-02-23T18:13:16.561Z] #11 [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 [2021-02-23T18:13:16.561Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-23T18:13:16.561Z] #11 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-23T18:13:16.561Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-23T18:13:16.561Z] #16 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-23T18:13:16.561Z] #37 sha256:fa0356f85ec4f3c53fbe59e704146d824e0b00bd94b8a6f0116496e13be9199e [2021-02-23T18:13:16.561Z] #37 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-23T18:13:16.561Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-23T18:13:16.561Z] #10 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:13:16.561Z] #46 sha256:ebd2253ecf5818b25b94a61700fc39e92b10ce16d0faf6377458b5dd6535c620 [2021-02-23T18:13:16.561Z] #46 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-23T18:13:16.561Z] #56 sha256:a8821fd055c098ac6299c352d085edb9d37a242568d41382740fe2e284a89322 [2021-02-23T18:13:16.561Z] #56 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-23T18:13:16.561Z] #62 sha256:1f4f8358aa9994a33c2d5a3c10e7497a201b53b1404423a9ac9b45d31de8bdbe [2021-02-23T18:13:16.561Z] #62 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:13:16.561Z] #48 sha256:16cec429fc5471da870f717b39078bbdc4c6c35443fe1224d069eae9f630cb22 [2021-02-23T18:13:16.561Z] #48 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-23T18:13:16.561Z] #24 sha256:1fc72d65ff65fd15373c572466f87b853ab6bf959df7d182636ea0ce4a7244c7 [2021-02-23T18:13:16.561Z] #24 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:13:16.561Z] #28 sha256:ca04c3537bb35b5ffc77ead1922101dfcbc63b22c69ca7e7769e89b99a7296ea [2021-02-23T18:13:16.561Z] #28 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:13:16.561Z] #52 sha256:99451fc87f9f25a4ca189a738c15d3bdd5cc9945beb8b432518b6c698f8cc7d8 [2021-02-23T18:13:16.561Z] #52 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:13:16.561Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-23T18:13:16.561Z] #31 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:13:16.561Z] #44 sha256:ec889196416faf88f8a9a8f0e474d818a4b427a37e8a90ef4f5ed2de2a5ffe8f [2021-02-23T18:13:16.561Z] #44 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:13:16.561Z] #50 sha256:564ecff48be8b99f0f916376efdcffcabc729280018d57edd6148d87ec6f0401 [2021-02-23T18:13:16.561Z] #50 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:13:16.561Z] #55 sha256:a28943b7664ff346bb918d2b1c2bd688f332965f73fc05222b6542fb9d1a7da8 [2021-02-23T18:13:16.561Z] #55 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #67 [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 [2021-02-23T18:13:16.561Z] #67 sha256:19c7787fc8c133ad25c90802cb3c497553af5c9be24d00440e1d01c8d5101fe4 [2021-02-23T18:13:16.561Z] #67 CACHED [2021-02-23T18:13:16.561Z] [2021-02-23T18:13:16.561Z] #68 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-23T18:13:16.561Z] #68 sha256:8e505f39a39155a76245572496f0cae9eca2578f04b44dbb3fe84c1185bd7603 [2021-02-23T18:13:16.597Z] + docker info [2021-02-23T18:13:16.597Z] Containers: 0 [2021-02-23T18:13:16.597Z] Running: 0 [2021-02-23T18:13:16.597Z] Paused: 0 [2021-02-23T18:13:16.597Z] Stopped: 0 [2021-02-23T18:13:16.597Z] Images: 0 [2021-02-23T18:13:16.597Z] Server Version: 18.06.1-ce [2021-02-23T18:13:16.597Z] Storage Driver: overlay2 [2021-02-23T18:13:16.597Z] Backing Filesystem: extfs [2021-02-23T18:13:16.597Z] Supports d_type: true [2021-02-23T18:13:16.597Z] Native Overlay Diff: true [2021-02-23T18:13:16.597Z] Logging Driver: json-file [2021-02-23T18:13:16.597Z] Cgroup Driver: cgroupfs [2021-02-23T18:13:16.597Z] Plugins: [2021-02-23T18:13:16.597Z] Volume: local [2021-02-23T18:13:16.597Z] Network: bridge host ipvlan macvlan null overlay [2021-02-23T18:13:16.597Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-02-23T18:13:16.597Z] Swarm: inactive [2021-02-23T18:13:16.597Z] Runtimes: runc [2021-02-23T18:13:16.597Z] Default Runtime: runc [2021-02-23T18:13:16.597Z] Init Binary: docker-init [2021-02-23T18:13:16.597Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-02-23T18:13:16.597Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-02-23T18:13:16.597Z] init version: fec3683 [2021-02-23T18:13:16.597Z] Security Options: [2021-02-23T18:13:16.597Z] apparmor [2021-02-23T18:13:16.597Z] seccomp [2021-02-23T18:13:16.597Z] Profile: default [2021-02-23T18:13:16.597Z] Kernel Version: 4.4.0-139-generic [2021-02-23T18:13:16.597Z] Operating System: Ubuntu 16.04.3 LTS [2021-02-23T18:13:16.597Z] OSType: linux [2021-02-23T18:13:16.597Z] Architecture: ppc64le [2021-02-23T18:13:16.597Z] CPUs: 4 [2021-02-23T18:13:16.597Z] Total Memory: 7.972GiB [2021-02-23T18:13:16.597Z] Name: ppc64le-ubuntu-23 [2021-02-23T18:13:16.597Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-02-23T18:13:16.597Z] Docker Root Dir: /var/lib/docker [2021-02-23T18:13:16.597Z] Debug Mode (client): false [2021-02-23T18:13:16.597Z] Debug Mode (server): false [2021-02-23T18:13:16.597Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:16.597Z] Labels: [2021-02-23T18:13:16.597Z] Experimental: true [2021-02-23T18:13:16.597Z] Insecure Registries: [2021-02-23T18:13:16.597Z] 127.0.0.0/8 [2021-02-23T18:13:16.597Z] Live Restore Enabled: false [2021-02-23T18:13:16.597Z] [2021-02-23T18:13:16.665Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c . [2021-02-23T18:13:16.735Z] #67 writing image sha256:3ae72f0ad18ff0de3d02785e1fb1e5a1d0942ca9f3a028cbc277ca2697520907 done [2021-02-23T18:13:16.735Z] #67 naming to docker.io/library/docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c done [2021-02-23T18:13:16.735Z] #67 DONE 0.9s [2021-02-23T18:13:15.232Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-02-23T18:13:15.357Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T18:13:15.403Z] > git checkout -f 6362afa073177a5fed7ef128017c6402218e24f9 # timeout=10 [Pipeline] } [Pipeline] sh [2021-02-23T18:13:17.006Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.0s done [2021-02-23T18:13:17.006Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-23T18:13:17.159Z] #66 DONE 0.9s [2021-02-23T18:13:17.159Z] [2021-02-23T18:13:17.159Z] #67 exporting to image [2021-02-23T18:13:17.159Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-23T18:13:17.159Z] #67 exporting layers [2021-02-23T18:13:17.326Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:17.326Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:17.326Z] + curl -fsSL -o /home/docker/workspace/moby_PR-42060/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-23T18:13:17.326Z] + bash /home/docker/workspace/moby_PR-42060/check-config.sh [2021-02-23T18:13:17.326Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-23T18:13:17.326Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-02-23T18:13:17.326Z] [2021-02-23T18:13:17.326Z] Generally Necessary: [2021-02-23T18:13:17.326Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-23T18:13:17.326Z] - apparmor: enabled and tools installed [2021-02-23T18:13:17.326Z] - CONFIG_NAMESPACES: enabled [2021-02-23T18:13:17.326Z] - CONFIG_NET_NS: enabled [2021-02-23T18:13:17.326Z] - CONFIG_PID_NS: enabled [2021-02-23T18:13:17.326Z] - CONFIG_IPC_NS: enabled [2021-02-23T18:13:17.326Z] - CONFIG_UTS_NS: enabled [2021-02-23T18:13:17.326Z] - CONFIG_CGROUPS: enabled [2021-02-23T18:13:17.326Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-23T18:13:17.326Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-23T18:13:17.326Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-23T18:13:17.326Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-23T18:13:17.326Z] - CONFIG_CPUSETS: enabled [2021-02-23T18:13:17.326Z] - CONFIG_MEMCG: enabled [2021-02-23T18:13:17.384Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh dynbinary test-integration [2021-02-23T18:13:17.415Z] + docker version [2021-02-23T18:13:17.415Z] Client: Docker Engine - Enterprise [2021-02-23T18:13:17.415Z] Version: 19.03.12 [2021-02-23T18:13:17.415Z] API version: 1.40 [2021-02-23T18:13:17.415Z] Go version: go1.13.13 [2021-02-23T18:13:17.415Z] Git commit: 4306744 [2021-02-23T18:13:17.415Z] Built: 08/05/2020 19:27:53 [2021-02-23T18:13:17.415Z] OS/Arch: windows/amd64 [2021-02-23T18:13:17.415Z] Experimental: false [2021-02-23T18:13:17.415Z] [2021-02-23T18:13:17.415Z] Server: Docker Engine - Enterprise [2021-02-23T18:13:17.415Z] Engine: [2021-02-23T18:13:17.415Z] Version: 19.03.12 [2021-02-23T18:13:17.415Z] API version: 1.40 (minimum version 1.24) [2021-02-23T18:13:17.415Z] Go version: go1.13.13 [2021-02-23T18:13:17.415Z] Git commit: f295753ffd [2021-02-23T18:13:17.415Z] Built: 08/05/2020 19:26:41 [2021-02-23T18:13:17.415Z] OS/Arch: windows/amd64 [2021-02-23T18:13:17.415Z] Experimental: true [2021-02-23T18:13:17.500Z] #68 DONE 1.0s [2021-02-23T18:13:17.500Z] [2021-02-23T18:13:17.500Z] #69 exporting to image [2021-02-23T18:13:17.500Z] #69 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-23T18:13:17.500Z] #69 exporting layers [Pipeline] sh [2021-02-23T18:13:17.622Z] - CONFIG_KEYS: enabled [2021-02-23T18:13:17.622Z] - CONFIG_VETH: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-23T18:13:17.622Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-23T18:13:17.622Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-02-23T18:13:17.622Z] [2021-02-23T18:13:17.622Z] Optional Features: [2021-02-23T18:13:17.622Z] - CONFIG_USER_NS: enabled [2021-02-23T18:13:17.622Z] - CONFIG_SECCOMP: enabled [2021-02-23T18:13:17.622Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-23T18:13:17.622Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-23T18:13:17.622Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-23T18:13:17.622Z] (cgroup swap accounting is currently enabled) [2021-02-23T18:13:17.622Z] - CONFIG_MEMCG_KMEM: enabled [2021-02-23T18:13:17.622Z] - CONFIG_BLK_CGROUP: enabled [2021-02-23T18:13:17.622Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-23T18:13:17.622Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-23T18:13:17.622Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-23T18:13:17.622Z] - CONFIG_CGROUP_PERF: enabled [2021-02-23T18:13:17.622Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-23T18:13:17.622Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-23T18:13:17.622Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-23T18:13:17.622Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-23T18:13:17.622Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-23T18:13:17.622Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_IP_VS: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-23T18:13:17.622Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-23T18:13:17.622Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-23T18:13:17.622Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-23T18:13:17.622Z] - CONFIG_EXT4_FS: enabled [2021-02-23T18:13:17.915Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-23T18:13:17.915Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-23T18:13:17.915Z] - Network Drivers: [2021-02-23T18:13:17.915Z] - "overlay": [2021-02-23T18:13:17.915Z] - CONFIG_VXLAN: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-23T18:13:17.915Z] Optional (for encrypted networks): [2021-02-23T18:13:17.915Z] - CONFIG_CRYPTO: enabled [2021-02-23T18:13:17.915Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_XFRM: enabled [2021-02-23T18:13:17.915Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-23T18:13:17.915Z] - "ipvlan": [2021-02-23T18:13:17.915Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-23T18:13:17.915Z] - "macvlan": [2021-02-23T18:13:17.915Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_DUMMY: enabled (as module) [2021-02-23T18:13:17.915Z] - "ftp,tftp client in container": [2021-02-23T18:13:17.915Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-23T18:13:17.915Z] - Storage Drivers: [2021-02-23T18:13:17.915Z] - "aufs": [2021-02-23T18:13:17.915Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-23T18:13:17.915Z] - "btrfs": [2021-02-23T18:13:17.915Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-23T18:13:17.915Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-23T18:13:17.915Z] - "devicemapper": [2021-02-23T18:13:17.915Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-23T18:13:17.915Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-23T18:13:17.915Z] - "overlay": [2021-02-23T18:13:17.915Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-23T18:13:17.915Z] - "zfs": [2021-02-23T18:13:17.915Z] - /dev/zfs: missing [2021-02-23T18:13:17.915Z] - zfs command: missing [2021-02-23T18:13:17.915Z] - zpool command: missing [2021-02-23T18:13:17.915Z] [2021-02-23T18:13:17.915Z] Limits: [2021-02-23T18:13:17.915Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-23T18:13:17.915Z] [2021-02-23T18:13:17.915Z] + true [2021-02-23T18:13:17.945Z] [2021-02-23T18:13:17.945Z] Removing bundles/ [2021-02-23T18:13:17.945Z] [2021-02-23T18:13:17.945Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-23T18:13:18.086Z] #67 exporting layers 0.8s done [2021-02-23T18:13:18.086Z] #67 writing image sha256:445fe98cf9992702eeaf69b5da7781edc9c46a57cc30fd97b487697798c965bb [2021-02-23T18:13:18.086Z] #67 writing image sha256:445fe98cf9992702eeaf69b5da7781edc9c46a57cc30fd97b487697798c965bb done [2021-02-23T18:13:18.086Z] #67 naming to docker.io/library/docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c done [2021-02-23T18:13:18.086Z] #67 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-02-23T18:13:18.201Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:13:18.201Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:13:18.399Z] + make bundles/buildx [2021-02-23T18:13:18.435Z] #69 exporting layers 0.8s done [2021-02-23T18:13:18.435Z] #69 writing image sha256:f31b0bc16bf6cd6320248f4eafb12e9521a6d01c6871ebadaa5c0c3d96f9d601 [2021-02-23T18:13:18.435Z] #69 writing image sha256:f31b0bc16bf6cd6320248f4eafb12e9521a6d01c6871ebadaa5c0c3d96f9d601 done [2021-02-23T18:13:18.435Z] #69 naming to docker.io/library/docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c done [2021-02-23T18:13:18.435Z] #69 DONE 0.9s [2021-02-23T18:13:18.439Z] + docker info [Pipeline] } [Pipeline] // stage [2021-02-23T18:13:18.459Z] + trap exit INT TERM [2021-02-23T18:13:18.459Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-02-23T18:13:18.459Z] + CONTAINER_NAME=docker-pr3 [2021-02-23T18:13:18.459Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42060/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh dynbinary-daemon [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-23T18:13:18.521Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.6s done [2021-02-23T18:13:18.692Z] make: command: Command not found [2021-02-23T18:13:18.692Z] make: command: Command not found [2021-02-23T18:13:18.692Z] mkdir bundles [2021-02-23T18:13:18.692Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-02-23T18:13:18.692Z] --build-arg BUILDX_COMMIT \ [2021-02-23T18:13:18.692Z] --build-arg BUILDX_REPO \ [2021-02-23T18:13:18.692Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-02-23T18:13:18.692Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-02-23T18:13:18.692Z] . [2021-02-23T18:13:18.692Z] /bin/sh: 4: go: not found [2021-02-23T18:13:18.692Z] /bin/sh: 5: go: not found [2021-02-23T18:13:18.790Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh dynbinary test-integration [2021-02-23T18:13:18.810Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 [2021-02-23T18:13:19.020Z] [2021-02-23T18:13:19.210Z] #1 [internal] load build definition from Dockerfile [2021-02-23T18:13:19.210Z] #1 sha256:1b18220f8fbe6a6458912e4508b6996e595749e9fda328a85a86935775e259cf [2021-02-23T18:13:19.210Z] #1 transferring dockerfile: 16.55kB done [2021-02-23T18:13:19.210Z] #1 DONE 0.0s [2021-02-23T18:13:19.275Z] Removing bundles/ [2021-02-23T18:13:19.275Z] [2021-02-23T18:13:19.275Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-23T18:13:19.275Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:13:19.275Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:13:19.357Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-02-23T18:13:19.357Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-02-23T18:13:19.357Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-02-23T18:13:19.357Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-02-23T18:13:19.357Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-02-23T18:13:19.357Z] Detected virtualization docker. [2021-02-23T18:13:19.357Z] Detected architecture x86-64. [2021-02-23T18:13:19.357Z] Set hostname to . [2021-02-23T18:13:19.470Z] [2021-02-23T18:13:19.470Z] #2 [internal] load .dockerignore [2021-02-23T18:13:19.470Z] #2 sha256:8fcf5179e3d19d7d846f5eaa41df1ac30ff4fd1c644c956ee10a2130e4e1d478 [2021-02-23T18:13:19.470Z] #2 transferring context: 87B done [2021-02-23T18:13:19.470Z] #2 DONE 0.0s [2021-02-23T18:13:19.976Z] Client: [2021-02-23T18:13:19.976Z] Debug Mode: false [2021-02-23T18:13:19.976Z] Plugins: [2021-02-23T18:13:19.976Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-23T18:13:19.976Z] [2021-02-23T18:13:19.976Z] Server: [2021-02-23T18:13:19.976Z] Containers: 0 [2021-02-23T18:13:19.976Z] Running: 0 [2021-02-23T18:13:19.976Z] Paused: 0 [2021-02-23T18:13:19.976Z] Stopped: 0 [2021-02-23T18:13:19.976Z] Images: 10 [2021-02-23T18:13:19.976Z] Server Version: 19.03.12 [2021-02-23T18:13:19.976Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-23T18:13:19.976Z] Windows: [2021-02-23T18:13:19.976Z] LCOW: [2021-02-23T18:13:19.976Z] Logging Driver: json-file [2021-02-23T18:13:19.976Z] Plugins: [2021-02-23T18:13:19.976Z] Volume: local [2021-02-23T18:13:19.976Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-23T18:13:19.976Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-23T18:13:19.976Z] Swarm: inactive [2021-02-23T18:13:19.976Z] Default Isolation: process [2021-02-23T18:13:19.976Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-23T18:13:19.976Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-23T18:13:19.976Z] OSType: windows [2021-02-23T18:13:19.976Z] Architecture: x86_64 [2021-02-23T18:13:19.976Z] CPUs: 4 [2021-02-23T18:13:19.976Z] Total Memory: 32GiB [2021-02-23T18:13:19.976Z] Name: azwin-2-af5990 [2021-02-23T18:13:19.976Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-23T18:13:19.976Z] Docker Root Dir: D:\docker [2021-02-23T18:13:19.976Z] Debug Mode: false [2021-02-23T18:13:19.976Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:19.976Z] Labels: [2021-02-23T18:13:19.976Z] Experimental: true [2021-02-23T18:13:19.976Z] Insecure Registries: [2021-02-23T18:13:19.976Z] 10.0.0.4:5000 [2021-02-23T18:13:19.976Z] 127.0.0.0/8 [2021-02-23T18:13:19.976Z] Registry Mirrors: [2021-02-23T18:13:19.976Z] http://10.0.0.4:5000/ [2021-02-23T18:13:19.976Z] Live Restore Enabled: false [2021-02-23T18:13:19.976Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-02-23T18:13:20.294Z] + source /etc/docker-entrypoint-cmd [2021-02-23T18:13:20.294Z] ++ hack/make.sh dynbinary test-integration [2021-02-23T18:13:20.294Z] [2021-02-23T18:13:20.419Z] [2021-02-23T18:13:20.419Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-23T18:13:20.419Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c [2021-02-23T18:13:20.553Z] Removing bundles/ [2021-02-23T18:13:20.553Z] [2021-02-23T18:13:20.553Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-23T18:13:20.553Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:13:20.553Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:13:20.680Z] #3 DONE 0.2s [2021-02-23T18:13:20.680Z] [2021-02-23T18:13:20.680Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-23T18:13:20.680Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e [2021-02-23T18:13:20.680Z] #4 CACHED [2021-02-23T18:13:20.777Z] Sending build context to Docker daemon 58.27MB [2021-02-23T18:13:20.777Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-02-23T18:13:20.777Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-02-23T18:13:20.777Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-02-23T18:13:20.777Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-02-23T18:13:20.777Z] 1.13.15-buster: Pulling from library/golang [2021-02-23T18:13:21.076Z] db4e2d8d5901: Pulling fs layer [2021-02-23T18:13:21.076Z] dfe2d012519c: Pulling fs layer [2021-02-23T18:13:21.076Z] 5d8f1d1f9197: Pulling fs layer [2021-02-23T18:13:21.076Z] 1301750ffb48: Pulling fs layer [2021-02-23T18:13:21.076Z] dc5c6edc9cff: Pulling fs layer [2021-02-23T18:13:21.076Z] 3c370c2e2f82: Pulling fs layer [2021-02-23T18:13:21.076Z] 5ffb2f5886e2: Pulling fs layer [2021-02-23T18:13:21.076Z] 1301750ffb48: Waiting [2021-02-23T18:13:21.076Z] dc5c6edc9cff: Waiting [2021-02-23T18:13:21.076Z] 3c370c2e2f82: Waiting [2021-02-23T18:13:21.076Z] 5ffb2f5886e2: Waiting [2021-02-23T18:13:21.375Z] dfe2d012519c: Verifying Checksum [2021-02-23T18:13:21.375Z] dfe2d012519c: Download complete [2021-02-23T18:13:21.375Z] 5d8f1d1f9197: Download complete [2021-02-23T18:13:21.621Z] [2021-02-23T18:13:21.621Z] #5 [internal] load build definition from Dockerfile [2021-02-23T18:13:21.621Z] #5 sha256:01fe720cb7d7d633d6b332a32185db08135bdf3d779f72e280cef311223cec5a [2021-02-23T18:13:21.621Z] #5 transferring dockerfile: 16.55kB 0.0s done [2021-02-23T18:13:21.621Z] #5 DONE 0.0s [2021-02-23T18:13:21.621Z] [2021-02-23T18:13:21.621Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:13:21.621Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-02-23T18:13:21.881Z] #6 DONE 0.1s [2021-02-23T18:13:21.881Z] [2021-02-23T18:13:21.881Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-23T18:13:21.881Z] #8 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-02-23T18:13:21.881Z] #8 DONE 0.3s [2021-02-23T18:13:21.881Z] [2021-02-23T18:13:21.881Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-23T18:13:21.881Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-23T18:13:21.881Z] #7 DONE 0.2s [2021-02-23T18:13:22.322Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.3s done [2021-02-23T18:13:22.322Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 [2021-02-23T18:13:22.456Z] [2021-02-23T18:13:22.456Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:13:22.456Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-02-23T18:13:22.456Z] #25 DONE 0.0s [2021-02-23T18:13:22.456Z] [2021-02-23T18:13:22.456Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-23T18:13:22.456Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-23T18:13:22.456Z] #61 DONE 0.0s [2021-02-23T18:13:22.456Z] [2021-02-23T18:13:22.456Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:13:22.456Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-23T18:13:22.456Z] #9 DONE 0.0s [2021-02-23T18:13:22.456Z] [2021-02-23T18:13:22.456Z] #22 [internal] load build context [2021-02-23T18:13:22.456Z] #22 sha256:124590fbb9595a0a9de3c71324bc3e75c35bec1ec8d2afe2dcdd20d458690a64 [2021-02-23T18:13:22.613Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2021-02-23T18:13:22.613Z] #8 ... [2021-02-23T18:13:22.613Z] [2021-02-23T18:13:22.613Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-02-23T18:13:22.613Z] #25 0.533 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:13:22.613Z] #25 0.545 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:13:22.613Z] #25 0.573 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:13:22.613Z] #25 0.683 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-23T18:13:22.613Z] #25 0.856 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-23T18:13:22.613Z] #25 1.243 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-23T18:13:22.613Z] #25 2.152 Fetched 8110 kB in 2s (4924 kB/s) [2021-02-23T18:13:22.613Z] #25 2.152 Reading package lists... [2021-02-23T18:13:22.613Z] #25 2.606 Reading package lists... [2021-02-23T18:13:22.613Z] #25 3.041 Building dependency tree... [2021-02-23T18:13:22.613Z] #25 3.156 The following additional packages will be installed: [2021-02-23T18:13:22.613Z] #25 3.156 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-23T18:13:22.613Z] #25 3.156 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-23T18:13:22.613Z] #25 3.156 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-23T18:13:22.613Z] #25 3.157 Suggested packages: [2021-02-23T18:13:22.613Z] #25 3.157 krb5-doc krb5-user [2021-02-23T18:13:22.613Z] #25 3.157 Recommended packages: [2021-02-23T18:13:22.613Z] #25 3.157 krb5-locales publicsuffix libsasl2-modules [2021-02-23T18:13:22.613Z] #25 3.258 The following NEW packages will be installed: [2021-02-23T18:13:22.613Z] #25 3.259 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-23T18:13:22.613Z] #25 3.259 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-23T18:13:22.613Z] #25 3.259 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-23T18:13:22.613Z] #25 3.259 libssh2-1 libssl1.1 openssl [2021-02-23T18:13:22.613Z] #25 3.286 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-23T18:13:22.613Z] #25 3.286 Need to get 4601 kB of archives. [2021-02-23T18:13:22.613Z] #25 3.286 After this operation, 11.9 MB of additional disk space will be used. [2021-02-23T18:13:22.613Z] #25 3.286 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u5 [1200 kB] [2021-02-23T18:13:22.613Z] #25 3.299 Get:2 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-02-23T18:13:22.613Z] #25 3.321 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-02-23T18:13:22.613Z] #25 3.333 Get:4 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-23T18:13:22.613Z] #25 3.340 Get:5 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-23T18:13:22.613Z] #25 3.342 Get:6 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-02-23T18:13:22.613Z] #25 3.342 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-02-23T18:13:22.613Z] #25 3.344 Get:8 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-02-23T18:13:22.613Z] #25 3.344 Get:9 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u6 [213 kB] [2021-02-23T18:13:22.613Z] #25 3.344 Get:10 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-02-23T18:13:22.613Z] #25 3.351 Get:11 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u5 [827 kB] [2021-02-23T18:13:22.613Z] #25 3.358 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-02-23T18:13:22.613Z] #25 3.361 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-02-23T18:13:22.613Z] #25 3.363 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-02-23T18:13:22.613Z] #25 3.364 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-02-23T18:13:22.613Z] #25 3.365 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-02-23T18:13:22.613Z] #25 3.369 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2021-02-23T18:13:22.613Z] #25 3.378 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2021-02-23T18:13:22.613Z] #25 3.384 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-02-23T18:13:22.613Z] #25 3.459 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-02-23T18:13:22.613Z] #25 3.482 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-02-23T18:13:22.613Z] #25 3.570 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:13:22.613Z] #25 3.570 Fetched 4601 kB in 0s (21.6 MB/s) [2021-02-23T18:13:22.613Z] #25 3.605 Selecting previously unselected package libssl1.1:s390x. [2021-02-23T18:13:22.613Z] #25 3.605 (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 ... 6675 files and directories currently installed.) [2021-02-23T18:13:22.613Z] #25 3.605 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 3.610 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-02-23T18:13:22.613Z] #25 3.718 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-02-23T18:13:22.613Z] #25 3.718 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 3.720 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 3.745 Selecting previously unselected package libsasl2-2:s390x. [2021-02-23T18:13:22.613Z] #25 3.745 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 3.748 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 3.793 Selecting previously unselected package libldap-common. [2021-02-23T18:13:22.613Z] #25 3.793 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-23T18:13:22.613Z] #25 3.796 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:13:22.613Z] #25 3.840 Selecting previously unselected package libldap-2.4-2:s390x. [2021-02-23T18:13:22.613Z] #25 3.840 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 3.844 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:13:22.613Z] #25 3.900 Selecting previously unselected package openssl. [2021-02-23T18:13:22.613Z] #25 3.900 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 3.907 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-23T18:13:22.613Z] #25 4.057 Selecting previously unselected package ca-certificates. [2021-02-23T18:13:22.613Z] #25 4.057 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-23T18:13:22.613Z] #25 4.060 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-23T18:13:22.613Z] #25 4.123 Selecting previously unselected package libkeyutils1:s390x. [2021-02-23T18:13:22.613Z] #25 4.124 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.127 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-02-23T18:13:22.613Z] #25 4.151 Selecting previously unselected package libkrb5support0:s390x. [2021-02-23T18:13:22.613Z] #25 4.151 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.154 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.188 Selecting previously unselected package libk5crypto3:s390x. [2021-02-23T18:13:22.613Z] #25 4.188 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.200 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.232 Selecting previously unselected package libkrb5-3:s390x. [2021-02-23T18:13:22.613Z] #25 4.232 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.234 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.369 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-02-23T18:13:22.613Z] #25 4.369 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.381 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.417 Selecting previously unselected package libnghttp2-14:s390x. [2021-02-23T18:13:22.613Z] #25 4.418 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.420 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.452 Selecting previously unselected package libpsl5:s390x. [2021-02-23T18:13:22.613Z] #25 4.453 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.457 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-02-23T18:13:22.613Z] #25 4.488 Selecting previously unselected package librtmp1:s390x. [2021-02-23T18:13:22.613Z] #25 4.489 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.492 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-02-23T18:13:22.613Z] #25 4.526 Selecting previously unselected package libssh2-1:s390x. [2021-02-23T18:13:22.613Z] #25 4.526 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.529 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-02-23T18:13:22.613Z] #25 4.572 Selecting previously unselected package libcurl4:s390x. [2021-02-23T18:13:22.613Z] #25 4.572 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.574 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.638 Selecting previously unselected package curl. [2021-02-23T18:13:22.613Z] #25 4.638 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.641 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.677 Selecting previously unselected package libonig5:s390x. [2021-02-23T18:13:22.613Z] #25 4.677 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.680 Unpacking libonig5:s390x (6.9.1-1) ... [2021-02-23T18:13:22.613Z] #25 4.716 Selecting previously unselected package libjq1:s390x. [2021-02-23T18:13:22.613Z] #25 4.716 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.718 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-23T18:13:22.613Z] #25 4.746 Selecting previously unselected package jq. [2021-02-23T18:13:22.613Z] #25 4.747 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-02-23T18:13:22.613Z] #25 4.750 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-23T18:13:22.613Z] #25 4.788 Setting up libkeyutils1:s390x (1.6-6) ... [2021-02-23T18:13:22.613Z] #25 4.797 Setting up libpsl5:s390x (0.20.2-2) ... [2021-02-23T18:13:22.613Z] #25 4.806 Setting up libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-02-23T18:13:22.613Z] #25 4.887 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.894 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:13:22.613Z] #25 4.902 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.909 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.916 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-02-23T18:13:22.613Z] #25 4.922 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.928 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.935 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-02-23T18:13:22.613Z] #25 4.941 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 4.948 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-23T18:13:22.613Z] #25 4.971 Setting up libonig5:s390x (6.9.1-1) ... [2021-02-23T18:13:22.613Z] #25 4.987 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-23T18:13:22.613Z] #25 4.999 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:13:22.613Z] #25 5.065 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-23T18:13:22.613Z] #25 5.362 Updating certificates in /etc/ssl/certs... [2021-02-23T18:13:22.613Z] #25 5.715 137 added, 0 removed; done. [2021-02-23T18:13:22.613Z] #25 5.750 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 5.755 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-23T18:13:22.613Z] #25 5.764 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 5.770 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-23T18:13:22.613Z] #25 5.780 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:13:22.613Z] #25 5.787 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-23T18:13:22.613Z] #25 5.814 Updating certificates in /etc/ssl/certs... [2021-02-23T18:13:22.613Z] #25 6.316 0 added, 0 removed; done. [2021-02-23T18:13:22.613Z] #25 6.316 Running hooks in /etc/ca-certificates/update.d... [2021-02-23T18:13:22.613Z] #25 6.317 done. [2021-02-23T18:13:22.613Z] #25 DONE 7.6s [2021-02-23T18:13:22.613Z] [2021-02-23T18:13:22.613Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-23T18:13:22.904Z] #26 DONE 0.1s [2021-02-23T18:13:22.904Z] [2021-02-23T18:13:22.904Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-23T18:13:22.904Z] #8 DONE 12.9s [2021-02-23T18:13:22.904Z] [2021-02-23T18:13:22.904Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:23.479Z] db4e2d8d5901: Download complete [2021-02-23T18:13:23.540Z] #27 ... [2021-02-23T18:13:23.540Z] [2021-02-23T18:13:23.540Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-02-23T18:13:23.540Z] #9 DONE 0.8s [2021-02-23T18:13:23.832Z] [2021-02-23T18:13:23.832Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-02-23T18:13:24.120Z] 1301750ffb48: Verifying Checksum [2021-02-23T18:13:24.120Z] 1301750ffb48: Download complete [2021-02-23T18:13:24.120Z] 5ffb2f5886e2: Verifying Checksum [2021-02-23T18:13:24.120Z] 5ffb2f5886e2: Download complete [2021-02-23T18:13:24.384Z] #22 transferring context: 53.37MB 1.7s done [2021-02-23T18:13:24.384Z] #22 DONE 1.9s [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #12 [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 [2021-02-23T18:13:24.384Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-23T18:13:24.384Z] #12 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #11 [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 [2021-02-23T18:13:24.384Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-02-23T18:13:24.384Z] #11 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-23T18:13:24.384Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-02-23T18:13:24.384Z] #13 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-23T18:13:24.384Z] #29 sha256:89d7ceb718bc6c320d0f5adaf4900ec5e5c3bdebd22eea27f01f37a3c78c1e62 [2021-02-23T18:13:24.384Z] #29 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-23T18:13:24.384Z] #62 sha256:c60b0077662ca6d924b3d35a1e58c423e0b5d2463dc9f920a005e0007ade0d62 [2021-02-23T18:13:24.384Z] #62 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-23T18:13:24.384Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-02-23T18:13:24.384Z] #30 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:13:24.384Z] #63 sha256:a531e90a00b14477f65888731822af6beba2468aa008176c4958520fe65724ae [2021-02-23T18:13:24.384Z] #63 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:13:24.384Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-23T18:13:24.384Z] #54 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:13:24.384Z] #46 sha256:27529d8c62f61f25cfa44776c7facb1dd5faaa5f38e69aceb8bb3d331d82e0cb [2021-02-23T18:13:24.384Z] #46 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:13:24.384Z] #57 sha256:559f7abbc486d954b0741bea836bc93b2788e345844aaa492b97c3776e8773d5 [2021-02-23T18:13:24.384Z] #57 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-23T18:13:24.384Z] #45 sha256:995cd1130004b68252c37d8ae654b809c40d7352ce808e8c70a4e15a007ccc80 [2021-02-23T18:13:24.384Z] #45 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:13:24.384Z] #55 sha256:f5341b39174161249695904fba7abfb69bc75fa75384e37a23f86ef48a1fd89f [2021-02-23T18:13:24.384Z] #55 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:13:24.384Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-23T18:13:24.384Z] #19 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-23T18:13:24.384Z] #51 sha256:bec00cd7feff61b4f2da5862054db3fc3b441facff1829f38be7f40d2f863eb1 [2021-02-23T18:13:24.384Z] #51 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-23T18:13:24.384Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-23T18:13:24.384Z] #18 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-23T18:13:24.384Z] #47 sha256:1c45960f1fec5e5575a17f8efe3cbb741f1939b7c24ed53f054882ee2130a256 [2021-02-23T18:13:24.384Z] #47 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-23T18:13:24.384Z] #56 sha256:0bf9b8904feb2af8400ec917147a1b47ea303848e1d5b9da38ad9498f2bb7c9d [2021-02-23T18:13:24.384Z] #56 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-23T18:13:24.384Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-02-23T18:13:24.384Z] #15 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-23T18:13:24.384Z] #32 sha256:fd7414f38bb8c0f0f5da3535585c29e4d7c1a3a2bf3f93ca0358ef81c11a6bd1 [2021-02-23T18:13:24.384Z] #32 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-23T18:13:24.384Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-23T18:13:24.384Z] #10 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-23T18:13:24.384Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-23T18:13:24.384Z] #20 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:13:24.384Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-23T18:13:24.384Z] #35 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-23T18:13:24.384Z] #43 sha256:5a4595ffcca3ed3585a4105f3932ed3ca98747a22a1a6f25216160e32e529d6b [2021-02-23T18:13:24.384Z] #43 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-23T18:13:24.384Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-23T18:13:24.384Z] #14 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.384Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-23T18:13:24.384Z] #58 sha256:e9ad2d304cda32c32efcda11d5dd7da563ca0c0050c06a7a787177fc56d65d05 [2021-02-23T18:13:24.384Z] #58 CACHED [2021-02-23T18:13:24.384Z] [2021-02-23T18:13:24.385Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:13:24.385Z] #33 sha256:4ae2889ed34a4537adbfe3ba2bb25c361ca663343f2be320c6c33f53eef1ae5e [2021-02-23T18:13:24.385Z] #33 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:13:24.385Z] #52 sha256:2fe8a757615ed30e9770ab5ef6fac56c08d8f058cb0f6a95bc5fa56ee248bb72 [2021-02-23T18:13:24.385Z] #52 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-23T18:13:24.385Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-02-23T18:13:24.385Z] #17 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:13:24.385Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-23T18:13:24.385Z] #21 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:13:24.385Z] #23 sha256:f7ddda35c5763fd7e96093e23b6a8a8f88a1b9ab04d9a325ed819466f73ae1fe [2021-02-23T18:13:24.385Z] #23 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #31 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:13:24.385Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-23T18:13:24.385Z] #31 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-23T18:13:24.385Z] #24 sha256:5ff20ef356880376e926d081e0372a7b168f9cb39fd356159c2de03ba01f93a3 [2021-02-23T18:13:24.385Z] #24 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-23T18:13:24.385Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-02-23T18:13:24.385Z] #38 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:13:24.385Z] #44 sha256:eb63e995108e05d1addea2e0f6e043b4cd9852b733a438fd78ca6107eafcf4c9 [2021-02-23T18:13:24.385Z] #44 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-23T18:13:24.385Z] #27 sha256:06a927de11bd6c5fc5b49c9b9c6d8accd46c36965f81b7ee7d4c65328a6f932a [2021-02-23T18:13:24.385Z] #27 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-23T18:13:24.385Z] #40 sha256:68d6d345017f70c392d910e23fbc1a8aaa63fe5af9ff962adcfde363437cf28e [2021-02-23T18:13:24.385Z] #40 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:13:24.385Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-23T18:13:24.385Z] #39 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:13:24.385Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-23T18:13:24.385Z] #42 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:13:24.385Z] #48 sha256:879e71a851b8a5de7eb1312022c7ee3b9ecd1476ba2d11f2e3f949972b1066d1 [2021-02-23T18:13:24.385Z] #48 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-23T18:13:24.385Z] #60 sha256:0418afdae52150708fdf2c35c388ce8b4faa6912cbc4c9a16ffbca0d8019a915 [2021-02-23T18:13:24.385Z] #60 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:13:24.385Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-23T18:13:24.385Z] #41 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-23T18:13:24.385Z] #59 sha256:4c17c27d8722821b9e36a3185c0559fdbe0e1964142b5c468879fa5d92c6ad92 [2021-02-23T18:13:24.385Z] #59 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-23T18:13:24.385Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-23T18:13:24.385Z] #16 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-23T18:13:24.385Z] #53 sha256:bbacf0b1677f9e14764e6e73a948beedacc7b5b520d82f8ee1ccdae29dbe1722 [2021-02-23T18:13:24.385Z] #53 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-23T18:13:24.385Z] #49 sha256:0d4a08877a05493ab965b41f2b036be6bfc8c02a80f09956e85c6134301bb78e [2021-02-23T18:13:24.385Z] #49 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-23T18:13:24.385Z] #36 sha256:edac203ffcd539354b9c82a47ef37fee1c5ce353075217bee2fd0e191d9973a9 [2021-02-23T18:13:24.385Z] #36 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #26 [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 [2021-02-23T18:13:24.385Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-23T18:13:24.385Z] #26 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:13:24.385Z] #28 sha256:893c411a27b983f18504a4eecc00f7a0f139d11169fd71c0cc1a91aa7689bb00 [2021-02-23T18:13:24.385Z] #28 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-23T18:13:24.385Z] #64 sha256:6e20211bbdfae24b07a0e30aee62a2e6806ca3942dcab58ec6277fe3e07591e5 [2021-02-23T18:13:24.385Z] #64 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:13:24.385Z] #50 sha256:f30990ec2d4fe76c8a51be9e7cad5816a5025ea4517800da3ebedf196986fc3e [2021-02-23T18:13:24.385Z] #50 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-23T18:13:24.385Z] #34 sha256:ab05421e84889a45293d1193a7ba5157ce862ef5248188566a4b51651c576233 [2021-02-23T18:13:24.385Z] #34 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-23T18:13:24.385Z] #37 sha256:2592dc7f37d7912c65cafad48044344223dde8b8ed7003c4fc5e9b15d949dd18 [2021-02-23T18:13:24.385Z] #37 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-23T18:13:24.385Z] #65 sha256:1bd22ca73d97e2ac59c3c2ed90ad2c0f6e4fc271ac339058081dabf36e2b02ba [2021-02-23T18:13:24.385Z] #65 CACHED [2021-02-23T18:13:24.385Z] [2021-02-23T18:13:24.385Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-23T18:13:24.385Z] #66 sha256:55e499ece54c4a918df3519e8d2aa689fa6ebd9a88edc00f9d73d53d2e441f5b [2021-02-23T18:13:24.479Z] #10 DONE 0.7s [2021-02-23T18:13:24.479Z] [2021-02-23T18:13:24.479Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:13:24.479Z] #43 ... [2021-02-23T18:13:24.479Z] [2021-02-23T18:13:24.479Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-23T18:13:24.479Z] #37 DONE 0.1s [2021-02-23T18:13:24.479Z] [2021-02-23T18:13:24.479Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-23T18:13:24.479Z] #29 DONE 0.1s [2021-02-23T18:13:24.479Z] [2021-02-23T18:13:24.479Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:24.479Z] #27 1.370 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-23T18:13:24.479Z] #27 1.496 [2021-02-23T18:13:24.759Z] dc5c6edc9cff: Verifying Checksum [2021-02-23T18:13:24.759Z] dc5c6edc9cff: Download complete [2021-02-23T18:13:24.773Z] #27 1.609 ##### 7.2% ###################### 31.4% ####################################### 54.5% ###################################################### 75.6% ######################################################################## 100.0% [2021-02-23T18:13:25.481Z] #27 2.329 #=#=# [2021-02-23T18:13:25.481Z] #27 2.457 ##### 7.8% ######################################################################## 100.0% [2021-02-23T18:13:25.481Z] #27 2.690 [2021-02-23T18:13:26.075Z] #27 2.808 0.7% ######################################### 58.0% ############################################################ 84.4% ######################################################################## 100.0% [2021-02-23T18:13:26.075Z] #27 3.359 #=#=# [2021-02-23T18:13:26.298Z] #66 DONE 1.9s [2021-02-23T18:13:26.298Z] [2021-02-23T18:13:26.298Z] #67 exporting to image [2021-02-23T18:13:26.298Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-23T18:13:26.298Z] #67 exporting layers [2021-02-23T18:13:26.863Z] db4e2d8d5901: Pull complete [2021-02-23T18:13:27.502Z] dfe2d012519c: Pull complete [2021-02-23T18:13:27.502Z] 3c370c2e2f82: Verifying Checksum [2021-02-23T18:13:27.502Z] 3c370c2e2f82: Download complete [2021-02-23T18:13:27.795Z] 5d8f1d1f9197: Pull complete [2021-02-23T18:13:28.129Z] #27 3.488 0.4% ###### 8.9% ############ 17.4% ################## 26.1% ###################### 31.2% ############################# 41.4% ##################################### 52.1% ####################################### 54.3% ############################################# 62.8% ################################################ 67.1% ################################################### 71.3% ######################################################### 79.9% ############################################################ 84.1% ################################################################# 90.6% ##################################################################### 97.0% ######################################################################## 100.0% [2021-02-23T18:13:28.226Z] #67 exporting layers 1.6s done [2021-02-23T18:13:28.226Z] #67 writing image sha256:287f6cd1f9cfe94b39e65ab35d3237ac5f86c64ad96e07d52197db3a8a0eb7ed [2021-02-23T18:13:28.226Z] #67 writing image sha256:287f6cd1f9cfe94b39e65ab35d3237ac5f86c64ad96e07d52197db3a8a0eb7ed done [2021-02-23T18:13:28.226Z] #67 naming to docker.io/library/docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c done [2021-02-23T18:13:28.226Z] #67 DONE 1.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-23T18:13:28.426Z] #27 5.541 [2021-02-23T18:13:28.587Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/test/unit [2021-02-23T18:13:30.545Z] 1301750ffb48: Pull complete [2021-02-23T18:13:32.625Z] dc5c6edc9cff: Pull complete [2021-02-23T18:13:32.794Z] ? github.com/docker/docker/api [no test files] [2021-02-23T18:13:33.717Z] #27 5.663 0.2% ## 3.0% ### 4.9% #### 6.7% ###### 8.6% ####### 10.5% ######## 12.3% ########## 14.2% ########### 15.5% ############ 17.3% ############# 18.6% ############### 21.1% ################ 22.9% ################## 25.4% ################### 26.7% #################### 27.9% #################### 29.2% ###################### 31.7% ######################## 33.5% ######################### 36.0% ########################### 37.9% ############################ 39.8% ############################# 41.6% ############################### 44.1% ################################# 46.6% ################################## 48.5% #################################### 50.3% ###################################### 52.8% ####################################### 54.7% ######################################## 56.6% ########################################## 58.5% ########################################### 60.3% ############################################# 62.8% ############################################## 64.7% ############################################### 65.9% ################################################ 67.8% ################################################## 69.7% ################################################### 71.6% ##################################################### 73.7% ###################################################### 76.2% ####################################################### 77.4% ######################################################### 80.5% [2021-02-23T18:13:33.717Z] #27 ... [2021-02-23T18:13:33.717Z] [2021-02-23T18:13:33.717Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:33.717Z] #22 2.192 Install docker/cli version 17.06.2-ce from stable [2021-02-23T18:13:33.717Z] #22 2.192 + RM_GOPATH=0 [2021-02-23T18:13:33.717Z] #22 2.192 + TMP_GOPATH= [2021-02-23T18:13:33.717Z] #22 2.192 + : /build [2021-02-23T18:13:33.717Z] #22 2.192 + '[' -z '' ']' [2021-02-23T18:13:33.717Z] #22 2.192 ++ mktemp -d [2021-02-23T18:13:33.717Z] #22 2.192 + export GOPATH=/tmp/tmp.OvAPYaWRdT [2021-02-23T18:13:33.717Z] #22 2.192 + GOPATH=/tmp/tmp.OvAPYaWRdT [2021-02-23T18:13:33.717Z] #22 2.192 + RM_GOPATH=1 [2021-02-23T18:13:33.717Z] #22 2.192 + case "$(go env GOARCH)" in [2021-02-23T18:13:33.717Z] #22 2.192 ++ go env GOARCH [2021-02-23T18:13:33.717Z] #22 2.192 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:33.717Z] #22 2.192 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:33.717Z] #22 2.192 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:33.717Z] #22 2.192 + dir=/tmp/install [2021-02-23T18:13:33.717Z] #22 2.192 + bin=dockercli [2021-02-23T18:13:33.717Z] #22 2.192 + shift [2021-02-23T18:13:33.717Z] #22 2.192 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-23T18:13:33.717Z] #22 2.192 + . /tmp/install/dockercli.installer [2021-02-23T18:13:33.717Z] #22 2.192 ++ : stable [2021-02-23T18:13:33.717Z] #22 2.192 ++ : 17.06.2-ce [2021-02-23T18:13:33.717Z] #22 2.192 + install_dockercli [2021-02-23T18:13:33.717Z] #22 2.192 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-23T18:13:33.717Z] #22 2.192 ++ uname -m [2021-02-23T18:13:33.717Z] #22 2.192 + arch=s390x [2021-02-23T18:13:33.717Z] #22 2.192 + '[' s390x '!=' x86_64 ']' [2021-02-23T18:13:33.717Z] #22 2.192 + '[' s390x '!=' s390x ']' [2021-02-23T18:13:33.717Z] #22 2.192 + url=https://download.docker.com/linux/static [2021-02-23T18:13:33.717Z] #22 2.192 + tar -xz docker/docker [2021-02-23T18:13:33.717Z] #22 2.196 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-02-23T18:13:33.717Z] #22 8.257 + mkdir -p /build [2021-02-23T18:13:33.717Z] #22 8.259 + mv docker/docker /build/ [2021-02-23T18:13:33.717Z] #22 8.272 + rmdir docker [2021-02-23T18:13:33.717Z] #22 DONE 9.4s [2021-02-23T18:13:33.717Z] [2021-02-23T18:13:33.717Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:33.717Z] #45 2.503 + RM_GOPATH=0 [2021-02-23T18:13:33.717Z] #45 2.503 + TMP_GOPATH= [2021-02-23T18:13:33.717Z] #45 2.503 + : /build [2021-02-23T18:13:33.717Z] #45 2.503 + '[' -z '' ']' [2021-02-23T18:13:33.717Z] #45 2.503 ++ mktemp -d [2021-02-23T18:13:33.717Z] #45 2.520 + export GOPATH=/tmp/tmp.OCBqJ8Cxx8 [2021-02-23T18:13:33.717Z] #45 2.520 + GOPATH=/tmp/tmp.OCBqJ8Cxx8 [2021-02-23T18:13:33.717Z] #45 2.520 + RM_GOPATH=1 [2021-02-23T18:13:33.717Z] #45 2.520 + case "$(go env GOARCH)" in [2021-02-23T18:13:33.717Z] #45 2.520 ++ go env GOARCH [2021-02-23T18:13:33.717Z] #45 2.526 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:33.717Z] #45 2.527 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:33.717Z] #45 2.527 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:33.717Z] #45 2.529 + dir=/tmp/install [2021-02-23T18:13:33.717Z] #45 2.529 + bin=gotestsum [2021-02-23T18:13:33.717Z] #45 2.529 + shift [2021-02-23T18:13:33.717Z] #45 2.529 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-23T18:13:33.717Z] #45 2.529 + . /tmp/install/gotestsum.installer [2021-02-23T18:13:33.717Z] #45 2.529 ++ : v0.5.3 [2021-02-23T18:13:33.717Z] #45 2.529 + install_gotestsum [2021-02-23T18:13:33.717Z] #45 2.531 + set -e [2021-02-23T18:13:33.717Z] #45 2.531 + export GO111MODULE=on [2021-02-23T18:13:33.717Z] #45 2.531 + GO111MODULE=on [2021-02-23T18:13:33.717Z] #45 2.531 + GOBIN=/build [2021-02-23T18:13:33.717Z] #45 2.531 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-23T18:13:33.717Z] #45 2.538 go: finding gotest.tools v0.5.3 [2021-02-23T18:13:33.717Z] #45 2.556 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-23T18:13:33.717Z] #45 3.183 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-23T18:13:33.717Z] #45 3.320 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-23T18:13:33.717Z] #45 4.778 go: downloading github.com/fatih/color v1.9.0 [2021-02-23T18:13:33.717Z] #45 4.779 go: downloading github.com/pkg/errors v0.9.1 [2021-02-23T18:13:33.717Z] #45 4.797 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-23T18:13:33.717Z] #45 4.829 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-23T18:13:33.717Z] #45 4.836 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-23T18:13:33.717Z] #45 4.891 go: extracting github.com/fatih/color v1.9.0 [2021-02-23T18:13:33.717Z] #45 4.971 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-23T18:13:33.717Z] #45 5.153 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-23T18:13:33.717Z] #45 5.167 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-23T18:13:33.717Z] #45 5.206 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-23T18:13:33.717Z] #45 5.289 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-23T18:13:33.717Z] #45 5.310 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-23T18:13:33.717Z] #45 5.335 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-23T18:13:33.717Z] #45 5.356 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-23T18:13:33.717Z] #45 5.524 go: extracting github.com/pkg/errors v0.9.1 [2021-02-23T18:13:33.717Z] #45 5.627 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-23T18:13:33.717Z] #45 5.646 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-23T18:13:33.717Z] #45 5.763 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-23T18:13:33.717Z] #45 5.792 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-23T18:13:33.717Z] #45 6.962 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-23T18:13:33.717Z] #45 7.247 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-23T18:13:33.717Z] #45 8.569 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-23T18:13:34.021Z] #45 ... [2021-02-23T18:13:34.021Z] [2021-02-23T18:13:34.021Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:34.329Z] #27 5.663 0.2% ## 3.0% ### 4.9% #### 6.7% ###### 8.6% ####### 10.5% ######## 12.3% ########## 14.2% ########### 15.5% ############ 17.3% ############# 18.6% ############### 21.1% ################ 22.9% ################## 25.4% ################### 26.7% #################### 27.9% #################### 29.2% ###################### 31.7% ######################## 33.5% ######################### 36.0% ########################### 37.9% ############################ 39.8% ############################# 41.6% ############################### 44.1% ################################# 46.6% ################################## 48.5% #################################### 50.3% ###################################### 52.8% ####################################### 54.7% ######################################## 56.6% ########################################## 58.5% ########################################### 60.3% ############################################# 62.8% ############################################## 64.7% ############################################### 65.9% ################################################ 67.8% ################################################## 69.7% ################################################### 71.6% ##################################################### 73.7% ###################################################### 76.2% ####################################################### 77.4% ######################################################### 80.5% ########################################################### 82.4% ############################################################ 83.7% ############################################################ 84.3% ############################################################# 85.5% [2021-02-23T18:13:34.329Z] #27 ... [2021-02-23T18:13:34.329Z] [2021-02-23T18:13:34.329Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-23T18:13:34.329Z] #34 3.309 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:13:34.329Z] #34 3.338 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:13:34.329Z] #34 3.352 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:13:34.329Z] #34 4.042 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-23T18:13:34.329Z] #34 5.726 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-23T18:13:34.329Z] #34 7.789 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-23T18:13:34.329Z] #34 ... [2021-02-23T18:13:34.329Z] [2021-02-23T18:13:34.329Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-23T18:13:34.329Z] #11 2.943 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:13:34.329Z] #11 3.065 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:13:34.329Z] #11 3.171 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:13:34.329Z] #11 3.709 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-23T18:13:34.329Z] #11 5.307 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-23T18:13:34.329Z] #11 7.233 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-23T18:13:34.619Z] #11 ... [2021-02-23T18:13:34.619Z] [2021-02-23T18:13:34.619Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:13:34.619Z] #62 2.113 + RM_GOPATH=0 [2021-02-23T18:13:34.619Z] #62 2.113 + TMP_GOPATH= [2021-02-23T18:13:34.619Z] #62 2.113 + : /build [2021-02-23T18:13:34.619Z] #62 2.113 + '[' -z '' ']' [2021-02-23T18:13:34.619Z] #62 2.113 ++ mktemp -d [2021-02-23T18:13:34.619Z] #62 2.113 + export GOPATH=/tmp/tmp.YdMgWu2Xpk [2021-02-23T18:13:34.619Z] #62 2.113 + GOPATH=/tmp/tmp.YdMgWu2Xpk [2021-02-23T18:13:34.619Z] #62 2.113 + RM_GOPATH=1 [2021-02-23T18:13:34.619Z] #62 2.113 + case "$(go env GOARCH)" in [2021-02-23T18:13:34.619Z] #62 2.113 ++ go env GOARCH [2021-02-23T18:13:34.619Z] #62 2.113 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.619Z] #62 2.113 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.619Z] #62 2.113 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:34.619Z] #62 2.113 + dir=/tmp/install [2021-02-23T18:13:34.619Z] #62 2.113 + bin=proxy [2021-02-23T18:13:34.619Z] #62 2.113 + shift [2021-02-23T18:13:34.619Z] #62 2.113 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-23T18:13:34.619Z] #62 2.113 + . /tmp/install/proxy.installer [2021-02-23T18:13:34.619Z] #62 2.113 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-23T18:13:34.619Z] #62 2.113 + install_proxy [2021-02-23T18:13:34.619Z] #62 2.113 + case "$1" in [2021-02-23T18:13:34.619Z] #62 2.113 + export CGO_ENABLED=0 [2021-02-23T18:13:34.619Z] #62 2.113 + CGO_ENABLED=0 [2021-02-23T18:13:34.619Z] #62 2.113 + _install_proxy [2021-02-23T18:13:34.619Z] #62 2.113 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-23T18:13:34.619Z] #62 2.113 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.YdMgWu2Xpk/src/github.com/docker/libnetwork [2021-02-23T18:13:34.619Z] #62 2.113 Cloning into '/tmp/tmp.YdMgWu2Xpk/src/github.com/docker/libnetwork'... [2021-02-23T18:13:34.619Z] #62 2.113 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-23T18:13:34.619Z] #62 ... [2021-02-23T18:13:34.619Z] [2021-02-23T18:13:34.619Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-23T18:13:34.619Z] #40 3.188 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:13:34.619Z] #40 3.219 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:13:34.619Z] #40 3.235 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:13:34.619Z] #40 4.034 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-23T18:13:34.619Z] #40 5.897 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-23T18:13:34.619Z] #40 7.269 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-23T18:13:34.619Z] #40 ... [2021-02-23T18:13:34.619Z] [2021-02-23T18:13:34.619Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:13:34.619Z] #49 1.128 + RM_GOPATH=0 [2021-02-23T18:13:34.619Z] #49 1.128 + TMP_GOPATH= [2021-02-23T18:13:34.619Z] #49 1.128 + : /build [2021-02-23T18:13:34.619Z] #49 1.128 + '[' -z '' ']' [2021-02-23T18:13:34.619Z] #49 1.177 ++ mktemp -d [2021-02-23T18:13:34.619Z] #49 1.177 + export GOPATH=/tmp/tmp.wbjDi9ouVN [2021-02-23T18:13:34.619Z] #49 1.177 + GOPATH=/tmp/tmp.wbjDi9ouVN [2021-02-23T18:13:34.619Z] #49 1.177 + RM_GOPATH=1 [2021-02-23T18:13:34.619Z] #49 1.177 + case "$(go env GOARCH)" in [2021-02-23T18:13:34.619Z] #49 1.177 ++ go env GOARCH [2021-02-23T18:13:34.619Z] #49 1.177 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.619Z] #49 1.177 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.619Z] #49 1.177 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:34.619Z] #49 1.177 + dir=/tmp/install [2021-02-23T18:13:34.619Z] #49 1.177 + bin=shfmt [2021-02-23T18:13:34.619Z] #49 1.177 + shift [2021-02-23T18:13:34.619Z] #49 1.177 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-23T18:13:34.619Z] #49 1.177 + . /tmp/install/shfmt.installer [2021-02-23T18:13:34.619Z] #49 1.177 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-23T18:13:34.619Z] #49 1.177 + install_shfmt [2021-02-23T18:13:34.619Z] #49 1.177 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-23T18:13:34.619Z] #49 1.177 + git clone https://github.com/mvdan/sh.git /tmp/tmp.wbjDi9ouVN/src/github.com/mvdan/sh [2021-02-23T18:13:34.619Z] #49 1.177 Cloning into '/tmp/tmp.wbjDi9ouVN/src/github.com/mvdan/sh'... [2021-02-23T18:13:34.619Z] #49 1.177 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-23T18:13:34.619Z] #49 7.461 + cd /tmp/tmp.wbjDi9ouVN/src/github.com/mvdan/sh [2021-02-23T18:13:34.619Z] #49 7.461 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-23T18:13:34.619Z] #49 7.486 + GO111MODULE=on [2021-02-23T18:13:34.619Z] #49 7.486 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-23T18:13:34.619Z] #49 8.727 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-23T18:13:34.619Z] #49 8.730 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-23T18:13:34.619Z] #49 8.781 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-23T18:13:34.619Z] #49 9.249 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-23T18:13:34.619Z] #49 9.357 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-23T18:13:34.619Z] #49 9.747 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-23T18:13:34.909Z] #49 10.60 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-23T18:13:34.909Z] #49 ... [2021-02-23T18:13:34.909Z] [2021-02-23T18:13:34.909Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:13:34.909Z] #32 1.176 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-23T18:13:34.909Z] #32 1.177 + RM_GOPATH=0 [2021-02-23T18:13:34.909Z] #32 1.177 + TMP_GOPATH= [2021-02-23T18:13:34.909Z] #32 1.177 + : /build [2021-02-23T18:13:34.909Z] #32 1.177 + '[' -z '' ']' [2021-02-23T18:13:34.909Z] #32 1.177 ++ mktemp -d [2021-02-23T18:13:34.909Z] #32 1.177 + export GOPATH=/tmp/tmp.Q8zDI0eAUT [2021-02-23T18:13:34.909Z] #32 1.177 + GOPATH=/tmp/tmp.Q8zDI0eAUT [2021-02-23T18:13:34.909Z] #32 1.177 + RM_GOPATH=1 [2021-02-23T18:13:34.909Z] #32 1.177 + case "$(go env GOARCH)" in [2021-02-23T18:13:34.909Z] #32 1.177 ++ go env GOARCH [2021-02-23T18:13:34.909Z] #32 1.177 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.909Z] #32 1.177 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.909Z] #32 1.177 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:34.909Z] #32 1.177 + dir=/tmp/install [2021-02-23T18:13:34.909Z] #32 1.177 + bin=tomlv [2021-02-23T18:13:34.909Z] #32 1.177 + shift [2021-02-23T18:13:34.909Z] #32 1.177 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-23T18:13:34.909Z] #32 1.177 + . /tmp/install/tomlv.installer [2021-02-23T18:13:34.909Z] #32 1.177 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-23T18:13:34.909Z] #32 1.177 + install_tomlv [2021-02-23T18:13:34.909Z] #32 1.177 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-23T18:13:34.909Z] #32 1.177 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Q8zDI0eAUT/src/github.com/BurntSushi/toml [2021-02-23T18:13:34.909Z] #32 1.177 Cloning into '/tmp/tmp.Q8zDI0eAUT/src/github.com/BurntSushi/toml'... [2021-02-23T18:13:34.909Z] #32 1.576 + cd /tmp/tmp.Q8zDI0eAUT/src/github.com/BurntSushi/toml [2021-02-23T18:13:34.909Z] #32 1.576 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-23T18:13:34.909Z] #32 1.581 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-23T18:13:34.909Z] #32 1.795 runtime/internal/atomic [2021-02-23T18:13:34.909Z] #32 1.795 internal/cpu [2021-02-23T18:13:34.909Z] #32 1.826 runtime/internal/sys [2021-02-23T18:13:34.909Z] #32 1.885 runtime/internal/math [2021-02-23T18:13:34.909Z] #32 1.893 math/bits [2021-02-23T18:13:34.909Z] #32 1.937 internal/bytealg [2021-02-23T18:13:34.909Z] #32 2.031 math [2021-02-23T18:13:34.909Z] #32 2.172 runtime [2021-02-23T18:13:34.909Z] #32 5.652 unicode/utf8 [2021-02-23T18:13:34.909Z] #32 6.137 unicode [2021-02-23T18:13:34.909Z] #32 8.757 runtime/cgo [2021-02-23T18:13:34.909Z] #32 ... [2021-02-23T18:13:34.909Z] [2021-02-23T18:13:34.909Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:34.909Z] #47 1.499 + RM_GOPATH=0 [2021-02-23T18:13:34.909Z] #47 1.499 + TMP_GOPATH= [2021-02-23T18:13:34.909Z] #47 1.499 + : /build [2021-02-23T18:13:34.909Z] #47 1.499 + '[' -z '' ']' [2021-02-23T18:13:34.909Z] #47 1.499 ++ mktemp -d [2021-02-23T18:13:34.909Z] #47 1.499 + export GOPATH=/tmp/tmp.dWRUMgK7tx [2021-02-23T18:13:34.909Z] #47 1.499 + GOPATH=/tmp/tmp.dWRUMgK7tx [2021-02-23T18:13:34.909Z] #47 1.499 + RM_GOPATH=1 [2021-02-23T18:13:34.909Z] #47 1.499 + case "$(go env GOARCH)" in [2021-02-23T18:13:34.909Z] #47 1.499 ++ go env GOARCH [2021-02-23T18:13:34.909Z] #47 1.499 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.909Z] #47 1.499 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:34.909Z] #47 1.525 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:34.909Z] #47 1.525 + dir=/tmp/install [2021-02-23T18:13:34.909Z] #47 1.525 + bin=golangci_lint [2021-02-23T18:13:34.909Z] #47 1.525 + shift [2021-02-23T18:13:34.909Z] #47 1.525 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-23T18:13:34.909Z] #47 1.525 + . /tmp/install/golangci_lint.installer [2021-02-23T18:13:34.909Z] #47 1.525 ++ : v1.23.8 [2021-02-23T18:13:34.909Z] #47 1.525 + install_golangci_lint [2021-02-23T18:13:34.909Z] #47 1.525 + set -e [2021-02-23T18:13:34.909Z] #47 1.525 + export GO111MODULE=on [2021-02-23T18:13:34.909Z] #47 1.525 + GO111MODULE=on [2021-02-23T18:13:34.909Z] #47 1.525 + GOBIN=/build [2021-02-23T18:13:34.909Z] #47 1.525 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-23T18:13:34.909Z] #47 1.547 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-23T18:13:34.909Z] #47 1.547 go: finding github.com v1.23.8 [2021-02-23T18:13:34.909Z] #47 1.547 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-23T18:13:34.909Z] #47 1.547 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-23T18:13:34.909Z] #47 1.547 go: finding github.com/golangci v1.23.8 [2021-02-23T18:13:34.909Z] #47 1.878 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-23T18:13:34.909Z] #47 2.085 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-23T18:13:34.909Z] #47 5.626 go: downloading github.com/fatih/color v1.7.0 [2021-02-23T18:13:34.909Z] #47 5.641 go: downloading github.com/pkg/errors v0.8.1 [2021-02-23T18:13:34.909Z] #47 5.645 go: downloading github.com/spf13/viper v1.6.1 [2021-02-23T18:13:34.910Z] #47 5.664 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-23T18:13:34.910Z] #47 5.770 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-23T18:13:34.910Z] #47 5.776 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-23T18:13:34.910Z] #47 5.906 go: extracting github.com/fatih/color v1.7.0 [2021-02-23T18:13:34.910Z] #47 5.920 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-23T18:13:34.910Z] #47 5.989 go: extracting github.com/pkg/errors v0.8.1 [2021-02-23T18:13:34.910Z] #47 6.019 go: extracting github.com/spf13/viper v1.6.1 [2021-02-23T18:13:34.910Z] #47 6.022 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-23T18:13:34.910Z] #47 6.135 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-23T18:13:34.910Z] #47 6.149 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-23T18:13:34.910Z] #47 6.183 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-23T18:13:34.910Z] #47 6.590 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-23T18:13:34.910Z] #47 7.354 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-23T18:13:34.910Z] #47 7.355 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-23T18:13:34.910Z] #47 7.401 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-23T18:13:34.910Z] #47 7.405 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-23T18:13:34.910Z] #47 7.416 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-23T18:13:34.910Z] #47 7.580 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-23T18:13:34.910Z] #47 7.590 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-23T18:13:34.910Z] #47 7.618 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-23T18:13:34.910Z] #47 7.645 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-23T18:13:34.910Z] #47 7.647 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-23T18:13:34.910Z] #47 7.812 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-23T18:13:34.910Z] #47 7.858 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-23T18:13:34.910Z] #47 8.371 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-23T18:13:34.910Z] #47 10.40 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-23T18:13:34.910Z] #47 10.40 go: downloading github.com/spf13/cast v1.3.0 [2021-02-23T18:13:34.910Z] #47 10.40 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-23T18:13:34.910Z] #47 10.41 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-23T18:13:34.910Z] #47 10.41 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-23T18:13:34.910Z] #47 10.41 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-23T18:13:34.910Z] #47 10.42 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-23T18:13:34.910Z] #47 10.42 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-23T18:13:34.910Z] #47 10.43 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-23T18:13:34.910Z] #47 10.45 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-23T18:13:34.910Z] #47 10.47 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-23T18:13:34.910Z] #47 10.47 go: extracting github.com/spf13/cast v1.3.0 [2021-02-23T18:13:34.910Z] #47 10.47 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-23T18:13:34.910Z] #47 10.55 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-23T18:13:34.910Z] #47 10.57 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-23T18:13:34.910Z] #47 10.57 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-23T18:13:34.910Z] #47 10.58 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-23T18:13:34.910Z] #47 10.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-23T18:13:34.910Z] #47 10.59 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-23T18:13:34.910Z] #47 10.60 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-23T18:13:34.910Z] #47 10.62 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-23T18:13:34.910Z] #47 10.62 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-23T18:13:34.910Z] #47 10.70 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-23T18:13:35.199Z] #47 10.79 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-23T18:13:35.199Z] #47 10.80 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-23T18:13:35.199Z] #47 10.82 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-23T18:13:35.199Z] #47 10.84 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-23T18:13:35.199Z] #47 10.88 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-23T18:13:35.199Z] #47 ... [2021-02-23T18:13:35.199Z] [2021-02-23T18:13:35.199Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-23T18:13:35.200Z] #38 2.611 + git clone https://github.com/docker/distribution.git . [2021-02-23T18:13:35.200Z] #38 2.648 Cloning into '.'... [2021-02-23T18:13:35.200Z] #38 ... [2021-02-23T18:13:35.200Z] [2021-02-23T18:13:35.200Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-23T18:13:35.200Z] #30 2.898 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-23T18:13:35.200Z] #30 2.902 Cloning into '.'... [2021-02-23T18:13:35.489Z] #30 ... [2021-02-23T18:13:35.489Z] [2021-02-23T18:13:35.489Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-23T18:13:35.489Z] #53 3.307 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:13:35.489Z] #53 3.337 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:13:35.489Z] #53 3.358 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:13:35.489Z] #53 4.172 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-23T18:13:35.489Z] #53 6.146 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-23T18:13:35.489Z] #53 8.185 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-23T18:13:35.489Z] #53 ... [2021-02-23T18:13:35.489Z] [2021-02-23T18:13:35.489Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:35.489Z] #56 2.277 + RM_GOPATH=0 [2021-02-23T18:13:35.489Z] #56 2.277 + TMP_GOPATH= [2021-02-23T18:13:35.489Z] #56 2.277 + : /build [2021-02-23T18:13:35.489Z] #56 2.277 + '[' -z '' ']' [2021-02-23T18:13:35.489Z] #56 2.277 ++ mktemp -d [2021-02-23T18:13:35.489Z] #56 2.277 + export GOPATH=/tmp/tmp.hyn3TeM1jf [2021-02-23T18:13:35.489Z] #56 2.277 + GOPATH=/tmp/tmp.hyn3TeM1jf [2021-02-23T18:13:35.489Z] #56 2.277 + RM_GOPATH=1 [2021-02-23T18:13:35.489Z] #56 2.277 + case "$(go env GOARCH)" in [2021-02-23T18:13:35.489Z] #56 2.277 ++ go env GOARCH [2021-02-23T18:13:35.489Z] #56 2.292 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:35.490Z] #56 2.292 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:35.490Z] #56 2.292 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:35.490Z] #56 2.296 + dir=/tmp/install [2021-02-23T18:13:35.490Z] #56 2.296 + bin=rootlesskit [2021-02-23T18:13:35.490Z] #56 2.296 + shift [2021-02-23T18:13:35.490Z] #56 2.296 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-23T18:13:35.490Z] #56 2.296 + . /tmp/install/rootlesskit.installer [2021-02-23T18:13:35.490Z] #56 2.296 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-23T18:13:35.490Z] #56 2.296 + install_rootlesskit [2021-02-23T18:13:35.490Z] #56 2.296 + case "$1" in [2021-02-23T18:13:35.490Z] #56 2.296 + export CGO_ENABLED=0 [2021-02-23T18:13:35.490Z] #56 2.296 + CGO_ENABLED=0 [2021-02-23T18:13:35.490Z] #56 2.296 + _install_rootlesskit [2021-02-23T18:13:35.490Z] #56 2.296 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-23T18:13:35.490Z] #56 2.296 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.hyn3TeM1jf/src/github.com/rootless-containers/rootlesskit [2021-02-23T18:13:35.490Z] #56 2.297 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-23T18:13:35.490Z] #56 2.311 Cloning into '/tmp/tmp.hyn3TeM1jf/src/github.com/rootless-containers/rootlesskit'... [2021-02-23T18:13:35.490Z] #56 5.355 + cd /tmp/tmp.hyn3TeM1jf/src/github.com/rootless-containers/rootlesskit [2021-02-23T18:13:35.490Z] #56 5.355 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-23T18:13:35.490Z] #56 5.364 + export GO111MODULE=on [2021-02-23T18:13:35.490Z] #56 5.364 + GO111MODULE=on [2021-02-23T18:13:35.490Z] #56 5.365 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-23T18:13:35.490Z] #56 5.365 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-23T18:13:35.490Z] #56 6.575 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-23T18:13:35.490Z] #56 6.710 go: downloading github.com/google/uuid v1.2.0 [2021-02-23T18:13:35.490Z] #56 6.717 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-23T18:13:35.490Z] #56 6.718 go: downloading github.com/pkg/errors v0.9.1 [2021-02-23T18:13:35.490Z] #56 6.718 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-23T18:13:35.490Z] #56 6.723 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-23T18:13:35.490Z] #56 6.730 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-23T18:13:35.490Z] #56 6.736 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-23T18:13:35.490Z] #56 6.941 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-23T18:13:35.490Z] #56 6.950 go: extracting github.com/pkg/errors v0.9.1 [2021-02-23T18:13:35.490Z] #56 7.009 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-23T18:13:35.490Z] #56 7.015 go: extracting github.com/google/uuid v1.2.0 [2021-02-23T18:13:35.490Z] #56 7.020 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-23T18:13:35.490Z] #56 7.139 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-23T18:13:35.490Z] #56 7.197 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-23T18:13:35.490Z] #56 7.198 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-23T18:13:35.490Z] #56 7.311 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-23T18:13:35.490Z] #56 7.693 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-23T18:13:35.490Z] #56 7.923 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-23T18:13:35.490Z] #56 8.249 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-23T18:13:35.490Z] #56 8.271 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-23T18:13:35.490Z] #56 8.769 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-23T18:13:35.490Z] #56 9.232 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-23T18:13:35.490Z] #56 9.865 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-23T18:13:35.490Z] #56 ... [2021-02-23T18:13:35.490Z] [2021-02-23T18:13:35.490Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:35.490Z] #27 5.663 0.2% ## 3.0% ### 4.9% #### 6.7% ###### 8.6% ####### 10.5% ######## 12.3% ########## 14.2% ########### 15.5% ############ 17.3% ############# 18.6% ############### 21.1% ################ 22.9% ################## 25.4% ################### 26.7% #################### 27.9% #################### 29.2% ###################### 31.7% ######################## 33.5% ######################### 36.0% ########################### 37.9% ############################ 39.8% ############################# 41.6% ############################### 44.1% ################################# 46.6% ################################## 48.5% #################################### 50.3% ###################################### 52.8% ####################################### 54.7% ######################################## 56.6% ########################################## 58.5% ########################################### 60.3% ############################################# 62.8% ############################################## 64.7% ############################################### 65.9% ################################################ 67.8% ################################################## 69.7% ################################################### 71.6% ##################################################### 73.7% ###################################################### 76.2% ####################################################### 77.4% ######################################################### 80.5% ########################################################### 82.4% ############################################################ 83.7% ############################################################ 84.3% ############################################################# 85.5% ############################################################## 86.8% ############################################################### 88.0% ################################################################# 90.5% ################################################################## 92.4% ################################################################### 94.2% ##################################################################### 96.1% ###################################################################### 98.6% ######################################################################## 100.0% [2021-02-23T18:13:35.490Z] #27 12.42 [2021-02-23T18:13:36.163Z] 3c370c2e2f82: Pull complete [2021-02-23T18:13:36.459Z] 5ffb2f5886e2: Pull complete [2021-02-23T18:13:36.459Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:13:36.459Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-02-23T18:13:36.459Z] ---> 805dc2d65d1c [2021-02-23T18:13:36.459Z] Step 5/15 : ARG BUILDX_REPO [2021-02-23T18:13:36.459Z] ---> Running in 64caeecbfd09 [2021-02-23T18:13:36.459Z] Removing intermediate container 64caeecbfd09 [2021-02-23T18:13:36.459Z] ---> 75c4e7341d23 [2021-02-23T18:13:36.459Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-02-23T18:13:36.459Z] ---> Running in b5dc602158d9 [2021-02-23T18:13:36.751Z] Cloning into '/buildx'... [2021-02-23T18:13:36.991Z] #27 ... [2021-02-23T18:13:36.991Z] [2021-02-23T18:13:36.991Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:13:36.991Z] #43 2.748 + RM_GOPATH=0 [2021-02-23T18:13:36.991Z] #43 2.748 + TMP_GOPATH= [2021-02-23T18:13:36.991Z] #43 2.748 + : /build [2021-02-23T18:13:36.991Z] #43 2.748 + '[' -z '' ']' [2021-02-23T18:13:36.991Z] #43 2.748 ++ mktemp -d [2021-02-23T18:13:36.991Z] #43 2.752 + export GOPATH=/tmp/tmp.afsnR9isbb [2021-02-23T18:13:36.991Z] #43 2.752 + GOPATH=/tmp/tmp.afsnR9isbb [2021-02-23T18:13:36.991Z] #43 2.752 + RM_GOPATH=1 [2021-02-23T18:13:36.991Z] #43 2.752 + case "$(go env GOARCH)" in [2021-02-23T18:13:36.991Z] #43 2.752 ++ go env GOARCH [2021-02-23T18:13:36.991Z] #43 2.780 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:36.991Z] #43 2.780 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:36.991Z] #43 2.780 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:36.991Z] #43 2.780 + dir=/tmp/install [2021-02-23T18:13:36.991Z] #43 2.780 + bin=vndr [2021-02-23T18:13:36.991Z] #43 2.780 + shift [2021-02-23T18:13:36.991Z] #43 2.780 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-23T18:13:36.991Z] #43 2.780 + . /tmp/install/vndr.installer [2021-02-23T18:13:36.991Z] #43 2.780 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-23T18:13:36.991Z] #43 2.780 + install_vndr [2021-02-23T18:13:36.991Z] #43 2.780 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-23T18:13:36.991Z] #43 2.780 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.afsnR9isbb/src/github.com/LK4D4/vndr [2021-02-23T18:13:36.991Z] #43 2.780 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-23T18:13:36.991Z] #43 2.788 Cloning into '/tmp/tmp.afsnR9isbb/src/github.com/LK4D4/vndr'... [2021-02-23T18:13:36.991Z] #43 3.492 + cd /tmp/tmp.afsnR9isbb/src/github.com/LK4D4/vndr [2021-02-23T18:13:36.991Z] #43 3.492 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-23T18:13:36.991Z] #43 3.500 + go build -buildmode=pie -v -o /build/vndr . [2021-02-23T18:13:36.991Z] #43 4.324 internal/race [2021-02-23T18:13:36.991Z] #43 4.353 runtime [2021-02-23T18:13:36.991Z] #43 4.469 sync/atomic [2021-02-23T18:13:36.991Z] #43 4.618 unicode [2021-02-23T18:13:36.991Z] #43 7.675 internal/testlog [2021-02-23T18:13:36.991Z] #43 7.979 encoding [2021-02-23T18:13:36.991Z] #43 8.110 unicode/utf16 [2021-02-23T18:13:36.991Z] #43 8.341 container/list [2021-02-23T18:13:36.991Z] #43 8.894 crypto/internal/subtle [2021-02-23T18:13:36.991Z] #43 9.126 crypto/subtle [2021-02-23T18:13:36.991Z] #43 9.207 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-23T18:13:36.991Z] #43 9.320 internal/nettrace [2021-02-23T18:13:36.991Z] #43 9.453 runtime/cgo [2021-02-23T18:13:37.282Z] #43 ... [2021-02-23T18:13:37.282Z] [2021-02-23T18:13:37.282Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:37.282Z] #47 10.95 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-23T18:13:37.282Z] #47 10.95 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-23T18:13:37.282Z] #47 10.96 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-23T18:13:37.282Z] #47 10.96 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-23T18:13:37.282Z] #47 10.99 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-23T18:13:37.282Z] #47 10.99 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-23T18:13:37.282Z] #47 11.01 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-23T18:13:37.282Z] #47 11.02 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-23T18:13:37.282Z] #47 11.04 go: downloading github.com/spf13/afero v1.1.2 [2021-02-23T18:13:37.282Z] #47 11.04 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-23T18:13:37.282Z] #47 11.15 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-23T18:13:37.282Z] #47 11.22 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-23T18:13:37.282Z] #47 11.22 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-23T18:13:37.282Z] #47 11.29 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-23T18:13:37.282Z] #47 11.30 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-23T18:13:37.282Z] #47 11.31 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-23T18:13:37.282Z] #47 11.31 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-23T18:13:37.282Z] #47 11.32 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-23T18:13:37.282Z] #47 11.33 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-23T18:13:37.282Z] #47 11.33 go: extracting github.com/spf13/afero v1.1.2 [2021-02-23T18:13:37.282Z] #47 11.40 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-23T18:13:37.282Z] #47 11.40 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-23T18:13:37.282Z] #47 11.42 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-23T18:13:37.282Z] #47 11.42 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-23T18:13:37.282Z] #47 11.42 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-23T18:13:37.282Z] #47 11.50 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-23T18:13:37.282Z] #47 11.53 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-23T18:13:37.282Z] #47 11.57 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-23T18:13:37.282Z] #47 11.59 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-23T18:13:37.282Z] #47 11.59 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-23T18:13:37.282Z] #47 11.60 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-23T18:13:37.282Z] #47 11.68 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-23T18:13:37.282Z] #47 11.69 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-23T18:13:37.282Z] #47 11.70 go: downloading golang.org/x/text v0.3.2 [2021-02-23T18:13:37.282Z] #47 11.73 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-23T18:13:37.282Z] #47 11.78 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-23T18:13:37.282Z] #47 11.82 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-23T18:13:37.282Z] #47 11.82 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-23T18:13:37.282Z] #47 11.90 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-23T18:13:37.282Z] #47 12.01 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-23T18:13:37.282Z] #47 12.01 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-23T18:13:37.282Z] #47 12.04 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-23T18:13:37.282Z] #47 12.04 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-23T18:13:37.282Z] #47 12.10 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-23T18:13:37.282Z] #47 12.14 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-23T18:13:37.282Z] #47 12.14 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-23T18:13:37.282Z] #47 12.16 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-23T18:13:37.282Z] #47 12.16 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-23T18:13:37.282Z] #47 12.22 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-23T18:13:37.282Z] #47 12.23 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-23T18:13:37.282Z] #47 12.24 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-23T18:13:37.282Z] #47 12.24 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-23T18:13:37.282Z] #47 12.24 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.35 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-23T18:13:37.282Z] #47 12.41 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-23T18:13:37.282Z] #47 12.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-23T18:13:37.282Z] #47 12.54 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-23T18:13:37.282Z] #47 12.55 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.55 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-23T18:13:37.282Z] #47 12.57 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.62 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-23T18:13:37.282Z] #47 12.63 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.64 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.64 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.89 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-23T18:13:37.282Z] #47 12.89 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.91 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-23T18:13:37.282Z] #47 12.91 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-23T18:13:37.282Z] #47 12.91 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-23T18:13:37.282Z] #47 13.12 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-23T18:13:37.572Z] #47 13.12 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-23T18:13:37.572Z] #47 13.14 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-23T18:13:37.572Z] #47 13.21 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-23T18:13:37.572Z] #47 13.22 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-23T18:13:37.572Z] #47 13.27 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-23T18:13:37.862Z] #47 13.38 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-23T18:13:37.862Z] #47 13.65 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-23T18:13:37.862Z] #47 13.67 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-23T18:13:37.862Z] #47 13.69 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-23T18:13:37.862Z] #47 13.71 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-23T18:13:37.862Z] #47 13.72 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-23T18:13:37.862Z] #47 13.76 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-23T18:13:38.152Z] #47 13.77 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-23T18:13:38.152Z] #47 13.92 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-23T18:13:38.152Z] #47 13.92 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-23T18:13:38.152Z] #47 13.92 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-23T18:13:38.152Z] #47 13.99 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-23T18:13:38.152Z] #47 14.00 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-23T18:13:38.152Z] #47 14.02 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-23T18:13:38.655Z] #47 14.31 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-23T18:13:38.655Z] #47 14.37 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-23T18:13:38.655Z] #47 14.46 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-23T18:13:38.951Z] #47 14.65 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-23T18:13:39.244Z] #47 14.77 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-23T18:13:40.298Z] Removing intermediate container b5dc602158d9 [2021-02-23T18:13:40.298Z] ---> 91456f8e0f50 [2021-02-23T18:13:40.298Z] Step 7/15 : WORKDIR /buildx [2021-02-23T18:13:40.298Z] ---> Running in 42d42bd0863c [2021-02-23T18:13:40.589Z] Removing intermediate container 42d42bd0863c [2021-02-23T18:13:40.589Z] ---> b9c76fcb7ed8 [2021-02-23T18:13:40.589Z] Step 8/15 : ARG BUILDX_COMMIT [2021-02-23T18:13:40.589Z] ---> Running in 80feae469414 [2021-02-23T18:13:40.589Z] Removing intermediate container 80feae469414 [2021-02-23T18:13:40.589Z] ---> 551f56670142 [2021-02-23T18:13:40.589Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-02-23T18:13:40.589Z] ---> Running in ef8dd2c2bb51 [2021-02-23T18:13:40.746Z] #47 16.24 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-23T18:13:41.223Z] From https://github.com/docker/buildx [2021-02-23T18:13:41.223Z] * [new tag] v0.5.1 -> build [2021-02-23T18:13:41.376Z] #47 17.07 go: extracting golang.org/x/text v0.3.2 [2021-02-23T18:13:41.515Z] Switched to branch 'build' [2021-02-23T18:13:41.676Z] #47 ... [2021-02-23T18:13:41.676Z] [2021-02-23T18:13:41.676Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:41.676Z] #27 18.39 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-23T18:13:41.676Z] #27 18.62 [2021-02-23T18:13:41.676Z] #27 18.81 ############################################################### 87.5% ######################################################################## 100.0% [2021-02-23T18:13:41.807Z] Removing intermediate container ef8dd2c2bb51 [2021-02-23T18:13:41.807Z] ---> 3b60111f45b9 [2021-02-23T18:13:41.807Z] Step 10/15 : ARG GOOS [2021-02-23T18:13:41.962Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-02-23T18:13:41.962Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d0cc7e77\powershellScript.ps1'; exit $LASTEXITCODE; [2021-02-23T18:13:41.962Z] ---------------------------------------------------------------------------- [2021-02-23T18:13:41.962Z] [2021-02-23T18:13:41.962Z] INFO: executeCI.ps1 starting at Tue Feb 23 18:13:39 CUT 2021 [2021-02-23T18:13:41.962Z] [2021-02-23T18:13:41.962Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-02-23T18:13:41.962Z] INFO: Running git version 2.24.1.windows.2 [2021-02-23T18:13:41.962Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-02-23T18:13:41.962Z] INFO: Environment variables: [2021-02-23T18:13:41.962Z] [2021-02-23T18:13:41.962Z] Name Value [2021-02-23T18:13:41.962Z] ---- ----- [2021-02-23T18:13:41.962Z] ALLUSERSPROFILE C:\ProgramData [2021-02-23T18:13:41.962Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-02-23T18:13:41.962Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-02-23T18:13:41.962Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2021-02-23T18:13:41.962Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2021-02-23T18:13:41.962Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-02-23T18:13:41.962Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-02-23T18:13:41.962Z] BRANCH_NAME PR-42060 [2021-02-23T18:13:41.962Z] BUILD_DISPLAY_NAME #3 [2021-02-23T18:13:41.962Z] BUILD_ID 3 [2021-02-23T18:13:41.962Z] BUILD_NUMBER 3 [2021-02-23T18:13:41.962Z] BUILD_TAG jenkins-moby-PR-42060-3 [2021-02-23T18:13:41.962Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42060/3/ [2021-02-23T18:13:41.962Z] CHANGE_AUTHOR thaJeztah [2021-02-23T18:13:41.962Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-02-23T18:13:41.962Z] CHANGE_BRANCH 20.10_backport_bump_swarmkit [2021-02-23T18:13:41.962Z] CHANGE_FORK thaJeztah/docker [2021-02-23T18:13:41.962Z] CHANGE_ID 42060 [2021-02-23T18:13:41.962Z] CHANGE_TARGET 20.10 [2021-02-23T18:13:41.962Z] CHANGE_TITLE [20.10 backport] Update Swarmkit to pick up fixes to heartbeat period and stalled tasks [2021-02-23T18:13:41.962Z] CHANGE_URL https://github.com/moby/moby/pull/42060 [2021-02-23T18:13:41.962Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-23T18:13:41.962Z] CommonProgramFiles C:\Program Files\Common Files [2021-02-23T18:13:41.962Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-02-23T18:13:41.962Z] CommonProgramW6432 C:\Program Files\Common Files [2021-02-23T18:13:41.962Z] COMPUTERNAME azwin-2-af5990 [2021-02-23T18:13:41.962Z] ComSpec C:\windows\system32\cmd.exe [2021-02-23T18:13:41.962Z] ConfigSequenceNumber 0 [2021-02-23T18:13:41.962Z] DOCKER_BUILDKIT 0 [2021-02-23T18:13:41.962Z] DOCKER_DUT_DEBUG 1 [2021-02-23T18:13:41.962Z] DOCKER_EXPERIMENTAL 1 [2021-02-23T18:13:41.962Z] DOCKER_GRAPHDRIVER overlay2 [2021-02-23T18:13:41.962Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-02-23T18:13:41.962Z] EXECUTOR_NUMBER 0 [2021-02-23T18:13:41.962Z] FQDN azwin-2-af5990.westus.cloudapp.azure.com [2021-02-23T18:13:41.962Z] GIT_BRANCH PR-42060 [2021-02-23T18:13:41.962Z] GIT_COMMIT b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:13:41.962Z] GIT_PREVIOUS_COMMIT 2a220f1f3d176adee684df83921c47d003f83e8e [2021-02-23T18:13:41.962Z] GIT_URL https://github.com/moby/moby.git [2021-02-23T18:13:41.962Z] HUDSON_COOKIE 1113b70a-4ffe-47c4-a007-e6e15b876f9f [2021-02-23T18:13:41.962Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-02-23T18:13:41.962Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-02-23T18:13:41.962Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-02-23T18:13:41.962Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-02-23T18:13:41.962Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-02-23T18:13:41.962Z] JENKINS_NODE_COOKIE e4bd3996-67e9-4bbc-a402-d4f94e2364cc [2021-02-23T18:13:41.962Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-02-23T18:13:41.962Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-02-23T18:13:41.962Z] JOB_BASE_NAME PR-42060 [2021-02-23T18:13:41.962Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42060/display/redirect [2021-02-23T18:13:41.962Z] JOB_NAME moby/PR-42060 [2021-02-23T18:13:41.962Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42060/ [2021-02-23T18:13:41.962Z] library.jps.version master [2021-02-23T18:13:41.962Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-02-23T18:13:41.962Z] NODE_LABELS amd64 azure azwin-2-af5990 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-02-23T18:13:41.962Z] NODE_NAME azwin-2-af5990 [2021-02-23T18:13:41.962Z] NUMBER_OF_PROCESSORS 4 [2021-02-23T18:13:41.962Z] OS Windows_NT [2021-02-23T18:13:41.962Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-02-23T18:13:41.962Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-02-23T18:13:41.962Z] PROCESSOR_ARCHITECTURE AMD64 [2021-02-23T18:13:41.962Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-02-23T18:13:41.962Z] PROCESSOR_LEVEL 6 [2021-02-23T18:13:41.962Z] PROCESSOR_REVISION 5504 [2021-02-23T18:13:41.962Z] ProgramData C:\ProgramData [2021-02-23T18:13:41.962Z] ProgramFiles C:\Program Files [2021-02-23T18:13:41.962Z] ProgramFiles(x86) C:\Program Files (x86) [2021-02-23T18:13:41.962Z] ProgramW6432 C:\Program Files [2021-02-23T18:13:41.962Z] PROMPT $P$G [2021-02-23T18:13:41.962Z] PSExecutionPolicyPreference Bypass [2021-02-23T18:13:41.962Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-02-23T18:13:41.962Z] PUBLIC C:\Users\Public [2021-02-23T18:13:41.962Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42060/3/display/redirect?page=artif... [2021-02-23T18:13:41.962Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42060/3/display/redirect?page=changes [2021-02-23T18:13:41.962Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42060/3/display/redirect [2021-02-23T18:13:41.962Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42060/3/display/redirect?page=tests [2021-02-23T18:13:41.962Z] SKIP_VALIDATION_TESTS 1 [2021-02-23T18:13:41.962Z] SOURCES_DRIVE d [2021-02-23T18:13:41.962Z] SOURCES_SUBDIR gopath [2021-02-23T18:13:41.962Z] STAGE_NAME Run tests [2021-02-23T18:13:41.963Z] SystemDrive C: [2021-02-23T18:13:41.963Z] SystemRoot C:\windows [2021-02-23T18:13:41.963Z] TEMP C:\windows\TEMP [2021-02-23T18:13:41.963Z] TESTDEBUG 0 [2021-02-23T18:13:41.963Z] TESTRUN_DRIVE d [2021-02-23T18:13:41.963Z] TESTRUN_SUBDIR CI [2021-02-23T18:13:41.963Z] TIMEOUT 120m [2021-02-23T18:13:41.963Z] TMP C:\windows\TEMP [2021-02-23T18:13:41.963Z] USERDOMAIN WORKGROUP [2021-02-23T18:13:41.963Z] USERNAME azwin-2-af5990$ [2021-02-23T18:13:41.963Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-02-23T18:13:41.963Z] windir C:\windows [2021-02-23T18:13:41.963Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-02-23T18:13:41.963Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-02-23T18:13:41.963Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-02-23T18:13:41.963Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] INFO: Sources under d:\gopath\... [2021-02-23T18:13:41.963Z] INFO: Test run under d:\CI\... [2021-02-23T18:13:41.963Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-02-23T18:13:41.963Z] INFO: docker/docker repository was found [2021-02-23T18:13:41.963Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-02-23T18:13:41.963Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757' [2021-02-23T18:13:41.963Z] INFO: Docker version of control daemon [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] Client: Docker Engine - Enterprise [2021-02-23T18:13:41.963Z] Version: 19.03.12 [2021-02-23T18:13:41.963Z] API version: 1.40 [2021-02-23T18:13:41.963Z] Go version: go1.13.13 [2021-02-23T18:13:41.963Z] Git commit: 4306744 [2021-02-23T18:13:41.963Z] Built: 08/05/2020 19:27:53 [2021-02-23T18:13:41.963Z] OS/Arch: windows/amd64 [2021-02-23T18:13:41.963Z] Experimental: false [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] Server: Docker Engine - Enterprise [2021-02-23T18:13:41.963Z] Engine: [2021-02-23T18:13:41.963Z] Version: 19.03.12 [2021-02-23T18:13:41.963Z] API version: 1.40 (minimum version 1.24) [2021-02-23T18:13:41.963Z] Go version: go1.13.13 [2021-02-23T18:13:41.963Z] Git commit: f295753ffd [2021-02-23T18:13:41.963Z] Built: 08/05/2020 19:26:41 [2021-02-23T18:13:41.963Z] OS/Arch: windows/amd64 [2021-02-23T18:13:41.963Z] Experimental: true [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] INFO: Docker info of control daemon [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] Client: [2021-02-23T18:13:41.963Z] Debug Mode: false [2021-02-23T18:13:41.963Z] Plugins: [2021-02-23T18:13:41.963Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] Server: [2021-02-23T18:13:41.963Z] Containers: 0 [2021-02-23T18:13:41.963Z] Running: 0 [2021-02-23T18:13:41.963Z] Paused: 0 [2021-02-23T18:13:41.963Z] Stopped: 0 [2021-02-23T18:13:41.963Z] Images: 10 [2021-02-23T18:13:41.963Z] Server Version: 19.03.12 [2021-02-23T18:13:41.963Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-02-23T18:13:41.963Z] LCOW: [2021-02-23T18:13:41.963Z] Windows: [2021-02-23T18:13:41.963Z] Logging Driver: json-file [2021-02-23T18:13:41.963Z] Plugins: [2021-02-23T18:13:41.963Z] Volume: local [2021-02-23T18:13:41.963Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-23T18:13:41.963Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-23T18:13:41.963Z] Swarm: inactive [2021-02-23T18:13:41.963Z] Default Isolation: process [2021-02-23T18:13:41.963Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-23T18:13:41.963Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-23T18:13:41.963Z] OSType: windows [2021-02-23T18:13:41.963Z] Architecture: x86_64 [2021-02-23T18:13:41.963Z] CPUs: 4 [2021-02-23T18:13:41.963Z] Total Memory: 32GiB [2021-02-23T18:13:41.963Z] Name: azwin-2-af5990 [2021-02-23T18:13:41.963Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-23T18:13:41.963Z] Docker Root Dir: D:\docker [2021-02-23T18:13:41.963Z] Debug Mode: false [2021-02-23T18:13:41.963Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:13:41.963Z] Labels: [2021-02-23T18:13:41.963Z] Experimental: true [2021-02-23T18:13:41.963Z] Insecure Registries: [2021-02-23T18:13:41.963Z] 10.0.0.4:5000 [2021-02-23T18:13:41.963Z] 127.0.0.0/8 [2021-02-23T18:13:41.963Z] Registry Mirrors: [2021-02-23T18:13:41.963Z] http://10.0.0.4:5000/ [2021-02-23T18:13:41.963Z] Live Restore Enabled: false [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] INFO: Commit hash is 6362afa073 [2021-02-23T18:13:41.963Z] INFO: Nuke-Everything... [2021-02-23T18:13:41.963Z] INFO: Container count on control daemon to delete is 0 [2021-02-23T18:13:41.963Z] INFO: Nuking d:\CI [2021-02-23T18:13:41.963Z] INFO: Zapped successfully [2021-02-23T18:13:41.963Z] INFO: Location for testing is d:\CI\PR-42060\3 [2021-02-23T18:13:41.963Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.963Z] INFO: Building the image from Dockerfile.windows at 02/23/2021 18:13:41... [2021-02-23T18:13:41.963Z] [2021-02-23T18:13:41.965Z] #27 19.00 [2021-02-23T18:13:42.102Z] ---> Running in 2aa385fe76e1 [2021-02-23T18:13:42.102Z] Removing intermediate container 2aa385fe76e1 [2021-02-23T18:13:42.102Z] ---> 97caca2af2b1 [2021-02-23T18:13:42.102Z] Step 11/15 : ARG GOARCH [2021-02-23T18:13:42.102Z] ---> Running in 28f4c31f2d34 [2021-02-23T18:13:42.102Z] Removing intermediate container 28f4c31f2d34 [2021-02-23T18:13:42.102Z] ---> 17616a0b5aac [2021-02-23T18:13:42.102Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2021-02-23T18:13:42.102Z] ---> Running in 6024af5c9b26 [2021-02-23T18:13:42.997Z] #27 20.24 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-23T18:13:42.997Z] #27 20.28 skipping existing aab193acf6ba [2021-02-23T18:13:43.327Z] #27 20.39 [2021-02-23T18:13:44.424Z] #27 21.63 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-23T18:13:44.714Z] #27 21.90 [2021-02-23T18:13:45.041Z] ok github.com/docker/docker/api/server 0.037s coverage: 9.0% of statements [2021-02-23T18:13:45.599Z] #27 22.03 #=#=# # 2.5% ####### 11.1% ############ 17.2% ################## 25.4% ###################### 31.6% [2021-02-23T18:13:45.599Z] #27 ... [2021-02-23T18:13:45.599Z] [2021-02-23T18:13:45.599Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:45.599Z] #45 11.32 go: finding github.com/fatih/color v1.9.0 [2021-02-23T18:13:45.599Z] #45 11.39 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-23T18:13:45.599Z] #45 11.39 go: finding github.com/pkg/errors v0.9.1 [2021-02-23T18:13:45.599Z] #45 11.40 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-23T18:13:45.599Z] #45 11.40 go: finding github.com/spf13/pflag v1.0.3 [2021-02-23T18:13:45.599Z] #45 11.55 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-23T18:13:45.599Z] #45 11.67 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-23T18:13:45.599Z] #45 11.78 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-23T18:13:45.599Z] #45 11.80 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-23T18:13:45.599Z] #45 11.82 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-23T18:13:45.599Z] #45 11.83 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-23T18:13:45.599Z] #45 ... [2021-02-23T18:13:45.599Z] [2021-02-23T18:13:45.599Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:13:45.599Z] #49 11.40 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-23T18:13:45.599Z] #49 12.45 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-23T18:13:45.599Z] #49 12.53 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-23T18:13:45.599Z] #49 12.62 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-23T18:13:45.599Z] #49 12.73 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-23T18:13:45.599Z] #49 13.09 runtime [2021-02-23T18:13:45.599Z] #49 13.14 runtime/cgo [2021-02-23T18:13:45.889Z] #49 ... [2021-02-23T18:13:45.889Z] [2021-02-23T18:13:45.889Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:45.889Z] #56 11.53 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-23T18:13:45.889Z] #56 12.54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-23T18:13:45.889Z] #56 12.85 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-23T18:13:45.889Z] #56 13.14 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-23T18:13:45.889Z] #56 13.15 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-23T18:13:45.889Z] #56 13.45 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-23T18:13:45.889Z] #56 14.81 go: finding github.com/pkg/errors v0.9.1 [2021-02-23T18:13:45.889Z] #56 14.82 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-23T18:13:45.889Z] #56 14.91 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-23T18:13:45.889Z] #56 15.16 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-23T18:13:45.889Z] #56 15.23 go: finding github.com/google/uuid v1.2.0 [2021-02-23T18:13:45.889Z] #56 15.27 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-23T18:13:45.889Z] #56 15.29 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-23T18:13:45.889Z] #56 15.29 go: finding github.com/gofrs/flock v0.8.0 [2021-02-23T18:13:45.889Z] #56 15.33 go: finding github.com/gorilla/mux v1.8.0 [2021-02-23T18:13:45.889Z] #56 15.35 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-23T18:13:45.889Z] #56 15.39 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-23T18:13:45.889Z] #56 15.40 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-23T18:13:45.889Z] #56 15.54 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-23T18:13:45.889Z] #56 15.69 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-23T18:13:45.889Z] #56 15.73 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-23T18:13:45.889Z] #56 ... [2021-02-23T18:13:45.889Z] [2021-02-23T18:13:45.889Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:46.644Z] Sending build context to Docker daemon 58.26MB [2021-02-23T18:13:46.644Z] [2021-02-23T18:13:46.644Z] Step 1/10 : FROM microsoft/windowsservercore [2021-02-23T18:13:46.644Z] ---> 31902e4b25a6 [2021-02-23T18:13:46.644Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-02-23T18:13:46.644Z] ---> Using cache [2021-02-23T18:13:46.644Z] ---> 99d9f53ffd0f [2021-02-23T18:13:46.644Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-02-23T18:13:46.644Z] ---> Using cache [2021-02-23T18:13:46.644Z] ---> e34a1baa62f4 [2021-02-23T18:13:46.644Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-02-23T18:13:46.644Z] ---> Using cache [2021-02-23T18:13:46.644Z] ---> 5d0a53d3f509 [2021-02-23T18:13:46.644Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-02-23T18:13:46.644Z] ---> Using cache [2021-02-23T18:13:46.644Z] ---> d5b9fb292cb0 [2021-02-23T18:13:46.645Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-02-23T18:13:46.645Z] ---> Using cache [2021-02-23T18:13:46.645Z] ---> ce0ac73d7f9e [2021-02-23T18:13:46.645Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-02-23T18:13:46.645Z] ---> Using cache [2021-02-23T18:13:46.645Z] ---> 42b7b7bbacb1 [2021-02-23T18:13:46.645Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-02-23T18:13:46.645Z] ---> Using cache [2021-02-23T18:13:46.645Z] ---> 4c7dca939dda [2021-02-23T18:13:46.645Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-02-23T18:13:46.645Z] ---> Using cache [2021-02-23T18:13:46.645Z] ---> d429040d830f [2021-02-23T18:13:46.645Z] Step 10/10 : COPY . . [2021-02-23T18:13:46.759Z] #27 22.03 #=#=# # 2.5% ####### 11.1% ############ 17.2% ################## 25.4% ###################### 31.6% ########################### 37.7% ################################# 45.9% ##################################### 52.0% ########################################### 60.3% ############################################### 66.4% ##################################################### 74.6% ########################################################## 80.7% ############################################################## 86.8% ################################################################## 93.0% ####################################################################### 99.1% ######################################################################## 100.0% [2021-02-23T18:13:47.050Z] #27 24.07 [2021-02-23T18:13:47.728Z] #27 ... [2021-02-23T18:13:47.728Z] [2021-02-23T18:13:47.728Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-23T18:13:47.728Z] #40 13.53 Fetched 8110 kB in 10s (780 kB/s) [2021-02-23T18:13:47.728Z] #40 13.53 Reading package lists... [2021-02-23T18:13:47.728Z] #40 16.93 Reading package lists... [2021-02-23T18:13:47.728Z] #40 20.11 Building dependency tree... [2021-02-23T18:13:47.728Z] #40 21.30 The following additional packages will be installed: [2021-02-23T18:13:47.728Z] #40 21.30 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-23T18:13:47.728Z] #40 21.30 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-23T18:13:47.728Z] #40 21.30 Suggested packages: [2021-02-23T18:13:47.728Z] #40 21.30 manpages-dev python-setuptools [2021-02-23T18:13:47.728Z] #40 22.33 The following NEW packages will be installed: [2021-02-23T18:13:47.728Z] #40 22.33 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-23T18:13:47.728Z] #40 22.34 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-23T18:13:47.728Z] #40 22.34 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-23T18:13:47.728Z] #40 22.34 python-six zlib1g-dev [2021-02-23T18:13:47.728Z] #40 22.53 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-23T18:13:47.728Z] #40 22.53 Need to get 3742 kB of archives. [2021-02-23T18:13:47.728Z] #40 22.53 After this operation, 22.0 MB of additional disk space will be used. [2021-02-23T18:13:47.728Z] #40 22.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2021-02-23T18:13:47.728Z] #40 22.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-02-23T18:13:47.728Z] #40 22.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2021-02-23T18:13:47.728Z] #40 22.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-02-23T18:13:47.728Z] #40 22.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2021-02-23T18:13:47.728Z] #40 22.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-02-23T18:13:47.728Z] #40 22.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2021-02-23T18:13:47.728Z] #40 22.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2021-02-23T18:13:47.728Z] #40 22.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-02-23T18:13:47.728Z] #40 22.82 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-02-23T18:13:47.728Z] #40 22.82 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2021-02-23T18:13:47.728Z] #40 22.86 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-02-23T18:13:47.728Z] #40 22.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2021-02-23T18:13:47.728Z] #40 22.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2021-02-23T18:13:47.728Z] #40 22.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-23T18:13:47.728Z] #40 22.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-02-23T18:13:47.728Z] #40 22.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2021-02-23T18:13:48.019Z] #40 ... [2021-02-23T18:13:48.019Z] [2021-02-23T18:13:48.019Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-23T18:13:48.019Z] #38 13.62 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-23T18:13:48.019Z] #38 14.97 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-23T18:13:48.019Z] #38 ... [2021-02-23T18:13:48.019Z] [2021-02-23T18:13:48.019Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:48.019Z] #47 21.61 go: finding github.com/fatih/color v1.7.0 [2021-02-23T18:13:48.019Z] #47 21.62 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-23T18:13:48.019Z] #47 21.64 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-23T18:13:48.019Z] #47 21.64 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-23T18:13:48.019Z] #47 21.71 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-23T18:13:48.019Z] #47 21.71 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-23T18:13:48.019Z] #47 21.72 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-23T18:13:48.019Z] #47 21.75 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-23T18:13:48.019Z] #47 21.75 go: finding github.com/pkg/errors v0.8.1 [2021-02-23T18:13:48.019Z] #47 21.81 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.81 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-23T18:13:48.019Z] #47 21.81 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-23T18:13:48.019Z] #47 21.82 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.83 go: finding github.com/stretchr/testify v1.4.0 [2021-02-23T18:13:48.019Z] #47 21.83 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.84 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.84 go: finding github.com/spf13/viper v1.6.1 [2021-02-23T18:13:48.019Z] #47 21.84 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-23T18:13:48.019Z] #47 21.85 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.85 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.86 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.90 go: finding github.com/stretchr/objx v0.2.0 [2021-02-23T18:13:48.019Z] #47 21.92 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-23T18:13:48.019Z] #47 21.95 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-23T18:13:48.019Z] #47 21.95 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-23T18:13:48.019Z] #47 21.98 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-23T18:13:48.019Z] #47 21.99 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-23T18:13:48.019Z] #47 21.99 go: finding github.com/gobwas/glob v0.2.3 [2021-02-23T18:13:48.019Z] #47 21.99 go: finding github.com/spf13/cobra v0.0.5 [2021-02-23T18:13:48.019Z] #47 22.00 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-23T18:13:48.019Z] #47 22.03 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-23T18:13:48.019Z] #47 22.03 go: finding github.com/spf13/pflag v1.0.5 [2021-02-23T18:13:48.019Z] #47 22.08 go: finding github.com/magiconair/properties v1.8.1 [2021-02-23T18:13:48.019Z] #47 22.13 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-23T18:13:48.019Z] #47 22.15 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-23T18:13:48.019Z] #47 22.18 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-23T18:13:48.019Z] #47 22.20 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-23T18:13:48.019Z] #47 22.22 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-23T18:13:48.019Z] #47 22.24 go: finding github.com/spf13/afero v1.1.2 [2021-02-23T18:13:48.019Z] #47 22.49 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-23T18:13:48.019Z] #47 22.49 go: finding github.com/spf13/cast v1.3.0 [2021-02-23T18:13:48.019Z] #47 22.50 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-23T18:13:48.019Z] #47 22.50 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-23T18:13:48.019Z] #47 22.55 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-23T18:13:48.019Z] #47 22.55 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-23T18:13:48.019Z] #47 22.58 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-23T18:13:48.019Z] #47 22.60 go: finding golang.org/x/text v0.3.2 [2021-02-23T18:13:48.019Z] #47 22.60 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-23T18:13:48.019Z] #47 22.65 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-23T18:13:48.019Z] #47 22.65 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-23T18:13:48.019Z] #47 22.65 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-23T18:13:48.019Z] #47 22.66 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-23T18:13:48.019Z] #47 22.69 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-23T18:13:48.019Z] #47 22.69 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-23T18:13:48.019Z] #47 22.70 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-23T18:13:48.019Z] #47 22.70 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-23T18:13:48.019Z] #47 22.71 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-23T18:13:48.019Z] #47 22.71 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-23T18:13:48.019Z] #47 22.72 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-23T18:13:48.019Z] #47 22.73 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-23T18:13:48.019Z] #47 22.83 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-23T18:13:48.019Z] #47 22.84 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-23T18:13:48.019Z] #47 22.85 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-23T18:13:48.019Z] #47 22.92 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-23T18:13:48.019Z] #47 22.92 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-23T18:13:48.019Z] #47 22.94 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-23T18:13:48.019Z] #47 22.95 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-23T18:13:48.019Z] #47 22.95 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-23T18:13:48.019Z] #47 22.96 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-23T18:13:48.019Z] #47 23.00 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-23T18:13:48.019Z] #47 23.06 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-23T18:13:48.019Z] #47 23.10 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-23T18:13:48.019Z] #47 23.12 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-23T18:13:48.019Z] #47 23.13 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-23T18:13:48.310Z] #47 ... [2021-02-23T18:13:48.310Z] [2021-02-23T18:13:48.310Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-23T18:13:48.310Z] #11 13.91 Fetched 8110 kB in 11s (731 kB/s) [2021-02-23T18:13:48.310Z] #11 13.91 Reading package lists... [2021-02-23T18:13:48.310Z] #11 17.08 Reading package lists... [2021-02-23T18:13:48.310Z] #11 20.99 Building dependency tree... [2021-02-23T18:13:48.310Z] #11 22.33 The following additional packages will be installed: [2021-02-23T18:13:48.310Z] #11 22.33 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-23T18:13:48.310Z] #11 22.33 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-23T18:13:48.310Z] #11 22.33 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-23T18:13:48.310Z] #11 22.33 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-23T18:13:48.310Z] #11 22.33 mingw-w64-x86-64-dev [2021-02-23T18:13:48.310Z] #11 22.34 Suggested packages: [2021-02-23T18:13:48.310Z] #11 22.34 gcc-8-locales seccomp wine64 [2021-02-23T18:13:48.310Z] #11 23.44 The following NEW packages will be installed: [2021-02-23T18:13:48.310Z] #11 23.44 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-23T18:13:48.310Z] #11 23.44 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-23T18:13:48.310Z] #11 23.44 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-23T18:13:48.310Z] #11 23.44 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-23T18:13:48.310Z] #11 23.44 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-23T18:13:48.310Z] #11 23.44 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-23T18:13:48.310Z] #11 23.44 The following packages will be upgraded: [2021-02-23T18:13:48.310Z] #11 23.45 libsystemd0 libudev1 [2021-02-23T18:13:48.310Z] #11 23.58 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-23T18:13:48.310Z] #11 23.58 Need to get 73.7 MB of archives. [2021-02-23T18:13:48.310Z] #11 23.58 After this operation, 494 MB of additional disk space will be used. [2021-02-23T18:13:48.310Z] #11 23.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u6 [307 kB] [2021-02-23T18:13:48.310Z] #11 23.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u6 [145 kB] [2021-02-23T18:13:48.310Z] #11 23.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-02-23T18:13:48.310Z] #11 23.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2021-02-23T18:13:48.310Z] #11 23.90 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-23T18:13:48.310Z] #11 23.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-02-23T18:13:48.310Z] #11 23.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-02-23T18:13:48.310Z] #11 23.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-23T18:13:48.310Z] #11 ... [2021-02-23T18:13:48.310Z] [2021-02-23T18:13:48.310Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-23T18:13:48.310Z] #40 23.95 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:13:48.310Z] #40 24.06 Fetched 3742 kB in 1s (5427 kB/s) [2021-02-23T18:13:48.310Z] #40 24.13 Selecting previously unselected package libcap-dev:s390x. [2021-02-23T18:13:48.601Z] #40 24.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-23T18:13:48.601Z] #40 24.20 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-02-23T18:13:48.601Z] #40 24.20 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-02-23T18:13:48.601Z] #40 ... [2021-02-23T18:13:48.601Z] [2021-02-23T18:13:48.601Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-23T18:13:48.601Z] #34 14.21 Fetched 8110 kB in 11s (730 kB/s) [2021-02-23T18:13:48.601Z] #34 14.21 Reading package lists... [2021-02-23T18:13:48.601Z] #34 17.52 Reading package lists... [2021-02-23T18:13:48.601Z] #34 21.45 Building dependency tree... [2021-02-23T18:13:48.601Z] #34 22.72 The following additional packages will be installed: [2021-02-23T18:13:48.601Z] #34 22.72 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-23T18:13:48.601Z] #34 22.72 Suggested packages: [2021-02-23T18:13:48.601Z] #34 22.72 cmake-doc ninja-build lrzip [2021-02-23T18:13:48.601Z] #34 22.72 Recommended packages: [2021-02-23T18:13:48.601Z] #34 22.72 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-23T18:13:48.601Z] #34 23.57 The following NEW packages will be installed: [2021-02-23T18:13:48.601Z] #34 23.57 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-23T18:13:48.601Z] #34 23.57 vim-common xxd [2021-02-23T18:13:48.601Z] #34 23.66 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-23T18:13:48.601Z] #34 23.66 Need to get 14.0 MB of archives. [2021-02-23T18:13:48.601Z] #34 23.66 After this operation, 62.1 MB of additional disk space will be used. [2021-02-23T18:13:48.601Z] #34 23.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-02-23T18:13:48.601Z] #34 23.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-02-23T18:13:48.601Z] #34 23.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-02-23T18:13:48.601Z] #34 23.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-02-23T18:13:48.601Z] #34 24.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2021-02-23T18:13:48.601Z] #34 24.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-02-23T18:13:48.601Z] #34 24.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-02-23T18:13:48.601Z] #34 24.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-02-23T18:13:48.601Z] #34 24.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-02-23T18:13:48.601Z] #34 24.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-02-23T18:13:48.601Z] #34 ... [2021-02-23T18:13:48.601Z] [2021-02-23T18:13:48.601Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:48.601Z] #27 25.19 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-23T18:13:48.601Z] #27 25.47 [2021-02-23T18:13:48.601Z] #27 25.61 ######################################################################## 100.0% [2021-02-23T18:13:48.601Z] #27 25.68 [2021-02-23T18:13:48.895Z] #27 ... [2021-02-23T18:13:48.895Z] [2021-02-23T18:13:48.895Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:13:48.895Z] #43 14.62 vendor/golang.org/x/crypto/internal/subtle [2021-02-23T18:13:48.895Z] #43 24.26 github.com/LK4D4/vndr/godl/singleflight [2021-02-23T18:13:48.895Z] #43 24.28 io [2021-02-23T18:13:48.895Z] #43 24.57 strconv [2021-02-23T18:13:49.185Z] #43 ... [2021-02-23T18:13:49.185Z] [2021-02-23T18:13:49.185Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-23T18:13:49.185Z] #53 14.54 Fetched 8110 kB in 11s (711 kB/s) [2021-02-23T18:13:49.185Z] #53 14.54 Reading package lists... [2021-02-23T18:13:49.185Z] #53 17.64 Reading package lists... [2021-02-23T18:13:49.185Z] #53 21.77 Building dependency tree... [2021-02-23T18:13:49.185Z] #53 22.74 The following additional packages will be installed: [2021-02-23T18:13:49.185Z] #53 22.75 libbtrfs0 [2021-02-23T18:13:49.185Z] #53 22.82 The following NEW packages will be installed: [2021-02-23T18:13:49.185Z] #53 22.83 libbtrfs-dev libbtrfs0 [2021-02-23T18:13:49.185Z] #53 22.96 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-23T18:13:49.185Z] #53 22.96 Need to get 118 kB of archives. [2021-02-23T18:13:49.185Z] #53 22.96 After this operation, 390 kB of additional disk space will be used. [2021-02-23T18:13:49.185Z] #53 22.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-02-23T18:13:49.185Z] #53 22.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-02-23T18:13:49.185Z] #53 23.59 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:13:49.185Z] #53 23.69 Fetched 118 kB in 0s (1197 kB/s) [2021-02-23T18:13:49.185Z] #53 23.76 Selecting previously unselected package libbtrfs0. [2021-02-23T18:13:49.185Z] #53 23.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-23T18:13:49.185Z] #53 23.80 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-02-23T18:13:49.185Z] #53 23.81 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-23T18:13:49.185Z] #53 23.88 Selecting previously unselected package libbtrfs-dev. [2021-02-23T18:13:49.185Z] #53 23.89 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-02-23T18:13:49.185Z] #53 23.89 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:13:49.185Z] #53 24.03 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-23T18:13:49.185Z] #53 24.05 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:13:49.185Z] #53 24.07 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:13:49.185Z] #53 DONE 24.8s [2021-02-23T18:13:49.185Z] [2021-02-23T18:13:49.185Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:49.185Z] #27 26.37 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-23T18:13:49.185Z] #27 ... [2021-02-23T18:13:49.185Z] [2021-02-23T18:13:49.185Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:13:49.185Z] #62 15.06 Checking out files: 99% (1891/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-23T18:13:49.185Z] #62 15.08 + cd /tmp/tmp.YdMgWu2Xpk/src/github.com/docker/libnetwork [2021-02-23T18:13:49.185Z] #62 15.09 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-23T18:13:49.185Z] #62 15.30 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-23T18:13:49.506Z] #62 ... [2021-02-23T18:13:49.506Z] [2021-02-23T18:13:49.506Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-23T18:13:49.506Z] #40 24.30 Selecting previously unselected package libnet1:s390x. [2021-02-23T18:13:49.506Z] #40 24.30 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-23T18:13:49.506Z] #40 24.31 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-23T18:13:49.506Z] #40 24.51 Selecting previously unselected package libnet1-dev. [2021-02-23T18:13:49.506Z] #40 24.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-23T18:13:49.506Z] #40 24.53 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-23T18:13:49.506Z] #40 24.85 Selecting previously unselected package libnl-3-200:s390x. [2021-02-23T18:13:49.506Z] #40 24.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-02-23T18:13:49.506Z] #40 24.85 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-02-23T18:13:49.506Z] #40 25.00 Selecting previously unselected package libnl-3-dev:s390x. [2021-02-23T18:13:49.506Z] #40 25.00 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-02-23T18:13:49.506Z] #40 25.01 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-02-23T18:13:49.506Z] #40 25.28 Selecting previously unselected package libprotobuf-c1:s390x. [2021-02-23T18:13:49.506Z] #40 25.28 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-02-23T18:13:49.506Z] #40 25.30 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-23T18:13:49.506Z] #40 25.35 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-02-23T18:13:49.796Z] #40 25.36 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-02-23T18:13:49.796Z] #40 25.36 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-02-23T18:13:49.796Z] #40 25.44 Selecting previously unselected package zlib1g-dev:s390x. [2021-02-23T18:13:49.796Z] #40 25.45 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-02-23T18:13:49.796Z] #40 25.46 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-02-23T18:13:49.796Z] #40 25.65 Selecting previously unselected package libprotobuf17:s390x. [2021-02-23T18:13:50.090Z] #40 25.65 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-02-23T18:13:50.090Z] #40 25.66 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-02-23T18:13:50.090Z] #40 ... [2021-02-23T18:13:50.090Z] [2021-02-23T18:13:50.090Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-23T18:13:50.090Z] #27 26.69 #=#=# [2021-02-23T18:13:50.090Z] #27 26.84 #=#=# ######################################################################## 100.0% [2021-02-23T18:13:50.090Z] #27 26.95 [2021-02-23T18:13:50.090Z] #27 27.00 Download of images into '/build' complete. [2021-02-23T18:13:50.090Z] #27 27.00 Use something like the following to load the result into a Docker daemon: [2021-02-23T18:13:50.090Z] #27 27.00 tar -cC '/build' . | docker load [2021-02-23T18:13:50.090Z] #27 DONE 27.3s [2021-02-23T18:13:50.380Z] [2021-02-23T18:13:50.380Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:13:50.380Z] #54 0.759 + RM_GOPATH=0 [2021-02-23T18:13:50.380Z] #54 0.760 + TMP_GOPATH= [2021-02-23T18:13:50.380Z] #54 0.760 + : /build [2021-02-23T18:13:50.380Z] #54 0.760 + '[' -z '' ']' [2021-02-23T18:13:50.380Z] #54 0.760 ++ mktemp -d [2021-02-23T18:13:50.380Z] #54 0.764 + export GOPATH=/tmp/tmp.0wUVzSynjq [2021-02-23T18:13:50.380Z] #54 0.765 + GOPATH=/tmp/tmp.0wUVzSynjq [2021-02-23T18:13:50.380Z] #54 0.765 + RM_GOPATH=1 [2021-02-23T18:13:50.380Z] #54 0.765 + case "$(go env GOARCH)" in [2021-02-23T18:13:50.380Z] #54 0.765 ++ go env GOARCH [2021-02-23T18:13:50.380Z] #54 0.787 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:50.380Z] #54 0.787 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:13:50.380Z] #54 0.788 ++ dirname /tmp/install/install.sh [2021-02-23T18:13:50.380Z] #54 0.791 + dir=/tmp/install [2021-02-23T18:13:50.380Z] #54 0.791 + bin=containerd [2021-02-23T18:13:50.380Z] #54 0.791 + shift [2021-02-23T18:13:50.380Z] #54 0.792 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-23T18:13:50.380Z] #54 0.792 + . /tmp/install/containerd.installer [2021-02-23T18:13:50.380Z] #54 0.792 ++ set -e [2021-02-23T18:13:50.380Z] #54 0.793 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:50.380Z] #54 0.793 + install_containerd [2021-02-23T18:13:50.380Z] #54 0.793 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-23T18:13:50.380Z] #54 0.793 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:13:50.380Z] #54 0.794 + git clone https://github.com/containerd/containerd.git /tmp/tmp.0wUVzSynjq/src/github.com/containerd/containerd [2021-02-23T18:13:50.380Z] #54 0.806 Cloning into '/tmp/tmp.0wUVzSynjq/src/github.com/containerd/containerd'... [2021-02-23T18:13:52.513Z] #54 ... [2021-02-23T18:13:52.513Z] [2021-02-23T18:13:52.513Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:13:52.513Z] #62 DONE 27.9s [2021-02-23T18:13:52.513Z] [2021-02-23T18:13:52.513Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-23T18:13:52.513Z] #34 25.35 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:13:52.513Z] #34 25.45 Fetched 14.0 MB in 1s (15.7 MB/s) [2021-02-23T18:13:52.513Z] #34 25.53 Selecting previously unselected package xxd. [2021-02-23T18:13:52.513Z] #34 25.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-23T18:13:52.513Z] #34 25.58 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-02-23T18:13:52.513Z] #34 25.58 Unpacking xxd (2:8.1.0875-5) ... [2021-02-23T18:13:52.513Z] #34 25.85 Selecting previously unselected package vim-common. [2021-02-23T18:13:52.513Z] #34 25.85 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-23T18:13:52.513Z] #34 25.87 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-23T18:13:52.513Z] #34 26.34 Selecting previously unselected package cmake-data. [2021-02-23T18:13:52.513Z] #34 26.34 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-23T18:13:52.513Z] #34 26.36 Unpacking cmake-data (3.13.4-1) ... [2021-02-23T18:13:52.803Z] #34 28.45 Selecting previously unselected package libicu63:s390x. [2021-02-23T18:13:52.803Z] #34 28.50 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-02-23T18:13:52.803Z] #34 28.52 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-02-23T18:13:55.684Z] #34 ... [2021-02-23T18:13:55.684Z] [2021-02-23T18:13:55.684Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-23T18:13:55.684Z] #11 24.17 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-23T18:13:55.684Z] #11 24.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-23T18:13:55.684Z] #11 24.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2021-02-23T18:13:55.684Z] #11 26.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-02-23T18:13:55.684Z] #11 27.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-02-23T18:13:55.684Z] #11 27.90 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-02-23T18:13:55.684Z] #11 27.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-02-23T18:13:55.684Z] #11 27.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-02-23T18:13:55.684Z] #11 27.91 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-02-23T18:13:55.684Z] #11 27.91 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u6 [110 kB] [2021-02-23T18:13:55.684Z] #11 27.92 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-02-23T18:13:55.684Z] #11 27.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-02-23T18:13:55.684Z] #11 27.96 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-02-23T18:13:55.684Z] #11 27.99 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-02-23T18:13:55.684Z] #11 28.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-02-23T18:13:55.684Z] #11 28.07 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-02-23T18:13:55.684Z] #11 28.09 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-02-23T18:13:55.684Z] #11 28.12 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2021-02-23T18:13:55.684Z] #11 28.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u6 [322 kB] [2021-02-23T18:13:55.684Z] #11 28.73 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:13:55.684Z] #11 28.77 Fetched 73.7 MB in 5s (15.5 MB/s) [2021-02-23T18:13:55.684Z] #11 28.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-23T18:13:55.684Z] #11 28.90 Preparing to unpack .../libsystemd0_241-7~deb10u6_s390x.deb ... [2021-02-23T18:13:55.684Z] #11 28.91 Unpacking libsystemd0:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-23T18:13:55.684Z] #11 29.17 Setting up libsystemd0:s390x (241-7~deb10u6) ... [2021-02-23T18:13:55.684Z] #11 29.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-23T18:13:55.684Z] #11 29.35 Preparing to unpack .../libudev1_241-7~deb10u6_s390x.deb ... [2021-02-23T18:13:55.684Z] #11 29.35 Unpacking libudev1:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-23T18:13:55.684Z] #11 29.44 Setting up libudev1:s390x (241-7~deb10u6) ... [2021-02-23T18:13:55.684Z] #11 29.50 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-23T18:13:55.684Z] #11 29.50 (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 ... 15177 files and directories currently installed.) [2021-02-23T18:13:55.684Z] #11 29.56 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-02-23T18:13:55.684Z] #11 29.57 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-23T18:13:55.684Z] #11 31.25 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-23T18:13:55.684Z] #11 31.26 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-02-23T18:13:55.684Z] #11 31.27 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-23T18:13:55.684Z] #11 ... [2021-02-23T18:13:55.684Z] [2021-02-23T18:13:55.684Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:13:55.684Z] #32 21.29 sync [2021-02-23T18:13:55.684Z] #32 21.29 internal/reflectlite [2021-02-23T18:13:55.684Z] #32 23.21 sort [2021-02-23T18:13:55.684Z] #32 23.22 errors [2021-02-23T18:13:55.684Z] #32 23.52 strconv [2021-02-23T18:13:55.684Z] #32 24.00 io [2021-02-23T18:13:55.684Z] #32 25.25 internal/oserror [2021-02-23T18:13:55.684Z] #32 25.35 syscall [2021-02-23T18:13:55.684Z] #32 26.80 reflect [2021-02-23T18:13:55.684Z] #32 30.86 time [2021-02-23T18:13:55.684Z] #32 ... [2021-02-23T18:13:55.684Z] [2021-02-23T18:13:55.684Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-23T18:13:55.684Z] #40 26.38 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-02-23T18:13:55.684Z] #40 26.39 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-02-23T18:13:55.684Z] #40 26.41 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-02-23T18:13:55.684Z] #40 26.56 Selecting previously unselected package libprotobuf-dev:s390x. [2021-02-23T18:13:55.684Z] #40 26.57 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-02-23T18:13:55.684Z] #40 26.57 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-02-23T18:13:55.684Z] #40 27.60 Selecting previously unselected package libprotoc17:s390x. [2021-02-23T18:13:55.684Z] #40 27.60 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-02-23T18:13:55.684Z] #40 27.60 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-02-23T18:13:55.684Z] #40 28.14 Selecting previously unselected package protobuf-c-compiler. [2021-02-23T18:13:55.684Z] #40 28.14 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-02-23T18:13:55.684Z] #40 28.15 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-23T18:13:55.684Z] #40 28.40 Selecting previously unselected package protobuf-compiler. [2021-02-23T18:13:55.684Z] #40 28.40 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-02-23T18:13:55.684Z] #40 28.41 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-23T18:13:55.684Z] #40 28.59 Selecting previously unselected package python-pkg-resources. [2021-02-23T18:13:55.684Z] #40 28.59 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-23T18:13:55.684Z] #40 28.59 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-23T18:13:55.684Z] #40 28.68 Selecting previously unselected package python-six. [2021-02-23T18:13:55.684Z] #40 28.68 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-23T18:13:55.684Z] #40 28.68 Unpacking python-six (1.12.0-1) ... [2021-02-23T18:13:55.684Z] #40 28.73 Selecting previously unselected package python-protobuf. [2021-02-23T18:13:55.684Z] #40 28.73 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-02-23T18:13:55.684Z] #40 28.74 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-23T18:13:55.684Z] #40 29.03 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-23T18:13:55.684Z] #40 30.62 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-02-23T18:13:55.684Z] #40 30.63 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-23T18:13:55.684Z] #40 30.63 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-23T18:13:55.684Z] #40 30.64 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-02-23T18:13:55.684Z] #40 30.65 Setting up python-six (1.12.0-1) ... [2021-02-23T18:13:56.347Z] #40 32.04 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-02-23T18:13:56.347Z] #40 32.05 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-02-23T18:13:56.347Z] #40 32.06 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-02-23T18:13:56.347Z] #40 32.06 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-02-23T18:13:56.347Z] #40 32.08 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-02-23T18:13:56.347Z] #40 32.08 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-23T18:13:56.347Z] #40 32.09 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-23T18:13:56.347Z] #40 32.10 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-02-23T18:13:56.347Z] #40 32.10 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-23T18:13:56.347Z] #40 32.11 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-23T18:13:57.379Z] #40 ... [2021-02-23T18:13:57.379Z] [2021-02-23T18:13:57.379Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-23T18:13:57.379Z] #34 32.93 Selecting previously unselected package libxml2:s390x. [2021-02-23T18:13:57.379Z] #34 32.95 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2021-02-23T18:13:57.379Z] #34 32.96 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-02-23T18:13:58.009Z] #34 33.51 Selecting previously unselected package libarchive13:s390x. [2021-02-23T18:13:58.009Z] #34 33.51 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-02-23T18:13:58.009Z] #34 33.52 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-02-23T18:13:58.298Z] #34 33.80 Selecting previously unselected package libjsoncpp1:s390x. [2021-02-23T18:13:58.298Z] #34 33.81 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-02-23T18:13:58.298Z] #34 33.82 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-02-23T18:13:58.298Z] #34 33.95 Selecting previously unselected package librhash0:s390x. [2021-02-23T18:13:58.298Z] #34 33.96 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-02-23T18:13:58.298Z] #34 33.97 Unpacking librhash0:s390x (1.3.8-1) ... [2021-02-23T18:13:58.588Z] #34 34.12 Selecting previously unselected package libuv1:s390x. [2021-02-23T18:13:58.588Z] #34 34.14 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-02-23T18:13:58.588Z] #34 34.14 Unpacking libuv1:s390x (1.24.1-1) ... [2021-02-23T18:13:58.588Z] #34 34.22 Selecting previously unselected package cmake. [2021-02-23T18:13:58.588Z] #34 34.22 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-02-23T18:13:58.588Z] #34 34.23 Unpacking cmake (3.13.4-1) ... [2021-02-23T18:14:00.094Z] #34 ... [2021-02-23T18:14:00.094Z] [2021-02-23T18:14:00.094Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:00.094Z] #43 25.49 bytes [2021-02-23T18:14:00.094Z] #43 27.38 bufio [2021-02-23T18:14:00.094Z] #43 27.50 reflect [2021-02-23T18:14:00.094Z] #43 28.88 syscall [2021-02-23T18:14:00.094Z] #43 33.67 time [2021-02-23T18:14:00.094Z] #43 ... [2021-02-23T18:14:00.094Z] [2021-02-23T18:14:00.094Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-23T18:14:00.094Z] #40 35.48 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-02-23T18:14:00.094Z] #40 35.49 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:14:00.094Z] #40 DONE 35.9s [2021-02-23T18:14:00.094Z] [2021-02-23T18:14:00.094Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-23T18:14:00.094Z] #11 33.54 Selecting previously unselected package binutils-mingw-w64. [2021-02-23T18:14:00.094Z] #11 33.56 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-23T18:14:00.094Z] #11 33.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-23T18:14:00.094Z] #11 33.68 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-02-23T18:14:00.094Z] #11 33.68 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-02-23T18:14:00.094Z] #11 33.68 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-02-23T18:14:00.094Z] #11 33.77 Selecting previously unselected package dmsetup. [2021-02-23T18:14:00.094Z] #11 33.77 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-02-23T18:14:00.094Z] #11 33.78 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-23T18:14:00.094Z] #11 33.92 Selecting previously unselected package mingw-w64-common. [2021-02-23T18:14:00.094Z] #11 33.92 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-23T18:14:00.094Z] #11 33.93 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-23T18:14:01.185Z] #11 ... [2021-02-23T18:14:01.185Z] [2021-02-23T18:14:01.185Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-23T18:14:01.185Z] #34 36.02 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-02-23T18:14:01.185Z] #34 36.08 Setting up xxd (2:8.1.0875-5) ... [2021-02-23T18:14:01.185Z] #34 36.08 Setting up libuv1:s390x (1.24.1-1) ... [2021-02-23T18:14:01.185Z] #34 36.08 Setting up vim-common (2:8.1.0875-5) ... [2021-02-23T18:14:01.185Z] #34 36.08 Setting up librhash0:s390x (1.3.8-1) ... [2021-02-23T18:14:01.185Z] #34 36.10 Setting up cmake-data (3.13.4-1) ... [2021-02-23T18:14:01.185Z] #34 36.12 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-02-23T18:14:01.185Z] #34 36.14 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-02-23T18:14:01.185Z] #34 36.15 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-02-23T18:14:01.185Z] #34 36.16 Setting up cmake (3.13.4-1) ... [2021-02-23T18:14:01.185Z] #34 36.22 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:14:01.185Z] #34 36.30 Processing triggers for mime-support (3.62) ... [2021-02-23T18:14:01.185Z] #34 DONE 36.7s [2021-02-23T18:14:01.185Z] [2021-02-23T18:14:01.185Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:14:01.185Z] #45 DONE 36.8s [2021-02-23T18:14:01.185Z] [2021-02-23T18:14:01.185Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:02.266Z] #35 0.962 + RM_GOPATH=0 [2021-02-23T18:14:02.266Z] #35 0.962 + TMP_GOPATH= [2021-02-23T18:14:02.266Z] #35 0.962 + : /build [2021-02-23T18:14:02.266Z] #35 0.962 + '[' -z '' ']' [2021-02-23T18:14:02.266Z] #35 0.962 ++ mktemp -d [2021-02-23T18:14:02.266Z] #35 0.962 + export GOPATH=/tmp/tmp.RCmws6GLDO [2021-02-23T18:14:02.266Z] #35 0.962 + GOPATH=/tmp/tmp.RCmws6GLDO [2021-02-23T18:14:02.266Z] #35 0.962 + RM_GOPATH=1 [2021-02-23T18:14:02.266Z] #35 0.962 + case "$(go env GOARCH)" in [2021-02-23T18:14:02.266Z] #35 0.962 ++ go env GOARCH [2021-02-23T18:14:02.266Z] #35 0.965 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:14:02.266Z] #35 0.965 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:14:02.266Z] #35 0.965 ++ dirname /tmp/install/install.sh [2021-02-23T18:14:02.266Z] #35 0.966 + dir=/tmp/install [2021-02-23T18:14:02.266Z] #35 0.966 + bin=tini [2021-02-23T18:14:02.266Z] #35 0.966 + shift [2021-02-23T18:14:02.266Z] #35 0.966 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-23T18:14:02.266Z] #35 0.966 + . /tmp/install/tini.installer [2021-02-23T18:14:02.266Z] #35 0.966 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-23T18:14:02.266Z] #35 0.966 + install_tini [2021-02-23T18:14:02.266Z] #35 0.966 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-23T18:14:02.266Z] #35 0.966 + git clone https://github.com/krallin/tini.git /tmp/tmp.RCmws6GLDO/tini [2021-02-23T18:14:02.266Z] #35 0.967 Cloning into '/tmp/tmp.RCmws6GLDO/tini'... [2021-02-23T18:14:02.266Z] #35 0.968 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-23T18:14:02.625Z] #35 1.646 + cd /tmp/tmp.RCmws6GLDO/tini [2021-02-23T18:14:02.625Z] #35 1.647 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-23T18:14:02.625Z] #35 1.671 + cmake . [2021-02-23T18:14:02.914Z] #35 2.040 -- The C compiler identification is GNU 8.3.0 [2021-02-23T18:14:02.914Z] #35 2.096 -- Check for working C compiler: /usr/bin/cc [2021-02-23T18:14:03.547Z] #35 2.462 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-23T18:14:03.547Z] #35 2.466 -- Detecting C compiler ABI info [2021-02-23T18:14:03.837Z] #35 2.858 -- Detecting C compiler ABI info - done [2021-02-23T18:14:03.837Z] #35 2.885 -- Detecting C compile features [2021-02-23T18:14:04.867Z] #35 ... [2021-02-23T18:14:04.867Z] [2021-02-23T18:14:04.867Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:14:04.867Z] #49 30.48 syscall [2021-02-23T18:14:04.867Z] #49 30.50 reflect [2021-02-23T18:14:04.867Z] #49 35.60 context [2021-02-23T18:14:04.867Z] #49 36.54 internal/poll [2021-02-23T18:14:04.867Z] #49 38.04 os [2021-02-23T18:14:04.867Z] #49 39.84 encoding/binary [2021-02-23T18:14:04.867Z] #49 40.32 fmt [2021-02-23T18:14:04.867Z] #49 ... [2021-02-23T18:14:04.867Z] [2021-02-23T18:14:04.867Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:04.867Z] #35 3.966 -- Detecting C compile features - done [2021-02-23T18:14:04.867Z] #35 3.975 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-23T18:14:05.157Z] #35 4.086 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-23T18:14:05.157Z] #35 4.116 -- Configuring done [2021-02-23T18:14:05.157Z] #35 4.148 -- Generating done [2021-02-23T18:14:05.157Z] #35 4.162 -- Build files have been written to: /tmp/tmp.RCmws6GLDO/tini [2021-02-23T18:14:05.157Z] #35 4.180 + make tini-static [2021-02-23T18:14:05.447Z] #35 4.500 Scanning dependencies of target tini-static [2021-02-23T18:14:05.447Z] #35 4.559 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-23T18:14:06.077Z] #35 ... [2021-02-23T18:14:06.077Z] [2021-02-23T18:14:06.077Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-23T18:14:06.077Z] #30 31.50 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-23T18:14:06.077Z] #30 32.17 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:14:06.077Z] #30 ... [2021-02-23T18:14:06.077Z] [2021-02-23T18:14:06.077Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:14:06.077Z] #49 41.36 encoding/base64 [2021-02-23T18:14:06.077Z] #49 41.76 golang.org/x/sys/unix [2021-02-23T18:14:07.171Z] #49 ... [2021-02-23T18:14:07.171Z] [2021-02-23T18:14:07.171Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:07.171Z] #35 5.377 [100%] Linking C executable tini-static [2021-02-23T18:14:07.171Z] #35 5.752 [100%] Built target tini-static [2021-02-23T18:14:07.171Z] #35 5.861 + mkdir -p /build [2021-02-23T18:14:07.171Z] #35 5.864 + cp tini-static /build/docker-init [2021-02-23T18:14:07.171Z] #35 DONE 6.1s [2021-02-23T18:14:07.171Z] [2021-02-23T18:14:07.171Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-23T18:14:07.171Z] #11 38.22 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-23T18:14:07.171Z] #11 38.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-23T18:14:07.171Z] #11 38.22 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-23T18:14:07.171Z] #11 41.73 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-23T18:14:07.171Z] #11 41.74 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-23T18:14:07.171Z] #11 41.74 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:14:07.171Z] #11 41.87 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-23T18:14:07.171Z] #11 41.87 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-23T18:14:07.171Z] #11 41.87 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:14:08.736Z] #11 ... [2021-02-23T18:14:08.736Z] [2021-02-23T18:14:08.736Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:14:08.736Z] #32 34.39 internal/poll [2021-02-23T18:14:08.736Z] #32 36.58 internal/syscall/execenv [2021-02-23T18:14:08.736Z] #32 36.60 internal/fmtsort [2021-02-23T18:14:08.736Z] #32 36.76 internal/syscall/unix [2021-02-23T18:14:08.736Z] #32 36.95 strings [2021-02-23T18:14:08.736Z] #32 37.05 os [2021-02-23T18:14:08.736Z] #32 38.81 path [2021-02-23T18:14:08.736Z] #32 39.13 text/tabwriter [2021-02-23T18:14:08.736Z] #32 39.70 fmt [2021-02-23T18:14:08.736Z] #32 39.70 path/filepath [2021-02-23T18:14:08.736Z] #32 40.45 io/ioutil [2021-02-23T18:14:08.736Z] #32 41.80 flag [2021-02-23T18:14:08.736Z] #32 41.80 github.com/BurntSushi/toml [2021-02-23T18:14:08.736Z] #32 43.12 log [2021-02-23T18:14:09.026Z] #32 44.79 github.com/BurntSushi/toml/cmd/tomlv [2021-02-23T18:14:09.026Z] #32 ... [2021-02-23T18:14:09.026Z] [2021-02-23T18:14:09.026Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:09.026Z] #41 6.853 Note: Building without setproctitle() and strlcpy() support. [2021-02-23T18:14:09.026Z] #41 6.853 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-23T18:14:09.026Z] #41 6.860 Note: Building without GnuTLS support [2021-02-23T18:14:09.026Z] #41 6.865 Makefile.config:39: Warn: you have no libnftables installed [2021-02-23T18:14:09.026Z] #41 6.865 Makefile.config:40: Warn: Building without nftables support [2021-02-23T18:14:09.026Z] #41 8.064 fatal: not a git repository (or any of the parent directories): .git [2021-02-23T18:14:09.026Z] #41 8.087 GEN .gitid [2021-02-23T18:14:09.026Z] #41 8.090 GEN criu/include/version.h [2021-02-23T18:14:09.026Z] #41 8.099 GEN include/common/asm [2021-02-23T18:14:09.026Z] #41 8.866 PBCC images/timens.pb-c.c [2021-02-23T18:14:09.026Z] #41 8.880 DEP images/timens.pb-c.d [2021-02-23T18:14:09.026Z] #41 8.924 PBCC images/fown.pb-c.c [2021-02-23T18:14:09.026Z] #41 8.937 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-23T18:14:09.026Z] #41 8.976 PBCC images/opts.pb-c.c [2021-02-23T18:14:09.328Z] #41 8.997 PBCC images/memfd.pb-c.c [2021-02-23T18:14:09.328Z] #41 9.017 DEP images/fown.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.035 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.067 DEP images/opts.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.116 DEP images/memfd.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.142 PBCC images/sit.pb-c.c [2021-02-23T18:14:09.328Z] #41 9.160 DEP images/sit.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.224 PBCC images/macvlan.pb-c.c [2021-02-23T18:14:09.328Z] #41 9.235 DEP images/macvlan.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.258 PBCC images/autofs.pb-c.c [2021-02-23T18:14:09.328Z] #41 9.283 DEP images/autofs.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.302 PBCC images/sysctl.pb-c.c [2021-02-23T18:14:09.328Z] #41 9.314 DEP images/sysctl.pb-c.d [2021-02-23T18:14:09.328Z] #41 9.326 PBCC images/time.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.344 DEP images/time.pb-c.d [2021-02-23T18:14:09.636Z] #41 9.395 PBCC images/binfmt-misc.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.401 DEP images/binfmt-misc.pb-c.d [2021-02-23T18:14:09.636Z] #41 9.415 PBCC images/seccomp.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.437 DEP images/seccomp.pb-c.d [2021-02-23T18:14:09.636Z] #41 9.470 PBCC images/userns.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.487 DEP images/userns.pb-c.d [2021-02-23T18:14:09.636Z] #41 9.511 PBCC images/cgroup.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.519 DEP images/cgroup.pb-c.d [2021-02-23T18:14:09.636Z] #41 9.542 PBCC images/ext-file.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.562 DEP images/ext-file.pb-c.d [2021-02-23T18:14:09.636Z] #41 9.582 PBCC images/rpc.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.604 DEP images/rpc.pb-c.d [2021-02-23T18:14:09.636Z] #41 9.639 PBCC images/siginfo.pb-c.c [2021-02-23T18:14:09.636Z] #41 9.652 DEP images/siginfo.pb-c.d [2021-02-23T18:14:09.926Z] #41 9.682 PBCC images/pagemap.pb-c.c [2021-02-23T18:14:09.926Z] #41 9.741 DEP images/pagemap.pb-c.d [2021-02-23T18:14:09.926Z] #41 9.775 PBCC images/rlimit.pb-c.c [2021-02-23T18:14:09.926Z] #41 9.799 DEP images/rlimit.pb-c.d [2021-02-23T18:14:09.926Z] #41 9.834 PBCC images/file-lock.pb-c.c [2021-02-23T18:14:09.926Z] #41 9.847 DEP images/file-lock.pb-c.d [2021-02-23T18:14:09.926Z] #41 9.873 PBCC images/tty.pb-c.c [2021-02-23T18:14:09.926Z] #41 9.896 DEP images/tty.pb-c.d [2021-02-23T18:14:10.216Z] #41 9.909 PBCC images/tun.pb-c.c [2021-02-23T18:14:10.216Z] #41 9.931 PBCC images/netdev.pb-c.c [2021-02-23T18:14:10.216Z] #41 9.974 DEP images/tun.pb-c.d [2021-02-23T18:14:10.216Z] #41 9.991 DEP images/netdev.pb-c.d [2021-02-23T18:14:10.216Z] #41 10.03 PBCC images/vma.pb-c.c [2021-02-23T18:14:10.216Z] #41 10.07 DEP images/vma.pb-c.d [2021-02-23T18:14:10.216Z] #41 10.09 PBCC images/creds.pb-c.c [2021-02-23T18:14:10.216Z] #41 10.11 DEP images/creds.pb-c.d [2021-02-23T18:14:10.216Z] #41 10.16 PBCC images/utsns.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.18 DEP images/utsns.pb-c.d [2021-02-23T18:14:10.506Z] #41 10.22 PBCC images/ipc-desc.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.23 PBCC images/ipc-sem.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.23 DEP images/ipc-desc.pb-c.d [2021-02-23T18:14:10.506Z] #41 10.27 DEP images/ipc-sem.pb-c.d [2021-02-23T18:14:10.506Z] #41 10.32 PBCC images/ipc-msg.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.33 DEP images/ipc-msg.pb-c.d [2021-02-23T18:14:10.506Z] #41 10.35 PBCC images/ipc-shm.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.35 DEP images/ipc-shm.pb-c.d [2021-02-23T18:14:10.506Z] #41 10.40 PBCC images/ipc-var.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.42 DEP images/ipc-var.pb-c.d [2021-02-23T18:14:10.506Z] #41 10.44 PBCC images/sk-opts.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.46 PBCC images/packet-sock.pb-c.c [2021-02-23T18:14:10.506Z] #41 10.51 DEP images/sk-opts.pb-c.d [2021-02-23T18:14:10.796Z] #41 10.53 DEP images/packet-sock.pb-c.d [2021-02-23T18:14:10.796Z] #41 10.57 PBCC images/sk-netlink.pb-c.c [2021-02-23T18:14:10.796Z] #41 10.60 DEP images/sk-netlink.pb-c.d [2021-02-23T18:14:10.796Z] #41 10.63 PBCC images/sk-inet.pb-c.c [2021-02-23T18:14:10.796Z] #41 10.65 DEP images/sk-inet.pb-c.d [2021-02-23T18:14:10.796Z] #41 10.67 PBCC images/sk-unix.pb-c.c [2021-02-23T18:14:10.796Z] #41 10.69 DEP images/sk-unix.pb-c.d [2021-02-23T18:14:10.796Z] #41 10.72 PBCC images/mm.pb-c.c [2021-02-23T18:14:10.796Z] #41 10.74 DEP images/mm.pb-c.d [2021-02-23T18:14:11.087Z] #41 10.78 PBCC images/timerfd.pb-c.c [2021-02-23T18:14:11.087Z] #41 10.80 DEP images/timerfd.pb-c.d [2021-02-23T18:14:11.087Z] #41 10.82 PBCC images/timer.pb-c.c [2021-02-23T18:14:11.087Z] #41 10.83 DEP images/timer.pb-c.d [2021-02-23T18:14:11.087Z] #41 10.88 PBCC images/sa.pb-c.c [2021-02-23T18:14:11.087Z] #41 10.88 DEP images/sa.pb-c.d [2021-02-23T18:14:11.087Z] #41 10.91 PBCC images/pipe-data.pb-c.c [2021-02-23T18:14:11.087Z] #41 10.92 DEP images/pipe-data.pb-c.d [2021-02-23T18:14:11.087Z] #41 10.95 PBCC images/mnt.pb-c.c [2021-02-23T18:14:11.087Z] #41 10.96 DEP images/mnt.pb-c.d [2021-02-23T18:14:11.087Z] #41 10.99 PBCC images/sk-packet.pb-c.c [2021-02-23T18:14:11.087Z] #41 11.01 DEP images/sk-packet.pb-c.d [2021-02-23T18:14:11.087Z] #41 11.03 PBCC images/tcp-stream.pb-c.c [2021-02-23T18:14:11.087Z] #41 11.05 DEP images/tcp-stream.pb-c.d [2021-02-23T18:14:11.087Z] #41 11.08 PBCC images/pipe.pb-c.c [2021-02-23T18:14:11.087Z] #41 11.09 DEP images/pipe.pb-c.d [2021-02-23T18:14:11.087Z] #41 11.11 PBCC images/pstree.pb-c.c [2021-02-23T18:14:11.452Z] #41 11.13 DEP images/pstree.pb-c.d [2021-02-23T18:14:11.452Z] #41 11.15 PBCC images/fs.pb-c.c [2021-02-23T18:14:11.452Z] #41 11.17 DEP images/fs.pb-c.d [2021-02-23T18:14:11.452Z] #41 11.20 PBCC images/signalfd.pb-c.c [2021-02-23T18:14:11.452Z] #41 11.21 DEP images/signalfd.pb-c.d [2021-02-23T18:14:11.452Z] #41 11.22 PBCC images/fh.pb-c.c [2021-02-23T18:14:11.452Z] #41 ... [2021-02-23T18:14:11.452Z] [2021-02-23T18:14:11.452Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:14:11.452Z] #32 DONE 47.1s [2021-02-23T18:14:11.452Z] [2021-02-23T18:14:11.452Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:11.452Z] #41 11.25 PBCC images/fsnotify.pb-c.c [2021-02-23T18:14:11.452Z] #41 11.28 DEP images/fh.pb-c.d [2021-02-23T18:14:11.452Z] #41 11.31 DEP images/fsnotify.pb-c.d [2021-02-23T18:14:11.452Z] #41 ... [2021-02-23T18:14:11.452Z] [2021-02-23T18:14:11.452Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:11.452Z] #43 38.00 strings [2021-02-23T18:14:11.452Z] #43 38.24 os [2021-02-23T18:14:11.452Z] #43 39.90 regexp/syntax [2021-02-23T18:14:11.452Z] #43 40.48 fmt [2021-02-23T18:14:11.452Z] #43 42.36 regexp [2021-02-23T18:14:11.452Z] #43 44.50 internal/lazyregexp [2021-02-23T18:14:11.452Z] #43 44.54 go/token [2021-02-23T18:14:11.452Z] #43 44.74 net/url [2021-02-23T18:14:11.452Z] #43 45.24 go/scanner [2021-02-23T18:14:11.452Z] #43 45.78 text/template/parse [2021-02-23T18:14:11.452Z] #43 46.27 go/ast [2021-02-23T18:14:11.753Z] #43 ... [2021-02-23T18:14:11.753Z] [2021-02-23T18:14:11.753Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:11.753Z] #41 11.41 PBCC images/eventpoll.pb-c.c [2021-02-23T18:14:11.753Z] #41 11.42 DEP images/eventpoll.pb-c.d [2021-02-23T18:14:11.753Z] #41 11.51 PBCC images/eventfd.pb-c.c [2021-02-23T18:14:11.753Z] #41 11.52 DEP images/eventfd.pb-c.d [2021-02-23T18:14:11.773Z] ---> 03cede5d14a2 [2021-02-23T18:14:11.773Z] Successfully built 03cede5d14a2 [2021-02-23T18:14:11.773Z] Successfully tagged docker:latest [2021-02-23T18:14:11.773Z] INFO: Image build ended at 02/23/2021 18:14:08. Duration:00:00:27.5019225 [2021-02-23T18:14:11.773Z] [2021-02-23T18:14:11.773Z] [2021-02-23T18:14:11.773Z] INFO: Building the test binaries at 02/23/2021 18:14:08... [2021-02-23T18:14:12.049Z] #41 11.66 PBCC images/remap-file-path.pb-c.c [2021-02-23T18:14:12.049Z] #41 11.69 DEP images/remap-file-path.pb-c.d [2021-02-23T18:14:12.049Z] #41 11.75 PBCC images/fifo.pb-c.c [2021-02-23T18:14:12.049Z] #41 11.80 DEP images/fifo.pb-c.d [2021-02-23T18:14:12.049Z] #41 11.89 PBCC images/ghost-file.pb-c.c [2021-02-23T18:14:12.049Z] #41 11.89 DEP images/ghost-file.pb-c.d [2021-02-23T18:14:12.049Z] #41 12.03 PBCC images/regfile.pb-c.c [2021-02-23T18:14:12.049Z] #41 12.05 DEP images/regfile.pb-c.d [2021-02-23T18:14:12.339Z] #41 12.09 PBCC images/ns.pb-c.c [2021-02-23T18:14:12.339Z] #41 12.10 DEP images/ns.pb-c.d [2021-02-23T18:14:12.339Z] #41 12.12 PBCC images/fdinfo.pb-c.c [2021-02-23T18:14:12.339Z] #41 12.15 DEP images/fdinfo.pb-c.d [2021-02-23T18:14:12.339Z] #41 12.18 PBCC images/core-aarch64.pb-c.c [2021-02-23T18:14:12.339Z] #41 12.20 PBCC images/core-arm.pb-c.c [2021-02-23T18:14:12.339Z] #41 12.22 PBCC images/core-ppc64.pb-c.c [2021-02-23T18:14:12.339Z] #41 12.26 PBCC images/core-s390.pb-c.c [2021-02-23T18:14:12.339Z] #41 12.29 PBCC images/core-x86.pb-c.c [2021-02-23T18:14:12.629Z] #41 12.31 PBCC images/core.pb-c.c [2021-02-23T18:14:12.629Z] #41 12.34 PBCC images/inventory.pb-c.c [2021-02-23T18:14:12.629Z] #41 12.36 DEP images/core-aarch64.pb-c.d [2021-02-23T18:14:12.629Z] #41 12.39 DEP images/core-arm.pb-c.d [2021-02-23T18:14:12.629Z] #41 12.42 DEP images/core-ppc64.pb-c.d [2021-02-23T18:14:12.629Z] #41 12.44 DEP images/core-s390.pb-c.d [2021-02-23T18:14:12.629Z] #41 12.48 DEP images/core-x86.pb-c.d [2021-02-23T18:14:12.629Z] #41 12.50 DEP images/core.pb-c.d [2021-02-23T18:14:12.629Z] #41 12.53 DEP images/inventory.pb-c.d [2021-02-23T18:14:12.629Z] #41 12.60 PBCC images/cpuinfo.pb-c.c [2021-02-23T18:14:12.629Z] #41 12.60 DEP images/cpuinfo.pb-c.d [2021-02-23T18:14:12.919Z] #41 12.63 PBCC images/stats.pb-c.c [2021-02-23T18:14:12.919Z] #41 12.64 DEP images/stats.pb-c.d [2021-02-23T18:14:13.549Z] #41 13.38 make[1]: Nothing to be done for 'all'. [2021-02-23T18:14:13.949Z] INFO: make.ps1 starting at 02/23/2021 18:14:13 [2021-02-23T18:14:14.190Z] #41 14.14 CC images/stats.o [2021-02-23T18:14:14.407Z] INFO: Git commit (6362afa073) assumed from DOCKER_GITCOMMIT environment variable [2021-02-23T18:14:14.407Z] INFO: Invoking autogen... [2021-02-23T18:14:14.819Z] #41 14.46 CC images/core.o [2021-02-23T18:14:14.865Z] INFO: Building daemon... [2021-02-23T18:14:15.109Z] #41 14.76 CC images/core-x86.o [2021-02-23T18:14:15.399Z] #41 15.09 CC images/core-arm.o [2021-02-23T18:14:15.790Z] #41 15.35 CC images/core-aarch64.o [2021-02-23T18:14:15.790Z] #41 15.63 CC images/core-ppc64.o [2021-02-23T18:14:16.080Z] #41 16.07 CC images/core-s390.o [2021-02-23T18:14:16.709Z] #41 16.44 CC images/cpuinfo.o [2021-02-23T18:14:16.999Z] #41 16.70 CC images/inventory.o [2021-02-23T18:14:16.999Z] #41 16.81 CC images/fdinfo.o [2021-02-23T18:14:17.289Z] #41 17.00 CC images/fown.o [2021-02-23T18:14:17.289Z] #41 17.07 CC images/ns.o [2021-02-23T18:14:17.289Z] #41 17.16 CC images/regfile.o [2021-02-23T18:14:17.289Z] #41 17.26 CC images/ghost-file.o [2021-02-23T18:14:17.289Z] #41 ... [2021-02-23T18:14:17.289Z] [2021-02-23T18:14:17.289Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:14:17.579Z] #54 28.17 Checking out files: 92% (3470/3770) Checking out files: 93% (3507/3770) Checking out files: 94% (3544/3770) Checking out files: 95% (3582/3770) Checking out files: 96% (3620/3770) Checking out files: 97% (3657/3770) Checking out files: 98% (3695/3770) Checking out files: 99% (3733/3770) Checking out files: 100% (3770/3770) Checking out files: 100% (3770/3770), done. [2021-02-23T18:14:17.579Z] #54 28.38 + cd /tmp/tmp.0wUVzSynjq/src/github.com/containerd/containerd [2021-02-23T18:14:17.579Z] #54 28.38 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:14:17.579Z] #54 ... [2021-02-23T18:14:17.579Z] [2021-02-23T18:14:17.579Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:14:17.579Z] #49 43.31 encoding/json [2021-02-23T18:14:17.579Z] #49 47.66 github.com/pkg/diff [2021-02-23T18:14:17.579Z] #49 48.70 go/ast [2021-02-23T18:14:17.579Z] #49 49.04 golang.org/x/crypto/ssh/terminal [2021-02-23T18:14:17.579Z] #49 49.91 mvdan.cc/editorconfig [2021-02-23T18:14:17.579Z] #49 50.78 mvdan.cc/sh/v3/fileutil [2021-02-23T18:14:17.579Z] #49 50.91 mvdan.cc/sh/v3/syntax [2021-02-23T18:14:17.579Z] #49 ... [2021-02-23T18:14:17.579Z] [2021-02-23T18:14:17.579Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:17.579Z] #41 17.49 CC images/fifo.o [2021-02-23T18:14:17.579Z] #41 17.59 CC images/remap-file-path.o [2021-02-23T18:14:17.869Z] #41 17.74 CC images/eventfd.o [2021-02-23T18:14:18.158Z] #41 17.92 CC images/eventpoll.o [2021-02-23T18:14:18.158Z] #41 18.02 CC images/fh.o [2021-02-23T18:14:18.448Z] #41 18.26 CC images/fsnotify.o [2021-02-23T18:14:18.738Z] #41 18.71 CC images/signalfd.o [2021-02-23T18:14:19.028Z] #41 18.90 CC images/fs.o [2021-02-23T18:14:19.028Z] #41 18.97 CC images/pstree.o [2021-02-23T18:14:19.318Z] #41 19.06 CC images/pipe.o [2021-02-23T18:14:19.318Z] #41 19.20 CC images/tcp-stream.o [2021-02-23T18:14:19.607Z] #41 19.32 CC images/sk-packet.o [2021-02-23T18:14:19.607Z] #41 19.47 CC images/mnt.o [2021-02-23T18:14:19.897Z] #41 19.61 CC images/pipe-data.o [2021-02-23T18:14:19.897Z] #41 19.78 CC images/sa.o [2021-02-23T18:14:19.897Z] #41 19.87 CC images/timer.o [2021-02-23T18:14:20.187Z] #41 20.05 CC images/timerfd.o [2021-02-23T18:14:20.187Z] #41 20.15 CC images/mm.o [2021-02-23T18:14:20.477Z] #41 20.27 CC images/sk-opts.o [2021-02-23T18:14:20.477Z] #41 20.41 CC images/sk-unix.o [2021-02-23T18:14:20.767Z] #41 20.60 CC images/sk-inet.o [2021-02-23T18:14:21.057Z] #41 20.93 CC images/tun.o [2021-02-23T18:14:21.346Z] #41 21.15 CC images/sk-netlink.o [2021-02-23T18:14:21.637Z] #41 21.30 CC images/packet-sock.o [2021-02-23T18:14:21.637Z] #41 21.55 CC images/ipc-var.o [2021-02-23T18:14:21.637Z] #41 21.68 CC images/ipc-desc.o [2021-02-23T18:14:21.927Z] #41 21.82 CC images/ipc-shm.o [2021-02-23T18:14:21.927Z] #41 21.96 CC images/ipc-msg.o [2021-02-23T18:14:22.217Z] #41 22.13 CC images/ipc-sem.o [2021-02-23T18:14:22.508Z] #41 22.23 CC images/utsns.o [2021-02-23T18:14:22.508Z] #41 22.29 CC images/creds.o [2021-02-23T18:14:22.508Z] #41 22.50 CC images/vma.o [2021-02-23T18:14:22.801Z] #41 ... [2021-02-23T18:14:22.801Z] [2021-02-23T18:14:22.801Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-23T18:14:22.801Z] #49 54.91 mvdan.cc/sh/v3/cmd/shfmt [2021-02-23T18:14:22.801Z] #49 DONE 58.4s [2021-02-23T18:14:22.801Z] [2021-02-23T18:14:22.801Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-23T18:14:22.801Z] #11 57.18 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-23T18:14:22.801Z] #11 57.18 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-23T18:14:22.801Z] #11 57.19 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:14:23.455Z] #11 ... [2021-02-23T18:14:23.455Z] [2021-02-23T18:14:23.455Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:23.455Z] #43 49.16 text/template [2021-02-23T18:14:23.455Z] #43 49.89 go/parser [2021-02-23T18:14:23.455Z] #43 51.54 encoding/xml [2021-02-23T18:14:23.455Z] #43 52.95 go/doc [2021-02-23T18:14:23.455Z] #43 54.61 github.com/LK4D4/vndr/build [2021-02-23T18:14:23.455Z] #43 55.17 github.com/LK4D4/vndr/versioned [2021-02-23T18:14:23.455Z] #43 55.19 compress/flate [2021-02-23T18:14:23.455Z] #43 56.55 hash/crc32 [2021-02-23T18:14:23.455Z] #43 56.96 net [2021-02-23T18:14:23.455Z] #43 57.29 compress/gzip [2021-02-23T18:14:23.455Z] #43 57.59 vendor/golang.org/x/text/transform [2021-02-23T18:14:23.455Z] #43 57.93 vendor/golang.org/x/text/unicode/bidi [2021-02-23T18:14:23.455Z] #43 59.11 vendor/golang.org/x/text/secure/bidirule [2021-02-23T18:14:23.745Z] #43 59.26 vendor/golang.org/x/text/unicode/norm [2021-02-23T18:14:23.745Z] #43 ... [2021-02-23T18:14:23.745Z] [2021-02-23T18:14:23.745Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:23.745Z] #41 22.74 CC images/netdev.o [2021-02-23T18:14:23.745Z] #41 22.97 CC images/tty.o [2021-02-23T18:14:23.745Z] #41 23.33 CC images/file-lock.o [2021-02-23T18:14:23.745Z] #41 23.42 CC images/rlimit.o [2021-02-23T18:14:23.745Z] #41 23.58 CC images/pagemap.o [2021-02-23T18:14:24.035Z] #41 23.79 CC images/siginfo.o [2021-02-23T18:14:24.035Z] #41 23.94 CC images/rpc.o [2021-02-23T18:14:24.664Z] #41 24.47 CC images/ext-file.o [2021-02-23T18:14:24.664Z] #41 24.59 CC images/cgroup.o [2021-02-23T18:14:24.954Z] #41 24.89 CC images/userns.o [2021-02-23T18:14:25.244Z] #41 25.05 CC images/google/protobuf/descriptor.o [2021-02-23T18:14:25.874Z] #41 25.70 CC images/opts.o [2021-02-23T18:14:26.165Z] #41 25.86 CC images/seccomp.o [2021-02-23T18:14:26.165Z] #41 26.00 CC images/binfmt-misc.o [2021-02-23T18:14:26.165Z] #41 26.10 CC images/time.o [2021-02-23T18:14:26.455Z] #41 26.20 CC images/sysctl.o [2021-02-23T18:14:26.455Z] #41 26.30 CC images/autofs.o [2021-02-23T18:14:26.455Z] #41 26.40 CC images/macvlan.o [2021-02-23T18:14:26.745Z] #41 26.50 CC images/sit.o [2021-02-23T18:14:26.745Z] #41 26.63 CC images/memfd.o [2021-02-23T18:14:26.745Z] #41 26.78 CC images/timens.o [2021-02-23T18:14:27.056Z] #41 26.88 LINK images/built-in.o [2021-02-23T18:14:27.056Z] #41 26.93 GEN compel/include/asm [2021-02-23T18:14:27.056Z] #41 26.94 GEN compel/include/version.h [2021-02-23T18:14:27.056Z] #41 26.96 touch .config [2021-02-23T18:14:27.056Z] #41 26.98 GEN include/common/config.h [2021-02-23T18:14:27.056Z] #41 27.01 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-02-23T18:14:27.365Z] #41 27.13 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-23T18:14:27.365Z] #41 27.14 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-23T18:14:27.365Z] #41 27.15 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-02-23T18:14:27.365Z] #41 27.15 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-02-23T18:14:27.365Z] #41 27.16 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-02-23T18:14:27.365Z] #41 27.17 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-23T18:14:27.365Z] #41 27.18 DEP compel/plugins/std/infect.d [2021-02-23T18:14:27.365Z] #41 27.23 DEP compel/plugins/std/string.d [2021-02-23T18:14:27.656Z] #41 27.33 DEP compel/plugins/std/log.d [2021-02-23T18:14:27.656Z] #41 27.36 DEP compel/plugins/std/fds.d [2021-02-23T18:14:27.656Z] #41 27.43 DEP compel/plugins/std/std.d [2021-02-23T18:14:27.656Z] #41 27.52 DEP compel/plugins/shmem/shmem.d [2021-02-23T18:14:27.656Z] #41 27.54 DEP compel/plugins/fds/fds.d [2021-02-23T18:14:27.656Z] #41 27.63 CC compel/plugins/std/std.o [2021-02-23T18:14:28.285Z] #41 27.85 CC compel/plugins/std/fds.o [2021-02-23T18:14:28.285Z] #41 28.04 CC compel/plugins/std/log.o [2021-02-23T18:14:28.575Z] #41 ... [2021-02-23T18:14:28.575Z] [2021-02-23T18:14:28.575Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:14:28.575Z] #54 29.40 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-23T18:14:28.575Z] #54 29.40 + BUILDTAGS='netgo osusergo static_build' [2021-02-23T18:14:28.575Z] #54 29.40 + export EXTRA_FLAGS=-buildmode=pie [2021-02-23T18:14:28.575Z] #54 29.40 + EXTRA_FLAGS=-buildmode=pie [2021-02-23T18:14:28.575Z] #54 29.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-23T18:14:28.575Z] #54 29.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-23T18:14:28.575Z] #54 29.40 + '[' '' = dynamic ']' [2021-02-23T18:14:28.575Z] #54 29.40 + make [2021-02-23T18:14:28.575Z] #54 30.30 + bin/ctr [2021-02-23T18:14:28.575Z] #54 ... [2021-02-23T18:14:28.575Z] [2021-02-23T18:14:28.575Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:28.576Z] #43 61.53 vendor/golang.org/x/net/idna [2021-02-23T18:14:28.576Z] #43 62.71 vendor/golang.org/x/net/http2/hpack [2021-02-23T18:14:28.576Z] #43 63.33 mime [2021-02-23T18:14:28.576Z] #43 64.06 mime/quotedprintable [2021-02-23T18:14:28.576Z] #43 64.31 net/http/internal [2021-02-23T18:14:31.297Z] #43 ... [2021-02-23T18:14:31.297Z] [2021-02-23T18:14:31.297Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:31.297Z] #41 28.61 CC compel/plugins/std/string.o [2021-02-23T18:14:31.297Z] #41 28.95 CC compel/plugins/std/infect.o [2021-02-23T18:14:31.297Z] #41 29.28 CC compel/arch/s390/plugins/std/parasite-head.o [2021-02-23T18:14:31.297Z] #41 29.30 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-02-23T18:14:31.297Z] #41 29.34 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-02-23T18:14:31.297Z] #41 29.45 AR compel/plugins/std.lib.a [2021-02-23T18:14:31.297Z] #41 29.50 CC compel/plugins/fds/fds.o [2021-02-23T18:14:31.297Z] #41 29.73 AR compel/plugins/fds.lib.a [2021-02-23T18:14:31.298Z] #41 29.75 HOSTDEP compel/src/lib/log-host.d [2021-02-23T18:14:31.298Z] #41 29.79 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-23T18:14:31.298Z] #41 29.87 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-02-23T18:14:31.298Z] #41 29.91 HOSTDEP compel/src/main-host.d [2021-02-23T18:14:31.298Z] #41 30.02 DEP compel/src/lib/ptrace.d [2021-02-23T18:14:31.298Z] #41 30.14 DEP compel/src/lib/infect.d [2021-02-23T18:14:31.298Z] #41 30.24 DEP compel/src/lib/infect-util.d [2021-02-23T18:14:31.298Z] #41 30.34 DEP compel/src/lib/infect-rpc.d [2021-02-23T18:14:31.298Z] #41 30.47 DEP compel/arch/s390/src/lib/infect.d [2021-02-23T18:14:31.298Z] #41 30.54 DEP compel/arch/s390/src/lib/cpu.d [2021-02-23T18:14:31.298Z] #41 30.56 DEP compel/src/lib/log.d [2021-02-23T18:14:31.298Z] #41 30.65 DEP compel/src/main.d [2021-02-23T18:14:31.298Z] #41 30.74 DEP compel/src/lib/handle-elf.d [2021-02-23T18:14:31.298Z] #41 30.82 DEP compel/arch/s390/src/lib/handle-elf.d [2021-02-23T18:14:31.298Z] #41 30.88 CC compel/src/lib/log.o [2021-02-23T18:14:31.298Z] #41 31.04 CC compel/arch/s390/src/lib/cpu.o [2021-02-23T18:14:31.298Z] #41 31.24 CC compel/arch/s390/src/lib/infect.o [2021-02-23T18:14:31.929Z] #41 31.75 CC compel/src/lib/infect-rpc.o [2021-02-23T18:14:31.929Z] #41 31.97 CC compel/src/lib/infect-util.o [2021-02-23T18:14:32.219Z] #41 32.10 CC compel/src/lib/infect.o [2021-02-23T18:14:33.721Z] #41 33.29 CC compel/src/lib/ptrace.o [2021-02-23T18:14:33.721Z] #41 33.52 AR compel/libcompel.a [2021-02-23T18:14:33.721Z] #41 33.55 HOSTCC compel/src/main-host.o [2021-02-23T18:14:34.011Z] #41 33.90 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-02-23T18:14:34.011Z] #41 34.03 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-23T18:14:34.301Z] #41 ... [2021-02-23T18:14:34.301Z] [2021-02-23T18:14:34.301Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-23T18:14:34.301Z] #11 67.70 Selecting previously unselected package libapparmor1:s390x. [2021-02-23T18:14:34.301Z] #11 67.71 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 67.72 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-02-23T18:14:34.301Z] #11 67.79 Selecting previously unselected package libapparmor-dev:s390x. [2021-02-23T18:14:34.301Z] #11 67.79 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 67.79 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-02-23T18:14:34.301Z] #11 67.89 Selecting previously unselected package libbtrfs0. [2021-02-23T18:14:34.301Z] #11 67.89 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 67.89 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-23T18:14:34.301Z] #11 67.92 Selecting previously unselected package libbtrfs-dev. [2021-02-23T18:14:34.301Z] #11 67.92 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 67.93 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:14:34.301Z] #11 67.99 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-02-23T18:14:34.301Z] #11 67.99 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 67.99 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-02-23T18:14:34.301Z] #11 68.04 Selecting previously unselected package libudev-dev:s390x. [2021-02-23T18:14:34.301Z] #11 68.04 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.05 Unpacking libudev-dev:s390x (241-7~deb10u6) ... [2021-02-23T18:14:34.301Z] #11 68.15 Selecting previously unselected package libsepol1-dev:s390x. [2021-02-23T18:14:34.301Z] #11 68.16 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.16 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-02-23T18:14:34.301Z] #11 68.33 Selecting previously unselected package libpcre16-3:s390x. [2021-02-23T18:14:34.301Z] #11 68.33 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.34 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 68.41 Selecting previously unselected package libpcre32-3:s390x. [2021-02-23T18:14:34.301Z] #11 68.41 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.41 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 68.53 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-02-23T18:14:34.301Z] #11 68.53 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.54 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 68.58 Selecting previously unselected package libpcre3-dev:s390x. [2021-02-23T18:14:34.301Z] #11 68.59 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.59 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 68.79 Selecting previously unselected package libselinux1-dev:s390x. [2021-02-23T18:14:34.301Z] #11 68.80 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.81 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-02-23T18:14:34.301Z] #11 68.97 Selecting previously unselected package libdevmapper-dev:s390x. [2021-02-23T18:14:34.301Z] #11 68.98 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 68.98 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-02-23T18:14:34.301Z] #11 69.02 Selecting previously unselected package libseccomp-dev:s390x. [2021-02-23T18:14:34.301Z] #11 69.02 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 69.02 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2021-02-23T18:14:34.301Z] #11 69.09 Selecting previously unselected package libsystemd-dev:s390x. [2021-02-23T18:14:34.301Z] #11 69.09 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_s390x.deb ... [2021-02-23T18:14:34.301Z] #11 69.09 Unpacking libsystemd-dev:s390x (241-7~deb10u6) ... [2021-02-23T18:14:34.301Z] #11 69.38 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 69.39 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2021-02-23T18:14:34.301Z] #11 69.40 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-02-23T18:14:34.301Z] #11 69.40 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-23T18:14:34.301Z] #11 69.41 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 69.42 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-02-23T18:14:34.301Z] #11 69.42 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:14:34.301Z] #11 69.43 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-23T18:14:34.301Z] #11 69.43 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 69.44 Setting up libudev-dev:s390x (241-7~deb10u6) ... [2021-02-23T18:14:34.301Z] #11 69.45 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-23T18:14:34.301Z] #11 69.46 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:14:34.301Z] #11 69.46 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-02-23T18:14:34.301Z] #11 69.47 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-23T18:14:34.301Z] #11 69.48 Setting up libsystemd-dev:s390x (241-7~deb10u6) ... [2021-02-23T18:14:34.301Z] #11 69.48 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-23T18:14:34.301Z] #11 69.49 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-02-23T18:14:34.301Z] #11 69.50 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:14:34.301Z] #11 69.50 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 [2021-02-23T18:14:34.301Z] #11 69.51 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 [2021-02-23T18:14:34.301Z] #11 69.51 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:14:34.301Z] #11 69.52 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-23T18:14:34.301Z] #11 69.52 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 [2021-02-23T18:14:34.301Z] #11 69.52 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-23T18:14:34.301Z] #11 69.53 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-02-23T18:14:34.301Z] #11 69.54 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-02-23T18:14:34.301Z] #11 69.54 Setting up dmsetup (2:1.02.155-3) ... [2021-02-23T18:14:34.301Z] #11 69.55 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-02-23T18:14:34.301Z] #11 69.56 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-02-23T18:14:34.301Z] #11 69.57 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:14:34.301Z] #11 DONE 70.0s [2021-02-23T18:14:34.301Z] [2021-02-23T18:14:34.301Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:35.333Z] #51 0.862 + RM_GOPATH=0 [2021-02-23T18:14:35.333Z] #51 0.862 + TMP_GOPATH= [2021-02-23T18:14:35.333Z] #51 0.862 + : /build [2021-02-23T18:14:35.333Z] #51 0.862 + '[' -z '' ']' [2021-02-23T18:14:35.333Z] #51 0.863 ++ mktemp -d [2021-02-23T18:14:35.333Z] #51 0.864 + export GOPATH=/tmp/tmp.t5lxYrh1B8 [2021-02-23T18:14:35.333Z] #51 0.864 + GOPATH=/tmp/tmp.t5lxYrh1B8 [2021-02-23T18:14:35.333Z] #51 0.864 + RM_GOPATH=1 [2021-02-23T18:14:35.333Z] #51 0.864 + case "$(go env GOARCH)" in [2021-02-23T18:14:35.333Z] #51 0.864 ++ go env GOARCH [2021-02-23T18:14:35.333Z] #51 0.874 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:14:35.333Z] #51 0.874 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:14:35.333Z] #51 0.883 ++ dirname /tmp/install/install.sh [2021-02-23T18:14:35.333Z] #51 0.883 + dir=/tmp/install [2021-02-23T18:14:35.333Z] #51 0.883 + bin=runc [2021-02-23T18:14:35.333Z] #51 0.883 + shift [2021-02-23T18:14:35.333Z] #51 0.883 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-23T18:14:35.333Z] #51 0.883 + . /tmp/install/runc.installer [2021-02-23T18:14:35.333Z] #51 0.883 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-23T18:14:35.333Z] #51 0.884 + install_runc [2021-02-23T18:14:35.333Z] #51 0.884 + uname -r [2021-02-23T18:14:35.333Z] #51 0.884 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-23T18:14:35.333Z] #51 0.885 + RUNC_BUILDTAGS='seccomp ' [2021-02-23T18:14:35.333Z] #51 0.885 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-23T18:14:35.333Z] #51 0.885 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-23T18:14:35.333Z] #51 0.885 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.t5lxYrh1B8/src/github.com/opencontainers/runc [2021-02-23T18:14:35.333Z] #51 0.891 Cloning into '/tmp/tmp.t5lxYrh1B8/src/github.com/opencontainers/runc'... [2021-02-23T18:14:35.333Z] #51 ... [2021-02-23T18:14:35.333Z] [2021-02-23T18:14:35.333Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-23T18:14:35.333Z] #12 DONE 1.1s [2021-02-23T18:14:35.623Z] [2021-02-23T18:14:35.623Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-02-23T18:14:36.253Z] #13 DONE 1.0s [2021-02-23T18:14:36.253Z] [2021-02-23T18:14:36.253Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:36.253Z] #41 34.30 HOSTCC compel/src/lib/log-host.o [2021-02-23T18:14:36.253Z] #41 34.41 HOSTLINK compel/compel-host-bin [2021-02-23T18:14:36.253Z] #41 34.55 DEP soccr/soccr.d [2021-02-23T18:14:36.253Z] #41 34.85 CC soccr/soccr.o [2021-02-23T18:14:36.253Z] #41 35.92 AR soccr/libsoccr.a [2021-02-23T18:14:36.253Z] #41 35.93 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-23T18:14:36.253Z] #41 36.08 DEP criu/arch/s390/sigframe.d [2021-02-23T18:14:36.253Z] #41 36.16 DEP criu/arch/s390/crtools.d [2021-02-23T18:14:36.542Z] #41 36.37 DEP criu/arch/s390/cpu.d [2021-02-23T18:14:36.832Z] #41 36.55 CC criu/arch/s390/cpu.o [2021-02-23T18:14:37.122Z] #41 36.98 CC criu/arch/s390/crtools.o [2021-02-23T18:14:37.754Z] #41 ... [2021-02-23T18:14:37.754Z] [2021-02-23T18:14:37.754Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-02-23T18:14:37.754Z] #14 0.905 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-23T18:14:37.754Z] #14 DONE 1.1s [2021-02-23T18:14:37.754Z] [2021-02-23T18:14:37.754Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:14:37.754Z] #56 73.21 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-23T18:14:37.754Z] #56 73.23 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-23T18:14:38.799Z] #56 ... [2021-02-23T18:14:38.799Z] [2021-02-23T18:14:38.799Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-02-23T18:14:38.799Z] #15 DONE 1.0s [2021-02-23T18:14:38.799Z] [2021-02-23T18:14:38.799Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:38.799Z] #41 37.72 CC criu/arch/s390/sigframe.o [2021-02-23T18:14:38.799Z] #41 37.89 LINK criu/arch/s390/crtools.built-in.o [2021-02-23T18:14:38.799Z] #41 37.95 DEP criu/pie/util-vdso.d [2021-02-23T18:14:38.799Z] #41 38.08 DEP criu/pie/util.d [2021-02-23T18:14:38.799Z] #41 38.23 CC criu/pie/util.o [2021-02-23T18:14:38.799Z] #41 38.54 CC criu/pie/util-vdso.o [2021-02-23T18:14:39.090Z] #41 39.02 AR criu/pie/pie.lib.a [2021-02-23T18:14:39.090Z] #41 39.06 DEP criu/pie/restorer.d [2021-02-23T18:14:39.381Z] #41 ... [2021-02-23T18:14:39.381Z] [2021-02-23T18:14:39.381Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-02-23T18:14:39.381Z] #16 DONE 0.9s [2021-02-23T18:14:39.671Z] [2021-02-23T18:14:39.671Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:39.671Z] #41 39.35 DEP criu/arch/s390/restorer.d [2021-02-23T18:14:39.671Z] #41 39.47 DEP criu/arch/s390/vdso-pie.d [2021-02-23T18:14:39.671Z] #41 39.56 DEP criu/pie/parasite-vdso.d [2021-02-23T18:14:39.961Z] #41 39.72 DEP criu/pie/parasite.d [2021-02-23T18:14:40.255Z] #41 40.01 CC criu/pie/parasite.o [2021-02-23T18:14:40.255Z] #41 ... [2021-02-23T18:14:40.255Z] [2021-02-23T18:14:40.255Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-02-23T18:14:40.255Z] #17 DONE 1.0s [2021-02-23T18:14:40.549Z] [2021-02-23T18:14:40.549Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-23T18:14:41.179Z] #18 0.805 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:14:41.179Z] #18 0.920 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:14:41.332Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2021-02-23T18:14:41.332Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-23T18:14:41.469Z] #18 1.012 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:14:41.469Z] #18 1.215 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-23T18:14:41.469Z] #18 ... [2021-02-23T18:14:41.469Z] [2021-02-23T18:14:41.469Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:41.469Z] #43 67.27 crypto/x509 [2021-02-23T18:14:41.469Z] #43 67.28 net/textproto [2021-02-23T18:14:41.469Z] #43 67.96 vendor/golang.org/x/net/http/httpguts [2021-02-23T18:14:41.469Z] #43 68.14 vendor/golang.org/x/net/http/httpproxy [2021-02-23T18:14:41.469Z] #43 68.46 mime/multipart [2021-02-23T18:14:41.469Z] #43 69.73 crypto/tls [2021-02-23T18:14:41.469Z] #43 74.64 net/http/httptrace [2021-02-23T18:14:41.469Z] #43 74.89 net/http [2021-02-23T18:14:41.759Z] #43 ... [2021-02-23T18:14:41.759Z] [2021-02-23T18:14:41.759Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:41.759Z] #51 6.600 + cd /tmp/tmp.t5lxYrh1B8/src/github.com/opencontainers/runc [2021-02-23T18:14:41.759Z] #51 6.600 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-23T18:14:41.759Z] #51 6.927 + '[' -z '' ']' [2021-02-23T18:14:41.759Z] #51 6.931 + target=static [2021-02-23T18:14:41.759Z] #51 6.931 + make 'BUILDTAGS=seccomp ' static [2021-02-23T18:14:41.759Z] #51 7.283 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-02-23T18:14:42.389Z] #51 ... [2021-02-23T18:14:42.389Z] [2021-02-23T18:14:42.389Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:14:42.389Z] #56 DONE 78.3s [2021-02-23T18:14:42.679Z] [2021-02-23T18:14:42.679Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-23T18:14:42.679Z] #57 DONE 0.1s [2021-02-23T18:14:42.679Z] [2021-02-23T18:14:42.679Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-23T18:14:42.679Z] #58 DONE 0.1s [2021-02-23T18:14:42.679Z] [2021-02-23T18:14:42.679Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:42.679Z] #41 40.85 LINK criu/pie/parasite.built-in.o [2021-02-23T18:14:42.679Z] #41 40.86 GEN criu/pie/parasite-blob.h [2021-02-23T18:14:42.679Z] #41 40.87 CC criu/pie/parasite-vdso.o [2021-02-23T18:14:42.679Z] #41 41.27 CC criu/arch/s390/vdso-pie.o [2021-02-23T18:14:42.679Z] #41 41.53 CC criu/arch/s390/restorer.o [2021-02-23T18:14:42.679Z] #41 41.81 CC criu/pie/restorer.o [2021-02-23T18:14:42.722Z] ok github.com/docker/docker/api/server/middleware 0.021s coverage: 37.7% of statements [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-23T18:14:42.722Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-23T18:14:43.745Z] #41 43.57 LINK criu/pie/restorer.built-in.o [2021-02-23T18:14:43.745Z] #41 43.58 GEN criu/pie/restorer-blob.h [2021-02-23T18:14:43.745Z] #41 43.61 DEP criu/vdso.d [2021-02-23T18:14:44.036Z] #41 43.75 DEP criu/uts_ns.d [2021-02-23T18:14:44.036Z] #41 43.83 DEP criu/util.d [2021-02-23T18:14:44.111Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-23T18:14:44.111Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-23T18:14:44.111Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2021-02-23T18:14:44.326Z] #41 44.01 DEP criu/uffd.d [2021-02-23T18:14:44.326Z] #41 44.20 DEP criu/tun.d [2021-02-23T18:14:44.374Z] ok github.com/docker/docker/api/types/strslice 0.020s coverage: 90.0% of statements [2021-02-23T18:14:44.616Z] #41 44.39 DEP criu/tty.d [2021-02-23T18:14:44.636Z] ok github.com/docker/docker/api/types/time 0.038s coverage: 100.0% of statements [2021-02-23T18:14:44.636Z] ok github.com/docker/docker/api/server/router/swarm 0.027s coverage: 5.7% of statements [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-23T18:14:44.636Z] ok github.com/docker/docker/api/types/versions 0.018s coverage: 75.0% of statements [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-23T18:14:44.636Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-23T18:14:44.905Z] #41 44.60 DEP criu/timerfd.d [2021-02-23T18:14:44.905Z] #41 44.76 DEP criu/timens.d [2021-02-23T18:14:45.195Z] #41 44.90 DEP criu/sysfs_parse.d [2021-02-23T18:14:45.195Z] #41 45.04 DEP criu/sysctl.d [2021-02-23T18:14:45.485Z] #41 45.15 DEP criu/string.d [2021-02-23T18:14:45.485Z] #41 45.18 DEP criu/stats.d [2021-02-23T18:14:45.485Z] #41 45.28 DEP criu/sockets.d [2021-02-23T18:14:45.776Z] #41 45.49 DEP criu/sk-unix.d [2021-02-23T18:14:45.776Z] #41 45.73 DEP criu/sk-tcp.d [2021-02-23T18:14:46.066Z] #41 45.84 DEP criu/sk-queue.d [2021-02-23T18:14:46.066Z] #41 45.93 DEP criu/sk-packet.d [2021-02-23T18:14:46.358Z] #41 46.13 DEP criu/sk-netlink.d [2021-02-23T18:14:46.656Z] #41 46.32 DEP criu/sk-inet.d [2021-02-23T18:14:46.656Z] #41 46.46 DEP criu/signalfd.d [2021-02-23T18:14:46.946Z] #41 46.64 DEP criu/sigframe.d [2021-02-23T18:14:46.946Z] #41 46.77 DEP criu/shmem.d [2021-02-23T18:14:47.188Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2021-02-23T18:14:47.236Z] #41 46.92 DEP criu/servicefd.d [2021-02-23T18:14:47.236Z] #41 47.10 DEP criu/seize.d [2021-02-23T18:14:47.236Z] #41 47.28 DEP criu/seccomp.d [2021-02-23T18:14:47.527Z] #41 47.49 DEP criu/rst-malloc.d [2021-02-23T18:14:47.527Z] #41 47.56 DEP criu/rbtree.d [2021-02-23T18:14:47.817Z] #41 47.60 DEP criu/pstree.d [2021-02-23T18:14:47.817Z] #41 47.76 DEP criu/protobuf.d [2021-02-23T18:14:47.817Z] #41 ... [2021-02-23T18:14:47.817Z] [2021-02-23T18:14:47.817Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:47.817Z] #43 83.68 github.com/LK4D4/vndr/godl [2021-02-23T18:14:48.447Z] #43 84.24 github.com/LK4D4/vndr [2021-02-23T18:14:48.578Z] ok github.com/docker/docker/builder/remotecontext 0.312s coverage: 13.7% of statements [2021-02-23T18:14:49.524Z] ok github.com/docker/docker/builder/dockerfile 0.909s coverage: 48.3% of statements [2021-02-23T18:14:49.524Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-23T18:14:50.471Z] ok github.com/docker/docker/builder/remotecontext/git 4.131s coverage: 86.3% of statements [2021-02-23T18:14:50.471Z] ? github.com/docker/docker/cli [no test files] [2021-02-23T18:14:50.471Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-23T18:14:54.001Z] #43 ... [2021-02-23T18:14:54.002Z] [2021-02-23T18:14:54.002Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:54.002Z] #41 47.94 GEN criu/protobuf-desc-gen.h [2021-02-23T18:14:54.002Z] #41 48.93 DEP criu/protobuf-desc.d [2021-02-23T18:14:54.002Z] #41 48.99 DEP criu/proc_parse.d [2021-02-23T18:14:54.002Z] #41 49.22 DEP criu/plugin.d [2021-02-23T18:14:54.002Z] #41 49.27 DEP criu/pipes.d [2021-02-23T18:14:54.002Z] #41 49.38 DEP criu/pie-util.d [2021-02-23T18:14:54.002Z] #41 49.45 DEP criu/pie-util-vdso.d [2021-02-23T18:14:54.002Z] #41 49.57 DEP criu/path.d [2021-02-23T18:14:54.002Z] #41 49.72 DEP criu/parasite-syscall.d [2021-02-23T18:14:54.002Z] #41 49.99 DEP criu/pagemap.d [2021-02-23T18:14:54.002Z] #41 50.18 DEP criu/pagemap-cache.d [2021-02-23T18:14:54.002Z] #41 50.32 DEP criu/page-xfer.d [2021-02-23T18:14:54.002Z] #41 50.46 DEP criu/page-pipe.d [2021-02-23T18:14:54.002Z] #41 50.56 DEP criu/netfilter.d [2021-02-23T18:14:54.002Z] #41 50.67 DEP criu/net.d [2021-02-23T18:14:54.002Z] #41 50.85 DEP criu/namespaces.d [2021-02-23T18:14:54.002Z] #41 51.06 DEP criu/mount.d [2021-02-23T18:14:54.002Z] #41 51.27 DEP criu/memfd.d [2021-02-23T18:14:54.002Z] #41 51.41 DEP criu/mem.d [2021-02-23T18:14:54.002Z] #41 51.61 DEP criu/lsm.d [2021-02-23T18:14:54.002Z] #41 51.77 DEP criu/log.d [2021-02-23T18:14:54.002Z] #41 51.91 DEP criu/libnetlink.d [2021-02-23T18:14:54.002Z] #41 52.05 DEP criu/kerndat.d [2021-02-23T18:14:54.002Z] #41 52.17 DEP criu/kcmp-ids.d [2021-02-23T18:14:54.002Z] #41 52.21 DEP criu/irmap.d [2021-02-23T18:14:54.002Z] #41 52.29 DEP criu/ipc_ns.d [2021-02-23T18:14:54.002Z] #41 52.45 DEP criu/image.d [2021-02-23T18:14:54.002Z] #41 52.56 DEP criu/image-desc.d [2021-02-23T18:14:54.002Z] #41 52.68 DEP criu/fsnotify.d [2021-02-23T18:14:54.002Z] #41 52.81 DEP criu/filesystems.d [2021-02-23T18:14:54.002Z] #41 52.88 DEP criu/files.d [2021-02-23T18:14:54.002Z] #41 53.13 DEP criu/files-reg.d [2021-02-23T18:14:54.002Z] #41 53.22 DEP criu/files-ext.d [2021-02-23T18:14:54.002Z] #41 53.39 DEP criu/file-lock.d [2021-02-23T18:14:54.002Z] #41 ... [2021-02-23T18:14:54.002Z] [2021-02-23T18:14:54.002Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-23T18:14:54.002Z] #18 3.074 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-23T18:14:54.002Z] #18 4.547 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-23T18:14:54.002Z] #18 6.927 Fetched 8110 kB in 6s (1303 kB/s) [2021-02-23T18:14:54.002Z] #18 6.927 Reading package lists... [2021-02-23T18:14:54.002Z] #18 8.887 Reading package lists... [2021-02-23T18:14:54.002Z] #18 10.76 Building dependency tree... [2021-02-23T18:14:54.002Z] #18 11.22 libcap2-bin is already the newest version (1:2.25-2). [2021-02-23T18:14:54.002Z] #18 11.22 The following additional packages will be installed: [2021-02-23T18:14:54.002Z] #18 11.25 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-23T18:14:54.002Z] #18 11.25 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-23T18:14:54.002Z] #18 11.25 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-23T18:14:54.002Z] #18 11.25 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-23T18:14:54.002Z] #18 11.25 python3.7 python3.7-minimal vim-runtime xxd [2021-02-23T18:14:54.002Z] #18 11.25 Suggested packages: [2021-02-23T18:14:54.002Z] #18 11.25 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-23T18:14:54.002Z] #18 11.25 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-23T18:14:54.002Z] #18 11.25 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-23T18:14:54.002Z] #18 11.25 Recommended packages: [2021-02-23T18:14:54.002Z] #18 11.25 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-23T18:14:54.002Z] #18 11.25 python3-keyrings.alt python3-xdg unzip [2021-02-23T18:14:54.002Z] #18 12.33 The following NEW packages will be installed: [2021-02-23T18:14:54.002Z] #18 12.34 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-23T18:14:54.002Z] #18 12.34 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-23T18:14:54.002Z] #18 12.34 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-23T18:14:54.002Z] #18 12.34 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-23T18:14:54.002Z] #18 12.34 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-23T18:14:54.002Z] #18 12.34 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-23T18:14:54.002Z] #18 12.34 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-23T18:14:54.002Z] #18 12.34 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-23T18:14:54.002Z] #18 12.34 xz-utils zip [2021-02-23T18:14:54.002Z] #18 12.43 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-23T18:14:54.002Z] #18 12.43 Need to get 27.7 MB of archives. [2021-02-23T18:14:54.002Z] #18 12.43 After this operation, 117 MB of additional disk space will be used. [2021-02-23T18:14:54.002Z] #18 12.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-02-23T18:14:54.002Z] #18 12.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2021-02-23T18:14:54.002Z] #18 12.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2021-02-23T18:14:54.002Z] #18 12.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-02-23T18:14:54.002Z] #18 12.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-02-23T18:14:54.002Z] #18 12.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2021-02-23T18:14:54.002Z] #18 12.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2021-02-23T18:14:54.002Z] #18 12.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-02-23T18:14:54.002Z] #18 12.61 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-02-23T18:14:54.002Z] #18 12.62 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-02-23T18:14:54.002Z] #18 12.62 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-02-23T18:14:54.002Z] #18 12.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-02-23T18:14:54.002Z] #18 12.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-02-23T18:14:54.002Z] #18 12.63 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-02-23T18:14:54.002Z] #18 12.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-02-23T18:14:54.002Z] #18 12.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-02-23T18:14:54.002Z] #18 12.65 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-02-23T18:14:54.002Z] #18 12.65 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-02-23T18:14:54.002Z] #18 12.66 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-02-23T18:14:54.002Z] #18 12.67 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2021-02-23T18:14:54.002Z] #18 12.67 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-02-23T18:14:54.002Z] #18 12.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-02-23T18:14:54.002Z] #18 12.69 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-02-23T18:14:54.002Z] #18 12.71 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-02-23T18:14:54.002Z] #18 12.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-02-23T18:14:54.002Z] #18 12.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-02-23T18:14:54.002Z] #18 12.73 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-02-23T18:14:54.002Z] #18 12.73 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-02-23T18:14:54.002Z] #18 12.73 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-02-23T18:14:54.002Z] #18 12.97 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-02-23T18:14:54.002Z] #18 12.98 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-02-23T18:14:54.002Z] #18 12.98 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-02-23T18:14:54.002Z] #18 12.99 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-02-23T18:14:54.002Z] #18 12.99 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-02-23T18:14:54.002Z] #18 12.99 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-02-23T18:14:54.002Z] #18 13.04 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-23T18:14:54.002Z] #18 13.05 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-02-23T18:14:54.002Z] #18 13.05 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-02-23T18:14:54.002Z] #18 13.05 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-23T18:14:54.002Z] #18 13.06 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-02-23T18:14:54.002Z] #18 13.06 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-23T18:14:54.002Z] #18 13.06 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-02-23T18:14:54.002Z] #18 13.12 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2021-02-23T18:14:54.002Z] #18 13.12 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-02-23T18:14:54.002Z] #18 13.13 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-23T18:14:54.002Z] #18 ... [2021-02-23T18:14:54.002Z] [2021-02-23T18:14:54.002Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:54.002Z] #41 53.48 DEP criu/file-ids.d [2021-02-23T18:14:54.002Z] #41 53.61 DEP criu/fifo.d [2021-02-23T18:14:54.002Z] #41 53.79 DEP criu/fdstore.d [2021-02-23T18:14:54.002Z] #41 53.89 DEP criu/fault-injection.d [2021-02-23T18:14:54.002Z] #41 53.91 DEP criu/external.d [2021-02-23T18:14:54.002Z] #41 54.01 DEP criu/eventpoll.d [2021-02-23T18:14:54.292Z] #41 54.19 DEP criu/eventfd.d [2021-02-23T18:14:54.583Z] #41 54.27 DEP criu/crtools.d [2021-02-23T18:14:54.583Z] #41 54.40 DEP criu/cr-service.d [2021-02-23T18:14:54.583Z] #41 54.50 DEP criu/cr-restore.d [2021-02-23T18:14:54.587Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:14:54.587Z] [2021-02-23T18:14:54.587Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:14:54.587Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:14:54.587Z] HOSTNAME=b5e99f8860f2 [2021-02-23T18:14:54.587Z] DEST=bundles/test-integration [2021-02-23T18:14:54.587Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:14:54.587Z] DOCKER_ROOTLESS=1 [2021-02-23T18:14:54.587Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:14:54.587Z] container=docker [2021-02-23T18:14:54.587Z] HOME=/root [2021-02-23T18:14:54.587Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:14:54.587Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:14:54.587Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:14:54.587Z] TERM=xterm [2021-02-23T18:14:54.587Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:14:54.587Z] SHLVL=1 [2021-02-23T18:14:54.587Z] TIMEOUT=120m [2021-02-23T18:14:54.587Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:14:54.587Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:14:54.587Z] GO111MODULE=off [2021-02-23T18:14:54.587Z] DOCKER_EXPERIMENTAL=1 [2021-02-23T18:14:54.587Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-23T18:14:54.587Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:14:54.587Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:14:54.587Z] GOPATH=/go [2021-02-23T18:14:54.587Z] PKG_CONFIG=pkg-config [2021-02-23T18:14:54.587Z] _=/usr/bin/env [2021-02-23T18:14:54.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-23T18:14:54.687Z] ok github.com/docker/docker/client 0.264s coverage: 75.4% of statements [2021-02-23T18:14:54.890Z] #41 ... [2021-02-23T18:14:54.890Z] [2021-02-23T18:14:54.890Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:14:54.890Z] #43 DONE 90.6s [2021-02-23T18:14:54.890Z] [2021-02-23T18:14:54.890Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:14:54.890Z] #41 54.68 DEP criu/cr-errno.d [2021-02-23T18:14:54.890Z] #41 54.69 DEP criu/cr-dump.d [2021-02-23T18:14:55.207Z] #41 54.96 DEP criu/cr-dedup.d [2021-02-23T18:14:55.207Z] #41 55.18 DEP criu/cr-check.d [2021-02-23T18:14:55.499Z] #41 55.43 DEP criu/config.d [2021-02-23T18:14:55.666Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:14:55.666Z] [2021-02-23T18:14:55.666Z] + TEST_INTEGRATION_DEST=2 [2021-02-23T18:14:55.666Z] + CONTAINER_NAME=docker-pr3-2 [2021-02-23T18:14:55.666Z] + TEST_SKIP_INTEGRATION=1 [2021-02-23T18:14:55.666Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-23T18:14:55.666Z] + run_tests [2021-02-23T18:14:55.666Z] + c=0 [2021-02-23T18:14:55.666Z] + '[' -n 0 ']' [2021-02-23T18:14:55.666Z] + rm= [2021-02-23T18:14:55.667Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42060/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42060/.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=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh '' test-integration [2021-02-23T18:14:55.667Z] ++ jobs -p [2021-02-23T18:14:55.667Z] + for job in $(jobs -p) [2021-02-23T18:14:55.667Z] + wait 5999 [2021-02-23T18:14:55.667Z] + TEST_INTEGRATION_DEST=3 [2021-02-23T18:14:55.667Z] + CONTAINER_NAME=docker-pr3-3 [2021-02-23T18:14:55.667Z] + TEST_SKIP_INTEGRATION=1 [2021-02-23T18:14:55.667Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-23T18:14:55.667Z] + run_tests [2021-02-23T18:14:55.667Z] + '[' -n 0 ']' [2021-02-23T18:14:55.667Z] + rm= [2021-02-23T18:14:55.667Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42060/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42060/.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=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh '' test-integration [2021-02-23T18:14:55.667Z] + TEST_INTEGRATION_DEST=1 [2021-02-23T18:14:55.667Z] + CONTAINER_NAME=docker-pr3-1 [2021-02-23T18:14:55.667Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-02-23T18:14:55.667Z] + run_tests test-integration-flaky [2021-02-23T18:14:55.667Z] + '[' -n 0 ']' [2021-02-23T18:14:55.667Z] + rm= [2021-02-23T18:14:55.667Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42060/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42060/.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=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh test-integration-flaky test-integration [2021-02-23T18:14:55.667Z] [2021-02-23T18:14:55.667Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:14:55.667Z] [2021-02-23T18:14:55.667Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:14:55.667Z] HOSTNAME=a2869146a5d9 [2021-02-23T18:14:55.667Z] TEST_SKIP_INTEGRATION=1 [2021-02-23T18:14:55.667Z] TESTDEBUG=0 [2021-02-23T18:14:55.667Z] DEST=bundles/test-integration [2021-02-23T18:14:55.667Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:14:55.667Z] KEEPBUNDLE=1 [2021-02-23T18:14:55.667Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:14:55.667Z] container=docker [2021-02-23T18:14:55.667Z] HOME=/root [2021-02-23T18:14:55.667Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:14:55.667Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:14:55.667Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:14:55.667Z] TERM=xterm [2021-02-23T18:14:55.667Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:14:55.667Z] SHLVL=1 [2021-02-23T18:14:55.667Z] TIMEOUT=120m [2021-02-23T18:14:55.667Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:14:55.667Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:14:55.667Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-23T18:14:55.667Z] GO111MODULE=off [2021-02-23T18:14:55.667Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:14:55.667Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:14:55.667Z] GOPATH=/go [2021-02-23T18:14:55.667Z] PKG_CONFIG=pkg-config [2021-02-23T18:14:55.667Z] _=/usr/bin/env [2021-02-23T18:14:55.667Z] Building test suite binary ./integration-cli/test.main [2021-02-23T18:14:55.667Z] [2021-02-23T18:14:55.667Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-02-23T18:14:55.667Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:14:55.667Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:14:55.667Z] HOSTNAME=60739b80872e [2021-02-23T18:14:55.667Z] TEST_SKIP_INTEGRATION=1 [2021-02-23T18:14:55.667Z] TESTDEBUG=0 [2021-02-23T18:14:55.667Z] DEST=bundles/test-integration [2021-02-23T18:14:55.667Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:14:55.667Z] KEEPBUNDLE=1 [2021-02-23T18:14:55.667Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:14:55.667Z] container=docker [2021-02-23T18:14:55.667Z] HOME=/root [2021-02-23T18:14:55.667Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:14:55.667Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:14:55.667Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:14:55.667Z] TERM=xterm [2021-02-23T18:14:55.667Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:14:55.667Z] SHLVL=1 [2021-02-23T18:14:55.667Z] TIMEOUT=120m [2021-02-23T18:14:55.667Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:14:55.667Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:14:55.667Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-23T18:14:55.667Z] GO111MODULE=off [2021-02-23T18:14:55.667Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:14:55.667Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:14:55.667Z] GOPATH=/go [2021-02-23T18:14:55.667Z] PKG_CONFIG=pkg-config [2021-02-23T18:14:55.667Z] _=/usr/bin/env [2021-02-23T18:14:55.667Z] Building test suite binary ./integration-cli/test.main [2021-02-23T18:14:55.667Z] No new tests added to integration. [2021-02-23T18:14:55.667Z] [2021-02-23T18:14:55.667Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:14:55.667Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:14:55.667Z] HOSTNAME=b577502cb032 [2021-02-23T18:14:55.667Z] TESTDEBUG=0 [2021-02-23T18:14:55.667Z] DEST=bundles/test-integration [2021-02-23T18:14:55.667Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:14:55.667Z] KEEPBUNDLE=1 [2021-02-23T18:14:55.667Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:14:55.667Z] container=docker [2021-02-23T18:14:55.667Z] HOME=/root [2021-02-23T18:14:55.667Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:14:55.667Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:14:55.667Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:14:55.667Z] TERM=xterm [2021-02-23T18:14:55.667Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:14:55.667Z] SHLVL=1 [2021-02-23T18:14:55.667Z] TIMEOUT=120m [2021-02-23T18:14:55.667Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:14:55.667Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:14:55.667Z] GO111MODULE=off [2021-02-23T18:14:55.667Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-23T18:14:55.667Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:14:55.667Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:14:55.667Z] GOPATH=/go [2021-02-23T18:14:55.667Z] PKG_CONFIG=pkg-config [2021-02-23T18:14:55.667Z] _=/usr/bin/env [2021-02-23T18:14:55.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-23T18:14:55.789Z] #41 55.58 DEP criu/clone-noasan.d [2021-02-23T18:14:55.789Z] #41 55.63 DEP criu/cgroup.d [2021-02-23T18:14:55.789Z] #41 55.74 DEP criu/cgroup-props.d [2021-02-23T18:14:56.079Z] #41 55.77 DEP criu/bitmap.d [2021-02-23T18:14:56.079Z] #41 55.78 DEP criu/bfd.d [2021-02-23T18:14:56.079Z] #41 55.84 DEP criu/autofs.d [2021-02-23T18:14:56.079Z] #41 55.92 DEP criu/aio.d [2021-02-23T18:14:56.368Z] #41 56.06 DEP criu/action-scripts.d [2021-02-23T18:14:56.368Z] #41 56.31 CC criu/action-scripts.o [2021-02-23T18:14:56.658Z] #41 56.59 CC criu/aio.o [2021-02-23T18:14:57.022Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:14:57.022Z] [2021-02-23T18:14:57.022Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:14:57.022Z] DOCKER_SYSTEMD=1 [2021-02-23T18:14:57.022Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:14:57.022Z] HOSTNAME=f1ad551bd019 [2021-02-23T18:14:57.022Z] DEST=bundles/test-integration [2021-02-23T18:14:57.022Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:14:57.022Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:14:57.022Z] container=docker [2021-02-23T18:14:57.022Z] HOME=/root [2021-02-23T18:14:57.022Z] LANG=C.UTF-8 [2021-02-23T18:14:57.022Z] INVOCATION_ID=73fc8a9ced304d858470c6f12bede4d2 [2021-02-23T18:14:57.022Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:14:57.022Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:14:57.022Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:14:57.022Z] TERM=xterm [2021-02-23T18:14:57.022Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:14:57.022Z] SHLVL=3 [2021-02-23T18:14:57.022Z] TIMEOUT=120m [2021-02-23T18:14:57.022Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:14:57.022Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:14:57.022Z] GO111MODULE=off [2021-02-23T18:14:57.022Z] DOCKER_EXPERIMENTAL=1 [2021-02-23T18:14:57.022Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-23T18:14:57.022Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:14:57.022Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:14:57.022Z] GOPATH=/go [2021-02-23T18:14:57.022Z] PKG_CONFIG=pkg-config [2021-02-23T18:14:57.022Z] _=/usr/bin/env [2021-02-23T18:14:57.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-23T18:14:57.289Z] #41 56.87 CC criu/autofs.o [2021-02-23T18:14:58.319Z] #41 57.94 CC criu/bfd.o [2021-02-23T18:14:58.319Z] #41 58.25 CC criu/bitmap.o [2021-02-23T18:14:58.609Z] #41 58.35 CC criu/cgroup-props.o [2021-02-23T18:14:58.898Z] #41 58.76 CC criu/cgroup.o [2021-02-23T18:15:00.401Z] #41 ... [2021-02-23T18:15:00.401Z] [2021-02-23T18:15:00.401Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-23T18:15:00.401Z] #30 DONE 96.1s [2021-02-23T18:15:00.401Z] [2021-02-23T18:15:00.401Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-23T18:15:00.401Z] #18 13.31 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-02-23T18:15:00.401Z] #18 13.34 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-02-23T18:15:00.401Z] #18 13.36 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-02-23T18:15:00.401Z] #18 13.71 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:15:00.401Z] #18 13.76 Fetched 27.7 MB in 1s (27.4 MB/s) [2021-02-23T18:15:00.401Z] #18 13.79 Selecting previously unselected package pigz. [2021-02-23T18:15:00.401Z] #18 13.79 (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 ... 23199 files and directories currently installed.) [2021-02-23T18:15:00.401Z] #18 13.83 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 13.83 Unpacking pigz (2.4-1) ... [2021-02-23T18:15:00.401Z] #18 13.90 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-02-23T18:15:00.401Z] #18 13.91 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 13.91 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-02-23T18:15:00.401Z] #18 14.22 Selecting previously unselected package python3.7-minimal. [2021-02-23T18:15:00.401Z] #18 14.23 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 14.23 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-23T18:15:00.401Z] #18 15.22 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-02-23T18:15:00.401Z] #18 15.33 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-23T18:15:00.401Z] #18 16.56 Selecting previously unselected package python3-minimal. [2021-02-23T18:15:00.401Z] #18 16.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2021-02-23T18:15:00.401Z] #18 16.61 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 16.61 Unpacking python3-minimal (3.7.3-1) ... [2021-02-23T18:15:00.401Z] #18 16.64 Selecting previously unselected package libmpdec2:s390x. [2021-02-23T18:15:00.401Z] #18 16.64 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 16.65 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-02-23T18:15:00.401Z] #18 16.70 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-02-23T18:15:00.401Z] #18 16.70 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 16.71 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-02-23T18:15:00.401Z] #18 17.31 Selecting previously unselected package python3.7. [2021-02-23T18:15:00.401Z] #18 17.31 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 17.32 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-23T18:15:00.401Z] #18 17.42 Selecting previously unselected package libpython3-stdlib:s390x. [2021-02-23T18:15:00.401Z] #18 17.42 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 17.43 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-02-23T18:15:00.401Z] #18 17.48 Setting up python3-minimal (3.7.3-1) ... [2021-02-23T18:15:00.401Z] #18 18.08 Selecting previously unselected package python3. [2021-02-23T18:15:00.401Z] #18 18.08 (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 ... 23860 files and directories currently installed.) [2021-02-23T18:15:00.401Z] #18 18.12 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.13 Unpacking python3 (3.7.3-1) ... [2021-02-23T18:15:00.401Z] #18 18.20 Selecting previously unselected package libip4tc0:s390x. [2021-02-23T18:15:00.401Z] #18 18.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.20 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-02-23T18:15:00.401Z] #18 18.25 Selecting previously unselected package libip6tc0:s390x. [2021-02-23T18:15:00.401Z] #18 18.25 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.25 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-02-23T18:15:00.401Z] #18 18.31 Selecting previously unselected package libiptc0:s390x. [2021-02-23T18:15:00.401Z] #18 18.31 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.31 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-02-23T18:15:00.401Z] #18 18.37 Selecting previously unselected package libnfnetlink0:s390x. [2021-02-23T18:15:00.401Z] #18 18.37 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.37 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-02-23T18:15:00.401Z] #18 18.39 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-02-23T18:15:00.401Z] #18 18.39 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.39 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-02-23T18:15:00.401Z] #18 18.46 Selecting previously unselected package libnftnl11:s390x. [2021-02-23T18:15:00.401Z] #18 18.46 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.46 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-02-23T18:15:00.401Z] #18 18.49 Selecting previously unselected package iptables. [2021-02-23T18:15:00.401Z] #18 18.49 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.49 Unpacking iptables (1.8.2-4) ... [2021-02-23T18:15:00.401Z] #18 18.73 Selecting previously unselected package xxd. [2021-02-23T18:15:00.401Z] #18 18.73 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-02-23T18:15:00.401Z] #18 18.73 Unpacking xxd (2:8.1.0875-5) ... [2021-02-23T18:15:00.401Z] #18 18.80 Selecting previously unselected package vim-common. [2021-02-23T18:15:00.401Z] #18 18.80 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-23T18:15:00.401Z] #18 18.81 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-23T18:15:00.401Z] #18 18.96 Selecting previously unselected package bash-completion. [2021-02-23T18:15:00.401Z] #18 18.96 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-23T18:15:01.038Z] #18 20.63 Unpacking bash-completion (1:2.8-6) ... [2021-02-23T18:15:01.328Z] #18 20.80 Selecting previously unselected package bzip2. [2021-02-23T18:15:01.328Z] #18 20.80 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-02-23T18:15:01.328Z] #18 20.80 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-23T18:15:01.328Z] #18 20.87 Selecting previously unselected package xz-utils. [2021-02-23T18:15:01.328Z] #18 20.87 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-02-23T18:15:01.328Z] #18 20.87 Unpacking xz-utils (5.2.4-1) ... [2021-02-23T18:15:01.328Z] #18 21.01 Selecting previously unselected package apparmor. [2021-02-23T18:15:01.328Z] #18 21.01 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-02-23T18:15:01.618Z] #18 21.03 Unpacking apparmor (2.13.2-10) ... [2021-02-23T18:15:01.618Z] #18 21.20 Selecting previously unselected package aufs-tools. [2021-02-23T18:15:01.618Z] #18 21.20 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-02-23T18:15:01.618Z] #18 21.20 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-23T18:15:01.618Z] #18 21.25 Selecting previously unselected package libonig5:s390x. [2021-02-23T18:15:01.618Z] #18 21.25 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-02-23T18:15:01.618Z] #18 21.25 Unpacking libonig5:s390x (6.9.1-1) ... [2021-02-23T18:15:01.908Z] #18 21.31 Selecting previously unselected package libjq1:s390x. [2021-02-23T18:15:01.908Z] #18 21.31 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-02-23T18:15:01.908Z] #18 21.32 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-23T18:15:01.908Z] #18 21.40 Selecting previously unselected package jq. [2021-02-23T18:15:01.908Z] #18 21.40 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-02-23T18:15:01.908Z] #18 21.40 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-23T18:15:01.908Z] #18 21.45 Selecting previously unselected package libaio1:s390x. [2021-02-23T18:15:01.908Z] #18 21.45 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-02-23T18:15:01.908Z] #18 21.46 Unpacking libaio1:s390x (0.3.112-3) ... [2021-02-23T18:15:01.908Z] #18 21.49 Selecting previously unselected package libgpm2:s390x. [2021-02-23T18:15:01.908Z] #18 21.50 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-02-23T18:15:01.908Z] #18 21.50 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-02-23T18:15:01.908Z] #18 21.52 Selecting previously unselected package libicu63:s390x. [2021-02-23T18:15:01.908Z] #18 21.52 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-02-23T18:15:01.908Z] #18 21.52 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-02-23T18:15:04.000Z] #18 23.49 Selecting previously unselected package libnet1:s390x. [2021-02-23T18:15:04.000Z] #18 23.49 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-23T18:15:04.000Z] #18 23.49 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-23T18:15:04.000Z] #18 23.54 Selecting previously unselected package libnl-3-200:s390x. [2021-02-23T18:15:04.000Z] #18 23.54 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-02-23T18:15:04.000Z] #18 23.55 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-02-23T18:15:04.000Z] #18 23.62 Selecting previously unselected package libprotobuf-c1:s390x. [2021-02-23T18:15:04.000Z] #18 23.62 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-02-23T18:15:04.000Z] #18 23.62 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-23T18:15:04.000Z] #18 23.68 Selecting previously unselected package libreadline5:s390x. [2021-02-23T18:15:04.000Z] #18 23.68 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-02-23T18:15:04.289Z] #18 23.68 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-02-23T18:15:04.289Z] #18 23.72 Selecting previously unselected package net-tools. [2021-02-23T18:15:04.289Z] #18 23.72 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-02-23T18:15:04.289Z] #18 23.72 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-23T18:15:04.289Z] #18 23.88 Selecting previously unselected package python-pip-whl. [2021-02-23T18:15:04.289Z] #18 23.88 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-23T18:15:04.289Z] #18 23.88 Unpacking python-pip-whl (18.1-5) ... [2021-02-23T18:15:04.415Z] Removing intermediate container 6024af5c9b26 [2021-02-23T18:15:04.415Z] ---> f133149bda90 [2021-02-23T18:15:04.415Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-02-23T18:15:04.415Z] ---> 805dc2d65d1c [2021-02-23T18:15:04.415Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-02-23T18:15:04.415Z] ---> 3cb99fa091b1 [2021-02-23T18:15:04.415Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-02-23T18:15:04.415Z] ---> Running in 82b289fa5e2b [2021-02-23T18:15:04.415Z] Removing intermediate container 82b289fa5e2b [2021-02-23T18:15:04.415Z] ---> 70899c57c118 [2021-02-23T18:15:04.415Z] Successfully built 70899c57c118 [2021-02-23T18:15:04.415Z] Successfully tagged moby-buildx:latest [2021-02-23T18:15:04.415Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-02-23T18:15:04.415Z] if [ -n "${id}" ]; then \ [2021-02-23T18:15:04.415Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-02-23T18:15:04.415Z] && touch bundles/buildx; \ [2021-02-23T18:15:04.415Z] docker rm -f ${id}; \ [2021-02-23T18:15:04.415Z] fi [2021-02-23T18:15:04.415Z] cdf020738b15c5609a3bd55b06197ec562ab4e03b25551252daafa2c089b0e7c [2021-02-23T18:15:04.415Z] bundles/buildx version [2021-02-23T18:15:04.415Z] buildx v0.5.1 11057da [2021-02-23T18:15:04.415Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c . [2021-02-23T18:15:04.415Z] #1 [internal] booting buildkit [2021-02-23T18:15:04.415Z] #1 sha256:0098edbaba3d3857ef1ac048f95e826a76ec0d7cde613a1b6ca3d086ba566442 [2021-02-23T18:15:04.415Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-02-23T18:15:04.415Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2021-02-23T18:15:04.415Z] #1 creating container buildx_buildkit_default [2021-02-23T18:15:04.580Z] #18 24.24 Selecting previously unselected package python3-lib2to3. [2021-02-23T18:15:04.853Z] #1 creating container buildx_buildkit_default 0.4s done [2021-02-23T18:15:04.853Z] #1 DONE 3.3s [2021-02-23T18:15:04.870Z] #18 24.24 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-23T18:15:04.870Z] #18 24.24 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-23T18:15:04.870Z] #18 24.36 Selecting previously unselected package python3-distutils. [2021-02-23T18:15:04.870Z] #18 24.36 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-23T18:15:04.870Z] #18 24.36 Unpacking python3-distutils (3.7.3-1) ... [2021-02-23T18:15:04.870Z] #18 24.47 Selecting previously unselected package python3-pip. [2021-02-23T18:15:04.870Z] #18 24.47 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-23T18:15:04.870Z] #18 24.47 Unpacking python3-pip (18.1-5) ... [2021-02-23T18:15:04.870Z] #18 24.56 Selecting previously unselected package python3-pkg-resources. [2021-02-23T18:15:04.870Z] #18 24.56 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-23T18:15:04.870Z] #18 24.56 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-23T18:15:05.147Z] [2021-02-23T18:15:05.147Z] #2 [internal] load build definition from Dockerfile [2021-02-23T18:15:05.147Z] #2 sha256:55986c607bbaa101e9e5ffd1a04938e4e2d38581bc140f5950b4d07aceb690f3 [2021-02-23T18:15:05.147Z] #2 transferring dockerfile: 16.55kB 0.0s done [2021-02-23T18:15:05.147Z] #2 DONE 0.0s [2021-02-23T18:15:05.147Z] [2021-02-23T18:15:05.147Z] #3 [internal] load .dockerignore [2021-02-23T18:15:05.147Z] #3 sha256:a84ebf5c7be142e8b31834c346a6eb3e79f11e66e20bf51098aa3e8515ba35de [2021-02-23T18:15:05.147Z] #3 transferring context: 87B done [2021-02-23T18:15:05.147Z] #3 DONE 0.0s [2021-02-23T18:15:05.147Z] [2021-02-23T18:15:05.147Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-23T18:15:05.147Z] #4 sha256:13bad8e8c60055f738c2e926edccdf574b41d1b142dc292ae63598355511ae2b [2021-02-23T18:15:05.161Z] #18 24.66 Selecting previously unselected package python3-setuptools. [2021-02-23T18:15:05.161Z] #18 24.66 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-23T18:15:05.161Z] #18 24.66 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-23T18:15:05.161Z] #18 24.84 Selecting previously unselected package python3-wheel. [2021-02-23T18:15:05.161Z] #18 24.84 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-23T18:15:05.161Z] #18 24.84 Unpacking python3-wheel (0.32.3-2) ... [2021-02-23T18:15:05.161Z] #18 24.90 Selecting previously unselected package sudo. [2021-02-23T18:15:05.161Z] #18 24.90 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-02-23T18:15:05.451Z] #18 24.90 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-23T18:15:05.741Z] #18 25.21 Selecting previously unselected package thin-provisioning-tools. [2021-02-23T18:15:05.741Z] #18 25.21 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-02-23T18:15:05.741Z] #18 25.22 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-23T18:15:05.741Z] #18 25.35 Selecting previously unselected package uidmap. [2021-02-23T18:15:05.741Z] #18 25.35 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-02-23T18:15:05.741Z] #18 25.35 Unpacking uidmap (1:4.5-1.1) ... [2021-02-23T18:15:05.741Z] #18 25.42 Selecting previously unselected package vim-runtime. [2021-02-23T18:15:05.741Z] #18 25.42 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-23T18:15:05.741Z] #18 25.44 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-23T18:15:05.741Z] #18 25.47 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-23T18:15:06.031Z] #18 25.47 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-23T18:15:07.879Z] #4 DONE 2.5s [2021-02-23T18:15:07.879Z] [2021-02-23T18:15:07.879Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-23T18:15:07.879Z] #5 sha256:ee73c76f12f55c52289804938396745ecf0a7d1f993c00a3ebae3cc37bdeb8e1 [2021-02-23T18:15:07.879Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-23T18:15:07.879Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 4.19MB / 8.20MB 0.2s [2021-02-23T18:15:08.091Z] #18 27.56 Selecting previously unselected package vim. [2021-02-23T18:15:08.091Z] #18 27.56 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-02-23T18:15:08.091Z] #18 27.57 Unpacking vim (2:8.1.0875-5) ... [2021-02-23T18:15:08.173Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.3s done [2021-02-23T18:15:08.173Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 [2021-02-23T18:15:08.173Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done [2021-02-23T18:15:08.173Z] #5 DONE 0.4s [2021-02-23T18:15:08.173Z] [2021-02-23T18:15:08.173Z] #6 [internal] load build definition from Dockerfile [2021-02-23T18:15:08.173Z] #6 sha256:36928e75a2a3065ffba6a3a92065559dddb697f4c033b48eafd64dce8fd187e7 [2021-02-23T18:15:08.173Z] #6 transferring dockerfile: 16.55kB done [2021-02-23T18:15:08.173Z] #6 DONE 0.0s [2021-02-23T18:15:08.173Z] [2021-02-23T18:15:08.173Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-23T18:15:08.173Z] #9 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5 [2021-02-23T18:15:08.380Z] #18 27.85 Selecting previously unselected package xfsprogs. [2021-02-23T18:15:08.380Z] #18 27.85 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-02-23T18:15:08.380Z] #18 27.86 Unpacking xfsprogs (4.20.0-1) ... [2021-02-23T18:15:08.465Z] #9 DONE 0.3s [2021-02-23T18:15:08.465Z] [2021-02-23T18:15:08.465Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-23T18:15:08.465Z] #8 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-02-23T18:15:08.465Z] #8 DONE 0.3s [2021-02-23T18:15:08.465Z] [2021-02-23T18:15:08.465Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-23T18:15:08.465Z] #7 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-02-23T18:15:08.670Z] #18 28.19 Selecting previously unselected package zip. [2021-02-23T18:15:08.670Z] #18 28.19 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-02-23T18:15:08.670Z] #18 28.19 Unpacking zip (3.0-11+b1) ... [2021-02-23T18:15:08.670Z] #18 28.33 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-23T18:15:08.670Z] #18 28.35 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-23T18:15:08.670Z] #18 28.35 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-02-23T18:15:08.670Z] #18 28.36 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-02-23T18:15:08.766Z] #7 DONE 0.6s [2021-02-23T18:15:08.959Z] #18 28.37 Setting up libgpm2:s390x (1.20.7-5) ... [2021-02-23T18:15:08.959Z] #18 28.38 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-02-23T18:15:08.959Z] #18 28.38 Setting up uidmap (1:4.5-1.1) ... [2021-02-23T18:15:08.959Z] #18 28.39 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-02-23T18:15:08.959Z] #18 28.39 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-23T18:15:08.959Z] #18 28.40 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-23T18:15:08.959Z] #18 28.41 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-23T18:15:08.959Z] #18 28.41 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-02-23T18:15:08.959Z] #18 28.42 Setting up xxd (2:8.1.0875-5) ... [2021-02-23T18:15:08.959Z] #18 28.43 Setting up zip (3.0-11+b1) ... [2021-02-23T18:15:08.959Z] #18 28.43 Setting up vim-common (2:8.1.0875-5) ... [2021-02-23T18:15:08.959Z] #18 28.44 Setting up bash-completion (1:2.8-6) ... [2021-02-23T18:15:09.114Z] [2021-02-23T18:15:09.114Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-23T18:15:09.114Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-02-23T18:15:09.114Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-02-23T18:15:09.114Z] #62 DONE 0.0s [2021-02-23T18:15:09.114Z] [2021-02-23T18:15:09.114Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:15:09.114Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-02-23T18:15:09.114Z] #26 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.1s done [2021-02-23T18:15:09.114Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 0B / 54.14MB 0.2s [2021-02-23T18:15:09.463Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 3.15MB / 54.14MB 0.3s [2021-02-23T18:15:09.834Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 8.39MB / 54.14MB 0.5s [2021-02-23T18:15:09.834Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 12.58MB / 54.14MB 0.8s [2021-02-23T18:15:10.217Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 16.52MB / 54.14MB 0.9s [2021-02-23T18:15:10.217Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 19.92MB / 54.14MB 1.2s [2021-02-23T18:15:10.459Z] #18 29.76 Setting up libiptc0:s390x (1.8.2-4) ... [2021-02-23T18:15:10.459Z] #18 29.77 Setting up xz-utils (5.2.4-1) ... [2021-02-23T18:15:10.459Z] #18 29.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-23T18:15:10.459Z] #18 29.79 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-23T18:15:10.460Z] #18 29.85 invoke-rc.d: could not determine current runlevel [2021-02-23T18:15:10.460Z] #18 29.85 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-23T18:15:10.460Z] #18 29.85 Setting up pigz (2.4-1) ... [2021-02-23T18:15:10.460Z] #18 29.86 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-02-23T18:15:10.460Z] #18 29.87 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-02-23T18:15:10.460Z] #18 29.88 Setting up python-pip-whl (18.1-5) ... [2021-02-23T18:15:10.460Z] #18 29.88 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-02-23T18:15:10.460Z] #18 29.89 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-23T18:15:10.460Z] #18 30.10 Setting up libaio1:s390x (0.3.112-3) ... [2021-02-23T18:15:10.605Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 24.12MB / 54.14MB 1.5s [2021-02-23T18:15:10.749Z] #18 30.11 Setting up libonig5:s390x (6.9.1-1) ... [2021-02-23T18:15:10.749Z] #18 30.11 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-02-23T18:15:10.749Z] #18 30.12 Setting up vim (2:8.1.0875-5) ... [2021-02-23T18:15:10.749Z] #18 30.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-23T18:15:10.749Z] #18 30.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-23T18:15:10.749Z] #18 30.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-23T18:15:10.749Z] #18 30.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-23T18:15:10.749Z] #18 30.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-23T18:15:10.749Z] #18 30.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-23T18:15:10.749Z] #18 30.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-23T18:15:10.749Z] #18 30.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-23T18:15:10.749Z] #18 30.16 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-23T18:15:10.749Z] #18 30.17 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-23T18:15:10.749Z] #18 30.18 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-02-23T18:15:10.749Z] #18 30.19 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-23T18:15:10.749Z] #18 30.19 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-02-23T18:15:10.749Z] #18 30.20 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-23T18:15:10.749Z] #18 ... [2021-02-23T18:15:10.749Z] [2021-02-23T18:15:10.749Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:10.749Z] #41 60.50 CC criu/clone-noasan.o [2021-02-23T18:15:10.749Z] #41 60.59 CC criu/config.o [2021-02-23T18:15:10.749Z] #41 61.79 CC criu/cr-check.o [2021-02-23T18:15:10.749Z] #41 62.65 CC criu/cr-dedup.o [2021-02-23T18:15:10.749Z] #41 62.87 CC criu/cr-dump.o [2021-02-23T18:15:10.749Z] #41 64.22 CC criu/cr-errno.o [2021-02-23T18:15:10.749Z] #41 64.27 CC criu/cr-restore.o [2021-02-23T18:15:10.749Z] #41 66.10 CC criu/cr-service.o [2021-02-23T18:15:10.749Z] #41 66.83 CC criu/crtools.o [2021-02-23T18:15:10.749Z] #41 67.15 CC criu/eventfd.o [2021-02-23T18:15:10.749Z] #41 67.33 CC criu/eventpoll.o [2021-02-23T18:15:10.749Z] #41 67.72 CC criu/external.o [2021-02-23T18:15:10.749Z] #41 68.03 CC criu/fault-injection.o [2021-02-23T18:15:10.749Z] #41 68.10 CC criu/fdstore.o [2021-02-23T18:15:10.749Z] #41 68.41 CC criu/fifo.o [2021-02-23T18:15:10.749Z] #41 68.67 CC criu/file-ids.o [2021-02-23T18:15:10.749Z] #41 68.89 CC criu/file-lock.o [2021-02-23T18:15:10.749Z] #41 69.58 CC criu/files-ext.o [2021-02-23T18:15:10.749Z] #41 69.78 CC criu/files-reg.o [2021-02-23T18:15:10.956Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 27.26MB / 54.14MB 1.7s [2021-02-23T18:15:10.956Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 31.46MB / 54.14MB 1.8s [2021-02-23T18:15:11.259Z] #26 ... [2021-02-23T18:15:11.259Z] [2021-02-23T18:15:11.259Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-23T18:15:11.259Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-02-23T18:15:11.259Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2021-02-23T18:15:11.259Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.6s done [2021-02-23T18:15:11.259Z] #62 DONE 2.1s [2021-02-23T18:15:11.259Z] [2021-02-23T18:15:11.259Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:15:11.259Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-02-23T18:15:11.259Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 36.70MB / 54.14MB 2.1s [2021-02-23T18:15:11.378Z] #41 71.07 CC criu/files.o [2021-02-23T18:15:11.891Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 40.89MB / 54.14MB 2.4s [2021-02-23T18:15:11.891Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 44.04MB / 54.14MB 2.7s [2021-02-23T18:15:12.377Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 47.19MB / 54.14MB 3.0s [2021-02-23T18:15:12.408Z] #41 ... [2021-02-23T18:15:12.408Z] [2021-02-23T18:15:12.408Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-23T18:15:12.408Z] #18 31.78 Setting up iptables (1.8.2-4) ... [2021-02-23T18:15:12.408Z] #18 31.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-23T18:15:12.408Z] #18 31.79 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-23T18:15:12.408Z] #18 31.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-23T18:15:12.408Z] #18 31.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-23T18:15:12.408Z] #18 31.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-23T18:15:12.408Z] #18 31.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-23T18:15:12.408Z] #18 31.81 Setting up python3 (3.7.3-1) ... [2021-02-23T18:15:12.408Z] #18 32.03 Setting up python3-wheel (0.32.3-2) ... [2021-02-23T18:15:12.847Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 51.38MB / 54.14MB 3.5s [2021-02-23T18:15:12.847Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 54.14MB / 54.14MB 3.8s [2021-02-23T18:15:12.847Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 54.14MB / 54.14MB 3.8s done [2021-02-23T18:15:12.847Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a [2021-02-23T18:15:13.055Z] #18 32.52 Setting up apparmor (2.13.2-10) ... [2021-02-23T18:15:14.083Z] #18 33.39 Setting up xfsprogs (4.20.0-1) ... [2021-02-23T18:15:14.083Z] #18 33.40 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-23T18:15:14.083Z] #18 33.72 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-23T18:15:14.712Z] #18 34.25 Setting up python3-distutils (3.7.3-1) ... [2021-02-23T18:15:15.001Z] #18 34.56 Setting up python3-setuptools (40.8.0-1) ... [2021-02-23T18:15:16.029Z] #18 35.47 Setting up python3-pip (18.1-5) ... [2021-02-23T18:15:16.490Z] #26 ... [2021-02-23T18:15:16.490Z] [2021-02-23T18:15:16.490Z] #23 [internal] load build context [2021-02-23T18:15:16.490Z] #23 sha256:7a956f7451564df2a663c7ddd9a5d59a5eb49f788efa24913da512773981484e [2021-02-23T18:15:16.490Z] #23 transferring context: 53.37MB 7.3s done [2021-02-23T18:15:16.490Z] #23 DONE 7.4s [2021-02-23T18:15:16.490Z] [2021-02-23T18:15:16.490Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:15:16.490Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-23T18:15:16.490Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-02-23T18:15:16.490Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.1s done [2021-02-23T18:15:16.490Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.0s done [2021-02-23T18:15:16.490Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 3.8s done [2021-02-23T18:15:16.490Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.2s done [2021-02-23T18:15:16.490Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.2s done [2021-02-23T18:15:16.490Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.1s done [2021-02-23T18:15:16.490Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 6.1s done [2021-02-23T18:15:16.490Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-02-23T18:15:16.659Z] #18 36.09 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:15:16.659Z] #18 36.13 Processing triggers for mime-support (3.62) ... [2021-02-23T18:15:16.951Z] #18 DONE 36.6s [2021-02-23T18:15:16.951Z] [2021-02-23T18:15:16.951Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-02-23T18:15:17.987Z] #19 0.908 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-23T18:15:17.987Z] #19 0.910 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-23T18:15:17.987Z] #19 0.912 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-23T18:15:17.987Z] #19 DONE 1.1s [2021-02-23T18:15:17.987Z] [2021-02-23T18:15:17.987Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:15:18.231Z] #10 ... [2021-02-23T18:15:18.231Z] [2021-02-23T18:15:18.231Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-23T18:15:18.231Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-02-23T18:15:18.231Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 5.0s done [2021-02-23T18:15:18.231Z] #26 DONE 8.8s [2021-02-23T18:15:18.231Z] [2021-02-23T18:15:18.231Z] #27 [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 [2021-02-23T18:15:18.231Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-23T18:15:18.231Z] #27 0.249 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:15:18.231Z] #27 0.271 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:15:18.231Z] #27 0.290 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:15:18.530Z] #27 0.471 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-23T18:15:18.827Z] #27 0.760 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-23T18:15:19.122Z] #27 1.181 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-23T18:15:20.906Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|exports_file|deps|files|compiled_files) took 2m1.233480559s [2021-02-23T18:15:20.906Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 457.673608ms [2021-02-23T18:15:21.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-23T18:15:21.209Z] #27 3.233 Fetched 8197 kB in 3s (2734 kB/s) [2021-02-23T18:15:21.492Z] #20 3.138 Collecting yamllint==1.16.0 [2021-02-23T18:15:21.492Z] #20 3.346 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-23T18:15:21.492Z] #20 3.371 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-23T18:15:21.492Z] #20 3.406 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-23T18:15:21.492Z] #20 3.430 Collecting pyyaml (from yamllint==1.16.0) [2021-02-23T18:15:21.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-23T18:15:21.782Z] #20 3.584 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-23T18:15:21.857Z] #27 3.233 Reading package lists... [2021-02-23T18:15:21.857Z] #27 ... [2021-02-23T18:15:21.857Z] [2021-02-23T18:15:21.857Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:15:21.857Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-23T18:15:21.857Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.7s done [2021-02-23T18:15:21.857Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2021-02-23T18:15:21.857Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2021-02-23T18:15:21.857Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.7s done [2021-02-23T18:15:21.857Z] #10 DONE 12.3s [2021-02-23T18:15:21.857Z] [2021-02-23T18:15:21.857Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:15:21.857Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-23T18:15:21.857Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad [2021-02-23T18:15:22.072Z] #20 3.972 Installing build dependencies: started [2021-02-23T18:15:22.704Z] #20 ... [2021-02-23T18:15:22.704Z] [2021-02-23T18:15:22.704Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:22.704Z] #41 72.40 CC criu/filesystems.o [2021-02-23T18:15:22.704Z] #41 72.74 CC criu/fsnotify.o [2021-02-23T18:15:22.704Z] #41 73.47 CC criu/image-desc.o [2021-02-23T18:15:22.704Z] #41 73.54 CC criu/image.o [2021-02-23T18:15:22.704Z] #41 74.15 CC criu/ipc_ns.o [2021-02-23T18:15:22.704Z] #41 74.70 CC criu/irmap.o [2021-02-23T18:15:22.704Z] #41 75.11 CC criu/kcmp-ids.o [2021-02-23T18:15:22.704Z] #41 75.30 CC criu/kerndat.o [2021-02-23T18:15:22.704Z] #41 75.99 CC criu/libnetlink.o [2021-02-23T18:15:22.704Z] #41 76.17 CC criu/log.o [2021-02-23T18:15:22.704Z] #41 76.45 CC criu/lsm.o [2021-02-23T18:15:22.704Z] #41 76.66 CC criu/mem.o [2021-02-23T18:15:22.704Z] #41 77.71 CC criu/memfd.o [2021-02-23T18:15:22.704Z] #41 78.15 CC criu/mount.o [2021-02-23T18:15:22.704Z] #41 80.45 CC criu/namespaces.o [2021-02-23T18:15:22.704Z] #41 81.54 CC criu/net.o [2021-02-23T18:15:22.704Z] #41 ... [2021-02-23T18:15:22.704Z] [2021-02-23T18:15:22.704Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-23T18:15:22.704Z] #38 116.3 + dpkg --print-architecture [2021-02-23T18:15:22.704Z] #38 116.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-23T18:15:22.704Z] #38 116.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-23T18:15:22.704Z] #38 116.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-23T18:15:23.949Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done [2021-02-23T18:15:23.949Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2021-02-23T18:15:26.941Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-02-23T18:15:26.941Z] [2021-02-23T18:15:26.941Z] ________ ____ __. [2021-02-23T18:15:26.941Z] \_____ \ | |/ _| [2021-02-23T18:15:26.941Z] / | \| < [2021-02-23T18:15:26.941Z] / | \ | \ [2021-02-23T18:15:26.941Z] \_______ /____|__ \ [2021-02-23T18:15:26.941Z] \/ \/ [2021-02-23T18:15:26.941Z] [2021-02-23T18:15:26.941Z] INFO: make.ps1 ended at 02/23/2021 18:15:22 [2021-02-23T18:15:26.941Z] INFO: Binaries build ended at 02/23/2021 18:15:23. Duration:00:01:14.7503505 [2021-02-23T18:15:26.941Z] INFO: Copying the built daemon binary to d:\CI\PR-42060\3\binary\dockerd-6362afa073.exe... [2021-02-23T18:15:26.941Z] INFO: Copying the built client binary to d:\CI\PR-42060\3\binary\docker-6362afa073.exe... [2021-02-23T18:15:26.941Z] INFO: Copying dockerversion from the container... [2021-02-23T18:15:26.941Z] INFO: Copying the golang package from the container to d:\CI\PR-42060\3\installer\go.zip... [2021-02-23T18:15:26.941Z] INFO: Extracting go.zip to d:\CI\PR-42060\3\go [2021-02-23T18:15:26.954Z] ok github.com/docker/docker/cmd/dockerd 0.150s coverage: 29.1% of statements [2021-02-23T18:15:26.954Z] ok github.com/docker/docker/container 0.151s coverage: 34.7% of statements [2021-02-23T18:15:26.954Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-23T18:15:26.954Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-23T18:15:26.954Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-23T18:15:26.954Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-23T18:15:26.954Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.042s coverage: 65.3% of statements [2021-02-23T18:15:27.504Z] #10 ... [2021-02-23T18:15:27.504Z] [2021-02-23T18:15:27.504Z] #27 [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 [2021-02-23T18:15:27.504Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-23T18:15:27.504Z] #27 3.233 Reading package lists... [2021-02-23T18:15:27.504Z] #27 4.750 Reading package lists... [2021-02-23T18:15:27.504Z] #27 6.155 Building dependency tree... [2021-02-23T18:15:27.504Z] #27 6.658 The following additional packages will be installed: [2021-02-23T18:15:27.504Z] #27 6.658 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-23T18:15:27.504Z] #27 6.658 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-23T18:15:27.504Z] #27 6.658 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-23T18:15:27.504Z] #27 6.658 Suggested packages: [2021-02-23T18:15:27.504Z] #27 6.658 krb5-doc krb5-user [2021-02-23T18:15:27.504Z] #27 6.658 Recommended packages: [2021-02-23T18:15:27.504Z] #27 6.658 krb5-locales publicsuffix libsasl2-modules [2021-02-23T18:15:27.504Z] #27 6.921 The following NEW packages will be installed: [2021-02-23T18:15:27.504Z] #27 6.922 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-23T18:15:27.504Z] #27 6.922 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-23T18:15:27.504Z] #27 6.923 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-23T18:15:27.504Z] #27 6.925 libssh2-1 libssl1.1 openssl [2021-02-23T18:15:27.504Z] #27 6.983 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-23T18:15:27.504Z] #27 6.983 Need to get 5175 kB of archives. [2021-02-23T18:15:27.504Z] #27 6.983 After this operation, 14.6 MB of additional disk space will be used. [2021-02-23T18:15:27.504Z] #27 6.983 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u5 [1526 kB] [2021-02-23T18:15:27.504Z] #27 6.990 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2021-02-23T18:15:27.504Z] #27 7.021 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-02-23T18:15:27.504Z] #27 7.031 Get:4 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-23T18:15:27.504Z] #27 7.037 Get:5 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-02-23T18:15:27.505Z] #27 7.038 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-02-23T18:15:27.505Z] #27 7.046 Get:7 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-02-23T18:15:27.505Z] #27 7.050 Get:8 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-02-23T18:15:27.505Z] #27 7.061 Get:9 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-23T18:15:27.505Z] #27 7.067 Get:10 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u6 [243 kB] [2021-02-23T18:15:27.505Z] #27 7.072 Get:11 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-02-23T18:15:27.505Z] #27 7.076 Get:12 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u5 [844 kB] [2021-02-23T18:15:27.505Z] #27 7.088 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-02-23T18:15:27.505Z] #27 7.091 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-02-23T18:15:27.505Z] #27 7.092 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-02-23T18:15:27.505Z] #27 7.094 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-02-23T18:15:27.505Z] #27 7.098 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-02-23T18:15:27.505Z] #27 7.111 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-02-23T18:15:27.505Z] #27 7.120 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-23T18:15:27.505Z] #27 7.127 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-23T18:15:27.505Z] #27 7.130 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-23T18:15:27.505Z] #27 7.348 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:15:27.505Z] #27 7.375 Fetched 5175 kB in 0s (31.3 MB/s) [2021-02-23T18:15:27.505Z] #27 7.397 Selecting previously unselected package libssl1.1:ppc64el. [2021-02-23T18:15:27.505Z] #27 7.397 (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 ... 6677 files and directories currently installed.) [2021-02-23T18:15:27.505Z] #27 7.406 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 7.414 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-02-23T18:15:27.505Z] #27 7.622 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-02-23T18:15:27.505Z] #27 7.625 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 7.626 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 7.661 Selecting previously unselected package libsasl2-2:ppc64el. [2021-02-23T18:15:27.505Z] #27 7.664 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 7.665 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 7.698 Selecting previously unselected package libldap-common. [2021-02-23T18:15:27.505Z] #27 7.700 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-23T18:15:27.505Z] #27 7.701 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:15:27.505Z] #27 7.740 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-02-23T18:15:27.505Z] #27 7.740 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 7.741 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:15:27.505Z] #27 7.790 Selecting previously unselected package openssl. [2021-02-23T18:15:27.505Z] #27 7.792 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 7.795 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-23T18:15:27.505Z] #27 7.920 Selecting previously unselected package ca-certificates. [2021-02-23T18:15:27.505Z] #27 7.921 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-23T18:15:27.505Z] #27 7.923 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-23T18:15:27.505Z] #27 7.996 Selecting previously unselected package libkeyutils1:ppc64el. [2021-02-23T18:15:27.505Z] #27 7.999 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.001 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-02-23T18:15:27.505Z] #27 8.030 Selecting previously unselected package libkrb5support0:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.034 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.035 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.067 Selecting previously unselected package libk5crypto3:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.069 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.071 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.119 Selecting previously unselected package libkrb5-3:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.122 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.123 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.214 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.214 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.216 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.261 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.262 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.264 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.303 Selecting previously unselected package libpsl5:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.307 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.310 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-02-23T18:15:27.505Z] #27 8.343 Selecting previously unselected package librtmp1:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.346 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.347 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-23T18:15:27.505Z] #27 8.381 Selecting previously unselected package libssh2-1:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.384 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.386 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-23T18:15:27.505Z] #27 8.422 Selecting previously unselected package libcurl4:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.425 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.427 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.486 Selecting previously unselected package curl. [2021-02-23T18:15:27.505Z] #27 8.488 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.489 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.538 Selecting previously unselected package libonig5:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.541 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.542 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-23T18:15:27.505Z] #27 8.587 Selecting previously unselected package libjq1:ppc64el. [2021-02-23T18:15:27.505Z] #27 8.590 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.591 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-23T18:15:27.505Z] #27 8.734 Selecting previously unselected package jq. [2021-02-23T18:15:27.505Z] #27 8.734 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-23T18:15:27.505Z] #27 8.739 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-23T18:15:27.505Z] #27 8.768 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-02-23T18:15:27.505Z] #27 8.772 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-02-23T18:15:27.505Z] #27 8.776 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-02-23T18:15:27.505Z] #27 8.932 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.935 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:15:27.505Z] #27 8.941 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.944 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.947 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-23T18:15:27.505Z] #27 8.950 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.955 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.958 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-23T18:15:27.505Z] #27 8.961 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:27.505Z] #27 8.965 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-23T18:15:27.505Z] #27 8.975 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-23T18:15:27.505Z] #27 8.980 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-23T18:15:27.505Z] #27 8.984 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-02-23T18:15:27.505Z] #27 8.987 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-23T18:15:27.529Z] ok github.com/docker/docker/daemon/cluster/convert 0.070s coverage: 35.9% of statements [2021-02-23T18:15:27.812Z] #27 9.754 Updating certificates in /etc/ssl/certs... [2021-02-23T18:15:28.454Z] #27 10.71 137 added, 0 removed; done. [2021-02-23T18:15:28.749Z] #27 10.76 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-23T18:15:28.749Z] #27 10.77 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-23T18:15:28.749Z] #27 10.77 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-23T18:15:28.749Z] #27 10.77 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-23T18:15:28.749Z] #27 10.77 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:15:28.749Z] #27 10.79 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-23T18:15:28.749Z] #27 10.79 Updating certificates in /etc/ssl/certs... [2021-02-23T18:15:28.749Z] #27 ... [2021-02-23T18:15:28.749Z] [2021-02-23T18:15:28.749Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-23T18:15:28.749Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-23T18:15:28.749Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.7s done [2021-02-23T18:15:28.749Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 [2021-02-23T18:15:28.749Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-02-23T18:15:28.749Z] #10 DONE 19.4s [2021-02-23T18:15:28.749Z] [2021-02-23T18:15:28.749Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-23T18:15:28.749Z] #11 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-02-23T18:15:29.045Z] #11 DONE 0.2s [2021-02-23T18:15:29.045Z] [2021-02-23T18:15:29.045Z] #12 [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 [2021-02-23T18:15:29.045Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-02-23T18:15:29.045Z] #12 DONE 0.2s [2021-02-23T18:15:29.045Z] [2021-02-23T18:15:29.045Z] #27 [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 [2021-02-23T18:15:29.045Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-23T18:15:29.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-23T18:15:29.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-23T18:15:29.342Z] #27 ... [2021-02-23T18:15:29.342Z] [2021-02-23T18:15:29.342Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-23T18:15:29.342Z] #31 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-02-23T18:15:29.342Z] #31 DONE 0.1s [2021-02-23T18:15:29.342Z] [2021-02-23T18:15:29.342Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-23T18:15:29.342Z] #39 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-02-23T18:15:29.342Z] #39 DONE 0.1s [2021-02-23T18:15:29.342Z] [2021-02-23T18:15:29.342Z] #27 [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 [2021-02-23T18:15:29.342Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-23T18:15:29.342Z] #27 11.39 0 added, 0 removed; done. [2021-02-23T18:15:29.342Z] #27 11.39 Running hooks in /etc/ca-certificates/update.d... [2021-02-23T18:15:29.342Z] #27 11.39 done. [2021-02-23T18:15:29.632Z] #38 ... [2021-02-23T18:15:29.632Z] [2021-02-23T18:15:29.632Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:15:29.632Z] #20 10.55 Installing build dependencies: finished with status 'done' [2021-02-23T18:15:29.638Z] #27 DONE 11.7s [2021-02-23T18:15:29.638Z] [2021-02-23T18:15:29.638Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-23T18:15:29.638Z] #28 sha256:4cdeb07bfc051ccc0e379485e582f10c6cf5db9d2c5e402672115db8d18280c9 [2021-02-23T18:15:29.638Z] #28 DONE 0.1s [2021-02-23T18:15:29.638Z] [2021-02-23T18:15:29.638Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:15:29.638Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-23T18:15:29.934Z] #40 0.602 + git clone https://github.com/docker/distribution.git . [2021-02-23T18:15:29.934Z] #40 0.605 Cloning into '.'... [2021-02-23T18:15:31.756Z] ok github.com/docker/docker/daemon/cluster 0.390s coverage: 0.5% of statements [2021-02-23T18:15:32.354Z] #20 13.69 Building wheels for collected packages: pyyaml [2021-02-23T18:15:32.354Z] #20 13.70 Running setup.py bdist_wheel for pyyaml: started [2021-02-23T18:15:32.644Z] #20 14.47 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-23T18:15:32.644Z] #20 14.47 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-23T18:15:32.644Z] #20 14.57 Successfully built pyyaml [2021-02-23T18:15:32.644Z] #20 14.57 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-23T18:15:32.934Z] #20 14.81 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-23T18:15:33.229Z] #20 DONE 15.3s [2021-02-23T18:15:33.229Z] [2021-02-23T18:15:33.229Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:33.229Z] #41 83.42 CC criu/netfilter.o [2021-02-23T18:15:33.229Z] #41 83.65 CC criu/page-pipe.o [2021-02-23T18:15:33.229Z] #41 84.13 CC criu/page-xfer.o [2021-02-23T18:15:33.229Z] #41 85.12 CC criu/pagemap-cache.o [2021-02-23T18:15:33.229Z] #41 85.34 CC criu/pagemap.o [2021-02-23T18:15:33.229Z] #41 86.01 CC criu/parasite-syscall.o [2021-02-23T18:15:33.229Z] #41 86.63 CC criu/path.o [2021-02-23T18:15:33.229Z] #41 86.89 CC criu/pie-util-vdso.o [2021-02-23T18:15:33.229Z] #41 87.23 CC criu/pie-util.o [2021-02-23T18:15:33.229Z] #41 87.36 CC criu/pipes.o [2021-02-23T18:15:33.229Z] #41 87.87 CC criu/plugin.o [2021-02-23T18:15:33.229Z] #41 88.10 CC criu/proc_parse.o [2021-02-23T18:15:33.229Z] #41 89.84 CC criu/protobuf-desc.o [2021-02-23T18:15:33.229Z] #41 90.46 CC criu/protobuf.o [2021-02-23T18:15:33.229Z] #41 90.76 CC criu/pstree.o [2021-02-23T18:15:33.229Z] #41 91.65 CC criu/rbtree.o [2021-02-23T18:15:33.229Z] #41 91.92 CC criu/rst-malloc.o [2021-02-23T18:15:33.229Z] #41 92.16 CC criu/seccomp.o [2021-02-23T18:15:33.229Z] #41 92.62 CC criu/seize.o [2021-02-23T18:15:33.229Z] #41 93.21 CC criu/servicefd.o [2021-02-23T18:15:33.535Z] #41 ... [2021-02-23T18:15:33.535Z] [2021-02-23T18:15:33.535Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-02-23T18:15:33.535Z] #23 DONE 0.2s [2021-02-23T18:15:33.535Z] [2021-02-23T18:15:33.535Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-02-23T18:15:33.684Z] ok github.com/docker/docker/daemon/discovery 0.049s coverage: 30.0% of statements [2021-02-23T18:15:33.684Z] ok github.com/docker/docker/daemon/config 0.191s coverage: 81.8% of statements [2021-02-23T18:15:34.447Z] #40 ... [2021-02-23T18:15:34.447Z] [2021-02-23T18:15:34.447Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:15:34.447Z] #29 sha256:6bbb9277e2f598e57b775ab1a96addb2ab22ea0f7d2c996c7b2319970ae6bcf6 [2021-02-23T18:15:34.447Z] #29 2.248 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-23T18:15:34.447Z] #29 2.729 [2021-02-23T18:15:34.567Z] #28 DONE 1.0s [2021-02-23T18:15:34.567Z] [2021-02-23T18:15:34.567Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:34.567Z] #41 93.80 CC criu/shmem.o [2021-02-23T18:15:34.567Z] #41 94.40 CC criu/sigframe.o [2021-02-23T18:15:34.747Z] #29 2.958 0.0% ### 5.5% ######## 11.6% ########### 15.7% ################## 25.9% ##################### 29.9% ########################### 38.1% ##################################### 52.5% ########################################### 60.6% ################################################ 66.7% ################################################## 70.8% #################################################### 72.8% ####################################################### 76.9% ########################################################### 83.0% ################################################################ 89.1% ####################################################################### 99.2% ######################################################################## 100.0% [2021-02-23T18:15:34.858Z] #41 ... [2021-02-23T18:15:34.858Z] [2021-02-23T18:15:34.858Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-02-23T18:15:34.858Z] #31 DONE 0.2s [2021-02-23T18:15:34.858Z] [2021-02-23T18:15:34.858Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:34.858Z] #41 94.59 CC criu/signalfd.o [2021-02-23T18:15:34.858Z] #41 ... [2021-02-23T18:15:34.858Z] [2021-02-23T18:15:34.858Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2021-02-23T18:15:34.858Z] #33 DONE 0.1s [2021-02-23T18:15:34.858Z] [2021-02-23T18:15:34.858Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:34.858Z] #41 94.75 CC criu/sk-inet.o [2021-02-23T18:15:35.049Z] #29 5.435 [2021-02-23T18:15:35.149Z] #41 ... [2021-02-23T18:15:35.149Z] [2021-02-23T18:15:35.149Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-02-23T18:15:35.149Z] #36 DONE 0.1s [2021-02-23T18:15:35.149Z] [2021-02-23T18:15:35.149Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:15:35.439Z] #51 ... [2021-02-23T18:15:35.439Z] [2021-02-23T18:15:35.439Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:35.439Z] #41 95.33 CC criu/sk-netlink.o [2021-02-23T18:15:35.608Z] ok github.com/docker/docker/daemon/events 0.072s coverage: 50.0% of statements [2021-02-23T18:15:35.729Z] #41 95.57 CC criu/sk-packet.o [2021-02-23T18:15:35.873Z] ok github.com/docker/docker/daemon/graphdriver 0.046s coverage: 2.2% of statements [2021-02-23T18:15:35.964Z] #29 5.728 0.4% ##################### 30.1% ################################################## 70.2% ######################################################################## 100.0% [2021-02-23T18:15:36.019Z] #41 95.94 CC criu/sk-queue.o [2021-02-23T18:15:36.259Z] #29 6.706 [2021-02-23T18:15:36.309Z] #41 96.23 CC criu/sk-tcp.o [2021-02-23T18:15:36.600Z] #41 96.59 CC criu/sk-unix.o [2021-02-23T18:15:37.173Z] #29 6.964 0.2% ################ 22.5% ###################################### 53.1% ############################################################ 84.0% ######################################################################## 100.0% [2021-02-23T18:15:37.501Z] #29 7.837 [2021-02-23T18:15:38.102Z] #41 97.92 CC criu/sockets.o [2021-02-23T18:15:38.743Z] #41 ... [2021-02-23T18:15:38.743Z] [2021-02-23T18:15:38.743Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-23T18:15:38.743Z] #38 DONE 134.3s [2021-02-23T18:15:38.743Z] [2021-02-23T18:15:38.743Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:38.743Z] #41 98.52 CC criu/stats.o [2021-02-23T18:15:39.033Z] #41 98.72 CC criu/string.o [2021-02-23T18:15:39.033Z] #41 98.84 CC criu/sysctl.o [2021-02-23T18:15:39.358Z] #29 8.089 0.3% ### 5.2% ########## 14.1% ############### 21.7% ################### 27.4% ######################### 35.0% ########################### 38.8% ################################ 44.5% #################################### 50.2% ###################################### 54.1% ######################################### 57.9% [2021-02-23T18:15:39.358Z] #29 ... [2021-02-23T18:15:39.358Z] [2021-02-23T18:15:39.358Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:15:39.358Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-23T18:15:39.358Z] #42 1.020 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:15:39.358Z] #42 1.060 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:15:39.358Z] #42 1.089 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:15:39.358Z] #42 2.427 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-23T18:15:39.358Z] #42 4.746 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-23T18:15:39.358Z] #42 7.013 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-23T18:15:39.358Z] #42 ... [2021-02-23T18:15:39.358Z] [2021-02-23T18:15:39.358Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:15:39.358Z] #47 sha256:79d0adaa04440bf0bb8055330f09f0982dcda98a4332f6e597eb71eeef33ca8a [2021-02-23T18:15:39.358Z] #47 0.802 + RM_GOPATH=0 [2021-02-23T18:15:39.358Z] #47 0.802 + TMP_GOPATH= [2021-02-23T18:15:39.358Z] #47 0.802 + : /build [2021-02-23T18:15:39.358Z] #47 0.802 + '[' -z '' ']' [2021-02-23T18:15:39.358Z] #47 0.810 ++ mktemp -d [2021-02-23T18:15:39.358Z] #47 0.831 + export GOPATH=/tmp/tmp.Gaqag4yJdZ [2021-02-23T18:15:39.358Z] #47 0.831 + GOPATH=/tmp/tmp.Gaqag4yJdZ [2021-02-23T18:15:39.358Z] #47 0.831 + RM_GOPATH=1 [2021-02-23T18:15:39.358Z] #47 0.831 + case "$(go env GOARCH)" in [2021-02-23T18:15:39.358Z] #47 0.832 ++ go env GOARCH [2021-02-23T18:15:39.358Z] #47 0.899 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.358Z] #47 0.899 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.358Z] #47 0.902 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:39.358Z] #47 0.971 + dir=/tmp/install [2021-02-23T18:15:39.358Z] #47 0.971 + bin=gotestsum [2021-02-23T18:15:39.358Z] #47 0.971 + shift [2021-02-23T18:15:39.358Z] #47 0.972 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-23T18:15:39.358Z] #47 0.972 + . /tmp/install/gotestsum.installer [2021-02-23T18:15:39.358Z] #47 0.974 ++ : v0.5.3 [2021-02-23T18:15:39.358Z] #47 0.981 + install_gotestsum [2021-02-23T18:15:39.358Z] #47 0.982 + set -e [2021-02-23T18:15:39.358Z] #47 0.982 + export GO111MODULE=on [2021-02-23T18:15:39.358Z] #47 0.983 + GO111MODULE=on [2021-02-23T18:15:39.358Z] #47 0.983 + GOBIN=/build [2021-02-23T18:15:39.358Z] #47 0.984 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-23T18:15:39.358Z] #47 1.023 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-23T18:15:39.358Z] #47 1.027 go: finding gotest.tools v0.5.3 [2021-02-23T18:15:39.358Z] #47 2.282 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-23T18:15:39.358Z] #47 3.303 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-23T18:15:39.358Z] #47 5.184 go: downloading github.com/pkg/errors v0.9.1 [2021-02-23T18:15:39.358Z] #47 5.197 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-23T18:15:39.358Z] #47 5.239 go: downloading github.com/fatih/color v1.9.0 [2021-02-23T18:15:39.358Z] #47 5.359 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-23T18:15:39.358Z] #47 5.360 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-23T18:15:39.358Z] #47 5.589 go: extracting github.com/fatih/color v1.9.0 [2021-02-23T18:15:39.358Z] #47 5.612 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-23T18:15:39.358Z] #47 5.664 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-23T18:15:39.358Z] #47 5.768 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-23T18:15:39.358Z] #47 5.773 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-23T18:15:39.358Z] #47 5.830 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-23T18:15:39.358Z] #47 5.878 go: extracting github.com/pkg/errors v0.9.1 [2021-02-23T18:15:39.358Z] #47 5.959 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-23T18:15:39.358Z] #47 6.097 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-23T18:15:39.358Z] #47 6.167 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-23T18:15:39.358Z] #47 6.178 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-23T18:15:39.358Z] #47 6.179 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-23T18:15:39.358Z] #47 6.465 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-23T18:15:39.358Z] #47 6.856 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-23T18:15:39.358Z] #47 9.515 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-23T18:15:39.358Z] #47 10.08 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-23T18:15:39.662Z] #47 ... [2021-02-23T18:15:39.662Z] [2021-02-23T18:15:39.662Z] #32 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:15:39.662Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-23T18:15:39.662Z] #32 0.652 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-23T18:15:39.662Z] #32 0.662 Cloning into '.'... [2021-02-23T18:15:39.662Z] #32 ... [2021-02-23T18:15:39.662Z] [2021-02-23T18:15:39.662Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:15:39.662Z] #34 sha256:26de661f9bf0b5b2dd820788b5b497cd31072a93a0d69ca7cc7c7cc7bf4e6b4d [2021-02-23T18:15:39.662Z] #34 0.870 + RM_GOPATH=0 [2021-02-23T18:15:39.662Z] #34 0.871 + TMP_GOPATH= [2021-02-23T18:15:39.662Z] #34 0.871 + : /build [2021-02-23T18:15:39.662Z] #34 0.876 + '[' -z '' ']' [2021-02-23T18:15:39.662Z] #34 0.880 ++ mktemp -d [2021-02-23T18:15:39.662Z] #34 0.884 + export GOPATH=/tmp/tmp.dXbXH1Igbb [2021-02-23T18:15:39.662Z] #34 0.884 + GOPATH=/tmp/tmp.dXbXH1Igbb [2021-02-23T18:15:39.662Z] #34 0.885 + RM_GOPATH=1 [2021-02-23T18:15:39.662Z] #34 0.886 + case "$(go env GOARCH)" in [2021-02-23T18:15:39.662Z] #34 0.888 ++ go env GOARCH [2021-02-23T18:15:39.662Z] #34 0.956 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.662Z] #34 0.958 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.662Z] #34 0.963 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:39.662Z] #34 0.965 + dir=/tmp/install [2021-02-23T18:15:39.662Z] #34 0.965 + bin=tomlv [2021-02-23T18:15:39.662Z] #34 0.965 + shift [2021-02-23T18:15:39.662Z] #34 0.965 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-23T18:15:39.662Z] #34 0.966 + . /tmp/install/tomlv.installer [2021-02-23T18:15:39.662Z] #34 0.967 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-23T18:15:39.662Z] #34 0.967 + install_tomlv [2021-02-23T18:15:39.662Z] #34 0.968 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-23T18:15:39.662Z] #34 0.968 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.dXbXH1Igbb/src/github.com/BurntSushi/toml [2021-02-23T18:15:39.662Z] #34 0.968 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-23T18:15:39.662Z] #34 0.974 Cloning into '/tmp/tmp.dXbXH1Igbb/src/github.com/BurntSushi/toml'... [2021-02-23T18:15:39.662Z] #34 2.175 + cd /tmp/tmp.dXbXH1Igbb/src/github.com/BurntSushi/toml [2021-02-23T18:15:39.662Z] #34 2.176 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-23T18:15:39.662Z] #34 2.184 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-23T18:15:39.662Z] #34 2.920 internal/cpu [2021-02-23T18:15:39.662Z] #34 2.928 runtime/internal/sys [2021-02-23T18:15:39.662Z] #34 2.960 runtime/internal/atomic [2021-02-23T18:15:39.662Z] #34 2.980 math/bits [2021-02-23T18:15:39.662Z] #34 3.445 runtime/internal/math [2021-02-23T18:15:39.662Z] #34 3.716 unicode/utf8 [2021-02-23T18:15:39.662Z] #34 4.152 sync/atomic [2021-02-23T18:15:39.662Z] #34 4.229 internal/bytealg [2021-02-23T18:15:39.662Z] #34 5.020 internal/testlog [2021-02-23T18:15:39.662Z] #34 5.040 unicode [2021-02-23T18:15:39.662Z] #34 5.481 math [2021-02-23T18:15:39.662Z] #34 6.100 encoding [2021-02-23T18:15:39.662Z] #34 6.214 runtime [2021-02-23T18:15:39.662Z] #34 6.740 runtime/cgo [2021-02-23T18:15:39.662Z] #34 ... [2021-02-23T18:15:39.662Z] [2021-02-23T18:15:39.662Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:15:39.662Z] #64 sha256:f53c63c0228c8c92cbd47a50ee72a3c803c7feeb7a309afe448d06314a0df711 [2021-02-23T18:15:39.662Z] #64 0.777 + RM_GOPATH=0 [2021-02-23T18:15:39.662Z] #64 0.777 + TMP_GOPATH= [2021-02-23T18:15:39.662Z] #64 0.777 + : /build [2021-02-23T18:15:39.662Z] #64 0.778 + '[' -z '' ']' [2021-02-23T18:15:39.662Z] #64 0.779 ++ mktemp -d [2021-02-23T18:15:39.662Z] #64 0.791 + export GOPATH=/tmp/tmp.1jkBWha1kv [2021-02-23T18:15:39.662Z] #64 0.792 + GOPATH=/tmp/tmp.1jkBWha1kv [2021-02-23T18:15:39.662Z] #64 0.792 + RM_GOPATH=1 [2021-02-23T18:15:39.662Z] #64 0.793 + case "$(go env GOARCH)" in [2021-02-23T18:15:39.662Z] #64 0.797 ++ go env GOARCH [2021-02-23T18:15:39.662Z] #64 0.841 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.662Z] #64 0.842 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.662Z] #64 0.844 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:39.662Z] #64 0.846 + dir=/tmp/install [2021-02-23T18:15:39.662Z] #64 0.846 + bin=proxy [2021-02-23T18:15:39.662Z] #64 0.847 + shift [2021-02-23T18:15:39.662Z] #64 0.847 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-23T18:15:39.662Z] #64 0.848 + . /tmp/install/proxy.installer [2021-02-23T18:15:39.662Z] #64 0.848 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-23T18:15:39.662Z] #64 0.849 + install_proxy [2021-02-23T18:15:39.662Z] #64 0.849 + case "$1" in [2021-02-23T18:15:39.662Z] #64 0.849 + export CGO_ENABLED=0 [2021-02-23T18:15:39.662Z] #64 0.849 + CGO_ENABLED=0 [2021-02-23T18:15:39.662Z] #64 0.849 + _install_proxy [2021-02-23T18:15:39.662Z] #64 0.850 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-23T18:15:39.662Z] #64 0.850 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-23T18:15:39.662Z] #64 0.850 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.1jkBWha1kv/src/github.com/docker/libnetwork [2021-02-23T18:15:39.662Z] #64 0.886 Cloning into '/tmp/tmp.1jkBWha1kv/src/github.com/docker/libnetwork'... [2021-02-23T18:15:39.663Z] #41 ... [2021-02-23T18:15:39.663Z] [2021-02-23T18:15:39.663Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-02-23T18:15:39.663Z] #39 DONE 0.2s [2021-02-23T18:15:39.663Z] [2021-02-23T18:15:39.663Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:39.663Z] #41 99.42 CC criu/sysfs_parse.o [2021-02-23T18:15:39.663Z] #41 99.67 CC criu/timens.o [2021-02-23T18:15:39.953Z] #41 99.78 CC criu/timerfd.o [2021-02-23T18:15:39.953Z] #41 99.90 CC criu/tty.o [2021-02-23T18:15:39.963Z] #64 ... [2021-02-23T18:15:39.963Z] [2021-02-23T18:15:39.963Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:15:39.963Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:15:39.963Z] #45 0.866 + RM_GOPATH=0 [2021-02-23T18:15:39.963Z] #45 0.866 + TMP_GOPATH= [2021-02-23T18:15:39.963Z] #45 0.866 + : /build [2021-02-23T18:15:39.963Z] #45 0.867 + '[' -z '' ']' [2021-02-23T18:15:39.963Z] #45 0.868 ++ mktemp -d [2021-02-23T18:15:39.963Z] #45 0.873 + export GOPATH=/tmp/tmp.1QxlqykLqH [2021-02-23T18:15:39.963Z] #45 0.873 + GOPATH=/tmp/tmp.1QxlqykLqH [2021-02-23T18:15:39.963Z] #45 0.873 + RM_GOPATH=1 [2021-02-23T18:15:39.963Z] #45 0.873 + case "$(go env GOARCH)" in [2021-02-23T18:15:39.963Z] #45 0.876 ++ go env GOARCH [2021-02-23T18:15:39.963Z] #45 1.006 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.963Z] #45 1.010 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.963Z] #45 1.018 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:39.963Z] #45 1.026 + dir=/tmp/install [2021-02-23T18:15:39.963Z] #45 1.027 + bin=vndr [2021-02-23T18:15:39.963Z] #45 1.039 + shift [2021-02-23T18:15:39.963Z] #45 1.040 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-23T18:15:39.963Z] #45 1.040 + . /tmp/install/vndr.installer [2021-02-23T18:15:39.963Z] #45 1.041 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-23T18:15:39.963Z] #45 1.041 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-23T18:15:39.963Z] #45 1.041 + install_vndr [2021-02-23T18:15:39.964Z] #45 1.041 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-23T18:15:39.964Z] #45 1.041 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1QxlqykLqH/src/github.com/LK4D4/vndr [2021-02-23T18:15:39.964Z] #45 1.062 Cloning into '/tmp/tmp.1QxlqykLqH/src/github.com/LK4D4/vndr'... [2021-02-23T18:15:39.964Z] #45 2.014 + cd /tmp/tmp.1QxlqykLqH/src/github.com/LK4D4/vndr [2021-02-23T18:15:39.964Z] #45 2.015 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-23T18:15:39.964Z] #45 2.030 + go build -buildmode=pie -v -o /build/vndr . [2021-02-23T18:15:39.964Z] #45 3.411 internal/race [2021-02-23T18:15:39.964Z] #45 3.492 runtime/internal/math [2021-02-23T18:15:39.964Z] #45 3.543 internal/cpu [2021-02-23T18:15:39.964Z] #45 3.697 runtime/internal/atomic [2021-02-23T18:15:39.964Z] #45 3.893 unicode [2021-02-23T18:15:39.964Z] #45 4.019 sync/atomic [2021-02-23T18:15:39.964Z] #45 4.769 internal/bytealg [2021-02-23T18:15:39.964Z] #45 4.872 unicode/utf8 [2021-02-23T18:15:39.964Z] #45 5.010 math/bits [2021-02-23T18:15:39.964Z] #45 6.683 runtime [2021-02-23T18:15:39.964Z] #45 6.896 unicode/utf16 [2021-02-23T18:15:39.964Z] #45 7.552 container/list [2021-02-23T18:15:39.964Z] #45 7.783 math [2021-02-23T18:15:39.964Z] #45 10.06 crypto/internal/subtle [2021-02-23T18:15:39.964Z] #45 10.66 crypto/subtle [2021-02-23T18:15:39.964Z] #45 ... [2021-02-23T18:15:39.964Z] [2021-02-23T18:15:39.964Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:15:39.964Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-23T18:15:39.964Z] #55 1.052 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:15:39.964Z] #55 1.100 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:15:39.964Z] #55 1.116 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:15:39.964Z] #55 2.482 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-23T18:15:39.964Z] #55 4.671 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-23T18:15:39.964Z] #55 7.000 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-23T18:15:39.964Z] #55 ... [2021-02-23T18:15:39.964Z] [2021-02-23T18:15:39.964Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:15:39.964Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:15:39.964Z] #51 0.796 + RM_GOPATH=0 [2021-02-23T18:15:39.964Z] #51 0.797 + TMP_GOPATH= [2021-02-23T18:15:39.964Z] #51 0.798 + : /build [2021-02-23T18:15:39.964Z] #51 0.799 + '[' -z '' ']' [2021-02-23T18:15:39.964Z] #51 0.810 ++ mktemp -d [2021-02-23T18:15:39.964Z] #51 0.834 + export GOPATH=/tmp/tmp.uX4RCAZFYD [2021-02-23T18:15:39.964Z] #51 0.834 + GOPATH=/tmp/tmp.uX4RCAZFYD [2021-02-23T18:15:39.964Z] #51 0.834 + RM_GOPATH=1 [2021-02-23T18:15:39.964Z] #51 0.835 + case "$(go env GOARCH)" in [2021-02-23T18:15:39.964Z] #51 0.838 ++ go env GOARCH [2021-02-23T18:15:39.964Z] #51 0.866 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.964Z] #51 0.868 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:39.964Z] #51 0.873 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:39.964Z] #51 0.877 + dir=/tmp/install [2021-02-23T18:15:39.964Z] #51 0.878 + bin=shfmt [2021-02-23T18:15:39.964Z] #51 0.878 + shift [2021-02-23T18:15:39.964Z] #51 0.880 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-23T18:15:39.964Z] #51 0.882 + . /tmp/install/shfmt.installer [2021-02-23T18:15:39.964Z] #51 0.883 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-23T18:15:39.964Z] #51 0.884 + install_shfmt [2021-02-23T18:15:39.964Z] #51 0.884 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-23T18:15:39.964Z] #51 0.884 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-23T18:15:39.964Z] #51 0.885 + git clone https://github.com/mvdan/sh.git /tmp/tmp.uX4RCAZFYD/src/github.com/mvdan/sh [2021-02-23T18:15:39.964Z] #51 0.890 Cloning into '/tmp/tmp.uX4RCAZFYD/src/github.com/mvdan/sh'... [2021-02-23T18:15:40.086Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.564s coverage: 14.0% of statements [2021-02-23T18:15:40.086Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.018s coverage: 2.9% of statements [2021-02-23T18:15:40.282Z] #51 ... [2021-02-23T18:15:40.282Z] [2021-02-23T18:15:40.282Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:15:40.282Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-23T18:15:40.282Z] #36 0.863 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:15:40.282Z] #36 1.020 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:15:40.282Z] #36 1.021 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:15:40.282Z] #36 2.408 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-23T18:15:40.282Z] #36 4.788 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-23T18:15:40.282Z] #36 6.834 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-23T18:15:40.282Z] #36 ... [2021-02-23T18:15:40.282Z] [2021-02-23T18:15:40.282Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:15:40.282Z] #58 sha256:a91cd700aba5bdae71748095a02123a2a0d377e63d5ed0ff0b77133feda26d32 [2021-02-23T18:15:40.283Z] #58 0.808 + RM_GOPATH=0 [2021-02-23T18:15:40.283Z] #58 0.808 + TMP_GOPATH= [2021-02-23T18:15:40.283Z] #58 0.808 + : /build [2021-02-23T18:15:40.283Z] #58 0.808 + '[' -z '' ']' [2021-02-23T18:15:40.283Z] #58 0.809 ++ mktemp -d [2021-02-23T18:15:40.283Z] #58 0.820 + export GOPATH=/tmp/tmp.PgZJpudSAY [2021-02-23T18:15:40.283Z] #58 0.820 + GOPATH=/tmp/tmp.PgZJpudSAY [2021-02-23T18:15:40.283Z] #58 0.820 + RM_GOPATH=1 [2021-02-23T18:15:40.283Z] #58 0.820 + case "$(go env GOARCH)" in [2021-02-23T18:15:40.283Z] #58 0.821 ++ go env GOARCH [2021-02-23T18:15:40.283Z] #58 0.890 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:40.283Z] #58 0.891 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:40.283Z] #58 0.898 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:40.283Z] #58 0.900 + dir=/tmp/install [2021-02-23T18:15:40.283Z] #58 0.900 + bin=rootlesskit [2021-02-23T18:15:40.283Z] #58 0.900 + shift [2021-02-23T18:15:40.283Z] #58 0.901 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-23T18:15:40.283Z] #58 0.901 + . /tmp/install/rootlesskit.installer [2021-02-23T18:15:40.283Z] #58 0.902 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-23T18:15:40.283Z] #58 0.903 + install_rootlesskit [2021-02-23T18:15:40.283Z] #58 0.904 + case "$1" in [2021-02-23T18:15:40.283Z] #58 0.904 + export CGO_ENABLED=0 [2021-02-23T18:15:40.283Z] #58 0.904 + CGO_ENABLED=0 [2021-02-23T18:15:40.283Z] #58 0.904 + _install_rootlesskit [2021-02-23T18:15:40.283Z] #58 0.905 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-23T18:15:40.283Z] #58 0.905 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-23T18:15:40.283Z] #58 0.906 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PgZJpudSAY/src/github.com/rootless-containers/rootlesskit [2021-02-23T18:15:40.283Z] #58 0.910 Cloning into '/tmp/tmp.PgZJpudSAY/src/github.com/rootless-containers/rootlesskit'... [2021-02-23T18:15:40.283Z] #58 5.925 + cd /tmp/tmp.PgZJpudSAY/src/github.com/rootless-containers/rootlesskit [2021-02-23T18:15:40.283Z] #58 5.925 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-23T18:15:40.283Z] #58 5.977 + export GO111MODULE=on [2021-02-23T18:15:40.283Z] #58 5.978 + GO111MODULE=on [2021-02-23T18:15:40.283Z] #58 5.980 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-23T18:15:40.283Z] #58 5.980 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-23T18:15:40.283Z] #58 9.034 go: downloading github.com/pkg/errors v0.9.1 [2021-02-23T18:15:40.283Z] #58 9.134 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-23T18:15:40.283Z] #58 9.201 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-23T18:15:40.283Z] #58 9.203 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-23T18:15:40.283Z] #58 9.220 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-23T18:15:40.283Z] #58 9.221 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-23T18:15:40.283Z] #58 9.225 go: downloading github.com/google/uuid v1.2.0 [2021-02-23T18:15:40.283Z] #58 9.443 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-23T18:15:40.283Z] #58 9.450 go: extracting github.com/pkg/errors v0.9.1 [2021-02-23T18:15:40.283Z] #58 9.455 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-23T18:15:40.283Z] #58 9.506 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-23T18:15:40.283Z] #58 9.606 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-23T18:15:40.283Z] #58 9.623 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-23T18:15:40.283Z] #58 9.778 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-23T18:15:40.283Z] #58 9.918 go: extracting github.com/google/uuid v1.2.0 [2021-02-23T18:15:40.283Z] #58 10.52 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-23T18:15:40.283Z] #58 10.79 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-23T18:15:40.283Z] #58 10.93 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-23T18:15:40.283Z] #58 ... [2021-02-23T18:15:40.283Z] [2021-02-23T18:15:40.283Z] #13 [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 [2021-02-23T18:15:40.283Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:15:40.283Z] #13 1.116 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:15:40.283Z] #13 1.163 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:15:40.283Z] #13 1.174 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:15:40.283Z] #13 2.498 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-23T18:15:40.283Z] #13 4.790 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-23T18:15:40.283Z] #13 7.104 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-23T18:15:40.584Z] #13 ... [2021-02-23T18:15:40.584Z] [2021-02-23T18:15:40.584Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:15:40.584Z] #24 sha256:018fe2458e56d8c426d214b5e99402b182ffd20ec47eb43997fe383c82205d1e [2021-02-23T18:15:40.584Z] #24 0.864 + RM_GOPATH=0 [2021-02-23T18:15:40.584Z] #24 0.866 + TMP_GOPATH= [2021-02-23T18:15:40.584Z] #24 0.867 + : /build [2021-02-23T18:15:40.584Z] #24 0.867 + '[' -z '' ']' [2021-02-23T18:15:40.584Z] #24 0.871 ++ mktemp -d [2021-02-23T18:15:40.584Z] #24 0.891 + export GOPATH=/tmp/tmp.4JEbdZKP1e [2021-02-23T18:15:40.584Z] #24 0.892 + GOPATH=/tmp/tmp.4JEbdZKP1e [2021-02-23T18:15:40.584Z] #24 0.892 + RM_GOPATH=1 [2021-02-23T18:15:40.584Z] #24 0.892 + case "$(go env GOARCH)" in [2021-02-23T18:15:40.584Z] #24 0.895 ++ go env GOARCH [2021-02-23T18:15:40.584Z] #24 0.933 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:40.584Z] #24 0.934 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:40.584Z] #24 0.936 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:40.584Z] #24 0.941 + dir=/tmp/install [2021-02-23T18:15:40.584Z] #24 0.943 + bin=dockercli [2021-02-23T18:15:40.584Z] #24 0.943 + shift [2021-02-23T18:15:40.584Z] #24 0.944 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-23T18:15:40.584Z] #24 0.945 + . /tmp/install/dockercli.installer [2021-02-23T18:15:40.584Z] #24 0.946 ++ : stable [2021-02-23T18:15:40.584Z] #24 0.946 ++ : 17.06.2-ce [2021-02-23T18:15:40.584Z] #24 0.947 + install_dockercli [2021-02-23T18:15:40.584Z] #24 0.947 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-23T18:15:40.584Z] #24 0.947 Install docker/cli version 17.06.2-ce from stable [2021-02-23T18:15:40.584Z] #24 0.948 ++ uname -m [2021-02-23T18:15:40.584Z] #24 0.968 + arch=ppc64le [2021-02-23T18:15:40.584Z] #24 0.968 + '[' ppc64le '!=' x86_64 ']' [2021-02-23T18:15:40.584Z] #24 0.970 + '[' ppc64le '!=' s390x ']' [2021-02-23T18:15:40.584Z] #24 0.971 + '[' ppc64le '!=' armhf ']' [2021-02-23T18:15:40.584Z] #24 0.971 + build_dockercli [2021-02-23T18:15:40.584Z] #24 0.972 + git clone https://github.com/docker/docker-ce /tmp/tmp.4JEbdZKP1e/tmp/docker-ce [2021-02-23T18:15:40.584Z] #24 0.980 Cloning into '/tmp/tmp.4JEbdZKP1e/tmp/docker-ce'... [2021-02-23T18:15:40.584Z] #24 ... [2021-02-23T18:15:40.584Z] [2021-02-23T18:15:40.584Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:15:40.584Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:15:40.584Z] #49 0.807 + RM_GOPATH=0 [2021-02-23T18:15:40.584Z] #49 0.807 + TMP_GOPATH= [2021-02-23T18:15:40.584Z] #49 0.807 + : /build [2021-02-23T18:15:40.584Z] #49 0.807 + '[' -z '' ']' [2021-02-23T18:15:40.584Z] #49 0.808 ++ mktemp -d [2021-02-23T18:15:40.584Z] #49 0.813 + export GOPATH=/tmp/tmp.d9vY7Ho1UR [2021-02-23T18:15:40.584Z] #49 0.817 + GOPATH=/tmp/tmp.d9vY7Ho1UR [2021-02-23T18:15:40.584Z] #49 0.817 + RM_GOPATH=1 [2021-02-23T18:15:40.584Z] #49 0.817 + case "$(go env GOARCH)" in [2021-02-23T18:15:40.584Z] #49 0.820 ++ go env GOARCH [2021-02-23T18:15:40.584Z] #49 0.857 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:40.584Z] #49 0.857 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:15:40.584Z] #49 0.859 ++ dirname /tmp/install/install.sh [2021-02-23T18:15:40.584Z] #49 0.870 + dir=/tmp/install [2021-02-23T18:15:40.584Z] #49 0.871 + bin=golangci_lint [2021-02-23T18:15:40.584Z] #49 0.872 + shift [2021-02-23T18:15:40.584Z] #49 0.873 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-23T18:15:40.584Z] #49 0.874 + . /tmp/install/golangci_lint.installer [2021-02-23T18:15:40.584Z] #49 0.875 ++ : v1.23.8 [2021-02-23T18:15:40.584Z] #49 0.880 + install_golangci_lint [2021-02-23T18:15:40.584Z] #49 0.881 + set -e [2021-02-23T18:15:40.584Z] #49 0.882 + export GO111MODULE=on [2021-02-23T18:15:40.584Z] #49 0.883 + GO111MODULE=on [2021-02-23T18:15:40.584Z] #49 0.884 + GOBIN=/build [2021-02-23T18:15:40.584Z] #49 0.887 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-23T18:15:40.584Z] #49 1.017 go: finding github.com v1.23.8 [2021-02-23T18:15:40.584Z] #49 1.034 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-23T18:15:40.584Z] #49 1.035 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-23T18:15:40.584Z] #49 1.035 go: finding github.com/golangci v1.23.8 [2021-02-23T18:15:40.584Z] #49 1.035 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-23T18:15:40.584Z] #49 1.928 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-23T18:15:40.584Z] #49 3.268 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-23T18:15:40.593Z] #41 ... [2021-02-23T18:15:40.593Z] [2021-02-23T18:15:40.593Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:15:40.593Z] #47 135.7 + /build/golangci-lint --version [2021-02-23T18:15:40.593Z] #47 136.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-23T18:15:40.593Z] #47 DONE 136.2s [2021-02-23T18:15:40.888Z] [2021-02-23T18:15:40.888Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:15:40.889Z] #49 ... [2021-02-23T18:15:40.889Z] [2021-02-23T18:15:40.889Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:15:40.889Z] #29 sha256:6bbb9277e2f598e57b775ab1a96addb2ab22ea0f7d2c996c7b2319970ae6bcf6 [2021-02-23T18:15:40.889Z] #29 8.089 0.3% ### 5.2% ########## 14.1% ############### 21.7% ################### 27.4% ######################### 35.0% ########################### 38.8% ################################ 44.5% #################################### 50.2% ###################################### 54.1% ######################################### 57.9% ############################################ 61.7% ################################################# 69.3% #################################################### 73.2% ####################################################### 77.0% ########################################################## 80.8% ########################################################### 82.7% ############################################################## 86.5% ################################################################ 89.8% ################################################################# 91.4% #################################################################### 94.5% ####################################################################### 99.0% ######################################################################## 100.0% [2021-02-23T18:15:40.889Z] #29 11.24 [2021-02-23T18:15:41.030Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.566s coverage: 56.2% of statements [2021-02-23T18:15:41.178Z] #51 ... [2021-02-23T18:15:41.178Z] [2021-02-23T18:15:41.178Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-23T18:15:41.178Z] #41 100.9 CC criu/tun.o [2021-02-23T18:15:41.496Z] #41 101.1 CC criu/uffd.o [2021-02-23T18:15:42.126Z] #41 101.8 CC criu/util.o [2021-02-23T18:15:42.416Z] #41 102.4 CC criu/uts_ns.o [2021-02-23T18:15:42.706Z] #41 102.5 CC criu/vdso.o [2021-02-23T18:15:42.998Z] #41 102.6 LINK criu/built-in.o [2021-02-23T18:15:42.998Z] #41 102.7 LINK criu/criu [2021-02-23T18:15:43.288Z] #41 102.9 DEP lib/c/criu.d [2021-02-23T18:15:43.288Z] #41 102.9 CC images/rpc.pb-c.o [2021-02-23T18:15:43.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-23T18:15:43.578Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.025s coverage: 1.9% of statements [2021-02-23T18:15:43.586Z] #41 103.3 CC lib/c/criu.o [2021-02-23T18:15:43.879Z] #41 103.7 LINK lib/c/built-in.o [2021-02-23T18:15:43.879Z] #41 103.7 LINK lib/c/libcriu.so [2021-02-23T18:15:43.879Z] #41 103.8 LINK lib/c/libcriu.a [2021-02-23T18:15:43.879Z] #41 103.9 GEN magic.py [2021-02-23T18:15:44.169Z] #41 103.9 Note: Building without setproctitle() and strlcpy() support. [2021-02-23T18:15:44.169Z] #41 103.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-23T18:15:44.169Z] #41 103.9 Note: Building without GnuTLS support [2021-02-23T18:15:44.169Z] #41 103.9 Makefile.config:39: Warn: you have no libnftables installed [2021-02-23T18:15:44.169Z] #41 103.9 Makefile.config:40: Warn: Building without nftables support [2021-02-23T18:15:44.459Z] #41 104.3 fatal: not a git repository (or any of the parent directories): .git [2021-02-23T18:15:44.526Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.443s coverage: 45.9% of statements [2021-02-23T18:15:44.751Z] #41 104.6 make[1]: Nothing to be done for 'all'. [2021-02-23T18:15:45.042Z] #41 104.8 make[1]: 'images/built-in.o' is up to date. [2021-02-23T18:15:45.042Z] #41 104.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-23T18:15:45.042Z] #41 104.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-23T18:15:45.042Z] #41 104.9 make[1]: 'compel/libcompel.a' is up to date. [2021-02-23T18:15:45.042Z] #41 104.9 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-23T18:15:45.042Z] #41 104.9 make[1]: Nothing to be done for 'all'. [2021-02-23T18:15:45.042Z] #41 104.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-23T18:15:45.042Z] #41 105.0 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.042Z] #41 105.0 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.042Z] #41 105.0 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.042Z] #41 105.1 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.042Z] #41 105.1 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.336Z] #41 105.1 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.336Z] #41 105.1 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.336Z] #41 105.2 make[2]: Nothing to be done for 'all'. [2021-02-23T18:15:45.336Z] #41 105.2 INSTALL criu/criu [2021-02-23T18:15:45.626Z] #41 DONE 105.4s [2021-02-23T18:15:45.626Z] [2021-02-23T18:15:45.626Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:15:46.698Z] #51 ... [2021-02-23T18:15:46.698Z] [2021-02-23T18:15:46.698Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-23T18:15:46.698Z] #42 DONE 0.1s [2021-02-23T18:15:46.698Z] [2021-02-23T18:15:46.698Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-02-23T18:15:46.698Z] #44 DONE 0.1s [2021-02-23T18:15:46.698Z] [2021-02-23T18:15:46.698Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:15:46.698Z] #51 ... [2021-02-23T18:15:46.698Z] [2021-02-23T18:15:46.698Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-02-23T18:15:46.698Z] #46 DONE 0.1s [2021-02-23T18:15:46.989Z] [2021-02-23T18:15:46.989Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2021-02-23T18:15:46.989Z] #48 DONE 0.2s [2021-02-23T18:15:46.989Z] [2021-02-23T18:15:46.989Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-02-23T18:15:46.989Z] #50 DONE 0.1s [2021-02-23T18:15:46.989Z] [2021-02-23T18:15:46.989Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:15:47.074Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.820s coverage: 49.4% of statements [2021-02-23T18:15:47.646Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.501s coverage: 73.3% of statements [2021-02-23T18:15:48.025Z] INFO: Extraction ended at 02/23/2021 18:15:46. Duration:00:00:19.8844495 [2021-02-23T18:15:48.025Z] INFO: Updating the golang and path environment variables [2021-02-23T18:15:48.025Z] INFO: GOPATH=d:\gopath [2021-02-23T18:15:48.025Z] INFO: go version go1.13.15 windows/amd64 [2021-02-23T18:15:48.025Z] INFO: Running the daemon under test in debug mode [2021-02-23T18:15:48.025Z] INFO: Starting a daemon under test... [2021-02-23T18:15:48.025Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42060\3\daemon --pidfile d:\CI\PR-42060\3\docker.pid -D [2021-02-23T18:15:48.025Z] INFO: Process started successfully. [2021-02-23T18:15:48.025Z] INFO: Start tailing logs of the daemon under tests [2021-02-23T18:15:48.025Z] INFO: Waiting for the daemon under test to start... [2021-02-23T18:15:48.500Z] #29 11.43 0.1% # 1.4% # 2.7% ## 3.7% ### 4.8% #### 6.4% ##### 8.1% ###### 9.1% ####### 10.2% ######## 11.5% ######### 13.4% ########## 14.9% ########### 16.2% ############ 17.8% ############## 20.5% ############### 21.9% ################ 23.4% ################# 24.4% ################## 26.0% ################### 27.6% ##################### 29.5% ###################### 31.1% ####################### 32.7% ######################### 34.8% ########################## 36.5% ########################### 38.1% ############################ 39.7% ############################## 41.9% ################################ 44.6% ################################# 46.2% ################################## 48.4% #################################### 50.6% #################################### 51.4% ###################################### 53.0% ####################################### 54.6% ####################################### 55.1% ######################################## 56.8% ########################################## 58.9% ########################################### 61.1% ############################################# 62.7% ############################################## 64.8% ############################################### 65.8% ############################################### 66.7% ################################################ 67.5% ################################################# 68.5% ################################################## 69.6% ################################################### 71.8% ##################################################### 73.9% ###################################################### 75.5% ####################################################### 77.1% ######################################################### 79.3% ########################################################## 80.9% ########################################################### 82.5% ############################################################ 84.2% ############################################################# 85.6% ############################################################## 86.6% ############################################################### 88.8% ################################################################# 90.9% ################################################################### 93.1% #################################################################### 95.3% ##################################################################### 96.3% ###################################################################### 98.5% ######################################################################## 100.0% [2021-02-23T18:15:48.500Z] #29 18.88 [2021-02-23T18:15:48.592Z] ok github.com/docker/docker/daemon 12.345s coverage: 17.1% of statements [2021-02-23T18:15:48.592Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-23T18:15:48.592Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-23T18:15:48.592Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-23T18:15:48.592Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-23T18:15:48.592Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-23T18:15:48.592Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.023s coverage: 57.5% of statements [2021-02-23T18:15:49.538Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2021-02-23T18:15:49.800Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2021-02-23T18:15:50.033Z] #29 20.29 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-23T18:15:50.033Z] #29 ... [2021-02-23T18:15:50.033Z] [2021-02-23T18:15:50.033Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:15:50.033Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:15:50.033Z] #45 10.96 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-23T18:15:50.033Z] #45 11.49 internal/nettrace [2021-02-23T18:15:50.033Z] #45 11.82 runtime/cgo [2021-02-23T18:15:50.033Z] #45 17.20 vendor/golang.org/x/crypto/internal/subtle [2021-02-23T18:15:50.334Z] #45 ... [2021-02-23T18:15:50.334Z] [2021-02-23T18:15:50.334Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:15:50.334Z] #47 sha256:79d0adaa04440bf0bb8055330f09f0982dcda98a4332f6e597eb71eeef33ca8a [2021-02-23T18:15:50.334Z] #47 11.07 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-23T18:15:50.334Z] #47 16.01 go: finding github.com/fatih/color v1.9.0 [2021-02-23T18:15:50.334Z] #47 16.01 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-23T18:15:50.334Z] #47 16.01 go: finding github.com/pkg/errors v0.9.1 [2021-02-23T18:15:50.334Z] #47 16.03 go: finding github.com/spf13/pflag v1.0.3 [2021-02-23T18:15:50.334Z] #47 16.17 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-23T18:15:50.334Z] #47 16.19 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-23T18:15:50.334Z] #47 16.87 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-23T18:15:50.334Z] #47 16.91 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-23T18:15:50.334Z] #47 17.00 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-23T18:15:50.334Z] #47 17.04 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-23T18:15:50.334Z] #47 17.09 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-23T18:15:50.334Z] #47 ... [2021-02-23T18:15:50.334Z] [2021-02-23T18:15:50.334Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:15:50.334Z] #29 sha256:6bbb9277e2f598e57b775ab1a96addb2ab22ea0f7d2c996c7b2319970ae6bcf6 [2021-02-23T18:15:50.334Z] #29 20.72 [2021-02-23T18:15:50.636Z] #29 ... [2021-02-23T18:15:50.636Z] [2021-02-23T18:15:50.636Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:15:50.636Z] #58 sha256:a91cd700aba5bdae71748095a02123a2a0d377e63d5ed0ff0b77133feda26d32 [2021-02-23T18:15:50.636Z] #58 11.34 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-23T18:15:50.636Z] #58 13.28 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-23T18:15:50.636Z] #58 13.31 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-23T18:15:50.636Z] #58 13.50 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-23T18:15:50.636Z] #58 14.44 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-23T18:15:50.636Z] #58 17.02 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-23T18:15:50.636Z] #58 20.84 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-23T18:15:50.636Z] #58 ... [2021-02-23T18:15:50.636Z] [2021-02-23T18:15:50.636Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:15:50.636Z] #29 sha256:6bbb9277e2f598e57b775ab1a96addb2ab22ea0f7d2c996c7b2319970ae6bcf6 [2021-02-23T18:15:50.936Z] #29 20.91 ######### 13.6% ######################################## 55.6% ######################################################################## 100.0% [2021-02-23T18:15:50.936Z] #29 21.29 [2021-02-23T18:15:51.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-23T18:15:51.234Z] #29 ... [2021-02-23T18:15:51.234Z] [2021-02-23T18:15:51.234Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:15:51.234Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:15:51.234Z] #49 11.90 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-23T18:15:51.234Z] #49 11.93 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-23T18:15:51.234Z] #49 11.94 go: downloading github.com/spf13/viper v1.6.1 [2021-02-23T18:15:51.234Z] #49 12.02 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-23T18:15:51.234Z] #49 12.17 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-23T18:15:51.234Z] #49 12.44 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-23T18:15:51.234Z] #49 12.45 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-23T18:15:51.234Z] #49 12.64 go: extracting github.com/spf13/viper v1.6.1 [2021-02-23T18:15:51.234Z] #49 12.69 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-23T18:15:51.234Z] #49 13.20 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-23T18:15:51.234Z] #49 13.32 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-23T18:15:51.234Z] #49 13.34 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-23T18:15:51.234Z] #49 13.35 go: downloading github.com/fatih/color v1.7.0 [2021-02-23T18:15:51.234Z] #49 13.36 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-23T18:15:51.234Z] #49 13.38 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-23T18:15:51.234Z] #49 13.43 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-23T18:15:51.234Z] #49 13.57 go: extracting github.com/fatih/color v1.7.0 [2021-02-23T18:15:51.234Z] #49 13.97 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-23T18:15:51.234Z] #49 14.30 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-23T18:15:51.234Z] #49 14.76 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-23T18:15:51.234Z] #49 15.09 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-23T18:15:51.234Z] #49 15.33 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-23T18:15:51.234Z] #49 15.52 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-23T18:15:51.234Z] #49 15.62 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-23T18:15:51.234Z] #49 15.74 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-23T18:15:51.234Z] #49 15.78 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-23T18:15:51.234Z] #49 16.13 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-23T18:15:51.234Z] #49 16.28 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-23T18:15:51.234Z] #49 16.66 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-23T18:15:51.234Z] #49 18.17 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-23T18:15:51.234Z] #49 21.09 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-23T18:15:51.234Z] #49 21.09 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-23T18:15:51.234Z] #49 21.13 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-23T18:15:51.234Z] #49 21.14 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-23T18:15:51.234Z] #49 21.15 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-23T18:15:51.234Z] #49 21.15 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-23T18:15:51.234Z] #49 21.15 go: downloading github.com/pkg/errors v0.8.1 [2021-02-23T18:15:51.234Z] #49 21.15 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-23T18:15:51.234Z] #49 21.19 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-23T18:15:51.234Z] #49 21.32 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-23T18:15:51.234Z] #49 21.36 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-23T18:15:51.234Z] #49 21.38 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-23T18:15:51.234Z] #49 21.39 go: extracting github.com/pkg/errors v0.8.1 [2021-02-23T18:15:51.234Z] #49 21.40 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-23T18:15:51.234Z] #49 21.49 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-23T18:15:51.234Z] #49 21.51 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-23T18:15:51.234Z] #49 21.54 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-23T18:15:51.234Z] #49 21.55 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-23T18:15:51.234Z] #49 21.65 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-23T18:15:51.234Z] #49 21.67 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-23T18:15:51.234Z] #49 21.70 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-23T18:15:51.234Z] #49 21.72 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-23T18:15:51.234Z] #49 21.77 go: downloading github.com/spf13/cast v1.3.0 [2021-02-23T18:15:51.234Z] #49 21.88 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-23T18:15:51.234Z] #49 21.94 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-23T18:15:51.234Z] #49 21.96 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-23T18:15:51.234Z] #49 22.02 go: extracting github.com/spf13/cast v1.3.0 [2021-02-23T18:15:51.234Z] #49 22.02 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-23T18:15:51.234Z] #49 22.15 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-23T18:15:51.234Z] #49 ... [2021-02-23T18:15:51.234Z] [2021-02-23T18:15:51.234Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:15:51.234Z] #64 sha256:f53c63c0228c8c92cbd47a50ee72a3c803c7feeb7a309afe448d06314a0df711 [2021-02-23T18:15:51.234Z] #64 21.35 Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-23T18:15:51.234Z] #64 21.71 + cd /tmp/tmp.1jkBWha1kv/src/github.com/docker/libnetwork [2021-02-23T18:15:51.234Z] #64 21.71 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-23T18:15:51.537Z] #64 22.38 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-23T18:15:52.387Z] ok github.com/docker/docker/daemon/logger 0.273s coverage: 43.2% of statements [2021-02-23T18:15:52.387Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.743s coverage: 57.7% of statements [2021-02-23T18:15:52.387Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-23T18:15:52.387Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-23T18:15:52.544Z] #51 ... [2021-02-23T18:15:52.544Z] [2021-02-23T18:15:52.544Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:15:52.544Z] #54 123.3 + bin/containerd [2021-02-23T18:15:52.650Z] ok github.com/docker/docker/daemon/images 0.061s coverage: 6.7% of statements [2021-02-23T18:15:52.650Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-23T18:15:52.650Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-23T18:15:53.079Z] #64 ... [2021-02-23T18:15:53.079Z] [2021-02-23T18:15:53.079Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:15:53.079Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:15:53.080Z] #51 13.66 + cd /tmp/tmp.uX4RCAZFYD/src/github.com/mvdan/sh [2021-02-23T18:15:53.080Z] #51 13.66 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-23T18:15:53.080Z] #51 13.84 + GO111MODULE=on [2021-02-23T18:15:53.080Z] #51 13.84 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-23T18:15:53.080Z] #51 15.82 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-23T18:15:53.080Z] #51 15.87 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-23T18:15:53.080Z] #51 15.88 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-23T18:15:53.080Z] #51 16.54 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-23T18:15:53.080Z] #51 16.64 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-23T18:15:53.080Z] #51 18.07 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-23T18:15:53.080Z] #51 19.19 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-23T18:15:53.080Z] #51 21.03 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-23T18:15:53.080Z] #51 22.76 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-23T18:15:53.080Z] #51 22.83 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-23T18:15:53.080Z] #51 23.18 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-23T18:15:53.080Z] #51 23.37 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-23T18:15:53.080Z] #51 ... [2021-02-23T18:15:53.080Z] [2021-02-23T18:15:53.080Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:15:53.080Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:15:53.080Z] #49 22.19 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-23T18:15:53.080Z] #49 22.20 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-23T18:15:53.080Z] #49 22.36 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-23T18:15:53.080Z] #49 22.38 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-23T18:15:53.080Z] #49 22.39 go: downloading golang.org/x/text v0.3.2 [2021-02-23T18:15:53.080Z] #49 22.44 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-23T18:15:53.080Z] #49 22.62 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-23T18:15:53.080Z] #49 22.77 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-23T18:15:53.080Z] #49 22.84 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-23T18:15:53.080Z] #49 23.01 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-23T18:15:53.080Z] #49 23.02 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-23T18:15:53.080Z] #49 23.08 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-23T18:15:53.080Z] #49 23.20 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-23T18:15:53.080Z] #49 23.29 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-23T18:15:53.080Z] #49 23.47 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-23T18:15:53.080Z] #49 23.49 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-23T18:15:53.080Z] #49 23.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-23T18:15:53.080Z] #49 23.54 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-23T18:15:53.080Z] #49 23.64 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-23T18:15:53.080Z] #49 23.79 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-23T18:15:53.080Z] #49 23.80 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-23T18:15:53.080Z] #49 23.95 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-23T18:15:53.080Z] #49 24.04 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-23T18:15:53.225Z] ok github.com/docker/docker/daemon/logger/awslogs 0.426s coverage: 77.8% of statements [2021-02-23T18:15:53.225Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-23T18:15:53.225Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-23T18:15:53.380Z] #49 24.30 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-23T18:15:53.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-23T18:15:53.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-23T18:15:53.736Z] #49 24.39 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-23T18:15:53.736Z] #49 24.41 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-23T18:15:53.736Z] #49 24.51 go: downloading github.com/spf13/afero v1.1.2 [2021-02-23T18:15:53.736Z] #49 24.51 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-23T18:15:53.736Z] #49 24.56 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-23T18:15:53.800Z] ok github.com/docker/docker/daemon/logger/journald 0.039s coverage: 23.9% of statements [2021-02-23T18:15:54.035Z] #49 24.78 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-23T18:15:54.062Z] ok github.com/docker/docker/daemon/logger/gelf 0.044s coverage: 67.0% of statements [2021-02-23T18:15:54.325Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.049s coverage: 87.2% of statements [2021-02-23T18:15:54.331Z] #49 25.01 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-23T18:15:54.331Z] #49 25.10 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-23T18:15:54.331Z] #49 25.13 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-23T18:15:54.331Z] #49 25.14 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-23T18:15:54.331Z] #49 25.17 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-23T18:15:54.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-23T18:15:54.629Z] #49 25.48 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-23T18:15:54.900Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.061s coverage: 61.6% of statements [2021-02-23T18:15:54.926Z] #49 25.57 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-23T18:15:54.926Z] #49 25.62 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-23T18:15:54.926Z] #49 25.62 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-23T18:15:54.926Z] #49 25.62 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-23T18:15:54.926Z] #49 25.63 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-23T18:15:54.926Z] #49 25.74 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-23T18:15:55.233Z] #49 25.87 go: extracting github.com/spf13/afero v1.1.2 [2021-02-23T18:15:55.233Z] #49 25.91 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-23T18:15:55.233Z] #49 25.99 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-23T18:15:55.233Z] #49 26.17 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-23T18:15:55.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-23T18:15:55.420Z] #54 ... [2021-02-23T18:15:55.420Z] [2021-02-23T18:15:55.420Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-23T18:15:55.420Z] #51 79.77 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-23T18:15:55.420Z] #51 80.33 + mkdir -p /build [2021-02-23T18:15:55.420Z] #51 80.34 + cp runc /build/runc [2021-02-23T18:15:55.420Z] #51 DONE 80.7s [2021-02-23T18:15:55.420Z] [2021-02-23T18:15:55.420Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:15:55.540Z] #49 26.23 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-23T18:15:55.540Z] #49 26.42 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-23T18:15:55.841Z] #49 26.42 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-23T18:15:55.841Z] #49 26.60 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-23T18:15:55.841Z] #49 26.79 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-23T18:15:55.851Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 75.2% of statements [2021-02-23T18:15:55.851Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-23T18:15:55.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-23T18:15:56.142Z] #49 26.83 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-23T18:15:56.142Z] #49 26.83 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-23T18:15:56.142Z] #49 26.92 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-23T18:15:56.142Z] #49 26.92 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-23T18:15:56.425Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.114s coverage: 58.6% of statements [2021-02-23T18:15:56.450Z] #54 ... [2021-02-23T18:15:56.450Z] [2021-02-23T18:15:56.450Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-02-23T18:15:56.450Z] #52 DONE 0.2s [2021-02-23T18:15:56.450Z] [2021-02-23T18:15:56.450Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-23T18:15:56.452Z] #49 27.08 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-23T18:15:56.452Z] #49 27.10 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-23T18:15:56.452Z] #49 27.16 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-23T18:15:56.452Z] #49 27.19 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-23T18:15:56.452Z] #49 27.36 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-23T18:15:56.452Z] #49 27.40 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-23T18:15:56.452Z] #49 ... [2021-02-23T18:15:56.452Z] [2021-02-23T18:15:56.452Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:15:56.452Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-23T18:15:56.453Z] #40 17.23 Checking out files: 88% (1482/1680) Checking out files: 89% (1496/1680) Checking out files: 90% (1512/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-23T18:15:56.453Z] #40 17.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-23T18:15:56.453Z] #40 19.87 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-23T18:15:56.689Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.027s coverage: 31.5% of statements [2021-02-23T18:15:56.762Z] #40 ... [2021-02-23T18:15:56.762Z] [2021-02-23T18:15:56.762Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:15:56.762Z] #29 sha256:6bbb9277e2f598e57b775ab1a96addb2ab22ea0f7d2c996c7b2319970ae6bcf6 [2021-02-23T18:15:56.762Z] #29 22.93 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-23T18:15:56.762Z] #29 23.01 skipping existing 5cb8031fd95d [2021-02-23T18:15:56.762Z] #29 23.14 [2021-02-23T18:15:56.762Z] #29 24.73 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-23T18:15:56.762Z] #29 25.20 [2021-02-23T18:15:57.264Z] ok github.com/docker/docker/daemon/logger/templates 0.055s coverage: 8.3% of statements [2021-02-23T18:15:57.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-23T18:15:57.357Z] #29 25.43 0.0% ## 2.9% ##### 8.3% ############ 17.5% ################# 24.9% ####################### 32.2% ########################### 37.8% ############################### 43.3% #################################### 50.6% ######################################## 56.1% ############################################ 61.6% ############################################## 65.3% ################################################## 70.8% ######################################################### 79.4% ############################################################# 85.8% ################################################################ 89.5% #################################################################### 94.9% ######################################################################## 100.0% [2021-02-23T18:15:57.654Z] #29 27.74 [2021-02-23T18:15:57.840Z] ok github.com/docker/docker/daemon/logger/syslog 0.025s coverage: 46.8% of statements [2021-02-23T18:15:57.951Z] #29 ... [2021-02-23T18:15:57.951Z] [2021-02-23T18:15:57.951Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:15:57.951Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-23T18:15:57.951Z] #36 18.80 Fetched 8197 kB in 18s (454 kB/s) [2021-02-23T18:15:57.951Z] #36 18.80 Reading package lists... [2021-02-23T18:15:57.951Z] #36 26.77 Reading package lists... [2021-02-23T18:15:57.951Z] #36 ... [2021-02-23T18:15:57.951Z] [2021-02-23T18:15:57.951Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:15:57.951Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-23T18:15:57.951Z] #55 18.84 Fetched 8197 kB in 18s (460 kB/s) [2021-02-23T18:15:57.951Z] #55 18.84 Reading package lists... [2021-02-23T18:15:58.249Z] #55 26.93 Reading package lists... [2021-02-23T18:15:58.249Z] #55 ... [2021-02-23T18:15:58.249Z] [2021-02-23T18:15:58.249Z] #13 [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 [2021-02-23T18:15:58.249Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:15:58.249Z] #13 19.07 Fetched 8197 kB in 18s (456 kB/s) [2021-02-23T18:15:58.249Z] #13 19.07 Reading package lists... [2021-02-23T18:15:58.249Z] #13 27.30 Reading package lists... [2021-02-23T18:15:58.249Z] #13 ... [2021-02-23T18:15:58.249Z] [2021-02-23T18:15:58.249Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:15:58.249Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-23T18:15:58.249Z] #42 19.22 Fetched 8197 kB in 18s (451 kB/s) [2021-02-23T18:15:58.249Z] #42 19.22 Reading package lists... [2021-02-23T18:15:58.415Z] ok github.com/docker/docker/daemon/network 0.017s coverage: 63.8% of statements [2021-02-23T18:15:58.546Z] #42 26.57 Reading package lists... [2021-02-23T18:15:58.546Z] #42 ... [2021-02-23T18:15:58.546Z] [2021-02-23T18:15:58.546Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:15:58.546Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:15:58.546Z] #49 27.90 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-23T18:15:58.546Z] #49 28.24 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-23T18:15:58.546Z] #49 28.51 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-23T18:15:58.546Z] #49 28.51 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-23T18:15:58.546Z] #49 28.86 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-23T18:15:58.843Z] #49 29.54 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-23T18:15:58.843Z] #49 29.67 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-23T18:15:58.843Z] #49 29.68 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-23T18:15:59.140Z] #49 30.02 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-23T18:15:59.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-23T18:15:59.363Z] ok github.com/docker/docker/daemon/logger/splunk 1.969s coverage: 82.5% of statements [2021-02-23T18:15:59.363Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-23T18:15:59.363Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-23T18:15:59.438Z] #49 30.19 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-23T18:15:59.937Z] ok github.com/docker/docker/distribution/metadata 0.122s coverage: 48.2% of statements [2021-02-23T18:16:00.085Z] #49 30.63 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-23T18:16:00.085Z] #49 30.91 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-23T18:16:00.085Z] #49 30.96 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-23T18:16:00.085Z] #49 30.98 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-23T18:16:00.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-23T18:16:00.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-23T18:16:00.748Z] #49 31.60 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-23T18:16:01.044Z] #49 31.65 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-23T18:16:01.044Z] #49 31.77 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-23T18:16:01.329Z] ok github.com/docker/docker/distribution 0.288s coverage: 25.0% of statements [2021-02-23T18:16:01.329Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-23T18:16:01.329Z] ok github.com/docker/docker/errdefs 0.017s coverage: 53.1% of statements [2021-02-23T18:16:01.341Z] #49 32.34 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-23T18:16:01.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-23T18:16:01.639Z] #49 32.38 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-23T18:16:01.639Z] #49 32.57 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-23T18:16:01.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-23T18:16:01.903Z] ok github.com/docker/docker/image 0.077s coverage: 86.8% of statements [2021-02-23T18:16:01.938Z] #49 32.64 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-23T18:16:01.938Z] #49 32.73 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-23T18:16:01.938Z] #49 32.78 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-23T18:16:01.938Z] #49 ... [2021-02-23T18:16:01.938Z] [2021-02-23T18:16:01.938Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:16:01.938Z] #58 sha256:a91cd700aba5bdae71748095a02123a2a0d377e63d5ed0ff0b77133feda26d32 [2021-02-23T18:16:01.938Z] #58 22.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-23T18:16:01.938Z] #58 22.82 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-23T18:16:01.938Z] #58 22.88 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-23T18:16:01.938Z] #58 23.31 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-23T18:16:01.938Z] #58 23.46 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-23T18:16:01.938Z] #58 28.08 go: finding github.com/pkg/errors v0.9.1 [2021-02-23T18:16:01.938Z] #58 28.12 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-23T18:16:01.938Z] #58 28.15 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-23T18:16:01.938Z] #58 28.53 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-23T18:16:01.938Z] #58 28.58 go: finding github.com/google/uuid v1.2.0 [2021-02-23T18:16:01.938Z] #58 28.74 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-23T18:16:01.938Z] #58 28.81 go: finding github.com/gofrs/flock v0.8.0 [2021-02-23T18:16:01.938Z] #58 28.84 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-23T18:16:01.938Z] #58 28.88 go: finding github.com/gorilla/mux v1.8.0 [2021-02-23T18:16:01.938Z] #58 29.05 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-23T18:16:01.938Z] #58 29.24 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-23T18:16:01.938Z] #58 29.26 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-23T18:16:01.938Z] #58 29.28 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-23T18:16:01.938Z] #58 29.57 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-23T18:16:01.938Z] #58 29.77 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-23T18:16:01.938Z] #58 ... [2021-02-23T18:16:01.938Z] [2021-02-23T18:16:01.938Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-23T18:16:01.938Z] #29 sha256:6bbb9277e2f598e57b775ab1a96addb2ab22ea0f7d2c996c7b2319970ae6bcf6 [2021-02-23T18:16:01.938Z] #29 29.53 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-23T18:16:01.938Z] #29 29.93 [2021-02-23T18:16:01.938Z] #29 30.13 ######################################################################## 100.0% [2021-02-23T18:16:01.938Z] #29 30.44 [2021-02-23T18:16:01.938Z] #29 31.32 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-23T18:16:01.938Z] #29 32.18 [2021-02-23T18:16:02.237Z] #29 32.48 #=#=# ######################################################################## 100.0% [2021-02-23T18:16:02.478Z] ok github.com/docker/docker/distribution/xfer 1.718s coverage: 85.6% of statements [2021-02-23T18:16:02.478Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-23T18:16:02.535Z] #29 32.78 [2021-02-23T18:16:02.535Z] #29 32.97 Download of images into '/build' complete. [2021-02-23T18:16:02.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-23T18:16:02.741Z] ok github.com/docker/docker/image/v1 0.049s coverage: 25.0% of statements [2021-02-23T18:16:02.741Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2021-02-23T18:16:02.741Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-23T18:16:02.741Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-23T18:16:02.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-23T18:16:02.835Z] #29 32.97 Use something like the following to load the result into a Docker daemon: [2021-02-23T18:16:02.835Z] #29 32.97 tar -cC '/build' . | docker load [2021-02-23T18:16:02.835Z] #29 DONE 33.1s [2021-02-23T18:16:02.835Z] [2021-02-23T18:16:02.835Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:16:02.835Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:16:02.835Z] #49 32.94 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-23T18:16:02.835Z] #49 32.94 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-23T18:16:02.835Z] #49 32.95 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-23T18:16:02.835Z] #49 32.96 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-23T18:16:02.835Z] #49 33.17 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-23T18:16:02.835Z] #49 33.22 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-23T18:16:02.835Z] #49 33.42 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-23T18:16:03.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-23T18:16:03.315Z] ok github.com/docker/docker/libcontainerd/queue 0.044s coverage: 100.0% of statements [2021-02-23T18:16:03.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-23T18:16:03.890Z] #49 ... [2021-02-23T18:16:03.890Z] [2021-02-23T18:16:03.890Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:16:03.890Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:16:03.890Z] #51 24.78 runtime [2021-02-23T18:16:04.187Z] #51 ... [2021-02-23T18:16:04.187Z] [2021-02-23T18:16:04.187Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:16:04.187Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-23T18:16:04.187Z] #55 26.93 Reading package lists... [2021-02-23T18:16:04.707Z] ok github.com/docker/docker/oci 0.029s coverage: 38.4% of statements [2021-02-23T18:16:04.707Z] ok github.com/docker/docker/opts 0.044s coverage: 67.1% of statements [2021-02-23T18:16:04.707Z] ok github.com/docker/docker/pkg/aaparser 0.012s coverage: 52.9% of statements [2021-02-23T18:16:04.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-23T18:16:04.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-23T18:16:05.655Z] ok github.com/docker/docker/pkg/broadcaster 0.028s coverage: 100.0% of statements [2021-02-23T18:16:05.716Z] #55 34.41 Building dependency tree... [2021-02-23T18:16:05.728Z] .....INFO: Daemon under test started and replied! [2021-02-23T18:16:05.728Z] INFO: Docker version of the daemon under test [2021-02-23T18:16:05.728Z] [2021-02-23T18:16:05.728Z] Client: [2021-02-23T18:16:05.728Z] Version: 17.06.2-ce [2021-02-23T18:16:05.728Z] API version: 1.30 [2021-02-23T18:16:05.728Z] Go version: go1.8.3 [2021-02-23T18:16:05.728Z] Git commit: cec0b72 [2021-02-23T18:16:05.728Z] Built: Tue Sep 5 19:57:19 2017 [2021-02-23T18:16:05.728Z] OS/Arch: windows/amd64 [2021-02-23T18:16:05.728Z] [2021-02-23T18:16:05.728Z] Server: [2021-02-23T18:16:05.728Z] Version: 0.0.0-dev [2021-02-23T18:16:05.728Z] API version: 1.41 (minimum version 1.24) [2021-02-23T18:16:05.728Z] Go version: go1.13.15 [2021-02-23T18:16:05.728Z] Git commit: 6362afa073 [2021-02-23T18:16:05.728Z] Built: 02/23/2021 18:14:13 [2021-02-23T18:16:05.728Z] OS/Arch: windows/amd64 [2021-02-23T18:16:05.728Z] Experimental: false [2021-02-23T18:16:05.728Z] [2021-02-23T18:16:05.728Z] INFO: Docker info of the daemon under test [2021-02-23T18:16:05.728Z] [2021-02-23T18:16:06.188Z] Containers: 0 [2021-02-23T18:16:06.188Z] Running: 0 [2021-02-23T18:16:06.188Z] Paused: 0 [2021-02-23T18:16:06.188Z] Stopped: 0 [2021-02-23T18:16:06.188Z] Images: 0 [2021-02-23T18:16:06.188Z] Server Version: 0.0.0-dev [2021-02-23T18:16:06.188Z] Storage Driver: windowsfilter [2021-02-23T18:16:06.188Z] Windows: [2021-02-23T18:16:06.188Z] Logging Driver: json-file [2021-02-23T18:16:06.188Z] Plugins: [2021-02-23T18:16:06.188Z] Volume: local [2021-02-23T18:16:06.188Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-23T18:16:06.188Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-23T18:16:06.188Z] Swarm: inactive [2021-02-23T18:16:06.188Z] Default Isolation: process [2021-02-23T18:16:06.188Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-23T18:16:06.188Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-23T18:16:06.188Z] OSType: windows [2021-02-23T18:16:06.188Z] Architecture: x86_64 [2021-02-23T18:16:06.188Z] CPUs: 4 [2021-02-23T18:16:06.188Z] Total Memory: 32GiB [2021-02-23T18:16:06.188Z] Name: azwin-2-af5990 [2021-02-23T18:16:06.188Z] ID: RYMG:VRH7:YHWQ:27PJ:LCQA:2B6N:53TX:FJMW:YBD4:6GYT:TJDV:ZM3H [2021-02-23T18:16:06.188Z] Docker Root Dir: D:\CI\PR-42060\3\daemon [2021-02-23T18:16:06.188Z] Debug Mode (client): false [2021-02-23T18:16:06.188Z] Debug Mode (server): true [2021-02-23T18:16:06.188Z] File Descriptors: -1 [2021-02-23T18:16:06.188Z] Goroutines: 16 [2021-02-23T18:16:06.188Z] System Time: 2021-02-23T18:16:05.6996156Z [2021-02-23T18:16:06.188Z] EventsListeners: 0 [2021-02-23T18:16:06.188Z] Registry: https://index.docker.io/v1/ [2021-02-23T18:16:06.188Z] Labels: [2021-02-23T18:16:06.188Z] Experimental: false [2021-02-23T18:16:06.188Z] Insecure Registries: [2021-02-23T18:16:06.188Z] 127.0.0.0/8 [2021-02-23T18:16:06.188Z] Live Restore Enabled: false [2021-02-23T18:16:06.188Z] [2021-02-23T18:16:06.188Z] [2021-02-23T18:16:06.188Z] INFO: Docker images of the daemon under test [2021-02-23T18:16:06.188Z] [2021-02-23T18:16:06.188Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-23T18:16:06.188Z] [2021-02-23T18:16:06.188Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-02-23T18:16:06.188Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-02-23T18:16:06.188Z] ltsc2019: Pulling from windows/servercore [2021-02-23T18:16:06.188Z] 4612f6d0b889: Pulling fs layer [2021-02-23T18:16:06.188Z] db4edcf0861f: Pulling fs layer [2021-02-23T18:16:06.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-23T18:16:07.046Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2021-02-23T18:16:07.046Z] ok github.com/docker/docker/pkg/authorization 0.599s coverage: 68.3% of statements [2021-02-23T18:16:07.250Z] #55 38.03 The following additional packages will be installed: [2021-02-23T18:16:07.250Z] #55 38.03 libbtrfs0 [2021-02-23T18:16:07.545Z] #55 38.20 The following NEW packages will be installed: [2021-02-23T18:16:07.545Z] #55 38.20 libbtrfs-dev libbtrfs0 [2021-02-23T18:16:07.545Z] #55 38.46 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-23T18:16:07.545Z] #55 38.46 Need to get 120 kB of archives. [2021-02-23T18:16:07.545Z] #55 38.46 After this operation, 423 kB of additional disk space will be used. [2021-02-23T18:16:07.545Z] #55 38.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-23T18:16:07.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-23T18:16:07.620Z] ok github.com/docker/docker/pkg/directory 0.015s coverage: 80.0% of statements [2021-02-23T18:16:07.842Z] #55 38.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-23T18:16:08.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-23T18:16:08.193Z] ok github.com/docker/docker/pkg/archive 1.368s coverage: 77.0% of statements [2021-02-23T18:16:08.454Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-02-23T18:16:08.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-23T18:16:09.028Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 97.6% of statements [2021-02-23T18:16:09.377Z] #55 ... [2021-02-23T18:16:09.377Z] [2021-02-23T18:16:09.377Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:16:09.377Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-23T18:16:09.377Z] #42 26.57 Reading package lists... [2021-02-23T18:16:09.377Z] #42 33.39 Building dependency tree... [2021-02-23T18:16:09.377Z] #42 37.34 The following additional packages will be installed: [2021-02-23T18:16:09.377Z] #42 37.35 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-23T18:16:09.377Z] #42 37.35 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-23T18:16:09.377Z] #42 37.37 Suggested packages: [2021-02-23T18:16:09.377Z] #42 37.38 manpages-dev python-setuptools [2021-02-23T18:16:09.377Z] #42 38.75 The following NEW packages will be installed: [2021-02-23T18:16:09.377Z] #42 38.75 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-23T18:16:09.377Z] #42 38.75 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-23T18:16:09.377Z] #42 38.75 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-23T18:16:09.377Z] #42 38.76 python-six zlib1g-dev [2021-02-23T18:16:09.377Z] #42 38.89 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-23T18:16:09.377Z] #42 38.89 Need to get 4075 kB of archives. [2021-02-23T18:16:09.377Z] #42 38.89 After this operation, 24.5 MB of additional disk space will be used. [2021-02-23T18:16:09.377Z] #42 38.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-02-23T18:16:09.377Z] #42 38.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-23T18:16:09.377Z] #42 38.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-02-23T18:16:09.377Z] #42 38.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-23T18:16:09.377Z] #42 38.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-02-23T18:16:09.377Z] #42 38.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-23T18:16:09.377Z] #42 38.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2021-02-23T18:16:09.377Z] #42 38.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-02-23T18:16:09.377Z] #42 38.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-02-23T18:16:09.377Z] #42 39.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-02-23T18:16:09.377Z] #42 39.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-02-23T18:16:09.377Z] #42 39.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-02-23T18:16:09.377Z] #42 39.40 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2021-02-23T18:16:09.377Z] #42 39.40 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-02-23T18:16:09.377Z] #42 39.41 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-23T18:16:09.377Z] #42 39.42 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-02-23T18:16:09.377Z] #42 39.44 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-02-23T18:16:09.377Z] #42 ... [2021-02-23T18:16:09.377Z] [2021-02-23T18:16:09.377Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-23T18:16:09.377Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-23T18:16:09.377Z] #55 40.13 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:16:09.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-23T18:16:09.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-23T18:16:09.601Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2021-02-23T18:16:09.675Z] #55 40.42 Fetched 120 kB in 0s (1247 kB/s) [2021-02-23T18:16:09.675Z] #55 40.55 Selecting previously unselected package libbtrfs0. [2021-02-23T18:16:09.976Z] #55 40.55 (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 ... 15339 files and directories currently installed.) [2021-02-23T18:16:09.976Z] #55 40.75 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-23T18:16:09.976Z] #55 40.76 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-23T18:16:09.976Z] #55 40.94 Selecting previously unselected package libbtrfs-dev. [2021-02-23T18:16:10.175Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-02-23T18:16:10.276Z] #55 40.97 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-23T18:16:10.276Z] #55 40.98 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:16:10.579Z] #55 41.48 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-23T18:16:10.579Z] #55 41.50 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:16:10.747Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2021-02-23T18:16:10.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-23T18:16:10.833Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:16:10.833Z] Using test binary docker [2021-02-23T18:16:10.833Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-23T18:16:10.833Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:16:10.833Z] INFO: Waiting for daemon to start... [2021-02-23T18:16:10.833Z] Starting dockerd [2021-02-23T18:16:10.898Z] #55 41.51 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:16:10.898Z] #55 DONE 41.8s [2021-02-23T18:16:10.898Z] [2021-02-23T18:16:10.898Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:16:10.898Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:16:11.195Z] #56 0.309 + RM_GOPATH=0 [2021-02-23T18:16:11.319Z] ok github.com/docker/docker/pkg/chrootarchive 3.494s coverage: 43.2% of statements [2021-02-23T18:16:11.383Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-23T18:16:11.493Z] #56 0.311 + TMP_GOPATH= [2021-02-23T18:16:11.493Z] #56 0.311 + : /build [2021-02-23T18:16:11.493Z] #56 0.311 + '[' -z '' ']' [2021-02-23T18:16:11.493Z] #56 0.313 ++ mktemp -d [2021-02-23T18:16:11.493Z] #56 0.315 + export GOPATH=/tmp/tmp.UG4WJfVaZc [2021-02-23T18:16:11.493Z] #56 0.315 + GOPATH=/tmp/tmp.UG4WJfVaZc [2021-02-23T18:16:11.493Z] #56 0.315 + RM_GOPATH=1 [2021-02-23T18:16:11.493Z] #56 0.315 + case "$(go env GOARCH)" in [2021-02-23T18:16:11.493Z] #56 0.316 ++ go env GOARCH [2021-02-23T18:16:11.493Z] #56 0.356 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:16:11.494Z] #56 0.356 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:16:11.494Z] #56 0.357 ++ dirname /tmp/install/install.sh [2021-02-23T18:16:11.494Z] #56 0.361 + dir=/tmp/install [2021-02-23T18:16:11.494Z] #56 0.361 + bin=containerd [2021-02-23T18:16:11.494Z] #56 0.361 + shift [2021-02-23T18:16:11.494Z] #56 0.361 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-23T18:16:11.494Z] #56 0.361 + . /tmp/install/containerd.installer [2021-02-23T18:16:11.494Z] #56 0.362 ++ set -e [2021-02-23T18:16:11.494Z] #56 0.362 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:16:11.494Z] #56 0.363 + install_containerd [2021-02-23T18:16:11.494Z] #56 0.369 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-23T18:16:11.494Z] #56 0.369 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:16:11.494Z] #56 0.371 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UG4WJfVaZc/src/github.com/containerd/containerd [2021-02-23T18:16:11.494Z] #56 0.375 Cloning into '/tmp/tmp.UG4WJfVaZc/src/github.com/containerd/containerd'... [2021-02-23T18:16:11.891Z] ok github.com/docker/docker/pkg/filenotify 0.611s coverage: 67.0% of statements [2021-02-23T18:16:11.891Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 89.5% of statements [2021-02-23T18:16:11.973Z] db4edcf0861f: Verifying Checksum [2021-02-23T18:16:11.973Z] db4edcf0861f: Download complete [2021-02-23T18:16:12.465Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2021-02-23T18:16:12.727Z] ok github.com/docker/docker/pkg/fsutils 0.314s coverage: 85.1% of statements [2021-02-23T18:16:12.734Z] . [2021-02-23T18:16:12.734Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:16:12.734Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:16:12.734Z] Error: No such image: emptyfs [2021-02-23T18:16:12.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-23T18:16:12.989Z] ok github.com/docker/docker/pkg/discovery/kv 3.095s coverage: 84.1% of statements [2021-02-23T18:16:12.990Z] Running integration-test (iteration 1) [2021-02-23T18:16:12.990Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-23T18:16:13.252Z] ok github.com/docker/docker/layer 7.400s coverage: 68.8% of statements [2021-02-23T18:16:13.252Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-23T18:16:13.252Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-23T18:16:13.252Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-23T18:16:13.252Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-23T18:16:13.252Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-23T18:16:13.252Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-23T18:16:13.252Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-23T18:16:13.845Z] ok github.com/docker/docker/pkg/jsonmessage 0.029s coverage: 91.7% of statements [2021-02-23T18:16:14.126Z] ok github.com/docker/docker/pkg/longpath 0.027s coverage: 100.0% of statements [2021-02-23T18:16:14.126Z] ok github.com/docker/docker/pkg/idtools 0.737s coverage: 69.5% of statements [2021-02-23T18:16:14.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-23T18:16:14.391Z] ok github.com/docker/docker/pkg/ioutils 0.717s coverage: 70.6% of statements [2021-02-23T18:16:14.392Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-23T18:16:14.392Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-23T18:16:14.392Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-23T18:16:14.659Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2021-02-23T18:16:14.659Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-23T18:16:14.659Z] ok github.com/docker/docker/pkg/parsers 0.010s coverage: 97.0% of statements [2021-02-23T18:16:14.920Z] ok github.com/docker/docker/pkg/parsers/kernel 0.023s coverage: 60.0% of statements [2021-02-23T18:16:15.009Z] #54 143.5 + bin/containerd-stress [2021-02-23T18:16:15.009Z] #54 145.1 + bin/containerd-shim [2021-02-23T18:16:15.182Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.027s coverage: 86.7% of statements [2021-02-23T18:16:15.444Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.4% of statements [2021-02-23T18:16:15.444Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-23T18:16:15.444Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-23T18:16:15.707Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.048s coverage: 56.8% of statements [2021-02-23T18:16:16.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-23T18:16:16.140Z] #56 ... [2021-02-23T18:16:16.140Z] [2021-02-23T18:16:16.140Z] #13 [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 [2021-02-23T18:16:16.140Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:16:16.140Z] #13 27.30 Reading package lists... [2021-02-23T18:16:16.140Z] #13 36.47 Building dependency tree... [2021-02-23T18:16:16.140Z] #13 39.42 The following additional packages will be installed: [2021-02-23T18:16:16.140Z] #13 39.43 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-23T18:16:16.140Z] #13 39.43 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-23T18:16:16.140Z] #13 39.43 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-23T18:16:16.140Z] #13 39.43 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-23T18:16:16.140Z] #13 39.44 mingw-w64-x86-64-dev [2021-02-23T18:16:16.140Z] #13 39.45 Suggested packages: [2021-02-23T18:16:16.140Z] #13 39.46 gcc-8-locales seccomp wine64 [2021-02-23T18:16:16.140Z] #13 41.12 The following NEW packages will be installed: [2021-02-23T18:16:16.140Z] #13 41.13 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-23T18:16:16.140Z] #13 41.13 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-23T18:16:16.140Z] #13 41.13 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-23T18:16:16.140Z] #13 41.13 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-23T18:16:16.140Z] #13 41.13 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-23T18:16:16.140Z] #13 41.13 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-23T18:16:16.140Z] #13 41.15 The following packages will be upgraded: [2021-02-23T18:16:16.140Z] #13 41.15 libsystemd0 libudev1 [2021-02-23T18:16:16.140Z] #13 41.33 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-23T18:16:16.140Z] #13 41.33 Need to get 79.4 MB of archives. [2021-02-23T18:16:16.140Z] #13 41.33 After this operation, 532 MB of additional disk space will be used. [2021-02-23T18:16:16.140Z] #13 41.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u6 [358 kB] [2021-02-23T18:16:16.140Z] #13 41.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u6 [158 kB] [2021-02-23T18:16:16.140Z] #13 41.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-02-23T18:16:16.140Z] #13 41.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-02-23T18:16:16.140Z] #13 42.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-23T18:16:16.140Z] #13 42.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-02-23T18:16:16.140Z] #13 42.15 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-02-23T18:16:16.140Z] #13 42.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-23T18:16:16.140Z] #13 42.75 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-23T18:16:16.140Z] #13 43.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-23T18:16:16.140Z] #13 43.76 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2021-02-23T18:16:16.140Z] #13 ... [2021-02-23T18:16:16.140Z] [2021-02-23T18:16:16.140Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-23T18:16:16.140Z] #64 sha256:f53c63c0228c8c92cbd47a50ee72a3c803c7feeb7a309afe448d06314a0df711 [2021-02-23T18:16:16.140Z] #64 DONE 46.4s [2021-02-23T18:16:16.140Z] [2021-02-23T18:16:16.140Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:16:16.140Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:16:16.140Z] #49 36.35 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-23T18:16:16.140Z] #49 41.64 go: extracting golang.org/x/text v0.3.2 [2021-02-23T18:16:16.140Z] #49 ... [2021-02-23T18:16:16.140Z] [2021-02-23T18:16:16.140Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:16:16.140Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-23T18:16:16.140Z] #36 26.77 Reading package lists... [2021-02-23T18:16:16.140Z] #36 36.55 Building dependency tree... [2021-02-23T18:16:16.140Z] #36 39.24 The following additional packages will be installed: [2021-02-23T18:16:16.140Z] #36 39.26 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-23T18:16:16.140Z] #36 39.27 Suggested packages: [2021-02-23T18:16:16.140Z] #36 39.28 cmake-doc ninja-build lrzip [2021-02-23T18:16:16.140Z] #36 39.28 Recommended packages: [2021-02-23T18:16:16.140Z] #36 39.28 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-23T18:16:16.140Z] #36 40.49 The following NEW packages will be installed: [2021-02-23T18:16:16.140Z] #36 40.50 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-23T18:16:16.140Z] #36 40.50 vim-common xxd [2021-02-23T18:16:16.140Z] #36 40.68 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-23T18:16:16.140Z] #36 40.68 Need to get 14.9 MB of archives. [2021-02-23T18:16:16.140Z] #36 40.68 After this operation, 67.2 MB of additional disk space will be used. [2021-02-23T18:16:16.140Z] #36 40.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-23T18:16:16.140Z] #36 40.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-23T18:16:16.140Z] #36 40.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-02-23T18:16:16.140Z] #36 40.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-23T18:16:16.140Z] #36 41.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-02-23T18:16:16.140Z] #36 41.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-02-23T18:16:16.140Z] #36 41.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-02-23T18:16:16.140Z] #36 41.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-02-23T18:16:16.140Z] #36 41.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-02-23T18:16:16.140Z] #36 42.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-02-23T18:16:16.140Z] #36 43.84 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:16:16.140Z] #36 43.99 Fetched 14.9 MB in 2s (8816 kB/s) [2021-02-23T18:16:16.140Z] #36 44.16 Selecting previously unselected package xxd. [2021-02-23T18:16:16.140Z] #36 44.16 (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 ... 15339 files and directories currently installed.) [2021-02-23T18:16:16.140Z] #36 44.29 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-23T18:16:16.140Z] #36 44.30 Unpacking xxd (2:8.1.0875-5) ... [2021-02-23T18:16:16.140Z] #36 44.48 Selecting previously unselected package vim-common. [2021-02-23T18:16:16.140Z] #36 44.49 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-23T18:16:16.140Z] #36 44.54 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-23T18:16:16.140Z] #36 44.95 Selecting previously unselected package cmake-data. [2021-02-23T18:16:16.140Z] #36 44.96 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-23T18:16:16.140Z] #36 44.98 Unpacking cmake-data (3.13.4-1) ... [2021-02-23T18:16:16.140Z] #36 ... [2021-02-23T18:16:16.140Z] [2021-02-23T18:16:16.140Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:16:16.140Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:16:16.140Z] #45 46.68 sync [2021-02-23T18:16:16.140Z] #45 46.71 internal/reflectlite [2021-02-23T18:16:16.654Z] ok github.com/docker/docker/pkg/pools 0.026s coverage: 88.2% of statements [2021-02-23T18:16:16.654Z] ok github.com/docker/docker/pkg/progress 0.012s coverage: 75.9% of statements [2021-02-23T18:16:16.654Z] ok github.com/docker/docker/pkg/plugins/transport 0.013s coverage: 85.7% of statements [2021-02-23T18:16:16.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-23T18:16:17.227Z] ok github.com/docker/docker/pkg/reexec 0.015s coverage: 82.4% of statements [2021-02-23T18:16:17.802Z] ok github.com/docker/docker/pkg/stdcopy 0.013s coverage: 100.0% of statements [2021-02-23T18:16:17.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-23T18:16:18.063Z] ok github.com/docker/docker/pkg/pubsub 1.088s coverage: 75.0% of statements [2021-02-23T18:16:18.259Z] #45 48.98 github.com/LK4D4/vndr/godl/singleflight [2021-02-23T18:16:18.259Z] #45 49.00 math/rand [2021-02-23T18:16:18.259Z] #45 49.07 internal/singleflight [2021-02-23T18:16:18.513Z] #54 149.4 + bin/containerd-shim-runc-v1 [2021-02-23T18:16:18.635Z] ok github.com/docker/docker/pkg/streamformatter 0.012s coverage: 66.2% of statements [2021-02-23T18:16:18.635Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements [2021-02-23T18:16:19.299Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:16:19.299Z] Using test binary docker [2021-02-23T18:16:19.299Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-23T18:16:19.299Z] Starting apparmor (via systemctl): apparmor.service. [2021-02-23T18:16:19.299Z] Starting dockerd [2021-02-23T18:16:19.299Z] INFO: Waiting for daemon to start... [2021-02-23T18:16:19.580Z] ok github.com/docker/docker/pkg/sysinfo 0.018s coverage: 54.2% of statements [2021-02-23T18:16:19.580Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.9% of statements [2021-02-23T18:16:19.811Z] #45 ... [2021-02-23T18:16:19.811Z] [2021-02-23T18:16:19.811Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:16:19.811Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-23T18:16:19.811Z] #42 40.53 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:16:19.811Z] #42 40.72 Fetched 4075 kB in 1s (6602 kB/s) [2021-02-23T18:16:19.811Z] #42 40.87 Selecting previously unselected package libcap-dev:ppc64el. [2021-02-23T18:16:19.811Z] #42 40.87 (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 ... 15339 files and directories currently installed.) [2021-02-23T18:16:19.811Z] #42 41.01 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 41.03 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-02-23T18:16:19.811Z] #42 41.27 Selecting previously unselected package libnet1:ppc64el. [2021-02-23T18:16:19.811Z] #42 41.29 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 41.30 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-23T18:16:19.811Z] #42 41.51 Selecting previously unselected package libnet1-dev. [2021-02-23T18:16:19.811Z] #42 41.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 41.52 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-23T18:16:19.811Z] #42 41.75 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-23T18:16:19.811Z] #42 41.78 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 41.79 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-23T18:16:19.811Z] #42 42.06 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-02-23T18:16:19.811Z] #42 42.06 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 42.07 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-23T18:16:19.811Z] #42 42.36 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-23T18:16:19.811Z] #42 42.37 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 42.38 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-23T18:16:19.811Z] #42 42.47 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-02-23T18:16:19.811Z] #42 42.51 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 42.52 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-23T18:16:19.811Z] #42 42.64 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-02-23T18:16:19.811Z] #42 42.68 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 42.69 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-23T18:16:19.811Z] #42 43.02 Selecting previously unselected package libprotobuf17:ppc64el. [2021-02-23T18:16:19.811Z] #42 43.02 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 43.02 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:19.811Z] #42 43.84 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-02-23T18:16:19.811Z] #42 43.86 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 43.88 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:19.811Z] #42 44.05 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-02-23T18:16:19.811Z] #42 44.09 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 44.09 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:19.811Z] #42 46.32 Selecting previously unselected package libprotoc17:ppc64el. [2021-02-23T18:16:19.811Z] #42 46.32 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 46.33 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:19.811Z] #42 47.07 Selecting previously unselected package protobuf-c-compiler. [2021-02-23T18:16:19.811Z] #42 47.17 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 47.19 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-23T18:16:19.811Z] #42 47.46 Selecting previously unselected package protobuf-compiler. [2021-02-23T18:16:19.811Z] #42 47.47 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 47.48 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-23T18:16:19.811Z] #42 47.68 Selecting previously unselected package python-pkg-resources. [2021-02-23T18:16:19.811Z] #42 47.69 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-23T18:16:19.811Z] #42 47.69 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-23T18:16:19.811Z] #42 47.94 Selecting previously unselected package python-six. [2021-02-23T18:16:19.811Z] #42 47.95 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-23T18:16:19.811Z] #42 47.97 Unpacking python-six (1.12.0-1) ... [2021-02-23T18:16:19.811Z] #42 48.12 Selecting previously unselected package python-protobuf. [2021-02-23T18:16:19.811Z] #42 48.12 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-02-23T18:16:19.811Z] #42 48.13 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-23T18:16:19.811Z] #42 48.68 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-23T18:16:20.111Z] #42 ... [2021-02-23T18:16:20.111Z] [2021-02-23T18:16:20.111Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:16:20.111Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:16:20.111Z] #49 48.09 go: finding github.com/fatih/color v1.7.0 [2021-02-23T18:16:20.111Z] #49 48.17 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-23T18:16:20.111Z] #49 48.51 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-23T18:16:20.111Z] #49 48.56 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-23T18:16:20.111Z] #49 48.68 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-23T18:16:20.111Z] #49 48.69 go: finding github.com/pkg/errors v0.8.1 [2021-02-23T18:16:20.111Z] #49 48.76 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-23T18:16:20.111Z] #49 48.76 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-23T18:16:20.111Z] #49 48.77 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-23T18:16:20.111Z] #49 48.80 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-23T18:16:20.111Z] #49 48.85 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-23T18:16:20.111Z] #49 48.92 go: finding github.com/spf13/viper v1.6.1 [2021-02-23T18:16:20.111Z] #49 49.01 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-23T18:16:20.111Z] #49 49.12 go: finding github.com/stretchr/testify v1.4.0 [2021-02-23T18:16:20.111Z] #49 49.15 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.22 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.24 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.24 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.25 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-23T18:16:20.111Z] #49 49.26 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-23T18:16:20.111Z] #49 49.34 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.36 go: finding github.com/spf13/cobra v0.0.5 [2021-02-23T18:16:20.111Z] #49 49.36 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-23T18:16:20.111Z] #49 49.37 go: finding github.com/gobwas/glob v0.2.3 [2021-02-23T18:16:20.111Z] #49 49.38 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.46 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-23T18:16:20.111Z] #49 49.49 go: finding github.com/stretchr/objx v0.2.0 [2021-02-23T18:16:20.111Z] #49 49.50 go: finding github.com/spf13/pflag v1.0.5 [2021-02-23T18:16:20.111Z] #49 49.55 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-23T18:16:20.111Z] #49 49.60 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-23T18:16:20.111Z] #49 49.65 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.71 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-23T18:16:20.111Z] #49 49.72 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-23T18:16:20.111Z] #49 49.77 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-23T18:16:20.111Z] #49 49.83 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-23T18:16:20.111Z] #49 49.83 go: finding github.com/magiconair/properties v1.8.1 [2021-02-23T18:16:20.111Z] #49 49.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-23T18:16:20.111Z] #49 49.91 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-23T18:16:20.111Z] #49 49.95 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-23T18:16:20.111Z] #49 50.04 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-23T18:16:20.111Z] #49 50.17 go: finding github.com/spf13/afero v1.1.2 [2021-02-23T18:16:20.111Z] #49 50.17 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-23T18:16:20.111Z] #49 50.17 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-23T18:16:20.111Z] #49 50.25 go: finding github.com/spf13/cast v1.3.0 [2021-02-23T18:16:20.111Z] #49 50.32 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-23T18:16:20.111Z] #49 50.38 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-23T18:16:20.111Z] #49 50.58 go: finding golang.org/x/text v0.3.2 [2021-02-23T18:16:20.111Z] #49 50.63 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-23T18:16:20.111Z] #49 50.68 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-23T18:16:20.111Z] #49 50.69 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-23T18:16:20.111Z] #49 50.74 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-23T18:16:20.111Z] #49 50.87 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-23T18:16:20.111Z] #49 50.93 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-23T18:16:20.111Z] #49 50.93 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-23T18:16:20.111Z] #49 50.93 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-23T18:16:20.111Z] #49 51.02 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-23T18:16:20.111Z] #49 51.02 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-23T18:16:20.111Z] #49 51.04 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-23T18:16:20.155Z] ok github.com/docker/docker/pkg/tailfile 0.099s coverage: 88.6% of statements [2021-02-23T18:16:20.155Z] ok github.com/docker/docker/pkg/signal 2.795s coverage: 61.0% of statements [2021-02-23T18:16:20.411Z] #49 51.04 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-23T18:16:20.411Z] #49 51.11 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-23T18:16:20.411Z] #49 51.16 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-23T18:16:20.411Z] #49 51.17 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-23T18:16:20.411Z] #49 51.18 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-23T18:16:20.709Z] #49 51.52 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-23T18:16:20.709Z] #49 51.58 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-23T18:16:20.729Z] ok github.com/docker/docker/pkg/tarsum 0.114s coverage: 89.3% of statements [2021-02-23T18:16:20.729Z] testing: warning: no tests to run [2021-02-23T18:16:20.729Z] coverage: [no statements] [2021-02-23T18:16:20.729Z] ok github.com/docker/docker/pkg/term/windows 0.011s coverage: [no statements] [no tests to run] [2021-02-23T18:16:20.991Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2021-02-23T18:16:20.991Z] ok github.com/docker/docker/pkg/urlutil 0.030s coverage: 100.0% of statements [2021-02-23T18:16:21.009Z] #49 51.58 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-23T18:16:21.009Z] #49 51.60 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-23T18:16:21.009Z] #49 51.81 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-23T18:16:21.253Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements [2021-02-23T18:16:21.306Z] #49 52.09 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-23T18:16:21.306Z] #49 52.16 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-23T18:16:21.604Z] #49 52.25 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-23T18:16:21.604Z] #49 52.27 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-23T18:16:21.604Z] #49 52.34 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-23T18:16:21.604Z] #49 52.37 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-23T18:16:21.830Z] . [2021-02-23T18:16:21.830Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:16:21.830Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:16:21.830Z] Error: No such image: emptyfs [2021-02-23T18:16:21.830Z] Running integration-test (iteration 1) [2021-02-23T18:16:21.830Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-23T18:16:22.018Z] #54 152.5 + bin/containerd-shim-runc-v2 [2021-02-23T18:16:22.308Z] #54 153.2 + binaries [2021-02-23T18:16:22.308Z] #54 153.2 + install -D bin/containerd /build/containerd [2021-02-23T18:16:22.308Z] #54 153.2 + install -D bin/containerd-shim /build/containerd-shim [2021-02-23T18:16:22.308Z] #54 153.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-23T18:16:22.308Z] #54 153.3 + install -D bin/ctr /build/ctr [2021-02-23T18:16:22.645Z] ok github.com/docker/docker/plugin/v2 0.020s coverage: 14.5% of statements [2021-02-23T18:16:22.645Z] ok github.com/docker/docker/profiles/seccomp 0.046s coverage: 85.4% of statements [2021-02-23T18:16:22.938Z] #54 DONE 153.8s [2021-02-23T18:16:23.139Z] #49 ... [2021-02-23T18:16:23.139Z] [2021-02-23T18:16:23.139Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:16:23.139Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-23T18:16:23.139Z] #42 53.85 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:23.139Z] #42 53.86 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-23T18:16:23.139Z] #42 53.86 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-23T18:16:23.139Z] #42 53.87 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-23T18:16:23.139Z] #42 53.88 Setting up python-six (1.12.0-1) ... [2021-02-23T18:16:23.573Z] [2021-02-23T18:16:23.573Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-02-23T18:16:23.590Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2021-02-23T18:16:23.864Z] #55 DONE 0.3s [2021-02-23T18:16:23.864Z] [2021-02-23T18:16:23.864Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-02-23T18:16:24.155Z] #59 DONE 0.2s [2021-02-23T18:16:24.155Z] [2021-02-23T18:16:24.155Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2021-02-23T18:16:24.155Z] #61 DONE 0.1s [2021-02-23T18:16:24.166Z] ok github.com/docker/docker/plugin 0.573s coverage: 23.2% of statements [2021-02-23T18:16:24.445Z] [2021-02-23T18:16:24.445Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-02-23T18:16:24.445Z] #63 DONE 0.2s [2021-02-23T18:16:24.445Z] [2021-02-23T18:16:24.445Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-23T18:16:24.445Z] #64 DONE 0.1s [2021-02-23T18:16:24.445Z] [2021-02-23T18:16:24.445Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-23T18:16:25.121Z] #65 DONE 0.7s [2021-02-23T18:16:25.428Z] [2021-02-23T18:16:25.428Z] #66 exporting to image [2021-02-23T18:16:25.428Z] #66 exporting layers [2021-02-23T18:16:25.556Z] ok github.com/docker/docker/registry 0.164s coverage: 57.2% of statements [2021-02-23T18:16:25.556Z] ok github.com/docker/docker/quota 0.588s coverage: 71.4% of statements [2021-02-23T18:16:25.556Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2021-02-23T18:16:26.132Z] ok github.com/docker/docker/restartmanager 0.009s coverage: 50.9% of statements [2021-02-23T18:16:26.132Z] ok github.com/docker/docker/testutil 0.011s coverage: 62.5% of statements [2021-02-23T18:16:26.706Z] ok github.com/docker/docker/runconfig 0.024s coverage: 66.1% of statements [2021-02-23T18:16:26.715Z] #42 ... [2021-02-23T18:16:26.716Z] [2021-02-23T18:16:26.716Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:16:26.716Z] #34 sha256:26de661f9bf0b5b2dd820788b5b497cd31072a93a0d69ca7cc7c7cc7bf4e6b4d [2021-02-23T18:16:26.716Z] #34 47.58 sync [2021-02-23T18:16:26.716Z] #34 47.63 internal/reflectlite [2021-02-23T18:16:26.716Z] #34 51.20 sort [2021-02-23T18:16:26.716Z] #34 51.22 errors [2021-02-23T18:16:26.716Z] #34 51.95 strconv [2021-02-23T18:16:26.716Z] #34 51.97 io [2021-02-23T18:16:26.716Z] #34 51.97 internal/oserror [2021-02-23T18:16:26.716Z] #34 52.22 syscall [2021-02-23T18:16:26.716Z] #34 55.76 strings [2021-02-23T18:16:26.716Z] #34 55.79 bytes [2021-02-23T18:16:27.018Z] #34 ... [2021-02-23T18:16:27.018Z] [2021-02-23T18:16:27.018Z] #13 [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 [2021-02-23T18:16:27.018Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:16:27.018Z] #13 49.41 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2021-02-23T18:16:27.018Z] #13 52.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-02-23T18:16:27.018Z] #13 52.06 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-02-23T18:16:27.018Z] #13 52.07 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-23T18:16:27.018Z] #13 52.08 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-23T18:16:27.018Z] #13 52.08 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-02-23T18:16:27.018Z] #13 52.09 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u6 [110 kB] [2021-02-23T18:16:27.018Z] #13 52.10 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-02-23T18:16:27.018Z] #13 52.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-02-23T18:16:27.018Z] #13 52.14 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-02-23T18:16:27.018Z] #13 52.15 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-02-23T18:16:27.018Z] #13 52.18 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-02-23T18:16:27.018Z] #13 52.22 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-02-23T18:16:27.018Z] #13 52.24 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-02-23T18:16:27.018Z] #13 52.24 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2021-02-23T18:16:27.018Z] #13 52.25 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u6 [322 kB] [2021-02-23T18:16:27.018Z] #13 53.36 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:16:27.018Z] #13 53.55 Fetched 79.4 MB in 11s (7216 kB/s) [2021-02-23T18:16:27.018Z] #13 53.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-23T18:16:27.018Z] #13 53.79 Preparing to unpack .../libsystemd0_241-7~deb10u6_ppc64el.deb ... [2021-02-23T18:16:27.018Z] #13 53.80 Unpacking libsystemd0:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-23T18:16:27.018Z] #13 54.17 Setting up libsystemd0:ppc64el (241-7~deb10u6) ... [2021-02-23T18:16:27.018Z] #13 54.31 (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 ... 15339 files and directories currently installed.) [2021-02-23T18:16:27.018Z] #13 54.35 Preparing to unpack .../libudev1_241-7~deb10u6_ppc64el.deb ... [2021-02-23T18:16:27.018Z] #13 54.37 Unpacking libudev1:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-23T18:16:27.018Z] #13 54.64 Setting up libudev1:ppc64el (241-7~deb10u6) ... [2021-02-23T18:16:27.018Z] #13 54.87 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-23T18:16:27.018Z] #13 54.87 (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 ... 15339 files and directories currently installed.) [2021-02-23T18:16:27.018Z] #13 54.94 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-02-23T18:16:27.018Z] #13 54.95 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-23T18:16:27.316Z] #13 58.10 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-23T18:16:27.316Z] #13 58.11 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-02-23T18:16:27.316Z] #13 58.11 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-23T18:16:27.316Z] #13 ... [2021-02-23T18:16:27.316Z] [2021-02-23T18:16:27.316Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:16:27.316Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-23T18:16:27.316Z] #42 58.07 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-23T18:16:27.316Z] #42 58.08 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-23T18:16:27.316Z] #42 58.08 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:27.316Z] #42 58.09 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-02-23T18:16:27.316Z] #42 58.09 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:27.316Z] #42 58.10 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-23T18:16:27.316Z] #42 58.11 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-23T18:16:27.316Z] #42 58.12 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-23T18:16:27.316Z] #42 58.13 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-23T18:16:27.316Z] #42 58.14 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-23T18:16:27.826Z] Loaded image: buildpack-deps:buster [2021-02-23T18:16:27.826Z] Loaded image: busybox:latest [2021-02-23T18:16:27.826Z] Loaded image: busybox:glibc [2021-02-23T18:16:28.149Z] #66 exporting layers 2.5s done [2021-02-23T18:16:28.149Z] #66 writing image sha256:190c41ff325ef82ac12d534f0a6cc5a26472631955422360a4043d25ddec0991 0.0s done [2021-02-23T18:16:28.149Z] #66 naming to docker.io/library/docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c done [2021-02-23T18:16:28.149Z] #66 DONE 2.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-23T18:16:28.520Z] Loaded image: debian:bullseye [2021-02-23T18:16:28.520Z] Loaded image: hello-world:latest [2021-02-23T18:16:28.520Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:16:28.520Z] INFO: Testing against a local daemon [2021-02-23T18:16:28.520Z] === RUN TestCgroupNamespacesBuild [2021-02-23T18:16:28.552Z] #42 ... [2021-02-23T18:16:28.552Z] [2021-02-23T18:16:28.552Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:16:28.552Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-23T18:16:28.552Z] #36 49.07 Selecting previously unselected package libicu63:ppc64el. [2021-02-23T18:16:28.552Z] #36 49.11 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-23T18:16:28.552Z] #36 49.12 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-23T18:16:28.552Z] #36 56.15 Selecting previously unselected package libxml2:ppc64el. [2021-02-23T18:16:28.552Z] #36 56.16 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-02-23T18:16:28.552Z] #36 56.16 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-23T18:16:28.552Z] #36 56.75 Selecting previously unselected package libarchive13:ppc64el. [2021-02-23T18:16:28.552Z] #36 56.75 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-02-23T18:16:28.552Z] #36 56.78 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-23T18:16:28.552Z] #36 57.26 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-02-23T18:16:28.552Z] #36 57.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-02-23T18:16:28.552Z] #36 57.29 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-23T18:16:28.552Z] #36 57.45 Selecting previously unselected package librhash0:ppc64el. [2021-02-23T18:16:28.552Z] #36 57.46 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-02-23T18:16:28.552Z] #36 57.47 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-02-23T18:16:28.552Z] #36 57.67 Selecting previously unselected package libuv1:ppc64el. [2021-02-23T18:16:28.552Z] #36 57.68 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-02-23T18:16:28.552Z] #36 57.68 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-02-23T18:16:28.552Z] #36 57.88 Selecting previously unselected package cmake. [2021-02-23T18:16:28.552Z] #36 57.89 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-02-23T18:16:28.552Z] #36 57.89 Unpacking cmake (3.13.4-1) ... [2021-02-23T18:16:28.552Z] #36 ... [2021-02-23T18:16:28.552Z] [2021-02-23T18:16:28.552Z] #32 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:16:28.552Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-23T18:16:28.552Z] #32 51.98 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-23T18:16:28.552Z] #32 52.59 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-23T18:16:28.552Z] #32 53.31 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:16:28.576Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/test/unit [2021-02-23T18:16:28.629Z] ok github.com/docker/docker/volume/drivers 0.022s coverage: 36.1% of statements [2021-02-23T18:16:30.020Z] ok github.com/docker/docker/volume/mounts 0.058s coverage: 67.0% of statements [2021-02-23T18:16:30.282Z] ok github.com/docker/docker/volume/local 0.265s coverage: 76.4% of statements [2021-02-23T18:16:30.652Z] #32 ... [2021-02-23T18:16:30.652Z] [2021-02-23T18:16:30.652Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:16:30.652Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-23T18:16:30.652Z] #36 60.99 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-23T18:16:30.652Z] #36 61.02 Setting up xxd (2:8.1.0875-5) ... [2021-02-23T18:16:30.652Z] #36 61.02 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-02-23T18:16:30.652Z] #36 61.03 Setting up vim-common (2:8.1.0875-5) ... [2021-02-23T18:16:30.652Z] #36 61.08 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-02-23T18:16:30.652Z] #36 61.10 Setting up cmake-data (3.13.4-1) ... [2021-02-23T18:16:30.652Z] #36 61.11 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-23T18:16:30.652Z] #36 61.12 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-23T18:16:30.652Z] #36 61.14 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-23T18:16:30.652Z] #36 61.15 Setting up cmake (3.13.4-1) ... [2021-02-23T18:16:30.652Z] #36 61.15 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:16:30.652Z] #36 61.24 Processing triggers for mime-support (3.62) ... [2021-02-23T18:16:30.652Z] #36 ... [2021-02-23T18:16:30.652Z] [2021-02-23T18:16:30.652Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:16:30.652Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:16:30.652Z] #51 51.25 sort [2021-02-23T18:16:30.652Z] #51 51.25 errors [2021-02-23T18:16:30.652Z] #51 51.90 internal/oserror [2021-02-23T18:16:30.652Z] #51 51.92 strconv [2021-02-23T18:16:30.652Z] #51 51.94 io [2021-02-23T18:16:30.652Z] #51 52.17 syscall [2021-02-23T18:16:30.652Z] #51 55.15 strings [2021-02-23T18:16:30.652Z] #51 55.15 bytes [2021-02-23T18:16:30.652Z] #51 ... [2021-02-23T18:16:30.652Z] [2021-02-23T18:16:30.652Z] #13 [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 [2021-02-23T18:16:30.652Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:16:30.652Z] #13 61.41 Selecting previously unselected package binutils-mingw-w64. [2021-02-23T18:16:30.652Z] #13 61.41 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-23T18:16:30.652Z] #13 61.41 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-23T18:16:30.852Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2021-02-23T18:16:30.951Z] #13 ... [2021-02-23T18:16:30.951Z] [2021-02-23T18:16:30.951Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-23T18:16:30.951Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-23T18:16:30.951Z] #36 DONE 61.6s [2021-02-23T18:16:30.951Z] [2021-02-23T18:16:30.951Z] #13 [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 [2021-02-23T18:16:30.951Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:16:30.951Z] #13 61.59 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-02-23T18:16:30.951Z] #13 61.61 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-23T18:16:30.951Z] #13 61.63 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-23T18:16:31.033Z] --- PASS: TestCgroupNamespacesBuild (2.17s) [2021-02-23T18:16:31.033Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-23T18:16:31.250Z] #13 61.90 Selecting previously unselected package dmsetup. [2021-02-23T18:16:31.250Z] #13 61.92 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-02-23T18:16:31.250Z] #13 61.92 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-23T18:16:31.250Z] #13 62.04 Selecting previously unselected package mingw-w64-common. [2021-02-23T18:16:31.250Z] #13 62.05 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-23T18:16:31.251Z] #13 62.05 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-23T18:16:31.251Z] #13 ... [2021-02-23T18:16:31.251Z] [2021-02-23T18:16:31.251Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:16:31.251Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:16:31.251Z] #45 52.01 io [2021-02-23T18:16:31.251Z] #45 52.02 sort [2021-02-23T18:16:31.251Z] #45 52.02 internal/oserror [2021-02-23T18:16:31.251Z] #45 52.02 strconv [2021-02-23T18:16:31.251Z] #45 52.64 syscall [2021-02-23T18:16:31.251Z] #45 56.21 vendor/golang.org/x/net/dns/dnsmessage [2021-02-23T18:16:31.251Z] #45 56.54 bytes [2021-02-23T18:16:31.296Z] ? github.com/docker/docker/api [no test files] [2021-02-23T18:16:31.567Z] #45 ... [2021-02-23T18:16:31.567Z] [2021-02-23T18:16:31.567Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-23T18:16:31.567Z] #37 sha256:4ce2795c228a47e023f3ac4401998914057d1aa6d6120525822fa92ff47563f9 [2021-02-23T18:16:31.567Z] #37 0.389 + RM_GOPATH=0 [2021-02-23T18:16:31.567Z] #37 0.390 + TMP_GOPATH= [2021-02-23T18:16:31.567Z] #37 0.390 + : /build [2021-02-23T18:16:31.567Z] #37 0.390 + '[' -z '' ']' [2021-02-23T18:16:31.567Z] #37 0.395 ++ mktemp -d [2021-02-23T18:16:31.567Z] #37 0.398 + export GOPATH=/tmp/tmp.KdgVTUYWPW [2021-02-23T18:16:31.567Z] #37 0.398 + GOPATH=/tmp/tmp.KdgVTUYWPW [2021-02-23T18:16:31.567Z] #37 0.398 + RM_GOPATH=1 [2021-02-23T18:16:31.567Z] #37 0.398 + case "$(go env GOARCH)" in [2021-02-23T18:16:31.567Z] #37 0.403 ++ go env GOARCH [2021-02-23T18:16:31.567Z] #37 0.417 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:16:31.567Z] #37 0.417 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:16:31.567Z] #37 0.431 ++ dirname /tmp/install/install.sh [2021-02-23T18:16:31.567Z] #37 0.436 + dir=/tmp/install [2021-02-23T18:16:31.567Z] #37 0.436 + bin=tini [2021-02-23T18:16:31.567Z] #37 0.436 + shift [2021-02-23T18:16:31.567Z] #37 0.436 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-23T18:16:31.567Z] #37 0.436 + . /tmp/install/tini.installer [2021-02-23T18:16:31.567Z] #37 0.436 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-23T18:16:31.567Z] #37 0.437 + install_tini [2021-02-23T18:16:31.567Z] #37 0.437 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-23T18:16:31.567Z] #37 0.437 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-23T18:16:31.567Z] #37 0.437 + git clone https://github.com/krallin/tini.git /tmp/tmp.KdgVTUYWPW/tini [2021-02-23T18:16:31.567Z] #37 0.448 Cloning into '/tmp/tmp.KdgVTUYWPW/tini'... [2021-02-23T18:16:32.210Z] #37 1.480 + cd /tmp/tmp.KdgVTUYWPW/tini [2021-02-23T18:16:32.210Z] #37 1.481 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-23T18:16:32.210Z] #37 1.490 + cmake . [2021-02-23T18:16:32.920Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2021-02-23T18:16:32.920Z] === RUN TestBuildWithSession [2021-02-23T18:16:32.920Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-23T18:16:32.920Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:16:32.920Z] === RUN TestBuildSquashParent [2021-02-23T18:16:33.049Z] 4612f6d0b889: Verifying Checksum [2021-02-23T18:16:33.049Z] 4612f6d0b889: Download complete [2021-02-23T18:16:33.264Z] #37 2.303 -- The C compiler identification is GNU 8.3.0 [2021-02-23T18:16:33.264Z] #37 2.402 -- Check for working C compiler: /usr/bin/cc [2021-02-23T18:16:34.164Z] Loaded image: buildpack-deps:buster [2021-02-23T18:16:34.164Z] Loaded image: busybox:latest [2021-02-23T18:16:34.164Z] Loaded image: busybox:glibc [2021-02-23T18:16:34.328Z] #37 ... [2021-02-23T18:16:34.328Z] [2021-02-23T18:16:34.328Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-23T18:16:34.328Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-23T18:16:34.328Z] #42 64.71 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-23T18:16:34.328Z] #42 64.72 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:16:34.328Z] #42 DONE 65.0s [2021-02-23T18:16:34.328Z] [2021-02-23T18:16:34.328Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-23T18:16:34.328Z] #37 sha256:4ce2795c228a47e023f3ac4401998914057d1aa6d6120525822fa92ff47563f9 [2021-02-23T18:16:34.328Z] #37 3.316 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-23T18:16:34.328Z] #37 3.318 -- Detecting C compiler ABI info [2021-02-23T18:16:34.976Z] #37 4.032 -- Detecting C compiler ABI info - done [2021-02-23T18:16:34.976Z] #37 4.086 -- Detecting C compile features [2021-02-23T18:16:36.698Z] Loaded image: debian:bullseye [2021-02-23T18:16:36.698Z] Loaded image: hello-world:latest [2021-02-23T18:16:36.698Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:16:36.698Z] INFO: Testing against a local daemon [2021-02-23T18:16:36.698Z] === RUN TestCgroupNamespacesBuild [2021-02-23T18:16:37.078Z] #37 6.363 -- Detecting C compile features - done [2021-02-23T18:16:37.078Z] #37 6.414 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-23T18:16:37.724Z] #37 6.718 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-23T18:16:37.724Z] #37 6.892 -- Configuring done [2021-02-23T18:16:37.724Z] #37 6.937 -- Generating done [2021-02-23T18:16:37.724Z] #37 6.945 -- Build files have been written to: /tmp/tmp.KdgVTUYWPW/tini [2021-02-23T18:16:37.724Z] #37 6.957 + make tini-static [2021-02-23T18:16:38.082Z] --- PASS: TestCgroupNamespacesBuild (1.39s) [2021-02-23T18:16:38.082Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-23T18:16:38.375Z] #37 7.422 Scanning dependencies of target tini-static [2021-02-23T18:16:38.375Z] #37 7.606 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-23T18:16:39.459Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s) [2021-02-23T18:16:39.459Z] === RUN TestBuildWithSession [2021-02-23T18:16:39.459Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-23T18:16:39.459Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:16:39.459Z] === RUN TestBuildSquashParent [2021-02-23T18:16:39.758Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2021-02-23T18:16:40.479Z] #37 9.312 [100%] Linking C executable tini-static [2021-02-23T18:16:40.777Z] #37 9.996 [100%] Built target tini-static [2021-02-23T18:16:40.998Z] --- PASS: TestBuildSquashParent (7.42s) [2021-02-23T18:16:40.998Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-23T18:16:40.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:16:40.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:16:40.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:16:40.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:16:40.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:16:40.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:16:40.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:16:40.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:16:40.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:16:40.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:16:40.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:16:40.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:16:40.998Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:16:40.998Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:16:41.078Z] #37 10.08 + mkdir -p /build [2021-02-23T18:16:41.078Z] #37 10.09 + cp tini-static /build/docker-init [2021-02-23T18:16:41.078Z] #37 DONE 10.2s [2021-02-23T18:16:41.078Z] [2021-02-23T18:16:41.078Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:16:41.078Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:16:41.078Z] #43 1.807 Note: Building without setproctitle() and strlcpy() support. [2021-02-23T18:16:41.078Z] #43 1.807 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-23T18:16:41.078Z] #43 1.859 Note: Building without GnuTLS support [2021-02-23T18:16:41.078Z] #43 1.872 Makefile.config:39: Warn: you have no libnftables installed [2021-02-23T18:16:41.078Z] #43 1.886 Makefile.config:40: Warn: Building without nftables support [2021-02-23T18:16:41.078Z] #43 3.685 fatal: not a git repository (or any of the parent directories): .git [2021-02-23T18:16:41.078Z] #43 3.731 GEN .gitid [2021-02-23T18:16:41.078Z] #43 3.791 GEN criu/include/version.h [2021-02-23T18:16:41.078Z] #43 3.850 GEN include/common/asm [2021-02-23T18:16:41.078Z] #43 6.076 PBCC images/timens.pb-c.c [2021-02-23T18:16:41.078Z] #43 6.125 DEP images/timens.pb-c.d [2021-02-23T18:16:41.078Z] #43 6.196 PBCC images/fown.pb-c.c [2021-02-23T18:16:41.078Z] #43 6.263 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-23T18:16:41.078Z] #43 6.411 PBCC images/opts.pb-c.c [2021-02-23T18:16:41.078Z] #43 6.488 PBCC images/memfd.pb-c.c [2021-02-23T18:16:41.078Z] #43 6.550 DEP images/fown.pb-c.d [2021-02-23T18:16:41.078Z] #43 6.638 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-23T18:16:41.078Z] #43 6.690 DEP images/opts.pb-c.d [2021-02-23T18:16:41.078Z] #43 6.752 DEP images/memfd.pb-c.d [2021-02-23T18:16:41.078Z] #43 6.780 PBCC images/sit.pb-c.c [2021-02-23T18:16:41.381Z] #43 6.948 DEP images/sit.pb-c.d [2021-02-23T18:16:41.381Z] #43 7.111 PBCC images/macvlan.pb-c.c [2021-02-23T18:16:41.381Z] #43 7.121 DEP images/macvlan.pb-c.d [2021-02-23T18:16:41.381Z] #43 ... [2021-02-23T18:16:41.381Z] [2021-02-23T18:16:41.381Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:16:41.381Z] #34 sha256:26de661f9bf0b5b2dd820788b5b497cd31072a93a0d69ca7cc7c7cc7bf4e6b4d [2021-02-23T18:16:41.381Z] #34 62.15 bufio [2021-02-23T18:16:41.381Z] #34 62.86 reflect [2021-02-23T18:16:41.381Z] #34 65.72 path [2021-02-23T18:16:41.381Z] #34 71.43 internal/syscall/execenv [2021-02-23T18:16:41.381Z] #34 71.45 internal/syscall/unix [2021-02-23T18:16:41.381Z] #34 71.46 time [2021-02-23T18:16:41.559Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:16:41.687Z] #34 ... [2021-02-23T18:16:41.687Z] [2021-02-23T18:16:41.687Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:16:41.687Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:16:41.687Z] #43 7.217 PBCC images/autofs.pb-c.c [2021-02-23T18:16:41.687Z] #43 7.239 DEP images/autofs.pb-c.d [2021-02-23T18:16:41.687Z] #43 7.377 PBCC images/sysctl.pb-c.c [2021-02-23T18:16:41.687Z] #43 7.416 DEP images/sysctl.pb-c.d [2021-02-23T18:16:41.988Z] #43 7.563 PBCC images/time.pb-c.c [2021-02-23T18:16:41.988Z] #43 7.573 DEP images/time.pb-c.d [2021-02-23T18:16:41.988Z] #43 7.687 PBCC images/binfmt-misc.pb-c.c [2021-02-23T18:16:41.988Z] #43 7.711 DEP images/binfmt-misc.pb-c.d [2021-02-23T18:16:41.988Z] #43 7.773 PBCC images/seccomp.pb-c.c [2021-02-23T18:16:41.988Z] #43 7.817 DEP images/seccomp.pb-c.d [2021-02-23T18:16:41.988Z] #43 7.853 PBCC images/userns.pb-c.c [2021-02-23T18:16:41.988Z] #43 7.900 DEP images/userns.pb-c.d [2021-02-23T18:16:41.988Z] #43 ... [2021-02-23T18:16:41.988Z] [2021-02-23T18:16:41.988Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:16:41.988Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:16:41.988Z] #51 62.94 bufio [2021-02-23T18:16:41.988Z] #51 63.73 text/tabwriter [2021-02-23T18:16:41.988Z] #51 65.21 reflect [2021-02-23T18:16:41.988Z] #51 66.13 regexp/syntax [2021-02-23T18:16:42.277Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.11791996s with top 10 stages: buildssa: 1m38.904133351s, goimports: 21.898056402s, unconvert: 12.914877988s, gosec: 9.811316603s, golint: 5.703024954s, misspell: 4.37513335s, ineffassign: 4.106368206s, inspect: 3.103977522s, vrp: 2.704793943s, printf: 2.126993601s [2021-02-23T18:16:42.286Z] #51 ... [2021-02-23T18:16:42.286Z] [2021-02-23T18:16:42.286Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:16:42.286Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:16:42.286Z] #43 7.977 PBCC images/cgroup.pb-c.c [2021-02-23T18:16:42.286Z] #43 8.008 DEP images/cgroup.pb-c.d [2021-02-23T18:16:42.286Z] #43 8.052 PBCC images/ext-file.pb-c.c [2021-02-23T18:16:42.286Z] #43 8.073 DEP images/ext-file.pb-c.d [2021-02-23T18:16:42.286Z] #43 8.107 PBCC images/rpc.pb-c.c [2021-02-23T18:16:42.586Z] #43 8.205 DEP images/rpc.pb-c.d [2021-02-23T18:16:42.586Z] #43 8.249 PBCC images/siginfo.pb-c.c [2021-02-23T18:16:42.586Z] #43 8.278 DEP images/siginfo.pb-c.d [2021-02-23T18:16:42.586Z] #43 8.303 PBCC images/pagemap.pb-c.c [2021-02-23T18:16:42.586Z] #43 8.350 DEP images/pagemap.pb-c.d [2021-02-23T18:16:42.586Z] #43 8.390 PBCC images/rlimit.pb-c.c [2021-02-23T18:16:42.586Z] #43 8.412 DEP images/rlimit.pb-c.d [2021-02-23T18:16:42.586Z] #43 8.443 PBCC images/file-lock.pb-c.c [2021-02-23T18:16:42.586Z] #43 8.465 DEP images/file-lock.pb-c.d [2021-02-23T18:16:42.586Z] #43 8.487 PBCC images/tty.pb-c.c [2021-02-23T18:16:42.882Z] #43 8.541 DEP images/tty.pb-c.d [2021-02-23T18:16:42.882Z] #43 8.584 PBCC images/tun.pb-c.c [2021-02-23T18:16:42.882Z] #43 8.649 PBCC images/netdev.pb-c.c [2021-02-23T18:16:42.882Z] #43 8.684 DEP images/tun.pb-c.d [2021-02-23T18:16:42.882Z] #43 8.744 DEP images/netdev.pb-c.d [2021-02-23T18:16:42.882Z] #43 8.794 PBCC images/vma.pb-c.c [2021-02-23T18:16:42.922Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:16:42.922Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:16:43.180Z] #43 8.846 DEP images/vma.pb-c.d [2021-02-23T18:16:43.180Z] #43 8.913 PBCC images/creds.pb-c.c [2021-02-23T18:16:43.180Z] #43 8.923 DEP images/creds.pb-c.d [2021-02-23T18:16:43.180Z] #43 8.979 PBCC images/utsns.pb-c.c [2021-02-23T18:16:43.180Z] #43 8.993 DEP images/utsns.pb-c.d [2021-02-23T18:16:43.477Z] #43 9.075 PBCC images/ipc-desc.pb-c.c [2021-02-23T18:16:43.477Z] #43 9.089 PBCC images/ipc-sem.pb-c.c [2021-02-23T18:16:43.477Z] #43 9.122 DEP images/ipc-desc.pb-c.d [2021-02-23T18:16:43.477Z] #43 9.219 DEP images/ipc-sem.pb-c.d [2021-02-23T18:16:43.477Z] #43 9.274 PBCC images/ipc-msg.pb-c.c [2021-02-23T18:16:43.477Z] #43 9.285 DEP images/ipc-msg.pb-c.d [2021-02-23T18:16:43.775Z] #43 9.420 PBCC images/ipc-shm.pb-c.c [2021-02-23T18:16:43.775Z] #43 9.449 DEP images/ipc-shm.pb-c.d [2021-02-23T18:16:43.775Z] #43 ... [2021-02-23T18:16:43.775Z] [2021-02-23T18:16:43.775Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:16:43.775Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:16:43.775Z] #45 64.52 bufio [2021-02-23T18:16:43.775Z] #45 65.56 reflect [2021-02-23T18:16:43.775Z] #45 70.01 regexp/syntax [2021-02-23T18:16:43.775Z] #45 73.53 hash/crc32 [2021-02-23T18:16:43.775Z] #45 ... [2021-02-23T18:16:43.775Z] [2021-02-23T18:16:43.775Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:16:43.775Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:16:43.775Z] #43 9.529 PBCC images/ipc-var.pb-c.c [2021-02-23T18:16:43.775Z] #43 9.556 DEP images/ipc-var.pb-c.d [2021-02-23T18:16:43.775Z] #43 9.620 PBCC images/sk-opts.pb-c.c [2021-02-23T18:16:44.073Z] #43 9.714 PBCC images/packet-sock.pb-c.c [2021-02-23T18:16:44.073Z] #43 9.820 DEP images/sk-opts.pb-c.d [2021-02-23T18:16:44.370Z] #43 9.919 DEP images/packet-sock.pb-c.d [2021-02-23T18:16:44.370Z] #43 9.972 PBCC images/sk-netlink.pb-c.c [2021-02-23T18:16:44.370Z] #43 10.09 DEP images/sk-netlink.pb-c.d [2021-02-23T18:16:44.370Z] #43 10.18 PBCC images/sk-inet.pb-c.c [2021-02-23T18:16:44.370Z] #43 10.26 DEP images/sk-inet.pb-c.d [2021-02-23T18:16:44.671Z] #43 10.31 PBCC images/sk-unix.pb-c.c [2021-02-23T18:16:44.671Z] #43 10.41 DEP images/sk-unix.pb-c.d [2021-02-23T18:16:44.671Z] #43 10.51 PBCC images/mm.pb-c.c [2021-02-23T18:16:44.728Z] --- PASS: TestBuildSquashParent (4.80s) [2021-02-23T18:16:44.728Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-23T18:16:44.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:16:44.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:16:44.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:16:44.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:16:44.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:16:44.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:16:44.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:16:44.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:16:44.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:16:44.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:16:44.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:16:44.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:16:44.728Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:16:44.728Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:16:44.809Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:16:44.971Z] #43 10.60 DEP images/mm.pb-c.d [2021-02-23T18:16:44.971Z] #43 10.67 PBCC images/timerfd.pb-c.c [2021-02-23T18:16:44.971Z] #43 10.72 DEP images/timerfd.pb-c.d [2021-02-23T18:16:44.971Z] #43 10.78 PBCC images/timer.pb-c.c [2021-02-23T18:16:44.971Z] #43 10.80 DEP images/timer.pb-c.d [2021-02-23T18:16:44.971Z] #43 10.90 PBCC images/sa.pb-c.c [2021-02-23T18:16:45.269Z] #43 10.98 DEP images/sa.pb-c.d [2021-02-23T18:16:45.269Z] #43 11.03 PBCC images/pipe-data.pb-c.c [2021-02-23T18:16:45.269Z] #43 11.05 DEP images/pipe-data.pb-c.d [2021-02-23T18:16:45.269Z] #43 11.10 PBCC images/mnt.pb-c.c [2021-02-23T18:16:45.269Z] #43 11.18 DEP images/mnt.pb-c.d [2021-02-23T18:16:45.567Z] #43 11.27 PBCC images/sk-packet.pb-c.c [2021-02-23T18:16:45.567Z] #43 11.28 DEP images/sk-packet.pb-c.d [2021-02-23T18:16:45.567Z] #43 ... [2021-02-23T18:16:45.567Z] [2021-02-23T18:16:45.567Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-23T18:16:45.567Z] #47 sha256:79d0adaa04440bf0bb8055330f09f0982dcda98a4332f6e597eb71eeef33ca8a [2021-02-23T18:16:45.567Z] #47 DONE 76.3s [2021-02-23T18:16:45.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:16:45.864Z] [2021-02-23T18:16:45.864Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:16:45.864Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:16:45.864Z] #43 11.44 PBCC images/tcp-stream.pb-c.c [2021-02-23T18:16:45.864Z] #43 11.52 DEP images/tcp-stream.pb-c.d [2021-02-23T18:16:45.864Z] #43 11.56 PBCC images/pipe.pb-c.c [2021-02-23T18:16:45.864Z] #43 11.64 DEP images/pipe.pb-c.d [2021-02-23T18:16:45.923Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:16:46.179Z] #43 11.72 PBCC images/pstree.pb-c.c [2021-02-23T18:16:46.179Z] #43 11.76 DEP images/pstree.pb-c.d [2021-02-23T18:16:46.179Z] #43 11.83 PBCC images/fs.pb-c.c [2021-02-23T18:16:46.179Z] #43 11.89 DEP images/fs.pb-c.d [2021-02-23T18:16:46.179Z] #43 11.97 PBCC images/signalfd.pb-c.c [2021-02-23T18:16:46.179Z] #43 12.06 DEP images/signalfd.pb-c.d [2021-02-23T18:16:46.475Z] #43 12.14 PBCC images/fh.pb-c.c [2021-02-23T18:16:46.475Z] #43 12.28 PBCC images/fsnotify.pb-c.c [2021-02-23T18:16:46.696Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-02-23T18:16:46.696Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.32s) [2021-02-23T18:16:46.696Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.51s) [2021-02-23T18:16:46.696Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.22s) [2021-02-23T18:16:46.696Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.98s) [2021-02-23T18:16:46.696Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.02s) [2021-02-23T18:16:46.696Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.77s) [2021-02-23T18:16:46.696Z] === RUN TestBuildMultiStageCopy [2021-02-23T18:16:46.696Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-23T18:16:46.774Z] #43 12.44 DEP images/fh.pb-c.d [2021-02-23T18:16:46.774Z] #43 12.49 DEP images/fsnotify.pb-c.d [2021-02-23T18:16:46.774Z] #43 12.53 PBCC images/eventpoll.pb-c.c [2021-02-23T18:16:46.774Z] #43 12.57 DEP images/eventpoll.pb-c.d [2021-02-23T18:16:46.774Z] #43 12.60 PBCC images/eventfd.pb-c.c [2021-02-23T18:16:46.774Z] #43 12.64 DEP images/eventfd.pb-c.d [2021-02-23T18:16:47.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-23T18:16:47.073Z] #43 12.67 PBCC images/remap-file-path.pb-c.c [2021-02-23T18:16:47.073Z] #43 12.75 DEP images/remap-file-path.pb-c.d [2021-02-23T18:16:47.073Z] #43 ... [2021-02-23T18:16:47.073Z] [2021-02-23T18:16:47.073Z] #13 [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 [2021-02-23T18:16:47.073Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:16:47.073Z] #13 67.74 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-23T18:16:47.073Z] #13 67.75 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-23T18:16:47.073Z] #13 67.78 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-23T18:16:47.073Z] #13 74.95 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-23T18:16:47.073Z] #13 75.00 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-23T18:16:47.073Z] #13 75.01 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:16:47.073Z] #13 75.19 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-23T18:16:47.073Z] #13 75.21 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-23T18:16:47.073Z] #13 75.21 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:16:47.073Z] #13 ... [2021-02-23T18:16:47.073Z] [2021-02-23T18:16:47.073Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:16:47.073Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:16:47.073Z] #43 12.79 PBCC images/fifo.pb-c.c [2021-02-23T18:16:47.073Z] #43 12.82 DEP images/fifo.pb-c.d [2021-02-23T18:16:47.073Z] #43 12.86 PBCC images/ghost-file.pb-c.c [2021-02-23T18:16:47.073Z] #43 12.93 DEP images/ghost-file.pb-c.d [2021-02-23T18:16:47.073Z] #43 13.00 PBCC images/regfile.pb-c.c [2021-02-23T18:16:47.300Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:16:47.371Z] #43 13.04 DEP images/regfile.pb-c.d [2021-02-23T18:16:47.371Z] #43 13.11 PBCC images/ns.pb-c.c [2021-02-23T18:16:47.371Z] #43 13.12 DEP images/ns.pb-c.d [2021-02-23T18:16:47.371Z] #43 13.21 PBCC images/fdinfo.pb-c.c [2021-02-23T18:16:47.669Z] #43 13.30 DEP images/fdinfo.pb-c.d [2021-02-23T18:16:47.669Z] #43 13.37 PBCC images/core-aarch64.pb-c.c [2021-02-23T18:16:47.669Z] #43 13.45 PBCC images/core-arm.pb-c.c [2021-02-23T18:16:47.869Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:16:47.967Z] #43 13.52 PBCC images/core-ppc64.pb-c.c [2021-02-23T18:16:47.967Z] #43 13.57 PBCC images/core-s390.pb-c.c [2021-02-23T18:16:47.967Z] #43 13.67 PBCC images/core-x86.pb-c.c [2021-02-23T18:16:47.967Z] #43 13.77 PBCC images/core.pb-c.c [2021-02-23T18:16:47.967Z] #43 13.91 PBCC images/inventory.pb-c.c [2021-02-23T18:16:48.265Z] #43 13.98 DEP images/core-aarch64.pb-c.d [2021-02-23T18:16:48.265Z] #43 14.09 DEP images/core-arm.pb-c.d [2021-02-23T18:16:48.265Z] #43 14.14 DEP images/core-ppc64.pb-c.d [2021-02-23T18:16:48.265Z] #43 14.20 DEP images/core-s390.pb-c.d [2021-02-23T18:16:48.563Z] #43 14.26 DEP images/core-x86.pb-c.d [2021-02-23T18:16:48.563Z] #43 14.33 DEP images/core.pb-c.d [2021-02-23T18:16:48.563Z] #43 14.41 DEP images/inventory.pb-c.d [2021-02-23T18:16:48.563Z] #43 14.47 PBCC images/cpuinfo.pb-c.c [2021-02-23T18:16:48.861Z] #43 14.50 DEP images/cpuinfo.pb-c.d [2021-02-23T18:16:48.861Z] #43 14.55 PBCC images/stats.pb-c.c [2021-02-23T18:16:48.861Z] #43 14.57 DEP images/stats.pb-c.d [2021-02-23T18:16:49.228Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-23T18:16:49.245Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-02-23T18:16:49.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.50s) [2021-02-23T18:16:49.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.80s) [2021-02-23T18:16:49.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.58s) [2021-02-23T18:16:49.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.69s) [2021-02-23T18:16:49.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.55s) [2021-02-23T18:16:49.246Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.51s) [2021-02-23T18:16:49.246Z] === RUN TestBuildMultiStageCopy [2021-02-23T18:16:49.246Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-23T18:16:49.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-23T18:16:50.153Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-23T18:16:50.624Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-23T18:16:50.883Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-23T18:16:50.963Z] #43 16.46 make[1]: Nothing to be done for 'all'. [2021-02-23T18:16:51.078Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-23T18:16:51.143Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-23T18:16:51.402Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-23T18:16:51.661Z] --- PASS: TestBuildMultiStageCopy (2.54s) [2021-02-23T18:16:51.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.51s) [2021-02-23T18:16:51.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s) [2021-02-23T18:16:51.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.25s) [2021-02-23T18:16:51.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2021-02-23T18:16:51.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s) [2021-02-23T18:16:51.661Z] === RUN TestBuildMultiStageParentConfig [2021-02-23T18:16:52.441Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-23T18:16:52.504Z] #43 18.18 CC images/stats.o [2021-02-23T18:16:52.600Z] --- PASS: TestBuildMultiStageParentConfig (0.70s) [2021-02-23T18:16:52.600Z] === RUN TestBuildLabelWithTargets [2021-02-23T18:16:52.800Z] ok github.com/docker/docker/pkg/plugins 33.670s coverage: 76.6% of statements [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/rootless [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/volume [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-23T18:16:52.800Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === Skipped [2021-02-23T18:16:52.800Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-23T18:16:52.800Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-23T18:16:52.800Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-23T18:16:52.800Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.800Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-23T18:16:52.800Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.800Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-23T18:16:52.800Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.800Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-23T18:16:52.800Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.800Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-23T18:16:52.800Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.800Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-23T18:16:52.800Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-23T18:16:52.800Z] time="2021-02-23T18:15:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:16:52.800Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:16:52.800Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-23T18:16:52.800Z] time="2021-02-23T18:15:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:16:52.800Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:16:52.800Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:16:52.800Z] [2021-02-23T18:16:52.800Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-23T18:16:52.801Z] time="2021-02-23T18:15:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-23T18:16:52.801Z] time="2021-02-23T18:15:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-23T18:16:52.801Z] time="2021-02-23T18:15:43Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-23T18:16:52.801Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-23T18:16:52.801Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-23T18:16:52.801Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:16:52.801Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-23T18:16:52.801Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-23T18:16:52.801Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-23T18:16:52.801Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] [2021-02-23T18:16:52.801Z] DONE 2225 tests, 26 skipped in 199.391s Post stage [Pipeline] junit [2021-02-23T18:16:52.816Z] Recording test results [2021-02-23T18:16:52.819Z] #43 18.66 CC images/core.o [2021-02-23T18:16:53.006Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-23T18:16:53.366Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh dynbinary test-integration [2021-02-23T18:16:53.367Z] --- PASS: TestBuildMultiStageCopy (6.58s) [2021-02-23T18:16:53.367Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.58s) [2021-02-23T18:16:53.367Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-02-23T18:16:53.367Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-02-23T18:16:53.367Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-02-23T18:16:53.367Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-02-23T18:16:53.367Z] === RUN TestBuildMultiStageParentConfig [2021-02-23T18:16:53.537Z] --- PASS: TestBuildLabelWithTargets (1.08s) [2021-02-23T18:16:53.537Z] === RUN TestBuildWithEmptyLayers [2021-02-23T18:16:53.869Z] #43 19.59 CC images/core-x86.o [2021-02-23T18:16:54.105Z] --- PASS: TestBuildWithEmptyLayers (0.50s) [2021-02-23T18:16:54.105Z] === RUN TestBuildMultiStageOnBuild [2021-02-23T18:16:54.308Z] [2021-02-23T18:16:54.308Z] Removing bundles/ [2021-02-23T18:16:54.308Z] [2021-02-23T18:16:54.308Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-23T18:16:54.308Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:16:54.308Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:16:54.441Z] INFO [runner/unused/goanalysis] analyzers took 28.868001887s with top 10 stages: buildssa: 24.616914042s, U1000: 4.251087845s [2021-02-23T18:16:54.441Z] INFO [runner] Issues before processing: 2265, after processing: 0 [2021-02-23T18:16:54.441Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1685/1685, skip_dirs: 1685/1685, autogenerated_exclude: 1580/1685, nolint: 0/64, exclude-rules: 64/1580, identifier_marker: 1580/1580, exclude: 1580/1580, cgo: 1685/2265, filename_unadjuster: 1685/1685, path_prettifier: 1685/1685 [2021-02-23T18:16:54.441Z] INFO [runner] processing took 71.195741ms with stages: nolint: 25.874239ms, identifier_marker: 22.471278ms, path_prettifier: 10.983043ms, autogenerated_exclude: 5.419453ms, exclude-rules: 3.253873ms, skip_dirs: 2.72243ms, cgo: 332.868µs, filename_unadjuster: 134.179µs, max_same_issues: 1.2µs, uniq_by_line: 763ns, exclude: 444ns, diff: 441ns, max_from_linter: 407ns, skip_files: 342ns, source_code: 275ns, path_shortener: 258ns, max_per_file_from_linter: 248ns [2021-02-23T18:16:54.441Z] INFO [runner] linters took 1m38.399619883s with stages: goanalysis_metalinter: 1m18.816504467s, unused: 19.511785617s [2021-02-23T18:16:54.441Z] INFO File cache stats: 1450 entries of total size 6.8MiB [2021-02-23T18:16:54.441Z] INFO Memory: 1652 samples, avg is 245.1MB, max is 3566.9MB [2021-02-23T18:16:54.441Z] INFO Execution took 3m40.098915186s [2021-02-23T18:16:54.514Z] #43 20.42 CC images/core-arm.o [2021-02-23T18:16:54.696Z] Congratulations! The shell scripts are properly formatted. [2021-02-23T18:16:55.157Z] #43 20.87 CC images/core-aarch64.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-02-23T18:16:55.454Z] #43 ... [2021-02-23T18:16:55.454Z] [2021-02-23T18:16:55.454Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:16:55.454Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:16:55.454Z] #51 76.11 time [2021-02-23T18:16:55.454Z] #51 80.22 regexp [2021-02-23T18:16:55.454Z] #51 ... [2021-02-23T18:16:55.454Z] [2021-02-23T18:16:55.454Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:16:55.454Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:16:55.454Z] #43 21.32 CC images/core-ppc64.o [2021-02-23T18:16:55.581Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh dynbinary-daemon test-docker-py [2021-02-23T18:16:55.837Z] [2021-02-23T18:16:56.008Z] --- PASS: TestBuildMultiStageOnBuild (1.75s) [2021-02-23T18:16:56.008Z] === RUN TestBuildUncleanTarFilenames [2021-02-23T18:16:56.092Z] Removing bundles/ [2021-02-23T18:16:56.092Z] [2021-02-23T18:16:56.092Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-23T18:16:56.092Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:16:56.092Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:16:56.506Z] #43 22.06 CC images/core-s390.o [2021-02-23T18:16:56.575Z] --- PASS: TestBuildUncleanTarFilenames (0.73s) [2021-02-23T18:16:56.575Z] === RUN TestBuildMultiStageLayerLeak [2021-02-23T18:16:57.154Z] #43 23.08 CC images/cpuinfo.o [2021-02-23T18:16:57.451Z] #43 ... [2021-02-23T18:16:57.451Z] [2021-02-23T18:16:57.451Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:16:57.451Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:16:57.451Z] #45 78.35 time [2021-02-23T18:16:57.451Z] #45 82.73 regexp [2021-02-23T18:16:57.747Z] #45 ... [2021-02-23T18:16:57.747Z] [2021-02-23T18:16:57.747Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:16:57.747Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:16:57.747Z] #51 87.43 context [2021-02-23T18:16:57.747Z] #51 87.61 mvdan.cc/sh/v3/fileutil [2021-02-23T18:16:58.478Z] --- PASS: TestBuildMultiStageLayerLeak (1.84s) [2021-02-23T18:16:58.478Z] === RUN TestBuildWithHugeFile [2021-02-23T18:16:58.603Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-02-23T18:16:58.603Z] === RUN TestBuildLabelWithTargets [2021-02-23T18:16:58.801Z] #51 89.62 flag [2021-02-23T18:16:58.801Z] #51 89.65 encoding/binary [2021-02-23T18:16:58.801Z] #51 89.65 go/token [2021-02-23T18:16:58.801Z] #51 89.68 github.com/pkg/diff [2021-02-23T18:16:59.099Z] #51 ... [2021-02-23T18:16:59.099Z] [2021-02-23T18:16:59.099Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:16:59.099Z] #34 sha256:26de661f9bf0b5b2dd820788b5b497cd31072a93a0d69ca7cc7c7cc7bf4e6b4d [2021-02-23T18:16:59.099Z] #34 79.82 internal/poll [2021-02-23T18:16:59.099Z] #34 82.25 os [2021-02-23T18:16:59.099Z] #34 83.43 internal/fmtsort [2021-02-23T18:16:59.099Z] #34 85.19 path/filepath [2021-02-23T18:16:59.099Z] #34 85.19 fmt [2021-02-23T18:16:59.099Z] #34 86.74 io/ioutil [2021-02-23T18:16:59.099Z] #34 88.60 log [2021-02-23T18:16:59.099Z] #34 88.62 github.com/BurntSushi/toml [2021-02-23T18:16:59.099Z] #34 88.63 flag [2021-02-23T18:16:59.099Z] #34 ... [2021-02-23T18:16:59.099Z] [2021-02-23T18:16:59.099Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:16:59.099Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:16:59.099Z] #45 89.93 net [2021-02-23T18:16:59.099Z] #45 89.93 os/exec [2021-02-23T18:17:00.155Z] #45 90.81 internal/lazyregexp [2021-02-23T18:17:00.801Z] #45 91.51 github.com/LK4D4/vndr/versioned [2021-02-23T18:17:04.388Z] #45 95.08 encoding/binary [2021-02-23T18:17:04.388Z] #45 95.10 go/scanner [2021-02-23T18:17:04.388Z] #45 95.14 net/url [2021-02-23T18:17:04.388Z] #45 ... [2021-02-23T18:17:04.388Z] [2021-02-23T18:17:04.388Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:17:04.388Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:17:04.388Z] #56 49.28 Checking out files: 50% (1921/3770) Checking out files: 51% (1923/3770) Checking out files: 52% (1961/3770) Checking out files: 53% (1999/3770) Checking out files: 54% (2036/3770) Checking out files: 55% (2074/3770) Checking out files: 56% (2112/3770) Checking out files: 57% (2149/3770) Checking out files: 58% (2187/3770) Checking out files: 59% (2225/3770) Checking out files: 60% (2262/3770) Checking out files: 61% (2300/3770) Checking out files: 62% (2338/3770) Checking out files: 63% (2376/3770) Checking out files: 64% (2413/3770) Checking out files: 65% (2451/3770) Checking out files: 66% (2489/3770) Checking out files: 67% (2526/3770) Checking out files: 68% (2564/3770) Checking out files: 69% (2602/3770) Checking out files: 70% (2639/3770) Checking out files: 71% (2677/3770) Checking out files: 72% (2715/3770) Checking out files: 73% (2753/3770) Checking out files: 74% (2790/3770) Checking out files: 75% (2828/3770) Checking out files: 76% (2866/3770) Checking out files: 77% (2903/3770) Checking out files: 78% (2941/3770) Checking out files: 79% (2979/3770) Checking out files: 80% (3016/3770) Checking out files: 81% (3054/3770) Checking out files: 82% (3092/3770) Checking out files: 83% (3130/3770) Checking out files: 84% (3167/3770) Checking out files: 85% (3205/3770) Checking out files: 86% (3243/3770) Checking out files: 87% (3280/3770) Checking out files: 88% (3318/3770) Checking out files: 89% (3356/3770) Checking out files: 90% (3393/3770) Checking out files: 91% (3431/3770) Checking out files: 92% (3469/3770) Checking out files: 93% (3507/3770) Checking out files: 94% (3544/3770) Checking out files: 95% (3582/3770) Checking out files: 96% (3620/3770) Checking out files: 97% (3657/3770) Checking out files: 98% (3695/3770) Checking out files: 99% (3733/3770) Checking out files: 100% (3770/3770) Checking out files: 100% (3770/3770), done. [2021-02-23T18:17:04.388Z] #56 50.21 + cd /tmp/tmp.UG4WJfVaZc/src/github.com/containerd/containerd [2021-02-23T18:17:04.388Z] #56 50.21 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-23T18:17:04.388Z] #56 51.30 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-23T18:17:04.388Z] #56 51.30 + BUILDTAGS='netgo osusergo static_build' [2021-02-23T18:17:04.388Z] #56 51.30 + export EXTRA_FLAGS=-buildmode=pie [2021-02-23T18:17:04.388Z] #56 51.30 + EXTRA_FLAGS=-buildmode=pie [2021-02-23T18:17:04.388Z] #56 51.30 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-23T18:17:04.388Z] #56 51.30 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-23T18:17:04.388Z] #56 51.31 + '[' '' = dynamic ']' [2021-02-23T18:17:04.388Z] #56 51.31 + make [2021-02-23T18:17:04.388Z] #56 52.39 + bin/ctr [2021-02-23T18:17:05.923Z] #56 ... [2021-02-23T18:17:05.923Z] [2021-02-23T18:17:05.923Z] #13 [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 [2021-02-23T18:17:05.923Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:17:05.923Z] #13 96.72 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-23T18:17:05.923Z] #13 96.73 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-23T18:17:05.923Z] #13 96.73 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:17:06.567Z] #13 ... [2021-02-23T18:17:06.568Z] [2021-02-23T18:17:06.568Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-23T18:17:06.568Z] #34 sha256:26de661f9bf0b5b2dd820788b5b497cd31072a93a0d69ca7cc7c7cc7bf4e6b4d [2021-02-23T18:17:06.568Z] #34 93.64 github.com/BurntSushi/toml/cmd/tomlv [2021-02-23T18:17:06.568Z] #34 DONE 97.6s [2021-02-23T18:17:06.678Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-02-23T18:17:06.678Z] === RUN TestBuildWithEmptyLayers [2021-02-23T18:17:06.865Z] [2021-02-23T18:17:06.865Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:06.865Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:06.865Z] #43 23.57 CC images/inventory.o [2021-02-23T18:17:06.865Z] #43 23.91 CC images/fdinfo.o [2021-02-23T18:17:06.865Z] #43 24.33 CC images/fown.o [2021-02-23T18:17:06.865Z] #43 24.59 CC images/ns.o [2021-02-23T18:17:06.865Z] #43 24.91 CC images/regfile.o [2021-02-23T18:17:06.865Z] #43 25.29 CC images/ghost-file.o [2021-02-23T18:17:06.865Z] #43 25.75 CC images/fifo.o [2021-02-23T18:17:06.865Z] #43 25.94 CC images/remap-file-path.o [2021-02-23T18:17:06.865Z] #43 26.21 CC images/eventfd.o [2021-02-23T18:17:06.865Z] #43 26.51 CC images/eventpoll.o [2021-02-23T18:17:06.865Z] #43 26.81 CC images/fh.o [2021-02-23T18:17:06.865Z] #43 27.12 CC images/fsnotify.o [2021-02-23T18:17:06.865Z] #43 27.94 CC images/signalfd.o [2021-02-23T18:17:06.865Z] #43 28.23 CC images/fs.o [2021-02-23T18:17:06.865Z] #43 28.53 CC images/pstree.o [2021-02-23T18:17:06.865Z] #43 28.76 CC images/pipe.o [2021-02-23T18:17:06.865Z] #43 29.05 CC images/tcp-stream.o [2021-02-23T18:17:06.865Z] #43 29.33 CC images/sk-packet.o [2021-02-23T18:17:06.865Z] #43 29.68 CC images/mnt.o [2021-02-23T18:17:06.865Z] #43 30.10 CC images/pipe-data.o [2021-02-23T18:17:06.865Z] #43 30.37 CC images/sa.o [2021-02-23T18:17:06.865Z] #43 30.63 CC images/timer.o [2021-02-23T18:17:06.865Z] #43 31.16 CC images/timerfd.o [2021-02-23T18:17:06.865Z] #43 31.43 CC images/mm.o [2021-02-23T18:17:06.865Z] #43 31.83 CC images/sk-opts.o [2021-02-23T18:17:06.865Z] #43 32.07 CC images/sk-unix.o [2021-02-23T18:17:06.865Z] #43 32.46 CC images/sk-inet.o [2021-02-23T18:17:07.510Z] #43 33.24 CC images/tun.o [2021-02-23T18:17:07.810Z] #43 33.43 CC images/sk-netlink.o [2021-02-23T18:17:08.108Z] #43 33.71 CC images/packet-sock.o [2021-02-23T18:17:08.108Z] #43 ... [2021-02-23T18:17:08.108Z] [2021-02-23T18:17:08.108Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:17:08.108Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:17:08.108Z] #45 98.93 go/ast [2021-02-23T18:17:09.166Z] #45 100.0 text/template/parse [2021-02-23T18:17:09.189Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-02-23T18:17:09.189Z] === RUN TestBuildMultiStageOnBuild [2021-02-23T18:17:09.808Z] #45 100.8 encoding/json [2021-02-23T18:17:11.910Z] #45 ... [2021-02-23T18:17:11.910Z] [2021-02-23T18:17:11.910Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:17:11.910Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:17:11.910Z] #51 92.56 go/scanner [2021-02-23T18:17:11.910Z] #51 94.33 mvdan.cc/editorconfig [2021-02-23T18:17:11.910Z] #51 94.88 mvdan.cc/sh/v3/syntax [2021-02-23T18:17:11.910Z] #51 96.17 encoding/base64 [2021-02-23T18:17:11.910Z] #51 96.61 go/ast [2021-02-23T18:17:11.910Z] #51 99.15 golang.org/x/sys/unix [2021-02-23T18:17:11.910Z] #51 99.25 encoding/json [2021-02-23T18:17:11.910Z] #51 ... [2021-02-23T18:17:11.910Z] [2021-02-23T18:17:11.910Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:11.910Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:11.910Z] #43 34.14 CC images/ipc-var.o [2021-02-23T18:17:11.910Z] #43 34.39 CC images/ipc-desc.o [2021-02-23T18:17:11.910Z] #43 34.69 CC images/ipc-shm.o [2021-02-23T18:17:11.910Z] #43 34.85 CC images/ipc-msg.o [2021-02-23T18:17:11.910Z] #43 35.18 CC images/ipc-sem.o [2021-02-23T18:17:11.910Z] #43 35.41 CC images/utsns.o [2021-02-23T18:17:11.910Z] #43 35.65 CC images/creds.o [2021-02-23T18:17:11.910Z] #43 35.86 CC images/vma.o [2021-02-23T18:17:11.910Z] #43 36.09 CC images/netdev.o [2021-02-23T18:17:11.910Z] #43 36.53 CC images/tty.o [2021-02-23T18:17:11.910Z] #43 37.20 CC images/file-lock.o [2021-02-23T18:17:11.910Z] #43 37.39 CC images/rlimit.o [2021-02-23T18:17:11.910Z] #43 37.57 CC images/pagemap.o [2021-02-23T18:17:12.208Z] #43 37.82 CC images/siginfo.o [2021-02-23T18:17:12.208Z] #43 38.04 CC images/rpc.o [2021-02-23T18:17:13.740Z] #43 39.30 CC images/ext-file.o [2021-02-23T18:17:13.740Z] #43 39.47 CC images/cgroup.o [2021-02-23T18:17:14.390Z] #43 40.20 CC images/userns.o [2021-02-23T18:17:14.426Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2021-02-23T18:17:14.426Z] === RUN TestBuildUncleanTarFilenames [2021-02-23T18:17:14.987Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2021-02-23T18:17:14.987Z] === RUN TestBuildMultiStageLayerLeak [2021-02-23T18:17:15.059Z] #43 40.50 CC images/google/protobuf/descriptor.o [2021-02-23T18:17:16.603Z] #43 42.34 CC images/opts.o [2021-02-23T18:17:16.901Z] #43 42.60 CC images/seccomp.o [2021-02-23T18:17:17.199Z] #43 42.88 CC images/binfmt-misc.o [2021-02-23T18:17:17.497Z] #43 43.05 CC images/time.o [2021-02-23T18:17:17.497Z] #43 43.30 CC images/sysctl.o [2021-02-23T18:17:18.142Z] #43 43.63 CC images/autofs.o [2021-02-23T18:17:18.142Z] #43 43.84 CC images/macvlan.o [2021-02-23T18:17:18.142Z] #43 ... [2021-02-23T18:17:18.142Z] [2021-02-23T18:17:18.142Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:17:18.142Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:17:18.142Z] #45 108.9 text/template [2021-02-23T18:17:19.193Z] --- PASS: TestBuildMultiStageLayerLeak (4.33s) [2021-02-23T18:17:19.193Z] === RUN TestBuildWithHugeFile [2021-02-23T18:17:20.440Z] #45 110.6 go/parser [2021-02-23T18:17:23.214Z] #45 ... [2021-02-23T18:17:23.214Z] [2021-02-23T18:17:23.214Z] #13 [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 [2021-02-23T18:17:23.214Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-23T18:17:23.215Z] #13 112.7 Selecting previously unselected package libapparmor1:ppc64el. [2021-02-23T18:17:23.215Z] #13 112.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-02-23T18:17:23.215Z] #13 112.7 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-02-23T18:17:23.215Z] #13 112.8 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-02-23T18:17:23.215Z] #13 112.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-02-23T18:17:23.215Z] #13 112.9 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-23T18:17:23.215Z] #13 113.0 Selecting previously unselected package libbtrfs0. [2021-02-23T18:17:23.215Z] #13 113.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-23T18:17:23.215Z] #13 113.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-23T18:17:23.215Z] #13 113.2 Selecting previously unselected package libbtrfs-dev. [2021-02-23T18:17:23.215Z] #13 113.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-23T18:17:23.215Z] #13 113.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:17:23.215Z] #13 113.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-02-23T18:17:23.215Z] #13 113.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-23T18:17:23.215Z] #13 113.4 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-23T18:17:23.215Z] #13 113.5 Selecting previously unselected package libudev-dev:ppc64el. [2021-02-23T18:17:23.215Z] #13 113.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_ppc64el.deb ... [2021-02-23T18:17:23.215Z] #13 113.6 Unpacking libudev-dev:ppc64el (241-7~deb10u6) ... [2021-02-23T18:17:23.215Z] #13 113.7 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-02-23T18:17:23.215Z] #13 113.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-02-23T18:17:23.215Z] #13 113.8 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-02-23T18:17:23.215Z] #13 114.1 Selecting previously unselected package libpcre16-3:ppc64el. [2021-02-23T18:17:23.513Z] #13 114.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-02-23T18:17:23.513Z] #13 114.2 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-23T18:17:23.513Z] #13 114.4 Selecting previously unselected package libpcre32-3:ppc64el. [2021-02-23T18:17:23.513Z] #13 114.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-02-23T18:17:23.513Z] #13 114.4 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-23T18:17:23.813Z] #13 114.6 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-02-23T18:17:23.813Z] #13 114.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-02-23T18:17:23.813Z] #13 114.6 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-23T18:17:23.813Z] #13 114.7 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-02-23T18:17:24.111Z] #13 114.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-02-23T18:17:24.111Z] #13 114.7 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-23T18:17:24.408Z] #13 115.2 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-02-23T18:17:24.408Z] #13 115.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-02-23T18:17:24.408Z] #13 115.2 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-23T18:17:24.976Z] #13 115.5 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-02-23T18:17:24.976Z] #13 115.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-02-23T18:17:24.976Z] #13 115.5 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-23T18:17:24.976Z] #13 115.6 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-02-23T18:17:24.976Z] #13 115.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2021-02-23T18:17:24.976Z] #13 115.6 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-23T18:17:24.976Z] #13 115.8 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-02-23T18:17:24.976Z] #13 115.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_ppc64el.deb ... [2021-02-23T18:17:24.976Z] #13 115.8 Unpacking libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-02-23T18:17:26.040Z] #13 116.6 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-23T18:17:26.040Z] #13 116.7 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-23T18:17:26.041Z] #13 116.7 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-02-23T18:17:26.041Z] #13 116.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-23T18:17:26.041Z] #13 116.7 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-23T18:17:26.041Z] #13 116.7 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-02-23T18:17:26.041Z] #13 116.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:17:26.041Z] #13 116.7 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-23T18:17:26.041Z] #13 116.8 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-23T18:17:26.041Z] #13 116.8 Setting up libudev-dev:ppc64el (241-7~deb10u6) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-23T18:17:26.041Z] #13 116.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:17:26.041Z] #13 116.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-23T18:17:26.041Z] #13 116.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-23T18:17:26.041Z] #13 117.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-23T18:17:26.041Z] #13 117.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-23T18:17:26.340Z] #13 117.0 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 [2021-02-23T18:17:26.340Z] #13 117.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-23T18:17:26.340Z] #13 117.0 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-23T18:17:26.340Z] #13 117.0 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-23T18:17:26.340Z] #13 117.1 Setting up dmsetup (2:1.02.155-3) ... [2021-02-23T18:17:26.340Z] #13 117.1 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-23T18:17:26.340Z] #13 117.1 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-23T18:17:26.340Z] #13 117.1 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:17:26.640Z] #13 DONE 117.4s [2021-02-23T18:17:26.640Z] [2021-02-23T18:17:26.640Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-23T18:17:26.640Z] #14 sha256:b94135c23903589bfeef79bd7a859aa77f5d77cac2e64aae46b4183454a3e060 [2021-02-23T18:17:27.293Z] #14 DONE 0.6s [2021-02-23T18:17:27.293Z] [2021-02-23T18:17:27.293Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:17:27.293Z] #53 sha256:e8b7b4b66fcc6a2866d72a2d10b29218d01d7cee7973707f50e990f74411e420 [2021-02-23T18:17:27.293Z] #53 0.391 + RM_GOPATH=0 [2021-02-23T18:17:27.293Z] #53 0.391 + TMP_GOPATH= [2021-02-23T18:17:27.293Z] #53 0.391 + : /build [2021-02-23T18:17:27.293Z] #53 0.391 + '[' -z '' ']' [2021-02-23T18:17:27.293Z] #53 0.393 ++ mktemp -d [2021-02-23T18:17:27.293Z] #53 0.395 + export GOPATH=/tmp/tmp.ZRdHYNlefA [2021-02-23T18:17:27.293Z] #53 0.395 + GOPATH=/tmp/tmp.ZRdHYNlefA [2021-02-23T18:17:27.293Z] #53 0.395 + RM_GOPATH=1 [2021-02-23T18:17:27.293Z] #53 0.395 + case "$(go env GOARCH)" in [2021-02-23T18:17:27.293Z] #53 0.396 ++ go env GOARCH [2021-02-23T18:17:27.293Z] #53 0.402 + export GO_BUILDMODE=-buildmode=pie [2021-02-23T18:17:27.293Z] #53 0.402 + GO_BUILDMODE=-buildmode=pie [2021-02-23T18:17:27.293Z] #53 0.403 ++ dirname /tmp/install/install.sh [2021-02-23T18:17:27.293Z] #53 0.405 + dir=/tmp/install [2021-02-23T18:17:27.293Z] #53 0.405 + bin=runc [2021-02-23T18:17:27.293Z] #53 0.406 + shift [2021-02-23T18:17:27.293Z] #53 0.408 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-23T18:17:27.293Z] #53 0.412 + . /tmp/install/runc.installer [2021-02-23T18:17:27.293Z] #53 0.413 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-23T18:17:27.293Z] #53 0.420 + install_runc [2021-02-23T18:17:27.293Z] #53 0.423 + uname -r [2021-02-23T18:17:27.293Z] #53 0.426 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-23T18:17:27.293Z] #53 0.462 + RUNC_BUILDTAGS='seccomp ' [2021-02-23T18:17:27.293Z] #53 0.462 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-23T18:17:27.293Z] #53 0.462 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZRdHYNlefA/src/github.com/opencontainers/runc [2021-02-23T18:17:27.293Z] #53 0.463 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-23T18:17:27.293Z] #53 0.470 Cloning into '/tmp/tmp.ZRdHYNlefA/src/github.com/opencontainers/runc'... [2021-02-23T18:17:27.594Z] #53 ... [2021-02-23T18:17:27.594Z] [2021-02-23T18:17:27.594Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-23T18:17:27.594Z] #15 sha256:019f51ecfd803723b0b9a61b7e05ba706e9d86a078f72d077a8ab43eeb2e9ccc [2021-02-23T18:17:27.594Z] #15 DONE 0.5s [2021-02-23T18:17:27.894Z] [2021-02-23T18:17:27.894Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:17:27.894Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:17:27.894Z] #51 118.7 golang.org/x/crypto/ssh/terminal [2021-02-23T18:17:28.194Z] #51 ... [2021-02-23T18:17:28.194Z] [2021-02-23T18:17:28.194Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-23T18:17:28.194Z] #16 sha256:fa150b462abe21c0842ca3bb8b2af46cbb6f2141aee1950feab35c3a2258ce13 [2021-02-23T18:17:28.194Z] #16 0.372 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-23T18:17:28.194Z] #16 DONE 0.4s [2021-02-23T18:17:28.194Z] [2021-02-23T18:17:28.194Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:28.194Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:28.194Z] #43 44.02 CC images/sit.o [2021-02-23T18:17:28.194Z] #43 44.28 CC images/memfd.o [2021-02-23T18:17:28.194Z] #43 44.57 CC images/timens.o [2021-02-23T18:17:28.194Z] #43 44.77 LINK images/built-in.o [2021-02-23T18:17:28.194Z] #43 44.93 GEN compel/include/asm [2021-02-23T18:17:28.194Z] #43 44.97 GEN compel/include/version.h [2021-02-23T18:17:28.194Z] #43 45.00 touch .config [2021-02-23T18:17:28.194Z] #43 45.05 GEN include/common/config.h [2021-02-23T18:17:28.194Z] #43 45.16 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-23T18:17:28.194Z] #43 45.19 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-23T18:17:28.194Z] #43 45.24 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-02-23T18:17:28.194Z] #43 45.27 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-02-23T18:17:28.194Z] #43 45.32 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-02-23T18:17:28.194Z] #43 45.35 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-02-23T18:17:28.194Z] #43 45.39 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-02-23T18:17:28.194Z] #43 45.42 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-23T18:17:28.194Z] #43 45.42 DEP compel/plugins/std/infect.d [2021-02-23T18:17:28.194Z] #43 45.71 DEP compel/plugins/std/string.d [2021-02-23T18:17:28.194Z] #43 45.83 DEP compel/plugins/std/log.d [2021-02-23T18:17:28.194Z] #43 46.05 DEP compel/plugins/std/fds.d [2021-02-23T18:17:28.194Z] #43 46.27 DEP compel/plugins/std/std.d [2021-02-23T18:17:28.194Z] #43 46.37 DEP compel/plugins/shmem/shmem.d [2021-02-23T18:17:28.194Z] #43 46.45 DEP compel/plugins/fds/fds.d [2021-02-23T18:17:28.194Z] #43 46.58 CC compel/plugins/std/std.o [2021-02-23T18:17:28.194Z] #43 47.04 CC compel/plugins/std/fds.o [2021-02-23T18:17:28.194Z] #43 47.54 CC compel/plugins/std/log.o [2021-02-23T18:17:28.194Z] #43 48.48 CC compel/plugins/std/string.o [2021-02-23T18:17:28.194Z] #43 49.15 CC compel/plugins/std/infect.o [2021-02-23T18:17:28.194Z] #43 49.67 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-02-23T18:17:28.194Z] #43 49.70 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-02-23T18:17:28.194Z] #43 49.73 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-02-23T18:17:28.194Z] #43 49.78 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-02-23T18:17:28.194Z] #43 49.82 AR compel/plugins/std.lib.a [2021-02-23T18:17:28.195Z] #43 49.88 CC compel/plugins/fds/fds.o [2021-02-23T18:17:28.195Z] #43 50.13 AR compel/plugins/fds.lib.a [2021-02-23T18:17:28.195Z] #43 50.20 HOSTDEP compel/src/lib/log-host.d [2021-02-23T18:17:28.195Z] #43 50.32 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-23T18:17:28.195Z] #43 50.46 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-02-23T18:17:28.195Z] #43 50.60 HOSTDEP compel/src/main-host.d [2021-02-23T18:17:28.195Z] #43 50.80 DEP compel/src/lib/ptrace.d [2021-02-23T18:17:28.195Z] #43 50.97 DEP compel/src/lib/infect.d [2021-02-23T18:17:28.195Z] #43 51.12 DEP compel/src/lib/infect-util.d [2021-02-23T18:17:28.195Z] #43 51.24 DEP compel/src/lib/infect-rpc.d [2021-02-23T18:17:28.195Z] #43 51.40 DEP compel/arch/ppc64/src/lib/infect.d [2021-02-23T18:17:28.195Z] #43 51.50 DEP compel/arch/ppc64/src/lib/cpu.d [2021-02-23T18:17:28.195Z] #43 51.56 DEP compel/src/lib/log.d [2021-02-23T18:17:28.195Z] #43 51.65 DEP compel/src/main.d [2021-02-23T18:17:28.195Z] #43 51.77 DEP compel/src/lib/handle-elf.d [2021-02-23T18:17:28.195Z] #43 51.92 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-02-23T18:17:28.195Z] #43 52.02 CC compel/src/lib/log.o [2021-02-23T18:17:28.195Z] #43 52.34 CC compel/arch/ppc64/src/lib/cpu.o [2021-02-23T18:17:28.195Z] #43 52.72 CC compel/arch/ppc64/src/lib/infect.o [2021-02-23T18:17:28.195Z] #43 53.60 CC compel/src/lib/infect-rpc.o [2021-02-23T18:17:28.495Z] #43 ... [2021-02-23T18:17:28.495Z] [2021-02-23T18:17:28.495Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-23T18:17:28.495Z] #17 sha256:655a7efebbd89ea6256be84d236e344c608f082a642e9394768d9520c8284f07 [2021-02-23T18:17:28.495Z] #17 DONE 0.4s [2021-02-23T18:17:28.495Z] [2021-02-23T18:17:28.495Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:28.495Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:28.495Z] #43 54.14 CC compel/src/lib/infect-util.o [2021-02-23T18:17:28.495Z] #43 ... [2021-02-23T18:17:28.496Z] [2021-02-23T18:17:28.496Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:17:28.496Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:17:28.496Z] #45 116.8 encoding/xml [2021-02-23T18:17:28.794Z] #45 ... [2021-02-23T18:17:28.794Z] [2021-02-23T18:17:28.794Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-23T18:17:28.794Z] #18 sha256:014420600259ce67fcf640c2e80d4638883d75766789d4038d9d929517221565 [2021-02-23T18:17:28.794Z] #18 DONE 0.3s [2021-02-23T18:17:29.092Z] [2021-02-23T18:17:29.092Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:29.092Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:29.092Z] #43 54.64 CC compel/src/lib/infect.o [2021-02-23T18:17:29.092Z] #43 ... [2021-02-23T18:17:29.092Z] [2021-02-23T18:17:29.092Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-02-23T18:17:29.092Z] #19 sha256:b5c691b79a79694b2c56e6ee2a28b3911ddca902f50501f5c24b9b08f71dc2fc [2021-02-23T18:17:29.092Z] #19 DONE 0.3s [2021-02-23T18:17:29.393Z] [2021-02-23T18:17:29.393Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:17:29.393Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:17:29.693Z] #20 0.571 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-23T18:17:29.992Z] #20 0.697 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-23T18:17:29.992Z] #20 0.797 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-23T18:17:30.638Z] #20 1.438 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-23T18:17:32.172Z] #20 3.125 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [257 kB] [2021-02-23T18:17:33.707Z] #20 4.473 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-23T18:17:35.817Z] #20 ... [2021-02-23T18:17:35.817Z] [2021-02-23T18:17:35.817Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:35.817Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:35.817Z] #43 57.81 CC compel/src/lib/ptrace.o [2021-02-23T18:17:35.817Z] #43 58.25 AR compel/libcompel.a [2021-02-23T18:17:35.817Z] #43 58.34 HOSTCC compel/src/main-host.o [2021-02-23T18:17:35.817Z] #43 58.69 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-02-23T18:17:35.817Z] #43 58.87 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-23T18:17:35.817Z] #43 59.33 HOSTCC compel/src/lib/log-host.o [2021-02-23T18:17:35.817Z] #43 59.46 HOSTLINK compel/compel-host-bin [2021-02-23T18:17:35.817Z] #43 59.60 DEP soccr/soccr.d [2021-02-23T18:17:35.817Z] #43 59.74 CC soccr/soccr.o [2021-02-23T18:17:35.817Z] #43 61.64 AR soccr/libsoccr.a [2021-02-23T18:17:35.817Z] #43 61.69 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-23T18:17:36.457Z] #43 ... [2021-02-23T18:17:36.457Z] [2021-02-23T18:17:36.458Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-23T18:17:36.458Z] #51 sha256:e92bc8bec4a875753de429bc20961f39c4d8093549a5bcbf72469bfd0c6d15c3 [2021-02-23T18:17:36.458Z] #51 121.7 mvdan.cc/sh/v3/cmd/shfmt [2021-02-23T18:17:36.458Z] #51 DONE 127.2s [2021-02-23T18:17:36.458Z] [2021-02-23T18:17:36.458Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:36.458Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:36.458Z] #43 62.23 DEP criu/arch/ppc64/sigframe.d [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/api/server/middleware 0.014s coverage: 37.7% of statements [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/builder/remotecontext 0.340s coverage: 13.7% of statements [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/builder/dockerfile 0.983s coverage: 48.3% of statements [2021-02-23T18:17:36.647Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-23T18:17:36.647Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2021-02-23T18:17:36.937Z] ok github.com/docker/docker/builder/remotecontext/git 0.955s coverage: 86.3% of statements [2021-02-23T18:17:36.937Z] ? github.com/docker/docker/cli [no test files] [2021-02-23T18:17:36.937Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-23T18:17:37.101Z] #43 62.59 DEP criu/arch/ppc64/crtools.d [2021-02-23T18:17:37.101Z] #43 62.73 DEP criu/arch/ppc64/cpu.d [2021-02-23T18:17:37.101Z] #43 62.93 CC criu/arch/ppc64/cpu.o [2021-02-23T18:17:38.153Z] #43 63.72 CC criu/arch/ppc64/crtools.o [2021-02-23T18:17:39.205Z] #43 64.70 CC criu/arch/ppc64/sigframe.o [2021-02-23T18:17:39.205Z] #43 64.96 LINK criu/arch/ppc64/crtools.built-in.o [2021-02-23T18:17:39.205Z] #43 65.03 DEP criu/pie/util-vdso.d [2021-02-23T18:17:39.504Z] #43 65.17 DEP criu/pie/util.d [2021-02-23T18:17:39.658Z] ok github.com/docker/docker/client 0.126s coverage: 75.4% of statements [2021-02-23T18:17:39.801Z] #43 65.39 CC criu/pie/util.o [2021-02-23T18:17:40.100Z] #43 65.87 CC criu/pie/util-vdso.o [2021-02-23T18:17:40.746Z] #43 66.46 AR criu/pie/pie.lib.a [2021-02-23T18:17:40.746Z] #43 66.55 DEP criu/pie/restorer.d [2021-02-23T18:17:41.044Z] #43 66.80 DEP criu/arch/ppc64/vdso-trampoline.d [2021-02-23T18:17:41.044Z] #43 66.82 DEP criu/arch/ppc64/restorer.d [2021-02-23T18:17:41.343Z] #43 67.07 DEP criu/arch/ppc64/vdso-pie.d [2021-02-23T18:17:41.343Z] #43 67.19 DEP criu/pie/parasite-vdso.d [2021-02-23T18:17:41.642Z] #43 67.39 DEP criu/pie/parasite.d [2021-02-23T18:17:41.944Z] #43 67.66 CC criu/pie/parasite.o [2021-02-23T18:17:41.944Z] #43 ... [2021-02-23T18:17:41.944Z] [2021-02-23T18:17:41.944Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:17:41.944Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:17:41.944Z] #45 122.7 math/big [2021-02-23T18:17:41.944Z] #45 125.0 go/doc [2021-02-23T18:17:42.243Z] #45 ... [2021-02-23T18:17:42.243Z] [2021-02-23T18:17:42.243Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:17:42.243Z] #53 sha256:e8b7b4b66fcc6a2866d72a2d10b29218d01d7cee7973707f50e990f74411e420 [2021-02-23T18:17:42.243Z] #53 12.01 + cd /tmp/tmp.ZRdHYNlefA/src/github.com/opencontainers/runc [2021-02-23T18:17:42.243Z] #53 12.01 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-23T18:17:42.243Z] #53 12.47 + '[' -z '' ']' [2021-02-23T18:17:42.243Z] #53 12.47 + target=static [2021-02-23T18:17:42.243Z] #53 12.47 + make 'BUILDTAGS=seccomp ' static [2021-02-23T18:17:42.243Z] #53 12.99 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-02-23T18:17:44.340Z] #53 ... [2021-02-23T18:17:44.340Z] [2021-02-23T18:17:44.340Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:17:44.340Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:17:44.340Z] #45 135.1 vendor/golang.org/x/text/unicode/norm [2021-02-23T18:17:45.397Z] #45 136.2 github.com/LK4D4/vndr/build [2021-02-23T18:17:49.920Z] #45 ... [2021-02-23T18:17:49.920Z] [2021-02-23T18:17:49.920Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:17:49.920Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:17:49.920Z] #20 10.55 Fetched 8197 kB in 10s (810 kB/s) [2021-02-23T18:17:49.920Z] #20 10.55 Reading package lists... [2021-02-23T18:17:49.920Z] #20 14.59 Reading package lists... [2021-02-23T18:17:49.920Z] #20 18.91 Building dependency tree... [2021-02-23T18:17:49.920Z] #20 20.50 libcap2-bin is already the newest version (1:2.25-2). [2021-02-23T18:17:49.920Z] #20 20.50 The following additional packages will be installed: [2021-02-23T18:17:49.920Z] #20 20.50 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-23T18:17:49.920Z] #20 20.50 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-23T18:17:49.920Z] #20 20.50 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-23T18:17:49.920Z] #20 20.51 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-23T18:17:49.920Z] #20 20.51 python3.7 python3.7-minimal vim-runtime xxd [2021-02-23T18:17:49.920Z] #20 20.51 Suggested packages: [2021-02-23T18:17:49.920Z] #20 20.51 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-23T18:17:49.920Z] #20 20.51 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-23T18:17:49.920Z] #20 20.51 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-23T18:17:49.920Z] #20 20.51 Recommended packages: [2021-02-23T18:17:49.920Z] #20 20.51 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-23T18:17:49.920Z] #20 20.51 python3-keyrings.alt python3-xdg unzip [2021-02-23T18:17:49.920Z] #20 ... [2021-02-23T18:17:49.920Z] [2021-02-23T18:17:49.920Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:17:49.920Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:17:49.920Z] #43 69.16 LINK criu/pie/parasite.built-in.o [2021-02-23T18:17:49.920Z] #43 69.18 GEN criu/pie/parasite-blob.h [2021-02-23T18:17:49.920Z] #43 69.24 CC criu/pie/parasite-vdso.o [2021-02-23T18:17:49.920Z] #43 70.02 CC criu/arch/ppc64/vdso-pie.o [2021-02-23T18:17:49.920Z] #43 70.42 CC criu/arch/ppc64/restorer.o [2021-02-23T18:17:49.920Z] #43 70.86 CC criu/arch/ppc64/vdso-trampoline.o [2021-02-23T18:17:49.920Z] #43 70.90 CC criu/pie/restorer.o [2021-02-23T18:17:49.920Z] #43 75.03 LINK criu/pie/restorer.built-in.o [2021-02-23T18:17:49.920Z] #43 75.06 GEN criu/pie/restorer-blob.h [2021-02-23T18:17:49.920Z] #43 75.26 DEP criu/vdso.d [2021-02-23T18:17:49.920Z] #43 75.51 DEP criu/uts_ns.d [2021-02-23T18:17:49.920Z] #43 75.74 DEP criu/util.d [2021-02-23T18:17:50.590Z] #43 76.09 DEP criu/uffd.d [2021-02-23T18:17:50.590Z] #43 76.47 DEP criu/tun.d [2021-02-23T18:17:50.887Z] #43 76.67 DEP criu/tty.d [2021-02-23T18:17:51.184Z] #43 76.94 DEP criu/timerfd.d [2021-02-23T18:17:51.482Z] #43 77.22 DEP criu/timens.d [2021-02-23T18:17:51.780Z] #43 77.54 DEP criu/sysfs_parse.d [2021-02-23T18:17:51.780Z] #43 ... [2021-02-23T18:17:51.780Z] [2021-02-23T18:17:51.780Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:17:51.780Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:17:51.780Z] #20 22.75 The following NEW packages will be installed: [2021-02-23T18:17:51.780Z] #20 22.76 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-23T18:17:52.085Z] #20 22.76 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-23T18:17:52.085Z] #20 22.76 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-23T18:17:52.085Z] #20 22.76 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-23T18:17:52.085Z] #20 22.76 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-23T18:17:52.085Z] #20 22.76 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-23T18:17:52.085Z] #20 22.77 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-23T18:17:52.085Z] #20 22.77 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-23T18:17:52.085Z] #20 22.77 xz-utils zip [2021-02-23T18:17:52.085Z] #20 22.85 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-23T18:17:52.085Z] #20 22.85 Need to get 29.2 MB of archives. [2021-02-23T18:17:52.085Z] #20 22.85 After this operation, 134 MB of additional disk space will be used. [2021-02-23T18:17:52.085Z] #20 22.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-02-23T18:17:52.085Z] #20 22.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2021-02-23T18:17:52.085Z] #20 22.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2021-02-23T18:17:52.085Z] #20 23.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-02-23T18:17:52.085Z] #20 23.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-02-23T18:17:52.085Z] #20 23.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2021-02-23T18:17:52.085Z] #20 23.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2021-02-23T18:17:52.085Z] #20 23.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-02-23T18:17:52.389Z] #20 23.13 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-02-23T18:17:52.389Z] #20 23.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-02-23T18:17:52.389Z] #20 23.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-02-23T18:17:52.389Z] #20 23.15 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-02-23T18:17:52.389Z] #20 23.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-02-23T18:17:52.389Z] #20 23.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-02-23T18:17:52.389Z] #20 23.16 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-02-23T18:17:52.389Z] #20 23.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-02-23T18:17:52.389Z] #20 23.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-23T18:17:52.389Z] #20 23.21 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-23T18:17:52.389Z] #20 23.22 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-02-23T18:17:52.389Z] #20 23.23 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-02-23T18:17:52.389Z] #20 23.23 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-02-23T18:17:52.389Z] #20 23.25 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-02-23T18:17:52.389Z] #20 23.27 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-02-23T18:17:52.389Z] #20 23.28 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-23T18:17:52.389Z] #20 23.29 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-23T18:17:52.389Z] #20 23.29 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-23T18:17:52.389Z] #20 23.30 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-02-23T18:17:52.389Z] #20 23.30 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-02-23T18:17:52.389Z] #20 23.31 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-23T18:17:53.043Z] #20 23.74 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-23T18:17:53.043Z] #20 23.75 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-23T18:17:53.043Z] #20 23.75 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-23T18:17:53.043Z] #20 23.75 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-02-23T18:17:53.043Z] #20 23.76 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-02-23T18:17:53.043Z] #20 23.77 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-02-23T18:17:53.043Z] #20 23.82 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-23T18:17:53.043Z] #20 23.83 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-02-23T18:17:53.043Z] #20 23.83 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-02-23T18:17:53.043Z] #20 23.84 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-23T18:17:53.043Z] #20 23.85 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-02-23T18:17:53.043Z] #20 23.86 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-23T18:17:53.043Z] #20 23.86 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-02-23T18:17:53.043Z] #20 23.92 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-02-23T18:17:53.043Z] #20 23.93 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-02-23T18:17:53.043Z] #20 23.94 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-23T18:17:53.342Z] #20 24.22 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-02-23T18:17:53.342Z] #20 24.31 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-02-23T18:17:53.639Z] #20 24.38 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-02-23T18:17:54.695Z] #20 25.39 debconf: delaying package configuration, since apt-utils is not installed [2021-02-23T18:17:54.695Z] #20 25.52 Fetched 29.2 MB in 2s (18.6 MB/s) [2021-02-23T18:17:54.695Z] #20 25.61 Selecting previously unselected package pigz. [2021-02-23T18:17:54.695Z] #20 25.61 (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 ... 23361 files and directories currently installed.) [2021-02-23T18:17:54.695Z] #20 25.67 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-02-23T18:17:54.695Z] #20 25.69 Unpacking pigz (2.4-1) ... [2021-02-23T18:17:54.763Z] --- PASS: TestBuildWithHugeFile (53.21s) [2021-02-23T18:17:54.763Z] === RUN TestBuildWithEmptyDockerfile [2021-02-23T18:17:54.763Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:17:54.763Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:17:54.763Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:17:54.763Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:17:54.763Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:17:54.763Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:17:54.763Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:17:54.763Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:17:54.763Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:17:54.763Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2021-02-23T18:17:54.763Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-02-23T18:17:54.763Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-02-23T18:17:54.763Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-23T18:17:54.763Z] === RUN TestBuildPreserveOwnership [2021-02-23T18:17:54.763Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-23T18:17:54.995Z] #20 25.77 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-02-23T18:17:54.995Z] #20 25.78 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-23T18:17:54.995Z] #20 25.79 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-23T18:17:55.022Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-23T18:17:55.642Z] #20 26.49 Selecting previously unselected package python3.7-minimal. [2021-02-23T18:17:55.642Z] #20 26.50 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-23T18:17:55.642Z] #20 26.52 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-23T18:17:56.400Z] --- PASS: TestBuildPreserveOwnership (4.38s) [2021-02-23T18:17:56.400Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.06s) [2021-02-23T18:17:56.400Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2021-02-23T18:17:56.400Z] === RUN TestBuildPlatformInvalid [2021-02-23T18:17:56.400Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-02-23T18:17:56.400Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-23T18:17:56.695Z] #20 27.62 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-23T18:17:56.695Z] #20 27.64 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-23T18:17:57.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-23T18:18:00.261Z] #20 30.67 Selecting previously unselected package python3-minimal. [2021-02-23T18:18:00.261Z] #20 30.68 (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 ... 23610 files and directories currently installed.) [2021-02-23T18:18:00.261Z] #20 30.80 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-02-23T18:18:00.261Z] #20 30.81 Unpacking python3-minimal (3.7.3-1) ... [2021-02-23T18:18:00.261Z] #20 30.94 Selecting previously unselected package libmpdec2:ppc64el. [2021-02-23T18:18:00.261Z] #20 30.95 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-02-23T18:18:00.261Z] #20 30.95 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-02-23T18:18:00.261Z] #20 31.11 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-02-23T18:18:00.261Z] #20 31.14 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-23T18:18:00.261Z] #20 31.14 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-23T18:18:01.318Z] #20 32.20 Selecting previously unselected package python3.7. [2021-02-23T18:18:01.318Z] #20 32.21 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-23T18:18:01.318Z] #20 32.23 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-23T18:18:01.616Z] #20 32.43 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-02-23T18:18:01.616Z] #20 32.43 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-02-23T18:18:01.616Z] #20 32.45 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-23T18:18:01.616Z] #20 32.51 Setting up python3-minimal (3.7.3-1) ... [2021-02-23T18:18:01.931Z] #20 ... [2021-02-23T18:18:01.931Z] [2021-02-23T18:18:01.931Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:01.931Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:01.931Z] #43 77.80 DEP criu/sysctl.d [2021-02-23T18:18:01.931Z] #43 78.07 DEP criu/string.d [2021-02-23T18:18:01.931Z] #43 78.14 DEP criu/stats.d [2021-02-23T18:18:01.931Z] #43 78.33 DEP criu/sockets.d [2021-02-23T18:18:01.931Z] #43 78.59 DEP criu/sk-unix.d [2021-02-23T18:18:01.931Z] #43 79.00 DEP criu/sk-tcp.d [2021-02-23T18:18:01.931Z] #43 79.28 DEP criu/sk-queue.d [2021-02-23T18:18:01.931Z] #43 79.47 DEP criu/sk-packet.d [2021-02-23T18:18:01.931Z] #43 79.66 DEP criu/sk-netlink.d [2021-02-23T18:18:01.931Z] #43 79.89 DEP criu/sk-inet.d [2021-02-23T18:18:01.931Z] #43 80.13 DEP criu/signalfd.d [2021-02-23T18:18:01.931Z] #43 80.32 DEP criu/sigframe.d [2021-02-23T18:18:01.931Z] #43 80.41 DEP criu/shmem.d [2021-02-23T18:18:01.931Z] #43 80.62 DEP criu/servicefd.d [2021-02-23T18:18:01.931Z] #43 80.91 DEP criu/seize.d [2021-02-23T18:18:01.931Z] #43 81.10 DEP criu/seccomp.d [2021-02-23T18:18:01.931Z] #43 81.44 DEP criu/rst-malloc.d [2021-02-23T18:18:01.931Z] #43 81.66 DEP criu/rbtree.d [2021-02-23T18:18:01.931Z] #43 81.70 DEP criu/pstree.d [2021-02-23T18:18:01.931Z] #43 81.94 DEP criu/protobuf.d [2021-02-23T18:18:01.931Z] #43 82.17 GEN criu/protobuf-desc-gen.h [2021-02-23T18:18:01.931Z] #43 84.72 DEP criu/protobuf-desc.d [2021-02-23T18:18:01.931Z] #43 84.92 DEP criu/proc_parse.d [2021-02-23T18:18:01.931Z] #43 85.20 DEP criu/plugin.d [2021-02-23T18:18:01.931Z] #43 85.34 DEP criu/pipes.d [2021-02-23T18:18:01.931Z] #43 85.58 DEP criu/pie-util.d [2021-02-23T18:18:01.931Z] #43 85.73 DEP criu/pie-util-vdso.d [2021-02-23T18:18:01.931Z] #43 85.89 DEP criu/path.d [2021-02-23T18:18:01.931Z] #43 86.07 DEP criu/parasite-syscall.d [2021-02-23T18:18:01.931Z] #43 86.36 DEP criu/pagemap.d [2021-02-23T18:18:01.931Z] #43 86.59 DEP criu/pagemap-cache.d [2021-02-23T18:18:01.931Z] #43 86.74 DEP criu/page-xfer.d [2021-02-23T18:18:01.931Z] #43 86.94 DEP criu/page-pipe.d [2021-02-23T18:18:01.931Z] #43 87.10 DEP criu/netfilter.d [2021-02-23T18:18:01.931Z] #43 87.36 DEP criu/net.d [2021-02-23T18:18:02.228Z] #43 87.81 DEP criu/namespaces.d [2021-02-23T18:18:02.228Z] #43 88.07 DEP criu/mount.d [2021-02-23T18:18:02.528Z] #43 88.34 DEP criu/memfd.d [2021-02-23T18:18:02.528Z] #43 ... [2021-02-23T18:18:02.528Z] [2021-02-23T18:18:02.528Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:18:02.528Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:18:02.828Z] #20 33.60 Selecting previously unselected package python3. [2021-02-23T18:18:02.828Z] #20 33.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2021-02-23T18:18:02.828Z] #20 33.67 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-02-23T18:18:02.828Z] #20 33.69 Unpacking python3 (3.7.3-1) ... [2021-02-23T18:18:02.828Z] #20 33.80 Selecting previously unselected package libip4tc0:ppc64el. [2021-02-23T18:18:03.126Z] #20 33.82 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-02-23T18:18:03.126Z] #20 33.83 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-02-23T18:18:03.126Z] #20 34.01 Selecting previously unselected package libip6tc0:ppc64el. [2021-02-23T18:18:03.126Z] #20 34.05 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-02-23T18:18:03.126Z] #20 34.05 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-02-23T18:18:03.425Z] #20 34.18 Selecting previously unselected package libiptc0:ppc64el. [2021-02-23T18:18:03.425Z] #20 34.18 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-02-23T18:18:03.425Z] #20 34.19 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-02-23T18:18:03.425Z] #20 34.27 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-02-23T18:18:03.425Z] #20 34.28 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-02-23T18:18:03.425Z] #20 34.29 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-23T18:18:03.425Z] #20 34.35 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-02-23T18:18:03.425Z] #20 34.35 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-02-23T18:18:03.425Z] #20 34.36 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-23T18:18:03.723Z] #20 34.46 Selecting previously unselected package libnftnl11:ppc64el. [2021-02-23T18:18:03.723Z] #20 34.46 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-02-23T18:18:03.723Z] #20 34.47 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-02-23T18:18:03.723Z] #20 34.60 Selecting previously unselected package iptables. [2021-02-23T18:18:03.723Z] #20 34.61 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-02-23T18:18:03.723Z] #20 34.62 Unpacking iptables (1.8.2-4) ... [2021-02-23T18:18:04.372Z] #20 35.13 Selecting previously unselected package xxd. [2021-02-23T18:18:04.372Z] #20 35.16 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-23T18:18:04.372Z] #20 35.17 Unpacking xxd (2:8.1.0875-5) ... [2021-02-23T18:18:04.372Z] #20 35.31 Selecting previously unselected package vim-common. [2021-02-23T18:18:04.372Z] #20 35.34 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-23T18:18:04.372Z] #20 35.37 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-23T18:18:04.672Z] #20 35.60 Selecting previously unselected package bash-completion. [2021-02-23T18:18:04.672Z] #20 35.60 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-23T18:18:06.778Z] #20 ... [2021-02-23T18:18:06.778Z] [2021-02-23T18:18:06.778Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:18:06.778Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:18:06.778Z] #45 147.3 vendor/golang.org/x/crypto/cryptobyte [2021-02-23T18:18:06.778Z] #45 151.7 net/textproto [2021-02-23T18:18:06.778Z] #45 151.7 vendor/golang.org/x/net/http/httpproxy [2021-02-23T18:18:06.778Z] #45 151.7 crypto/x509 [2021-02-23T18:18:06.778Z] #45 153.7 vendor/golang.org/x/net/http/httpguts [2021-02-23T18:18:06.778Z] #45 153.7 mime/multipart [2021-02-23T18:18:06.778Z] #45 ... [2021-02-23T18:18:06.778Z] [2021-02-23T18:18:06.778Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:06.778Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:06.778Z] #43 88.57 DEP criu/mem.d [2021-02-23T18:18:06.778Z] #43 88.84 DEP criu/lsm.d [2021-02-23T18:18:06.778Z] #43 89.05 DEP criu/log.d [2021-02-23T18:18:06.778Z] #43 89.22 DEP criu/libnetlink.d [2021-02-23T18:18:06.778Z] #43 89.37 DEP criu/kerndat.d [2021-02-23T18:18:06.778Z] #43 89.63 DEP criu/kcmp-ids.d [2021-02-23T18:18:06.778Z] #43 89.79 DEP criu/irmap.d [2021-02-23T18:18:06.778Z] #43 90.00 DEP criu/ipc_ns.d [2021-02-23T18:18:06.778Z] #43 90.17 DEP criu/image.d [2021-02-23T18:18:06.778Z] #43 90.39 DEP criu/image-desc.d [2021-02-23T18:18:06.778Z] #43 90.54 DEP criu/fsnotify.d [2021-02-23T18:18:06.778Z] #43 90.87 DEP criu/filesystems.d [2021-02-23T18:18:06.778Z] #43 91.16 DEP criu/files.d [2021-02-23T18:18:06.778Z] #43 91.35 DEP criu/files-reg.d [2021-02-23T18:18:06.778Z] #43 91.54 DEP criu/files-ext.d [2021-02-23T18:18:06.778Z] #43 91.71 DEP criu/file-lock.d [2021-02-23T18:18:06.778Z] #43 91.90 DEP criu/file-ids.d [2021-02-23T18:18:06.778Z] #43 92.15 DEP criu/fifo.d [2021-02-23T18:18:06.778Z] #43 92.41 DEP criu/fdstore.d [2021-02-23T18:18:06.778Z] #43 92.58 DEP criu/fault-injection.d [2021-02-23T18:18:06.778Z] #43 92.62 DEP criu/external.d [2021-02-23T18:18:06.825Z] ok github.com/docker/docker/cmd/dockerd 0.080s coverage: 29.1% of statements [2021-02-23T18:18:06.825Z] ok github.com/docker/docker/container 0.109s coverage: 34.7% of statements [2021-02-23T18:18:06.825Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-23T18:18:06.825Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-23T18:18:06.825Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-23T18:18:06.825Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-23T18:18:07.076Z] #43 92.75 DEP criu/eventpoll.d [2021-02-23T18:18:07.076Z] #43 92.94 DEP criu/eventfd.d [2021-02-23T18:18:07.373Z] #43 ... [2021-02-23T18:18:07.373Z] [2021-02-23T18:18:07.373Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-23T18:18:07.373Z] #58 sha256:a91cd700aba5bdae71748095a02123a2a0d377e63d5ed0ff0b77133feda26d32 [2021-02-23T18:18:07.373Z] #58 148.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-23T18:18:07.373Z] #58 148.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-23T18:18:07.373Z] #58 DONE 158.1s [2021-02-23T18:18:07.373Z] [2021-02-23T18:18:07.373Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:07.373Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:07.373Z] #43 93.15 DEP criu/crtools.d [2021-02-23T18:18:07.672Z] #43 ... [2021-02-23T18:18:07.672Z] [2021-02-23T18:18:07.672Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-23T18:18:07.672Z] #59 sha256:8a4a5553ffe283d5fee349ac028536bab5f83b0ccd85a3e263a7d9b8571f03e5 [2021-02-23T18:18:07.672Z] #59 DONE 0.2s [2021-02-23T18:18:07.672Z] [2021-02-23T18:18:07.672Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-23T18:18:07.672Z] #60 sha256:dbc2ea31c1e9f9eb7d6a9848e3e1614c3ec730d4f2f8bc61b11d478a991e5644 [2021-02-23T18:18:07.672Z] #60 DONE 0.1s [2021-02-23T18:18:07.672Z] [2021-02-23T18:18:07.672Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:07.672Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:07.672Z] #43 93.47 DEP criu/cr-service.d [2021-02-23T18:18:08.078Z] #43 94.00 DEP criu/cr-restore.d [2021-02-23T18:18:08.724Z] #43 94.47 DEP criu/cr-errno.d [2021-02-23T18:18:08.724Z] #43 94.48 DEP criu/cr-dump.d [2021-02-23T18:18:09.379Z] #43 94.94 DEP criu/cr-dedup.d [2021-02-23T18:18:09.379Z] #43 95.13 DEP criu/cr-check.d [2021-02-23T18:18:09.684Z] #43 95.35 DEP criu/config.d [2021-02-23T18:18:09.684Z] #43 95.52 DEP criu/clone-noasan.d [2021-02-23T18:18:09.684Z] #43 95.64 DEP criu/cgroup.d [2021-02-23T18:18:10.330Z] #43 96.00 DEP criu/cgroup-props.d [2021-02-23T18:18:10.629Z] #43 96.21 DEP criu/bitmap.d [2021-02-23T18:18:10.629Z] #43 96.22 DEP criu/bfd.d [2021-02-23T18:18:10.629Z] #43 96.38 DEP criu/autofs.d [2021-02-23T18:18:10.629Z] #43 96.57 DEP criu/aio.d [2021-02-23T18:18:10.927Z] #43 96.81 DEP criu/action-scripts.d [2021-02-23T18:18:11.227Z] #43 97.14 CC criu/action-scripts.o [2021-02-23T18:18:11.266Z] ok github.com/docker/docker/daemon/cluster 0.075s coverage: 0.5% of statements [2021-02-23T18:18:11.280Z] Loaded image: buildpack-deps:buster [2021-02-23T18:18:11.280Z] Loaded image: busybox:latest [2021-02-23T18:18:11.280Z] Loaded image: busybox:glibc [2021-02-23T18:18:11.874Z] #43 97.70 CC criu/aio.o [2021-02-23T18:18:12.295Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.005s coverage: 65.3% of statements [2021-02-23T18:18:12.535Z] #43 98.36 CC criu/autofs.o [2021-02-23T18:18:13.184Z] Loaded image: debian:bullseye [2021-02-23T18:18:13.184Z] Loaded image: hello-world:latest [2021-02-23T18:18:13.184Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:18:13.324Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2021-02-23T18:18:14.109Z] #43 ... [2021-02-23T18:18:14.109Z] [2021-02-23T18:18:14.109Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:18:14.109Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:18:14.109Z] #20 40.55 Unpacking bash-completion (1:2.8-6) ... [2021-02-23T18:18:14.109Z] #20 41.12 Selecting previously unselected package bzip2. [2021-02-23T18:18:14.109Z] #20 41.13 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-02-23T18:18:14.109Z] #20 41.14 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-23T18:18:14.109Z] #20 41.19 Selecting previously unselected package xz-utils. [2021-02-23T18:18:14.109Z] #20 41.19 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-02-23T18:18:14.109Z] #20 41.20 Unpacking xz-utils (5.2.4-1) ... [2021-02-23T18:18:14.109Z] #20 41.29 Selecting previously unselected package apparmor. [2021-02-23T18:18:14.109Z] #20 41.30 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 41.38 Unpacking apparmor (2.13.2-10) ... [2021-02-23T18:18:14.110Z] #20 41.75 Selecting previously unselected package aufs-tools. [2021-02-23T18:18:14.110Z] #20 41.76 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 41.76 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-23T18:18:14.110Z] #20 41.89 Selecting previously unselected package libonig5:ppc64el. [2021-02-23T18:18:14.110Z] #20 41.89 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 41.90 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-23T18:18:14.110Z] #20 42.05 Selecting previously unselected package libjq1:ppc64el. [2021-02-23T18:18:14.110Z] #20 42.07 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 42.07 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-23T18:18:14.110Z] #20 42.21 Selecting previously unselected package jq. [2021-02-23T18:18:14.110Z] #20 42.21 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 42.22 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-23T18:18:14.110Z] #20 42.31 Selecting previously unselected package libaio1:ppc64el. [2021-02-23T18:18:14.110Z] #20 42.31 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 42.32 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-02-23T18:18:14.110Z] #20 42.39 Selecting previously unselected package libgpm2:ppc64el. [2021-02-23T18:18:14.110Z] #20 42.43 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 42.43 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-02-23T18:18:14.110Z] #20 42.51 Selecting previously unselected package libicu63:ppc64el. [2021-02-23T18:18:14.110Z] #20 42.51 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-23T18:18:14.110Z] #20 42.53 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-23T18:18:15.166Z] #20 ... [2021-02-23T18:18:15.166Z] [2021-02-23T18:18:15.166Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:15.166Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:15.166Z] #43 100.9 CC criu/bfd.o [2021-02-23T18:18:15.358Z] --- PASS: TestBuildWithHugeFile (51.25s) [2021-02-23T18:18:15.358Z] === RUN TestBuildWithEmptyDockerfile [2021-02-23T18:18:15.358Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:18:15.358Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:18:15.358Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:18:15.358Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:18:15.358Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:18:15.358Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:18:15.358Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:18:15.358Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:18:15.358Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:18:15.358Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-02-23T18:18:15.358Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-02-23T18:18:15.358Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-02-23T18:18:15.358Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-23T18:18:15.358Z] === RUN TestBuildPreserveOwnership [2021-02-23T18:18:15.358Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-23T18:18:15.811Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:18:15.811Z] [2021-02-23T18:18:15.811Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:18:15.811Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:18:15.811Z] HOSTNAME=e56942e0beea [2021-02-23T18:18:15.811Z] TESTDEBUG=0 [2021-02-23T18:18:15.811Z] DEST=bundles/test-integration [2021-02-23T18:18:15.811Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:18:15.811Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:18:15.811Z] container=docker [2021-02-23T18:18:15.811Z] HOME=/root [2021-02-23T18:18:15.811Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:18:15.811Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:18:15.811Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:18:15.811Z] TERM=xterm [2021-02-23T18:18:15.811Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:18:15.811Z] SHLVL=1 [2021-02-23T18:18:15.811Z] TIMEOUT=120m [2021-02-23T18:18:15.811Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:18:15.811Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:18:15.811Z] GO111MODULE=off [2021-02-23T18:18:15.811Z] DOCKER_EXPERIMENTAL=1 [2021-02-23T18:18:15.812Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-23T18:18:15.812Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:18:15.812Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:18:15.812Z] GOPATH=/go [2021-02-23T18:18:15.812Z] PKG_CONFIG=pkg-config [2021-02-23T18:18:15.812Z] _=/usr/bin/env [2021-02-23T18:18:15.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-23T18:18:16.221Z] #43 101.8 CC criu/bitmap.o [2021-02-23T18:18:16.221Z] #43 102.1 CC criu/cgroup-props.o [2021-02-23T18:18:16.868Z] #43 ... [2021-02-23T18:18:16.868Z] [2021-02-23T18:18:16.868Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:18:16.868Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:18:16.868Z] #45 157.5 crypto/tls [2021-02-23T18:18:16.868Z] #45 164.2 net/http/httptrace [2021-02-23T18:18:16.868Z] #45 164.4 net/http [2021-02-23T18:18:16.868Z] #45 ... [2021-02-23T18:18:16.868Z] [2021-02-23T18:18:16.868Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:18:16.868Z] #24 sha256:018fe2458e56d8c426d214b5e99402b182ffd20ec47eb43997fe383c82205d1e [2021-02-23T18:18:17.243Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-23T18:18:19.580Z] #24 166.3 Checking out files: 24% (2756/11187) Checking out files: 25% (2797/11187) Checking out files: 26% (2909/11187) Checking out files: 27% (3021/11187) Checking out files: 28% (3133/11187) Checking out files: 29% (3245/11187) Checking out files: 30% (3357/11187) Checking out files: 31% (3468/11187) Checking out files: 32% (3580/11187) Checking out files: 33% (3692/11187) Checking out files: 34% (3804/11187) Checking out files: 35% (3916/11187) Checking out files: 36% (4028/11187) Checking out files: 37% (4140/11187) Checking out files: 38% (4252/11187) Checking out files: 39% (4363/11187) Checking out files: 40% (4475/11187) Checking out files: 41% (4587/11187) Checking out files: 42% (4699/11187) Checking out files: 43% (4811/11187) Checking out files: 43% (4866/11187) Checking out files: 44% (4923/11187) Checking out files: 45% (5035/11187) Checking out files: 46% (5147/11187) Checking out files: 47% (5258/11187) Checking out files: 48% (5370/11187) Checking out files: 49% (5482/11187) Checking out files: 50% (5594/11187) Checking out files: 51% (5706/11187) Checking out files: 52% (5818/11187) Checking out files: 53% (5930/11187) Checking out files: 54% (6041/11187) Checking out files: 55% (6153/11187) Checking out files: 56% (6265/11187) Checking out files: 57% (6377/11187) Checking out files: 58% (6489/11187) Checking out files: 59% (6601/11187) Checking out files: 60% (6713/11187) Checking out files: 60% (6767/11187) Checking out files: 61% (6825/11187) Checking out files: 62% (6936/11187) Checking out files: 63% (7048/11187) Checking out files: 64% (7160/11187) Checking out files: 65% (7272/11187) Checking out files: 66% (7384/11187) Checking out files: 67% (7496/11187) Checking out files: 68% (7608/11187) Checking out files: 69% (7720/11187) Checking out files: 70% (7831/11187) Checking out files: 71% (7943/11187) Checking out files: 72% (8055/11187) Checking out files: 73% (8167/11187) Checking out files: 74% (8279/11187) Checking out files: 75% (8391/11187) Checking out files: 76% (8503/11187) Checking out files: 77% (8614/11187) Checking out files: 78% (8726/11187) Checking out files: 79% (8838/11187) Checking out files: 79% (8863/11187) Checking out files: 80% (8950/11187) Checking out files: 81% (9062/11187) Checking out files: 82% (9174/11187) Checking out files: 83% (9286/11187) Checking out files: 84% (9398/11187) Checking out files: 85% (9509/11187) Checking out files: 86% (9621/11187) Checking out files: 87% (9733/11187) Checking out files: 88% (9845/11187) Checking out files: 89% (9957/11187) Checking out files: 90% (10069/11187) Checking out files: 91% (10181/11187) Checking out files: 92% (10293/11187) Checking out files: 93% (10404/11187) Checking out files: 94% (10516/11187) Checking out files: 95% (10628/11187) Checking out files: 96% (10740/11187) Checking out files: 97% (10852/11187) Checking out files: 97% (10922/11187) Checking out files: 98% (10964/11187) Checking out files: 99% (11076/11187) Checking out files: 100% (11187/11187) Checking out files: 100% (11187/11187), done. [2021-02-23T18:18:19.878Z] #24 170.6 + cd /tmp/tmp.4JEbdZKP1e/tmp/docker-ce [2021-02-23T18:18:19.879Z] #24 170.6 + git checkout -q v17.06.2-ce [2021-02-23T18:18:20.203Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.448s coverage: 14.0% of statements [2021-02-23T18:18:21.275Z] ok github.com/docker/docker/daemon/config 0.018s coverage: 81.8% of statements [2021-02-23T18:18:21.299Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.86s) [2021-02-23T18:18:21.299Z] PASS [2021-02-23T18:18:21.299Z] [2021-02-23T18:18:21.299Z] === Skipped [2021-02-23T18:18:21.299Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-23T18:18:21.299Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:18:21.299Z] [2021-02-23T18:18:21.299Z] [2021-02-23T18:18:21.299Z] DONE 33 tests, 1 skipped in 118.715s [2021-02-23T18:18:21.299Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-23T18:18:21.299Z] INFO: Testing against a local daemon [2021-02-23T18:18:21.299Z] === RUN TestConfigInspect [2021-02-23T18:18:21.404Z] --- PASS: TestBuildPreserveOwnership (10.43s) [2021-02-23T18:18:21.404Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.42s) [2021-02-23T18:18:21.404Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-02-23T18:18:21.404Z] === RUN TestBuildPlatformInvalid [2021-02-23T18:18:21.404Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-02-23T18:18:21.404Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-23T18:18:21.404Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-23T18:18:21.405Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-23T18:18:21.405Z] PASS [2021-02-23T18:18:21.405Z] [2021-02-23T18:18:21.405Z] === Skipped [2021-02-23T18:18:21.405Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-23T18:18:21.405Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:18:21.405Z] [2021-02-23T18:18:21.405Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-23T18:18:21.405Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-23T18:18:21.405Z] [2021-02-23T18:18:21.405Z] [2021-02-23T18:18:21.405Z] DONE 33 tests, 2 skipped in 128.262s [2021-02-23T18:18:21.405Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-23T18:18:21.405Z] INFO: Testing against a local daemon [2021-02-23T18:18:21.405Z] === RUN TestConfigInspect [2021-02-23T18:18:21.405Z] --- SKIP: TestConfigInspect (0.02s) [2021-02-23T18:18:21.405Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:21.405Z] === RUN TestConfigList [2021-02-23T18:18:21.405Z] --- SKIP: TestConfigList (0.02s) [2021-02-23T18:18:21.405Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:21.405Z] === RUN TestConfigsCreateAndDelete [2021-02-23T18:18:21.405Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-02-23T18:18:21.405Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:21.405Z] === RUN TestConfigsUpdate [2021-02-23T18:18:21.405Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-02-23T18:18:21.405Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:21.405Z] === RUN TestTemplatedConfig [2021-02-23T18:18:21.405Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-23T18:18:21.405Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:21.405Z] === RUN TestConfigCreateResolve [2021-02-23T18:18:21.405Z] --- SKIP: TestConfigCreateResolve (0.02s) [2021-02-23T18:18:21.405Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:21.405Z] === RUN TestConfigDaemonLibtrustID [2021-02-23T18:18:21.905Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-02-23T18:18:22.574Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2021-02-23T18:18:23.202Z] --- PASS: TestConfigInspect (2.36s) [2021-02-23T18:18:23.202Z] === RUN TestConfigList [2021-02-23T18:18:23.212Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2021-02-23T18:18:23.291Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-02-23T18:18:23.291Z] PASS [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] === Skipped [2021-02-23T18:18:23.291Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-02-23T18:18:23.291Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-02-23T18:18:23.291Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-02-23T18:18:23.291Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-02-23T18:18:23.291Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-02-23T18:18:23.291Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2021-02-23T18:18:23.291Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] [2021-02-23T18:18:23.291Z] DONE 7 tests, 6 skipped in 1.724s [2021-02-23T18:18:23.291Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-23T18:18:23.291Z] INFO: Testing against a local daemon [2021-02-23T18:18:23.291Z] === RUN TestCheckpoint [2021-02-23T18:18:23.291Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-23T18:18:23.291Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:18:23.291Z] === RUN TestContainerInvalidJSON [2021-02-23T18:18:23.291Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:18:23.291Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:18:23.291Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:18:23.291Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:18:23.291Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:18:23.291Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:18:23.291Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:18:23.291Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:18:23.291Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:18:23.291Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-23T18:18:23.291Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-23T18:18:23.291Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-23T18:18:23.291Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-23T18:18:23.291Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-23T18:18:23.291Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-02-23T18:18:23.291Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-23T18:18:23.291Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-02-23T18:18:23.291Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-23T18:18:23.291Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-02-23T18:18:23.291Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-23T18:18:23.291Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-02-23T18:18:23.291Z] === RUN TestCopyFromContainer [2021-02-23T18:18:23.440Z] #24 174.1 + mkdir -p /tmp/tmp.4JEbdZKP1e/src/github.com/docker [2021-02-23T18:18:23.440Z] #24 174.1 + mv components/cli /tmp/tmp.4JEbdZKP1e/src/github.com/docker/cli [2021-02-23T18:18:23.440Z] #24 174.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-23T18:18:24.307Z] ok github.com/docker/docker/daemon 12.255s coverage: 17.1% of statements [2021-02-23T18:18:24.307Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-23T18:18:24.307Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-23T18:18:24.307Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-23T18:18:24.307Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-23T18:18:25.238Z] --- PASS: TestConfigList (2.28s) [2021-02-23T18:18:25.238Z] === RUN TestConfigsCreateAndDelete [2021-02-23T18:18:25.545Z] #24 ... [2021-02-23T18:18:25.545Z] [2021-02-23T18:18:25.545Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:18:25.545Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:18:25.545Z] #20 46.38 Selecting previously unselected package libnet1:ppc64el. [2021-02-23T18:18:25.545Z] #20 46.38 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 46.38 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-23T18:18:25.545Z] #20 46.47 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-23T18:18:25.545Z] #20 46.47 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 46.48 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-23T18:18:25.545Z] #20 46.60 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-23T18:18:25.545Z] #20 46.60 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 46.61 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-23T18:18:25.545Z] #20 46.71 Selecting previously unselected package libreadline5:ppc64el. [2021-02-23T18:18:25.545Z] #20 46.71 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 46.73 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-23T18:18:25.545Z] #20 46.95 Selecting previously unselected package net-tools. [2021-02-23T18:18:25.545Z] #20 46.96 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 46.96 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-23T18:18:25.545Z] #20 47.21 Selecting previously unselected package python-pip-whl. [2021-02-23T18:18:25.545Z] #20 47.22 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-23T18:18:25.545Z] #20 47.23 Unpacking python-pip-whl (18.1-5) ... [2021-02-23T18:18:25.545Z] #20 47.89 Selecting previously unselected package python3-lib2to3. [2021-02-23T18:18:25.545Z] #20 47.91 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-23T18:18:25.545Z] #20 47.91 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-23T18:18:25.545Z] #20 48.07 Selecting previously unselected package python3-distutils. [2021-02-23T18:18:25.545Z] #20 48.08 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-23T18:18:25.545Z] #20 48.08 Unpacking python3-distutils (3.7.3-1) ... [2021-02-23T18:18:25.545Z] #20 48.25 Selecting previously unselected package python3-pip. [2021-02-23T18:18:25.545Z] #20 48.27 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-23T18:18:25.545Z] #20 48.29 Unpacking python3-pip (18.1-5) ... [2021-02-23T18:18:25.545Z] #20 48.47 Selecting previously unselected package python3-pkg-resources. [2021-02-23T18:18:25.545Z] #20 48.48 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-23T18:18:25.545Z] #20 48.49 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-23T18:18:25.545Z] #20 48.72 Selecting previously unselected package python3-setuptools. [2021-02-23T18:18:25.545Z] #20 48.74 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-23T18:18:25.545Z] #20 48.75 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-23T18:18:25.545Z] #20 49.08 Selecting previously unselected package python3-wheel. [2021-02-23T18:18:25.545Z] #20 49.08 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-23T18:18:25.545Z] #20 49.08 Unpacking python3-wheel (0.32.3-2) ... [2021-02-23T18:18:25.545Z] #20 49.15 Selecting previously unselected package sudo. [2021-02-23T18:18:25.545Z] #20 49.16 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 49.17 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-23T18:18:25.545Z] #20 50.09 Selecting previously unselected package thin-provisioning-tools. [2021-02-23T18:18:25.545Z] #20 50.11 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 50.11 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-23T18:18:25.545Z] #20 50.42 Selecting previously unselected package uidmap. [2021-02-23T18:18:25.545Z] #20 50.44 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 50.48 Unpacking uidmap (1:4.5-1.1) ... [2021-02-23T18:18:25.545Z] #20 50.69 Selecting previously unselected package vim-runtime. [2021-02-23T18:18:25.545Z] #20 50.70 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-23T18:18:25.545Z] #20 50.74 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-23T18:18:25.545Z] #20 50.77 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-23T18:18:25.545Z] #20 50.79 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-23T18:18:25.545Z] #20 54.76 Selecting previously unselected package vim. [2021-02-23T18:18:25.545Z] #20 54.77 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 54.80 Unpacking vim (2:8.1.0875-5) ... [2021-02-23T18:18:25.545Z] #20 55.45 Selecting previously unselected package xfsprogs. [2021-02-23T18:18:25.545Z] #20 55.45 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 55.47 Unpacking xfsprogs (4.20.0-1) ... [2021-02-23T18:18:25.545Z] #20 56.15 Selecting previously unselected package zip. [2021-02-23T18:18:25.545Z] #20 56.16 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-02-23T18:18:25.545Z] #20 56.18 Unpacking zip (3.0-11+b1) ... [2021-02-23T18:18:25.545Z] #20 56.52 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-23T18:18:25.545Z] #20 56.53 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-23T18:18:25.808Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2021-02-23T18:18:25.843Z] #20 56.55 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-02-23T18:18:25.843Z] #20 56.56 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-23T18:18:25.843Z] #20 56.57 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-02-23T18:18:25.843Z] #20 56.57 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-02-23T18:18:25.843Z] #20 56.58 Setting up uidmap (1:4.5-1.1) ... [2021-02-23T18:18:25.843Z] #20 56.59 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-02-23T18:18:25.843Z] #20 56.59 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-23T18:18:25.843Z] #20 56.60 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-23T18:18:25.843Z] #20 56.60 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-23T18:18:25.843Z] #20 56.61 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-23T18:18:25.843Z] #20 56.62 Setting up xxd (2:8.1.0875-5) ... [2021-02-23T18:18:25.843Z] #20 56.62 Setting up zip (3.0-11+b1) ... [2021-02-23T18:18:25.843Z] #20 56.63 Setting up vim-common (2:8.1.0875-5) ... [2021-02-23T18:18:25.843Z] #20 56.68 Setting up bash-completion (1:2.8-6) ... [2021-02-23T18:18:26.437Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.187s coverage: 56.2% of statements [2021-02-23T18:18:27.451Z] === RUN TestCopyFromContainer// [2021-02-23T18:18:27.451Z] === RUN TestCopyFromContainer//bar/root [2021-02-23T18:18:27.451Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-23T18:18:27.451Z] === RUN TestCopyFromContainer/bar/quux [2021-02-23T18:18:27.451Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-23T18:18:27.451Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-23T18:18:27.451Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-23T18:18:27.708Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-23T18:18:27.708Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-23T18:18:27.708Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer (4.46s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-23T18:18:27.708Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-23T18:18:27.708Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-23T18:18:27.786Z] --- PASS: TestConfigsCreateAndDelete (2.34s) [2021-02-23T18:18:27.786Z] === RUN TestConfigsUpdate [2021-02-23T18:18:27.964Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:18:27.964Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:18:27.964Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:18:27.965Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:18:27.965Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:18:27.965Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:18:27.965Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:18:27.965Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:18:27.965Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:18:27.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-23T18:18:27.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-23T18:18:27.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-23T18:18:27.965Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-23T18:18:27.965Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-23T18:18:27.965Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-02-23T18:18:27.965Z] === RUN TestCreateWithInvalidEnv [2021-02-23T18:18:27.965Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-23T18:18:27.965Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-23T18:18:27.965Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-23T18:18:27.965Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-23T18:18:27.965Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-23T18:18:27.965Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-23T18:18:27.965Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-23T18:18:27.965Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-23T18:18:27.965Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-23T18:18:27.965Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-23T18:18:27.965Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-23T18:18:27.965Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-23T18:18:27.965Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-23T18:18:27.965Z] === RUN TestCreateTmpfsMountsTarget [2021-02-23T18:18:27.965Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-23T18:18:27.965Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-23T18:18:27.979Z] #20 ... [2021-02-23T18:18:27.979Z] [2021-02-23T18:18:27.979Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:18:27.979Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:18:27.979Z] #45 178.7 github.com/LK4D4/vndr/godl [2021-02-23T18:18:27.979Z] #45 ... [2021-02-23T18:18:27.979Z] [2021-02-23T18:18:27.979Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:27.979Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:27.979Z] #43 103.6 CC criu/cgroup.o [2021-02-23T18:18:27.979Z] #43 109.2 CC criu/clone-noasan.o [2021-02-23T18:18:27.979Z] #43 109.5 CC criu/config.o [2021-02-23T18:18:27.979Z] #43 112.8 CC criu/cr-check.o [2021-02-23T18:18:28.637Z] #43 ... [2021-02-23T18:18:28.637Z] [2021-02-23T18:18:28.637Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:18:28.637Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:18:28.637Z] #45 179.5 github.com/LK4D4/vndr [2021-02-23T18:18:29.329Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2021-02-23T18:18:29.329Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-23T18:18:29.482Z] 4612f6d0b889: Pull complete [2021-02-23T18:18:29.689Z] --- PASS: TestConfigsUpdate (2.28s) [2021-02-23T18:18:29.689Z] === RUN TestTemplatedConfig [2021-02-23T18:18:30.255Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2021-02-23T18:18:30.255Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-23T18:18:30.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:18:30.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:18:30.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:18:30.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:18:30.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:18:30.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:18:30.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:18:30.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:18:30.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:18:30.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:18:30.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:18:30.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:18:30.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:18:30.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:18:30.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:18:30.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-23T18:18:30.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-23T18:18:30.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-23T18:18:30.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-23T18:18:30.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-23T18:18:30.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-23T18:18:30.255Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-23T18:18:30.815Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2021-02-23T18:18:30.815Z] === RUN TestCreateDifferentPlatform [2021-02-23T18:18:30.815Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-23T18:18:30.815Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-23T18:18:30.815Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-02-23T18:18:30.815Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-23T18:18:30.816Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-23T18:18:30.816Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-23T18:18:30.816Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-02-23T18:18:30.816Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-23T18:18:30.816Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-23T18:18:30.816Z] === RUN TestContainerStartOnDaemonRestart [2021-02-23T18:18:30.816Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-02-23T18:18:30.816Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-23T18:18:30.816Z] === RUN TestDaemonRestartIpcMode [2021-02-23T18:18:30.816Z] === PAUSE TestDaemonRestartIpcMode [2021-02-23T18:18:30.816Z] === RUN TestDaemonHostGatewayIP [2021-02-23T18:18:30.816Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-02-23T18:18:30.816Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:18:30.816Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-23T18:18:30.816Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-23T18:18:30.816Z] === RUN TestContainerKillOnDaemonStart [2021-02-23T18:18:30.816Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-23T18:18:30.816Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-23T18:18:30.816Z] === RUN TestDiff [2021-02-23T18:18:30.933Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.934s coverage: 45.9% of statements [2021-02-23T18:18:31.071Z] --- PASS: TestDiff (0.38s) [2021-02-23T18:18:31.071Z] === RUN TestExecWithCloseStdin [2021-02-23T18:18:31.223Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.9% of statements [2021-02-23T18:18:31.644Z] --- PASS: TestExecWithCloseStdin (0.47s) [2021-02-23T18:18:31.644Z] === RUN TestExec [2021-02-23T18:18:32.205Z] --- PASS: TestExec (0.45s) [2021-02-23T18:18:32.205Z] === RUN TestExecUser [2021-02-23T18:18:32.459Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:18:32.459Z] [2021-02-23T18:18:32.459Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-02-23T18:18:32.459Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-02-23T18:18:32.459Z] Using test binary docker [2021-02-23T18:18:32.459Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-23T18:18:32.459Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:18:32.459Z] INFO: Waiting for daemon to start... [2021-02-23T18:18:32.459Z] Starting dockerd [2021-02-23T18:18:32.459Z] . [2021-02-23T18:18:32.459Z] INFO: Building docker-sdk-python3:4.4.1... [2021-02-23T18:18:32.460Z] --- PASS: TestExecUser (0.44s) [2021-02-23T18:18:32.460Z] === RUN TestExportContainerAndImportImage [2021-02-23T18:18:32.974Z] --- PASS: TestTemplatedConfig (2.73s) [2021-02-23T18:18:32.974Z] === RUN TestConfigCreateResolve [2021-02-23T18:18:33.020Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2021-02-23T18:18:33.020Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-23T18:18:34.452Z] #45 ... [2021-02-23T18:18:34.452Z] [2021-02-23T18:18:34.452Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:18:34.452Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:18:34.452Z] #20 61.10 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-02-23T18:18:34.452Z] #20 61.11 Setting up xz-utils (5.2.4-1) ... [2021-02-23T18:18:34.452Z] #20 61.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-23T18:18:34.452Z] #20 61.16 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-23T18:18:34.452Z] #20 61.30 invoke-rc.d: could not determine current runlevel [2021-02-23T18:18:34.452Z] #20 61.32 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-23T18:18:34.452Z] #20 61.33 Setting up pigz (2.4-1) ... [2021-02-23T18:18:34.452Z] #20 61.38 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-23T18:18:34.452Z] #20 61.38 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-23T18:18:34.452Z] #20 61.39 Setting up python-pip-whl (18.1-5) ... [2021-02-23T18:18:34.452Z] #20 61.39 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-02-23T18:18:34.452Z] #20 61.39 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-23T18:18:34.452Z] #20 61.98 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-02-23T18:18:34.452Z] #20 61.98 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-23T18:18:34.452Z] #20 61.99 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-23T18:18:34.452Z] #20 62.00 Setting up vim (2:8.1.0875-5) ... [2021-02-23T18:18:34.452Z] #20 62.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-23T18:18:34.452Z] #20 62.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-23T18:18:34.452Z] #20 62.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-23T18:18:34.452Z] #20 62.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-23T18:18:34.452Z] #20 62.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-23T18:18:34.452Z] #20 62.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-23T18:18:34.452Z] #20 62.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-23T18:18:34.452Z] #20 62.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-23T18:18:34.452Z] #20 62.13 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-23T18:18:34.452Z] #20 62.13 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-23T18:18:34.452Z] #20 62.14 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-23T18:18:34.452Z] #20 62.15 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-23T18:18:34.452Z] #20 62.15 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-23T18:18:34.452Z] #20 62.16 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-23T18:18:34.732Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.234s coverage: 49.4% of statements [2021-02-23T18:18:34.875Z] --- PASS: TestConfigCreateResolve (2.28s) [2021-02-23T18:18:34.875Z] === RUN TestConfigDaemonLibtrustID [2021-02-23T18:18:35.442Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-02-23T18:18:35.442Z] PASS [2021-02-23T18:18:35.442Z] [2021-02-23T18:18:35.442Z] DONE 7 tests in 14.849s [2021-02-23T18:18:35.442Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-23T18:18:35.442Z] INFO: Testing against a local daemon [2021-02-23T18:18:35.442Z] === RUN TestCheckpoint [2021-02-23T18:18:35.442Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-23T18:18:35.442Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:18:35.442Z] === RUN TestContainerInvalidJSON [2021-02-23T18:18:35.442Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:18:35.442Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:18:35.442Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:18:35.442Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:18:35.442Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:18:35.442Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:18:35.442Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:18:35.442Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:18:35.442Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:18:35.442Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-23T18:18:35.442Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-23T18:18:35.442Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-23T18:18:35.442Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-23T18:18:35.442Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-23T18:18:35.442Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-23T18:18:35.442Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-23T18:18:35.442Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-02-23T18:18:35.442Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-23T18:18:35.442Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-02-23T18:18:35.442Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-23T18:18:35.701Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-23T18:18:35.701Z] === RUN TestCopyFromContainer [2021-02-23T18:18:35.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-23T18:18:35.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-23T18:18:36.121Z] #20 66.72 Setting up iptables (1.8.2-4) ... [2021-02-23T18:18:36.121Z] #20 66.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-23T18:18:36.121Z] #20 66.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-23T18:18:36.121Z] #20 66.78 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-23T18:18:36.121Z] #20 66.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-23T18:18:36.121Z] #20 66.82 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-23T18:18:36.121Z] #20 66.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-23T18:18:36.121Z] #20 66.86 Setting up python3 (3.7.3-1) ... [2021-02-23T18:18:36.638Z] === RUN TestCopyFromContainer// [2021-02-23T18:18:36.766Z] #20 67.63 Setting up python3-wheel (0.32.3-2) ... [2021-02-23T18:18:36.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-23T18:18:36.899Z] === RUN TestCopyFromContainer//bar/root [2021-02-23T18:18:36.899Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-23T18:18:36.899Z] === RUN TestCopyFromContainer/bar/quux [2021-02-23T18:18:36.899Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-23T18:18:37.158Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-23T18:18:37.158Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-23T18:18:37.158Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-23T18:18:37.158Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-23T18:18:37.183Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2021-02-23T18:18:37.183Z] === RUN TestHealthCheckWorkdir [2021-02-23T18:18:37.183Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2021-02-23T18:18:37.183Z] === RUN TestHealthKillContainer [2021-02-23T18:18:37.417Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer (1.87s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-23T18:18:37.417Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-02-23T18:18:37.417Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-23T18:18:37.417Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:18:37.417Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:18:37.417Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:18:37.417Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:18:37.417Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:18:37.417Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:18:37.417Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:18:37.417Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:18:37.417Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:18:37.417Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-23T18:18:37.417Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-23T18:18:37.417Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-23T18:18:37.417Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-23T18:18:37.417Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-23T18:18:37.417Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-23T18:18:37.417Z] === RUN TestCreateWithInvalidEnv [2021-02-23T18:18:37.417Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-23T18:18:37.417Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-23T18:18:37.417Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-23T18:18:37.417Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-23T18:18:37.417Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-23T18:18:37.417Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-23T18:18:37.417Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-23T18:18:37.417Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-23T18:18:37.417Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-23T18:18:37.417Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-23T18:18:37.417Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-23T18:18:37.417Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-23T18:18:37.417Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-23T18:18:37.417Z] === RUN TestCreateTmpfsMountsTarget [2021-02-23T18:18:37.417Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-23T18:18:37.417Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-23T18:18:37.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-23T18:18:37.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-23T18:18:37.818Z] #20 68.65 Setting up apparmor (2.13.2-10) ... [2021-02-23T18:18:38.880Z] #20 ... [2021-02-23T18:18:38.880Z] [2021-02-23T18:18:38.880Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-23T18:18:38.880Z] #45 sha256:e3ae55b83180fa773ad43f48ec94c0a90744455156e86542da1883a482664f2d [2021-02-23T18:18:38.880Z] #45 DONE 189.5s [2021-02-23T18:18:38.880Z] [2021-02-23T18:18:38.880Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:38.880Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:38.880Z] #43 115.1 CC criu/cr-dedup.o [2021-02-23T18:18:38.880Z] #43 115.6 CC criu/cr-dump.o [2021-02-23T18:18:38.880Z] #43 119.1 CC criu/cr-errno.o [2021-02-23T18:18:38.880Z] #43 119.2 CC criu/cr-restore.o [2021-02-23T18:18:39.172Z] ok github.com/docker/docker/daemon/graphdriver/aufs 14.922s coverage: 73.3% of statements [2021-02-23T18:18:39.172Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-23T18:18:39.321Z] --- PASS: TestCreateWithCustomMaskedPaths (1.69s) [2021-02-23T18:18:39.321Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-23T18:18:39.693Z] --- PASS: TestHealthKillContainer (2.48s) [2021-02-23T18:18:39.693Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-23T18:18:39.802Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 57.5% of statements [2021-02-23T18:18:39.935Z] #43 ... [2021-02-23T18:18:39.935Z] [2021-02-23T18:18:39.935Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-23T18:18:39.935Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-23T18:18:39.935Z] #20 70.98 Setting up xfsprogs (4.20.0-1) ... [2021-02-23T18:18:39.948Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2021-02-23T18:18:39.948Z] === RUN TestIpcModeNone [2021-02-23T18:18:40.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-23T18:18:40.204Z] --- PASS: TestIpcModeNone (0.43s) [2021-02-23T18:18:40.204Z] === RUN TestIpcModePrivate [2021-02-23T18:18:40.234Z] #20 70.98 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-23T18:18:40.432Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2021-02-23T18:18:40.532Z] #20 71.44 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-23T18:18:40.765Z] --- PASS: TestIpcModePrivate (0.46s) [2021-02-23T18:18:40.765Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-02-23T18:18:40.765Z] === RUN TestIpcModeShareable [2021-02-23T18:18:40.765Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-02-23T18:18:40.765Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:18:40.765Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-23T18:18:40.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-23T18:18:41.061Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.925s coverage: 57.7% of statements [2021-02-23T18:18:41.061Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-23T18:18:41.061Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-23T18:18:41.223Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.68s) [2021-02-23T18:18:41.223Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-23T18:18:41.223Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:18:41.223Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:18:41.223Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:18:41.223Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:18:41.223Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:18:41.223Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:18:41.223Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:18:41.223Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:18:41.223Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:18:41.223Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:18:41.223Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:18:41.223Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:18:41.223Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:18:41.223Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:18:41.223Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:18:41.223Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-23T18:18:41.223Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-23T18:18:41.223Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-23T18:18:41.223Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-02-23T18:18:41.223Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-23T18:18:41.223Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-23T18:18:41.223Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-23T18:18:41.482Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2021-02-23T18:18:41.482Z] === RUN TestCreateDifferentPlatform [2021-02-23T18:18:41.482Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-23T18:18:41.482Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-23T18:18:41.482Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-23T18:18:41.482Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-23T18:18:41.482Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-23T18:18:41.482Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-23T18:18:41.482Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-02-23T18:18:41.482Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-23T18:18:41.724Z] ok github.com/docker/docker/daemon/links 0.025s coverage: 93.0% of statements [2021-02-23T18:18:41.741Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-02-23T18:18:41.741Z] === RUN TestContainerStartOnDaemonRestart [2021-02-23T18:18:41.741Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-23T18:18:41.741Z] === RUN TestDaemonRestartIpcMode [2021-02-23T18:18:41.741Z] === PAUSE TestDaemonRestartIpcMode [2021-02-23T18:18:41.741Z] === RUN TestDaemonHostGatewayIP [2021-02-23T18:18:41.741Z] === PAUSE TestDaemonHostGatewayIP [2021-02-23T18:18:41.741Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-23T18:18:41.741Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-23T18:18:41.741Z] === RUN TestContainerKillOnDaemonStart [2021-02-23T18:18:41.741Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-23T18:18:41.741Z] === RUN TestDiff [2021-02-23T18:18:42.069Z] #20 72.75 Setting up python3-distutils (3.7.3-1) ... [2021-02-23T18:18:42.129Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.40s) [2021-02-23T18:18:42.129Z] === RUN TestAPIIpcModeHost [2021-02-23T18:18:42.129Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-02-23T18:18:42.129Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:18:42.129Z] === RUN TestDaemonIpcModeShareable [2021-02-23T18:18:42.129Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-02-23T18:18:42.129Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:18:42.129Z] === RUN TestDaemonIpcModePrivate [2021-02-23T18:18:42.309Z] --- PASS: TestDiff (0.56s) [2021-02-23T18:18:42.309Z] === RUN TestExecWithCloseStdin [2021-02-23T18:18:42.353Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 6.7% of statements [2021-02-23T18:18:42.353Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-23T18:18:42.353Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-23T18:18:42.715Z] #20 73.42 Setting up python3-setuptools (40.8.0-1) ... [2021-02-23T18:18:42.877Z] --- PASS: TestExecWithCloseStdin (0.67s) [2021-02-23T18:18:42.877Z] === RUN TestExec [2021-02-23T18:18:43.393Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 43.2% of statements [2021-02-23T18:18:43.445Z] --- PASS: TestExec (0.67s) [2021-02-23T18:18:43.445Z] === RUN TestExecUser [2021-02-23T18:18:44.024Z] ok github.com/docker/docker/daemon/logger/awslogs 0.087s coverage: 77.4% of statements [2021-02-23T18:18:44.024Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-23T18:18:44.024Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-23T18:18:44.024Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2021-02-23T18:18:44.248Z] #20 74.86 Setting up python3-pip (18.1-5) ... [2021-02-23T18:18:44.381Z] --- PASS: TestExecUser (0.63s) [2021-02-23T18:18:44.381Z] === RUN TestExportContainerAndImportImage [2021-02-23T18:18:44.641Z] --- PASS: TestDaemonIpcModePrivate (2.13s) [2021-02-23T18:18:44.641Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-02-23T18:18:44.641Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-23T18:18:44.641Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-23T18:18:44.641Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:18:44.642Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-23T18:18:44.642Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-23T18:18:44.642Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:18:44.642Z] === RUN TestIpcModeOlderClient [2021-02-23T18:18:44.642Z] === PAUSE TestIpcModeOlderClient [2021-02-23T18:18:44.642Z] === RUN TestKillContainerInvalidSignal [2021-02-23T18:18:44.642Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2021-02-23T18:18:44.642Z] === RUN TestKillContainer [2021-02-23T18:18:44.642Z] === RUN TestKillContainer/no_signal [2021-02-23T18:18:44.654Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 23.9% of statements [2021-02-23T18:18:44.944Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 61.6% of statements [2021-02-23T18:18:44.949Z] --- PASS: TestExportContainerAndImportImage (0.79s) [2021-02-23T18:18:44.949Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-23T18:18:45.204Z] === RUN TestKillContainer/non_killing_signal [2021-02-23T18:18:45.234Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.019s coverage: 87.2% of statements [2021-02-23T18:18:45.306Z] #20 76.12 Processing triggers for libc-bin (2.28-10) ... [2021-02-23T18:18:45.306Z] #20 76.16 Processing triggers for mime-support (3.62) ... [2021-02-23T18:18:45.306Z] #20 DONE 76.4s [2021-02-23T18:18:45.306Z] [2021-02-23T18:18:45.306Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:45.306Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:45.306Z] #43 126.4 CC criu/cr-service.o [2021-02-23T18:18:45.306Z] #43 128.7 CC criu/crtools.o [2021-02-23T18:18:45.306Z] #43 129.4 CC criu/eventfd.o [2021-02-23T18:18:45.306Z] #43 129.9 CC criu/eventpoll.o [2021-02-23T18:18:45.306Z] #43 131.0 CC criu/external.o [2021-02-23T18:18:45.459Z] === RUN TestKillContainer/killing_signal [2021-02-23T18:18:45.936Z] ok github.com/docker/docker/daemon/logger/local 0.009s coverage: 75.2% of statements [2021-02-23T18:18:45.936Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-23T18:18:45.961Z] #43 131.7 CC criu/fault-injection.o [2021-02-23T18:18:45.961Z] #43 ... [2021-02-23T18:18:45.961Z] [2021-02-23T18:18:45.961Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-23T18:18:45.961Z] #21 sha256:f9cfccc8fb34cc555d5fadd4829421e33abeed7ec28087cd74c46e1cbd7e7291 [2021-02-23T18:18:45.961Z] #21 0.357 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-23T18:18:45.961Z] #21 0.362 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-23T18:18:45.961Z] #21 0.367 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-23T18:18:45.961Z] #21 DONE 0.5s [2021-02-23T18:18:45.961Z] [2021-02-23T18:18:45.961Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:45.961Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:45.961Z] #43 131.8 CC criu/fdstore.o [2021-02-23T18:18:45.962Z] #43 ... [2021-02-23T18:18:45.962Z] [2021-02-23T18:18:45.962Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:18:45.962Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-23T18:18:46.020Z] --- PASS: TestKillContainer (1.23s) [2021-02-23T18:18:46.020Z] --- PASS: TestKillContainer/no_signal (0.41s) [2021-02-23T18:18:46.020Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2021-02-23T18:18:46.020Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2021-02-23T18:18:46.020Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-23T18:18:46.020Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-23T18:18:46.226Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 55.1% of statements [2021-02-23T18:18:46.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-23T18:18:46.276Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-23T18:18:46.326Z] --- PASS: TestExportContainerAfterDaemonRestart (1.34s) [2021-02-23T18:18:46.326Z] === RUN TestHealthCheckWorkdir [2021-02-23T18:18:46.838Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2021-02-23T18:18:46.838Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2021-02-23T18:18:46.838Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2021-02-23T18:18:46.838Z] === RUN TestKillStoppedContainer [2021-02-23T18:18:46.838Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-02-23T18:18:46.838Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-23T18:18:46.838Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-02-23T18:18:46.838Z] === RUN TestKillDifferentUserContainer [2021-02-23T18:18:46.855Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.016s coverage: 31.5% of statements [2021-02-23T18:18:47.263Z] --- PASS: TestHealthCheckWorkdir (0.85s) [2021-02-23T18:18:47.263Z] === RUN TestHealthKillContainer [2021-02-23T18:18:47.398Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-02-23T18:18:47.398Z] === RUN TestInspectOomKilledTrue [2021-02-23T18:18:47.398Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-23T18:18:47.398Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:18:47.398Z] === RUN TestInspectOomKilledFalse [2021-02-23T18:18:47.398Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-23T18:18:47.398Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:18:47.398Z] === RUN TestLinksEtcHostsContentMatch [2021-02-23T18:18:47.398Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-02-23T18:18:47.398Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-23T18:18:47.398Z] === RUN TestLinksContainerNames [2021-02-23T18:18:47.895Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 46.8% of statements [2021-02-23T18:18:48.185Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2021-02-23T18:18:48.323Z] --- PASS: TestLinksContainerNames (0.83s) [2021-02-23T18:18:48.323Z] === RUN TestLogsFollowTailEmpty [2021-02-23T18:18:48.579Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2021-02-23T18:18:48.579Z] === RUN TestContainerNetworkMountsNoChown [2021-02-23T18:18:48.814Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2021-02-23T18:18:48.814Z] ok github.com/docker/docker/daemon/logger/splunk 1.434s coverage: 82.5% of statements [2021-02-23T18:18:48.814Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-23T18:18:48.814Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-23T18:18:48.835Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/default [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/default [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/private [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/private [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/rprivate [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/slave [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/slave [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/rslave [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/shared [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/shared [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/rshared [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-23T18:18:48.835Z] === CONT TestMountDaemonRoot/default [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:18:48.835Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-23T18:18:48.835Z] === CONT TestMountDaemonRoot/rshared [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:18:48.835Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:18:48.835Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:18:48.835Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/shared [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rslave [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/slave [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rprivate [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/private [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-23T18:18:49.090Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:18:49.090Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:18:49.090Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-23T18:18:49.346Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-23T18:18:49.346Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-23T18:18:49.347Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.01s) [2021-02-23T18:18:49.347Z] === RUN TestContainerBindMountNonRecursive [2021-02-23T18:18:49.347Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-02-23T18:18:49.347Z] 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) [2021-02-23T18:18:49.347Z] === RUN TestContainerVolumesMountedAsShared [2021-02-23T18:18:49.347Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-02-23T18:18:49.347Z] 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) [2021-02-23T18:18:49.347Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-23T18:18:49.347Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-02-23T18:18:49.347Z] 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) [2021-02-23T18:18:49.347Z] === RUN TestNetworkNat [2021-02-23T18:18:49.795Z] --- PASS: TestHealthKillContainer (2.65s) [2021-02-23T18:18:49.795Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-23T18:18:49.907Z] --- PASS: TestNetworkNat (0.47s) [2021-02-23T18:18:49.907Z] === RUN TestNetworkLocalhostTCPNat [2021-02-23T18:18:50.162Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2021-02-23T18:18:50.162Z] === RUN TestNetworkLoopbackNat [2021-02-23T18:18:50.362Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2021-02-23T18:18:50.362Z] ok github.com/docker/docker/distribution 0.271s coverage: 25.0% of statements [2021-02-23T18:18:50.362Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-23T18:18:50.363Z] --- PASS: TestInspectCpusetInConfigPre120 (0.56s) [2021-02-23T18:18:50.363Z] === RUN TestIpcModeNone [2021-02-23T18:18:50.932Z] --- PASS: TestIpcModeNone (0.61s) [2021-02-23T18:18:50.932Z] === RUN TestIpcModePrivate [2021-02-23T18:18:51.391Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-02-23T18:18:51.501Z] --- PASS: TestIpcModePrivate (0.65s) [2021-02-23T18:18:51.501Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2021-02-23T18:18:51.501Z] === RUN TestIpcModeShareable [2021-02-23T18:18:51.589Z] #22 5.388 Collecting yamllint==1.16.0 [2021-02-23T18:18:51.589Z] #22 5.770 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-23T18:18:51.892Z] #22 5.852 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-23T18:18:51.892Z] #22 5.927 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-23T18:18:51.892Z] #22 5.998 Collecting pyyaml (from yamllint==1.16.0) [2021-02-23T18:18:52.021Z] ok github.com/docker/docker/image 0.013s coverage: 86.8% of statements [2021-02-23T18:18:52.189Z] #22 6.325 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-23T18:18:52.472Z] --- PASS: TestIpcModeShareable (0.64s) [2021-02-23T18:18:52.472Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true [2021-02-23T18:18:52.472Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-23T18:18:52.674Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2021-02-23T18:18:52.674Z] === RUN TestPause [2021-02-23T18:18:52.674Z] --- SKIP: TestPause (0.00s) [2021-02-23T18:18:52.674Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:18:52.674Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-23T18:18:52.674Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:18:52.674Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:18:52.674Z] === RUN TestPauseStopPausedContainer [2021-02-23T18:18:52.674Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-02-23T18:18:52.674Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:18:52.674Z] === RUN TestPsFilter [2021-02-23T18:18:52.693Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2021-02-23T18:18:52.833Z] #22 ... [2021-02-23T18:18:52.833Z] [2021-02-23T18:18:52.833Z] #32 [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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-23T18:18:52.833Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-23T18:18:52.833Z] #32 DONE 203.5s [2021-02-23T18:18:52.833Z] [2021-02-23T18:18:52.833Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:18:52.833Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:18:52.833Z] #43 132.3 CC criu/fifo.o [2021-02-23T18:18:52.833Z] #43 132.9 CC criu/file-ids.o [2021-02-23T18:18:52.833Z] #43 133.3 CC criu/file-lock.o [2021-02-23T18:18:52.833Z] #43 134.6 CC criu/files-ext.o [2021-02-23T18:18:52.833Z] #43 135.1 CC criu/files-reg.o [2021-02-23T18:18:52.833Z] #43 138.2 CC criu/files.o [2021-02-23T18:18:52.930Z] --- PASS: TestPsFilter (0.10s) [2021-02-23T18:18:52.930Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-23T18:18:52.982Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements [2021-02-23T18:18:53.193Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2021-02-23T18:18:53.193Z] === RUN TestRemoveContainerWithVolume [2021-02-23T18:18:53.272Z] ok github.com/docker/docker/distribution/xfer 1.882s coverage: 85.1% of statements [2021-02-23T18:18:53.272Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-23T18:18:53.272Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-23T18:18:53.272Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-23T18:18:53.478Z] #43 ... [2021-02-23T18:18:53.478Z] [2021-02-23T18:18:53.478Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:18:53.478Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-23T18:18:53.478Z] #22 7.620 Installing build dependencies: started [2021-02-23T18:18:53.760Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2021-02-23T18:18:53.760Z] === RUN TestRemoveContainerRunning [2021-02-23T18:18:53.902Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2021-02-23T18:18:54.015Z] --- PASS: TestRemoveContainerRunning (0.41s) [2021-02-23T18:18:54.016Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-23T18:18:54.376Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.84s) [2021-02-23T18:18:54.376Z] === RUN TestAPIIpcModeHost [2021-02-23T18:18:54.532Z] ok github.com/docker/docker/oci 0.004s coverage: 38.4% of statements [2021-02-23T18:18:54.576Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2021-02-23T18:18:54.576Z] === RUN TestRemoveInvalidContainer [2021-02-23T18:18:54.576Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-23T18:18:54.576Z] === RUN TestRenameLinkedContainer [2021-02-23T18:18:54.634Z] --- PASS: TestAPIIpcModeHost (0.43s) [2021-02-23T18:18:54.634Z] === RUN TestDaemonIpcModeShareable [2021-02-23T18:18:55.162Z] ok github.com/docker/docker/opts 0.013s coverage: 67.1% of statements [2021-02-23T18:18:55.162Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-02-23T18:18:55.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-23T18:18:56.009Z] --- PASS: TestDaemonIpcModeShareable (1.27s) [2021-02-23T18:18:56.009Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-02-23T18:18:56.009Z] === RUN TestDaemonIpcModePrivate [2021-02-23T18:18:56.187Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-23T18:18:56.464Z] --- PASS: TestRenameLinkedContainer (1.60s) [2021-02-23T18:18:56.464Z] === RUN TestRenameStoppedContainer [2021-02-23T18:18:56.464Z] --- PASS: TestRenameStoppedContainer (0.43s) [2021-02-23T18:18:56.464Z] === RUN TestRenameRunningContainerAndReuse [2021-02-23T18:18:56.706Z] ok github.com/docker/docker/pkg/archive 0.479s coverage: 77.0% of statements [2021-02-23T18:18:57.386Z] --- PASS: TestDaemonIpcModePrivate (1.29s) [2021-02-23T18:18:57.386Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-02-23T18:18:57.386Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-23T18:18:57.390Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2021-02-23T18:18:57.390Z] === RUN TestRenameInvalidName [2021-02-23T18:18:57.738Z] ok github.com/docker/docker/pkg/authorization 0.316s coverage: 68.3% of statements [2021-02-23T18:18:57.738Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-02-23T18:18:57.950Z] --- PASS: TestRenameInvalidName (0.41s) [2021-02-23T18:18:57.951Z] === RUN TestRenameAnonymousContainer [2021-02-23T18:18:58.028Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-02-23T18:18:58.322Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.27s) [2021-02-23T18:18:58.322Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-02-23T18:18:58.322Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-23T18:18:59.314Z] --- PASS: TestRenameAnonymousContainer (1.51s) [2021-02-23T18:18:59.314Z] === RUN TestRenameContainerWithSameName [2021-02-23T18:18:59.699Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.28s) [2021-02-23T18:18:59.699Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-02-23T18:18:59.699Z] === RUN TestIpcModeOlderClient [2021-02-23T18:18:59.699Z] === PAUSE TestIpcModeOlderClient [2021-02-23T18:18:59.699Z] === RUN TestKillContainerInvalidSignal [2021-02-23T18:18:59.875Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2021-02-23T18:18:59.875Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-23T18:19:00.267Z] --- PASS: TestKillContainerInvalidSignal (0.50s) [2021-02-23T18:19:00.267Z] === RUN TestKillContainer [2021-02-23T18:19:00.267Z] === RUN TestKillContainer/no_signal [2021-02-23T18:19:00.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-23T18:19:00.436Z] #22 ... [2021-02-23T18:19:00.437Z] [2021-02-23T18:19:00.437Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:19:00.437Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:19:00.437Z] #43 141.3 CC criu/filesystems.o [2021-02-23T18:19:00.437Z] #43 142.2 CC criu/fsnotify.o [2021-02-23T18:19:00.437Z] #43 143.5 CC criu/image-desc.o [2021-02-23T18:19:00.437Z] #43 143.7 CC criu/image.o [2021-02-23T18:19:00.437Z] #43 144.4 CC criu/ipc_ns.o [2021-02-23T18:19:00.437Z] #43 146.0 CC criu/irmap.o [2021-02-23T18:19:00.526Z] === RUN TestKillContainer/non_killing_signal [2021-02-23T18:19:00.802Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2021-02-23T18:19:00.802Z] === RUN TestResize [2021-02-23T18:19:01.057Z] --- PASS: TestResize (0.40s) [2021-02-23T18:19:01.057Z] === RUN TestResizeWithInvalidSize [2021-02-23T18:19:01.083Z] #43 147.0 CC criu/kcmp-ids.o [2021-02-23T18:19:01.093Z] === RUN TestKillContainer/killing_signal [2021-02-23T18:19:01.312Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2021-02-23T18:19:01.312Z] === RUN TestResizeWhenContainerNotStarted [2021-02-23T18:19:01.660Z] --- PASS: TestKillContainer (1.47s) [2021-02-23T18:19:01.660Z] --- PASS: TestKillContainer/no_signal (0.46s) [2021-02-23T18:19:01.660Z] --- PASS: TestKillContainer/non_killing_signal (0.32s) [2021-02-23T18:19:01.660Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2021-02-23T18:19:01.660Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-23T18:19:01.660Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-23T18:19:01.729Z] #43 147.4 CC criu/kerndat.o [2021-02-23T18:19:01.872Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2021-02-23T18:19:01.872Z] === RUN TestDaemonRestartKillContainers [2021-02-23T18:19:01.872Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:19:01.872Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-23T18:19:01.872Z] === RUN TestCgroupNamespacesRun [2021-02-23T18:19:02.227Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-23T18:19:02.509Z] ok github.com/docker/docker/pkg/chrootarchive 3.503s coverage: 43.2% of statements [2021-02-23T18:19:02.509Z] ok github.com/docker/docker/layer 7.693s coverage: 68.8% of statements [2021-02-23T18:19:02.509Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-23T18:19:02.509Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-23T18:19:02.509Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-23T18:19:02.509Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-23T18:19:02.509Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-23T18:19:02.509Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-23T18:19:02.509Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-23T18:19:02.509Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-02-23T18:19:02.509Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2021-02-23T18:19:02.509Z] ok github.com/docker/docker/pkg/discovery/file 0.005s coverage: 92.9% of statements [2021-02-23T18:19:02.795Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.01s) [2021-02-23T18:19:02.795Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.48s) [2021-02-23T18:19:02.795Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s) [2021-02-23T18:19:02.795Z] === RUN TestKillStoppedContainer [2021-02-23T18:19:02.795Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-23T18:19:02.795Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-23T18:19:02.795Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-02-23T18:19:02.795Z] === RUN TestKillDifferentUserContainer [2021-02-23T18:19:03.138Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2021-02-23T18:19:03.275Z] #43 148.9 CC criu/libnetlink.o [2021-02-23T18:19:03.362Z] --- PASS: TestKillDifferentUserContainer (0.49s) [2021-02-23T18:19:03.362Z] === RUN TestInspectOomKilledTrue [2021-02-23T18:19:03.362Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-23T18:19:03.362Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-23T18:19:03.362Z] === RUN TestInspectOomKilledFalse [2021-02-23T18:19:03.428Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-02-23T18:19:03.621Z] --- PASS: TestInspectOomKilledFalse (0.51s) [2021-02-23T18:19:03.621Z] === RUN TestLinksEtcHostsContentMatch [2021-02-23T18:19:03.718Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2021-02-23T18:19:03.921Z] #43 149.5 CC criu/log.o [2021-02-23T18:19:04.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-23T18:19:04.189Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s) [2021-02-23T18:19:04.189Z] === RUN TestLinksContainerNames [2021-02-23T18:19:04.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-23T18:19:04.383Z] --- PASS: TestCgroupNamespacesRun (2.16s) [2021-02-23T18:19:04.383Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-23T18:19:04.567Z] #43 150.2 CC criu/lsm.o [2021-02-23T18:19:04.790Z] ok github.com/docker/docker/pkg/filenotify 0.601s coverage: 67.0% of statements [2021-02-23T18:19:05.124Z] --- PASS: TestLinksContainerNames (0.98s) [2021-02-23T18:19:05.124Z] === RUN TestLogsFollowTailEmpty [2021-02-23T18:19:05.212Z] #43 150.9 CC criu/mem.o [2021-02-23T18:19:05.484Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2021-02-23T18:19:05.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-23T18:19:05.692Z] --- PASS: TestLogsFollowTailEmpty (0.53s) [2021-02-23T18:19:05.692Z] === RUN TestContainerNetworkMountsNoChown [2021-02-23T18:19:05.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-23T18:19:05.950Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s) [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot/default [2021-02-23T18:19:05.950Z] === PAUSE TestMountDaemonRoot/default [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot/private [2021-02-23T18:19:05.950Z] === PAUSE TestMountDaemonRoot/private [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot/rprivate [2021-02-23T18:19:05.950Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot/slave [2021-02-23T18:19:05.950Z] === PAUSE TestMountDaemonRoot/slave [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot/rslave [2021-02-23T18:19:05.950Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot/shared [2021-02-23T18:19:05.950Z] === PAUSE TestMountDaemonRoot/shared [2021-02-23T18:19:05.950Z] === RUN TestMountDaemonRoot/rshared [2021-02-23T18:19:05.950Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/default [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rslave [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rshared [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/shared [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rprivate [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/slave [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/private [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-23T18:19:06.209Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:19:06.209Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:19:06.209Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:19:06.270Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s) [2021-02-23T18:19:06.270Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-23T18:19:06.469Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:19:06.585Z] ok github.com/docker/docker/pkg/fsutils 0.399s coverage: 85.1% of statements [2021-02-23T18:19:06.585Z] ok github.com/docker/docker/pkg/discovery/kv 3.108s coverage: 84.1% of statements [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-23T18:19:06.728Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-02-23T18:19:06.729Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-23T18:19:06.729Z] === RUN TestContainerBindMountNonRecursive [2021-02-23T18:19:06.875Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-02-23T18:19:07.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-23T18:19:07.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-23T18:19:07.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-23T18:19:07.504Z] ok github.com/docker/docker/pkg/idtools 0.334s coverage: 69.5% of statements [2021-02-23T18:19:07.794Z] ok github.com/docker/docker/pkg/ioutils 0.306s coverage: 69.3% of statements [2021-02-23T18:19:07.794Z] ok github.com/docker/docker/pkg/jsonmessage 0.021s coverage: 91.7% of statements [2021-02-23T18:19:07.794Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-23T18:19:07.983Z] #43 ... [2021-02-23T18:19:07.983Z] [2021-02-23T18:19:07.983Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:19:07.983Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-23T18:19:07.983Z] #22 21.61 Installing build dependencies: finished with status 'done' [2021-02-23T18:19:08.084Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2021-02-23T18:19:08.084Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-23T18:19:08.084Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-23T18:19:08.084Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2021-02-23T18:19:08.084Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-23T18:19:08.106Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2021-02-23T18:19:08.106Z] === RUN TestContainerVolumesMountedAsShared [2021-02-23T18:19:08.157Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.16s) [2021-02-23T18:19:08.157Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-23T18:19:08.366Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2021-02-23T18:19:08.366Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-23T18:19:08.374Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2021-02-23T18:19:08.374Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-02-23T18:19:08.625Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s) [2021-02-23T18:19:08.625Z] === RUN TestNetworkNat [2021-02-23T18:19:08.667Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2021-02-23T18:19:08.667Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2021-02-23T18:19:08.667Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-23T18:19:08.667Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-23T18:19:09.192Z] --- PASS: TestNetworkNat (0.55s) [2021-02-23T18:19:09.192Z] === RUN TestNetworkLocalhostTCPNat [2021-02-23T18:19:09.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-23T18:19:09.364Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2021-02-23T18:19:09.761Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s) [2021-02-23T18:19:09.761Z] === RUN TestNetworkLoopbackNat [2021-02-23T18:19:09.995Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2021-02-23T18:19:09.995Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2021-02-23T18:19:10.285Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-02-23T18:19:10.670Z] --- PASS: TestCgroupNamespacesRunHostMode (2.16s) [2021-02-23T18:19:10.670Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-23T18:19:11.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-23T18:19:11.273Z] sha256:d66d6eb94664c7931324b51239f7ea57252b333b025ac1cc9a296a47a9fe6c85 [2021-02-23T18:19:11.273Z] INFO: Starting docker-py tests... [2021-02-23T18:19:11.532Z] ============================= test session starts ============================== [2021-02-23T18:19:11.532Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-02-23T18:19:11.532Z] rootdir: /src, inifile: pytest.ini [2021-02-23T18:19:11.532Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-02-23T18:19:11.786Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2021-02-23T18:19:11.786Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2021-02-23T18:19:12.458Z] collected 389 items / 1 deselected / 388 selected [2021-02-23T18:19:12.458Z] [2021-02-23T18:19:12.556Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.18s) [2021-02-23T18:19:12.556Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-23T18:19:12.623Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-23T18:19:13.043Z] --- PASS: TestNetworkLoopbackNat (2.66s) [2021-02-23T18:19:13.043Z] === RUN TestPause [2021-02-23T18:19:13.043Z] --- PASS: TestPause (0.54s) [2021-02-23T18:19:13.043Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-23T18:19:13.043Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:19:13.043Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:19:13.043Z] === RUN TestPauseStopPausedContainer [2021-02-23T18:19:13.614Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2021-02-23T18:19:13.614Z] === RUN TestPsFilter [2021-02-23T18:19:13.614Z] --- PASS: TestPsFilter (0.14s) [2021-02-23T18:19:13.614Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-23T18:19:14.181Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.46s) [2021-02-23T18:19:14.181Z] === RUN TestRemoveContainerWithVolume [2021-02-23T18:19:14.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-23T18:19:14.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-23T18:19:14.544Z] ok github.com/docker/docker/pkg/signal 2.344s coverage: 61.0% of statements [2021-02-23T18:19:14.925Z] --- PASS: TestRemoveContainerWithVolume (0.48s) [2021-02-23T18:19:14.925Z] === RUN TestRemoveContainerRunning [2021-02-23T18:19:14.953Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-02-23T18:19:14.953Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-02-23T18:19:14.957Z] #22 ... [2021-02-23T18:19:14.957Z] [2021-02-23T18:19:14.957Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:19:14.957Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:19:14.957Z] #43 153.4 CC criu/memfd.o [2021-02-23T18:19:14.957Z] #43 154.2 CC criu/mount.o [2021-02-23T18:19:14.957Z] #43 159.6 CC criu/namespaces.o [2021-02-23T18:19:15.067Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.12s) [2021-02-23T18:19:15.067Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-23T18:19:15.185Z] --- PASS: TestRemoveContainerRunning (0.48s) [2021-02-23T18:19:15.185Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-23T18:19:15.243Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2021-02-23T18:19:15.752Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s) [2021-02-23T18:19:15.752Z] === RUN TestRemoveInvalidContainer [2021-02-23T18:19:15.752Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-23T18:19:15.752Z] === RUN TestRenameLinkedContainer [2021-02-23T18:19:15.872Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2021-02-23T18:19:16.012Z] #43 ... [2021-02-23T18:19:16.012Z] [2021-02-23T18:19:16.012Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-23T18:19:16.012Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-23T18:19:16.012Z] #22 30.25 Building wheels for collected packages: pyyaml [2021-02-23T18:19:16.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-23T18:19:16.162Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 36.9% of statements [2021-02-23T18:19:16.310Z] #22 30.25 Running setup.py bdist_wheel for pyyaml: started [2021-02-23T18:19:16.434Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2021-02-23T18:19:16.434Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-23T18:19:16.451Z] ok github.com/docker/docker/pkg/tailfile 0.051s coverage: 88.6% of statements [2021-02-23T18:19:16.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-23T18:19:17.081Z] ok github.com/docker/docker/pkg/tarsum 0.030s coverage: 89.3% of statements [2021-02-23T18:19:17.081Z] testing: warning: no tests to run [2021-02-23T18:19:17.081Z] coverage: [no statements] [2021-02-23T18:19:17.081Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-02-23T18:19:17.370Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2021-02-23T18:19:17.656Z] --- PASS: TestRenameLinkedContainer (2.00s) [2021-02-23T18:19:17.656Z] === RUN TestRenameStoppedContainer [2021-02-23T18:19:17.660Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-02-23T18:19:17.660Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-02-23T18:19:17.858Z] #22 31.95 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-23T18:19:17.858Z] #22 31.95 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-23T18:19:18.155Z] #22 32.13 Successfully built pyyaml [2021-02-23T18:19:18.155Z] #22 32.15 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-23T18:19:18.224Z] --- PASS: TestRenameStoppedContainer (0.48s) [2021-02-23T18:19:18.224Z] === RUN TestRenameRunningContainerAndReuse [2021-02-23T18:19:18.452Z] #22 32.52 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-23T18:19:18.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-23T18:19:18.748Z] #22 DONE 32.7s [2021-02-23T18:19:18.748Z] [2021-02-23T18:19:18.748Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:19:18.748Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:19:18.748Z] #43 162.1 CC criu/net.o [2021-02-23T18:19:18.946Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s) [2021-02-23T18:19:18.946Z] === RUN TestKernelTCPMemory [2021-02-23T18:19:18.946Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-02-23T18:19:18.946Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:18.946Z] === RUN TestNISDomainname [2021-02-23T18:19:18.946Z] --- SKIP: TestNISDomainname (0.01s) [2021-02-23T18:19:18.946Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-23T18:19:18.946Z] === RUN TestHostnameDnsResolution [2021-02-23T18:19:19.160Z] --- PASS: TestRenameRunningContainerAndReuse (0.95s) [2021-02-23T18:19:19.160Z] === RUN TestRenameInvalidName [2021-02-23T18:19:19.202Z] --- PASS: TestHostnameDnsResolution (0.70s) [2021-02-23T18:19:19.202Z] === RUN TestStats [2021-02-23T18:19:19.202Z] --- SKIP: TestStats (0.00s) [2021-02-23T18:19:19.202Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:19.202Z] === RUN TestStopContainerWithTimeout [2021-02-23T18:19:19.202Z] === RUN TestStopContainerWithTimeout/0 [2021-02-23T18:19:19.202Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-23T18:19:19.202Z] === RUN TestStopContainerWithTimeout/1 [2021-02-23T18:19:19.202Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-23T18:19:19.202Z] === RUN TestStopContainerWithTimeout/3 [2021-02-23T18:19:19.202Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-23T18:19:19.202Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-23T18:19:19.202Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-23T18:19:19.202Z] === CONT TestStopContainerWithTimeout/0 [2021-02-23T18:19:19.202Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-23T18:19:19.419Z] --- PASS: TestRenameInvalidName (0.48s) [2021-02-23T18:19:19.419Z] === RUN TestRenameAnonymousContainer [2021-02-23T18:19:19.720Z] ok github.com/docker/docker/plugin 0.562s coverage: 23.2% of statements [2021-02-23T18:19:19.720Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-02-23T18:19:19.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-23T18:19:19.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-23T18:19:20.127Z] === CONT TestStopContainerWithTimeout/3 [2021-02-23T18:19:20.350Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 86.4% of statements [2021-02-23T18:19:21.322Z] --- PASS: TestRenameAnonymousContainer (1.79s) [2021-02-23T18:19:21.322Z] === RUN TestRenameContainerWithSameName [2021-02-23T18:19:21.524Z] #43 166.8 CC criu/netfilter.o [2021-02-23T18:19:21.524Z] #43 167.3 CC criu/page-pipe.o [2021-02-23T18:19:21.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-23T18:19:21.853Z] ok github.com/docker/docker/quota 0.658s coverage: 71.4% of statements [2021-02-23T18:19:21.893Z] --- PASS: TestRenameContainerWithSameName (0.50s) [2021-02-23T18:19:21.893Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-23T18:19:22.013Z] === CONT TestStopContainerWithTimeout/1 [2021-02-23T18:19:22.144Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2021-02-23T18:19:22.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-23T18:19:22.572Z] #43 168.3 CC criu/page-xfer.o [2021-02-23T18:19:22.831Z] --- PASS: TestRenameContainerWithLinkedContainer (0.98s) [2021-02-23T18:19:22.831Z] === RUN TestResize [2021-02-23T18:19:23.175Z] ok github.com/docker/docker/registry 0.078s coverage: 57.2% of statements [2021-02-23T18:19:23.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-23T18:19:23.378Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-23T18:19:23.378Z] --- PASS: TestStopContainerWithTimeout/0 (0.61s) [2021-02-23T18:19:23.378Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2021-02-23T18:19:23.378Z] --- PASS: TestStopContainerWithTimeout/3 (2.36s) [2021-02-23T18:19:23.378Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2021-02-23T18:19:23.378Z] === RUN TestDeleteDevicemapper [2021-02-23T18:19:23.378Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-23T18:19:23.378Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:19:23.378Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-23T18:19:23.398Z] --- PASS: TestResize (0.47s) [2021-02-23T18:19:23.398Z] === RUN TestResizeWithInvalidSize [2021-02-23T18:19:23.466Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2021-02-23T18:19:23.657Z] --- PASS: TestResizeWithInvalidSize (0.50s) [2021-02-23T18:19:23.657Z] === RUN TestResizeWhenContainerNotStarted [2021-02-23T18:19:23.756Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2021-02-23T18:19:24.045Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-02-23T18:19:24.225Z] --- PASS: TestResizeWhenContainerNotStarted (0.47s) [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:19:24.225Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:19:24.225Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:19:24.225Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:19:24.225Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:19:24.335Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2021-02-23T18:19:24.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-23T18:19:24.669Z] #43 170.2 CC criu/pagemap-cache.o [2021-02-23T18:19:24.968Z] #43 170.8 CC criu/pagemap.o [2021-02-23T18:19:25.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-23T18:19:25.891Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.02s) [2021-02-23T18:19:25.891Z] === RUN TestUpdateMemory [2021-02-23T18:19:25.891Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-23T18:19:25.891Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:25.891Z] === RUN TestUpdateCPUQuota [2021-02-23T18:19:25.891Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-02-23T18:19:25.891Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:25.891Z] === RUN TestUpdatePidsLimit [2021-02-23T18:19:25.891Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-02-23T18:19:25.891Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:25.891Z] === RUN TestUpdateRestartPolicy [2021-02-23T18:19:26.009Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:19:26.009Z] Using test binary docker [2021-02-23T18:19:26.009Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-23T18:19:26.009Z] +++ /etc/init.d/apparmor start [2021-02-23T18:19:26.009Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:19:26.009Z] INFO: Waiting for daemon to start... [2021-02-23T18:19:26.009Z] Starting dockerd [2021-02-23T18:19:26.009Z] +++ 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 [2021-02-23T18:19:26.393Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements [2021-02-23T18:19:26.501Z] #43 171.9 CC criu/parasite-syscall.o [2021-02-23T18:19:26.759Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:19:26.759Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:19:27.424Z] ok github.com/docker/docker/volume/local 0.303s coverage: 76.4% of statements [2021-02-23T18:19:27.555Z] #43 173.2 CC criu/path.o [2021-02-23T18:19:27.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:19:27.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:19:27.714Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2021-02-23T18:19:27.853Z] #43 173.7 CC criu/pie-util-vdso.o [2021-02-23T18:19:27.921Z] . [2021-02-23T18:19:27.921Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:19:28.182Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:19:28.182Z] Error: No such image: emptyfs [2021-02-23T18:19:28.182Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-23T18:19:28.182Z] ++++ docker load [2021-02-23T18:19:28.443Z] Running integration-test (iteration 1) [2021-02-23T18:19:28.443Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-02-23T18:19:28.443Z] ++ 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 [2021-02-23T18:19:28.443Z] ++ set -e [2021-02-23T18:19:28.443Z] ++ '[' -n 0 ']' [2021-02-23T18:19:28.443Z] ++ set -x [2021-02-23T18:19:28.443Z] ++ 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 [2021-02-23T18:19:28.506Z] #43 174.4 CC criu/pie-util.o [2021-02-23T18:19:28.744Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.1% of statements [2021-02-23T18:19:28.800Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-02-23T18:19:28.806Z] #43 174.7 CC criu/pipes.o [2021-02-23T18:19:28.973Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:19:28.973Z] Using test binary docker [2021-02-23T18:19:28.973Z] +++ /etc/init.d/apparmor start [2021-02-23T18:19:28.973Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:19:28.973Z] INFO: Waiting for daemon to start... [2021-02-23T18:19:28.973Z] Starting dockerd [2021-02-23T18:19:28.973Z] +++ 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 [2021-02-23T18:19:29.073Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:19:29.073Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:19:29.615Z] tests/integration/api_client_test.py ..... [ 7%] [2021-02-23T18:19:29.870Z] #43 175.8 CC criu/plugin.o [2021-02-23T18:19:30.515Z] #43 176.1 CC criu/proc_parse.o [2021-02-23T18:19:30.976Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:19:31.100Z] tests/integration/api_config_test.py ..... [ 8%] [2021-02-23T18:19:31.118Z] . [2021-02-23T18:19:31.118Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:19:31.160Z] #43 ... [2021-02-23T18:19:31.160Z] [2021-02-23T18:19:31.160Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:19:31.160Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-23T18:19:31.160Z] #40 241.9 + dpkg --print-architecture [2021-02-23T18:19:31.160Z] #40 241.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-23T18:19:31.235Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:19:31.375Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:19:31.375Z] Error: No such image: emptyfs [2021-02-23T18:19:31.375Z] ++++ docker load [2021-02-23T18:19:31.375Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-23T18:19:31.937Z] Running integration-test (iteration 1) [2021-02-23T18:19:31.937Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-23T18:19:31.937Z] ++ 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 [2021-02-23T18:19:31.937Z] ++ set -e [2021-02-23T18:19:31.937Z] ++ '[' -n 0 ']' [2021-02-23T18:19:31.937Z] ++ set -x [2021-02-23T18:19:31.937Z] ++ 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 [2021-02-23T18:19:32.213Z] #40 242.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-23T18:19:32.213Z] #40 242.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-23T18:19:33.769Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:19:33.769Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.03s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.09s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.33s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.88s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.96s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.43s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.52s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.92s) [2021-02-23T18:19:35.673Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.77s) [2021-02-23T18:19:35.673Z] === RUN TestCgroupNamespacesRun [2021-02-23T18:19:36.611Z] --- PASS: TestCgroupNamespacesRun (1.28s) [2021-02-23T18:19:36.611Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-23T18:19:36.611Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-23T18:19:36.611Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-23T18:19:36.611Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-23T18:19:38.022Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.32s) [2021-02-23T18:19:38.022Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-23T18:19:38.049Z] --- PASS: TestUpdateRestartPolicy (10.94s) [2021-02-23T18:19:38.049Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-23T18:19:38.049Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2021-02-23T18:19:38.049Z] === RUN TestWaitNonBlocked [2021-02-23T18:19:38.049Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:19:38.049Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:19:38.049Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:19:38.049Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:19:38.049Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:19:38.049Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:19:38.049Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-23T18:19:38.049Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s) [2021-02-23T18:19:38.049Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2021-02-23T18:19:38.049Z] === RUN TestWaitBlocked [2021-02-23T18:19:38.049Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:19:38.049Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:19:38.049Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:19:38.049Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:19:38.049Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:19:38.049Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:19:38.304Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-23T18:19:38.304Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2021-02-23T18:19:38.304Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s) [2021-02-23T18:19:38.304Z] === CONT TestDaemonRestartIpcMode [2021-02-23T18:19:38.304Z] === CONT TestIpcModeOlderClient [2021-02-23T18:19:38.304Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-02-23T18:19:38.304Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-23T18:19:39.398Z] --- PASS: TestCgroupNamespacesRunHostMode (1.27s) [2021-02-23T18:19:39.398Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-23T18:19:40.677Z] Loaded image: buildpack-deps:buster [2021-02-23T18:19:40.677Z] Loaded image: busybox:latest [2021-02-23T18:19:40.677Z] Loaded image: busybox:glibc [2021-02-23T18:19:40.774Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.26s) [2021-02-23T18:19:40.774Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-23T18:19:41.622Z] Loaded image: debian:bullseye [2021-02-23T18:19:41.712Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.25s) [2021-02-23T18:19:41.712Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-23T18:19:41.887Z] Loaded image: hello-world:latest [2021-02-23T18:19:41.887Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:19:42.148Z] INFO: Testing against a local daemon [2021-02-23T18:19:42.148Z] === RUN TestCgroupNamespacesBuild [2021-02-23T18:19:42.467Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.19s) [2021-02-23T18:19:42.648Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-02-23T18:19:42.648Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-23T18:19:42.668Z] #40 ... [2021-02-23T18:19:42.668Z] [2021-02-23T18:19:42.668Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:19:42.668Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:19:42.668Z] #43 180.0 CC criu/protobuf-desc.o [2021-02-23T18:19:42.668Z] #43 181.2 CC criu/protobuf.o [2021-02-23T18:19:42.669Z] #43 181.7 CC criu/pstree.o [2021-02-23T18:19:42.669Z] #43 183.2 CC criu/rbtree.o [2021-02-23T18:19:42.669Z] #43 183.6 CC criu/rst-malloc.o [2021-02-23T18:19:42.669Z] #43 184.0 CC criu/seccomp.o [2021-02-23T18:19:42.669Z] #43 184.8 CC criu/seize.o [2021-02-23T18:19:42.669Z] #43 186.1 CC criu/servicefd.o [2021-02-23T18:19:42.669Z] #43 186.6 CC criu/shmem.o [2021-02-23T18:19:42.669Z] #43 187.8 CC criu/sigframe.o [2021-02-23T18:19:42.669Z] #43 188.0 CC criu/signalfd.o [2021-02-23T18:19:42.669Z] #43 188.4 CC criu/sk-inet.o [2021-02-23T18:19:42.723Z] --- PASS: TestDaemonRestartIpcMode (4.64s) [2021-02-23T18:19:42.723Z] PASS [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === Skipped [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-23T18:19:42.723Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-02-23T18:19:42.723Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-02-23T18:19:42.723Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-02-23T18:19:42.723Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-02-23T18:19:42.723Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-02-23T18:19:42.723Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-02-23T18:19:42.723Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-23T18:19:42.723Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-23T18:19:42.723Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-23T18:19:42.723Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-23T18:19:42.723Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-02-23T18:19:42.723Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-02-23T18:19:42.723Z] 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) [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-02-23T18:19:42.723Z] 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) [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-02-23T18:19:42.723Z] 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) [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-02-23T18:19:42.723Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:19:42.723Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-02-23T18:19:42.723Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:19:42.723Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-02-23T18:19:42.723Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-02-23T18:19:42.723Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-02-23T18:19:42.723Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-23T18:19:42.723Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-23T18:19:42.723Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-02-23T18:19:42.723Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-02-23T18:19:42.723Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] [2021-02-23T18:19:42.723Z] DONE 177 tests, 26 skipped in 79.843s [2021-02-23T18:19:42.979Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-23T18:19:42.979Z] INFO: Testing against a local daemon [2021-02-23T18:19:42.979Z] === RUN TestCommitInheritsEnv [2021-02-23T18:19:44.023Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.29s) [2021-02-23T18:19:44.023Z] === RUN TestKernelTCPMemory [2021-02-23T18:19:44.023Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-02-23T18:19:44.023Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-23T18:19:44.023Z] === RUN TestNISDomainname [2021-02-23T18:19:44.069Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/rootless [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/volume [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-23T18:19:44.069Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === Skipped [2021-02-23T18:19:44.069Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-23T18:19:44.069Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-23T18:19:44.069Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-23T18:19:44.069Z] time="2021-02-23T18:18:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-23T18:19:44.069Z] time="2021-02-23T18:18:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-23T18:19:44.069Z] time="2021-02-23T18:18:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-23T18:19:44.069Z] time="2021-02-23T18:18:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-23T18:19:44.069Z] time="2021-02-23T18:18:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-23T18:19:44.069Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-23T18:19:44.069Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-23T18:19:44.069Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:19:44.069Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-23T18:19:44.069Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-23T18:19:44.069Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-23T18:19:44.069Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] [2021-02-23T18:19:44.069Z] DONE 2225 tests, 26 skipped in 193.367s Post stage [Pipeline] junit [2021-02-23T18:19:44.112Z] Recording test results [2021-02-23T18:19:44.202Z] #43 189.8 CC criu/sk-netlink.o [2021-02-23T18:19:44.342Z] --- PASS: TestCommitInheritsEnv (1.12s) [2021-02-23T18:19:44.342Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-23T18:19:44.342Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-23T18:19:44.342Z] === RUN TestImagesFilterMultiReference [2021-02-23T18:19:44.342Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-23T18:19:44.342Z] === RUN TestImagePullPlatformInvalid [2021-02-23T18:19:44.342Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-23T18:19:44.342Z] === RUN TestRemoveImageOrphaning [2021-02-23T18:19:44.375Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-23T18:19:44.500Z] #43 190.3 CC criu/sk-packet.o [2021-02-23T18:19:44.592Z] --- PASS: TestNISDomainname (0.64s) [2021-02-23T18:19:44.592Z] === RUN TestHostnameDnsResolution [2021-02-23T18:19:44.693Z] --- PASS: TestCgroupNamespacesBuild (2.54s) [2021-02-23T18:19:44.693Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-23T18:19:44.787Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh dynbinary test-integration [2021-02-23T18:19:45.077Z] [2021-02-23T18:19:45.077Z] Removing bundles/ [2021-02-23T18:19:45.077Z] [2021-02-23T18:19:45.077Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-23T18:19:45.145Z] #43 191.1 CC criu/sk-queue.o [2021-02-23T18:19:45.162Z] --- PASS: TestHostnameDnsResolution (0.78s) [2021-02-23T18:19:45.162Z] === RUN TestStats [2021-02-23T18:19:45.366Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:19:45.366Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:19:46.201Z] #43 191.7 CC criu/sk-tcp.o [2021-02-23T18:19:46.226Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-02-23T18:19:46.226Z] === RUN TestRemoveImageGarbageCollector [2021-02-23T18:19:46.226Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:19:46.226Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-23T18:19:46.226Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-23T18:19:46.226Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-23T18:19:46.226Z] === RUN TestTagInvalidReference [2021-02-23T18:19:46.226Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-23T18:19:46.226Z] === RUN TestTagValidPrefixedRepo [2021-02-23T18:19:46.226Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-23T18:19:46.226Z] === RUN TestTagExistedNameWithoutForce [2021-02-23T18:19:46.226Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-23T18:19:46.226Z] === RUN TestTagOfficialNames [2021-02-23T18:19:46.226Z] --- PASS: TestTagOfficialNames (0.05s) [2021-02-23T18:19:46.226Z] === RUN TestTagMatchesDigest [2021-02-23T18:19:46.226Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-23T18:19:46.226Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-23T18:19:46.520Z] #43 192.4 CC criu/sk-unix.o [2021-02-23T18:19:46.605Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s) [2021-02-23T18:19:46.605Z] === RUN TestBuildWithSession [2021-02-23T18:19:46.605Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-23T18:19:46.605Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:19:46.605Z] === RUN TestBuildSquashParent [2021-02-23T18:19:48.447Z] --- PASS: TestStats (2.56s) [2021-02-23T18:19:48.447Z] === RUN TestStopContainerWithTimeout [2021-02-23T18:19:48.447Z] === RUN TestStopContainerWithTimeout/0 [2021-02-23T18:19:48.447Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-23T18:19:48.447Z] === RUN TestStopContainerWithTimeout/1 [2021-02-23T18:19:48.447Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-23T18:19:48.447Z] === RUN TestStopContainerWithTimeout/3 [2021-02-23T18:19:48.447Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-23T18:19:48.447Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-23T18:19:48.447Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-23T18:19:48.447Z] === CONT TestStopContainerWithTimeout/0 [2021-02-23T18:19:48.447Z] === CONT TestStopContainerWithTimeout/3 [2021-02-23T18:19:48.705Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-23T18:19:50.088Z] #43 195.3 CC criu/sockets.o [2021-02-23T18:19:50.608Z] === CONT TestStopContainerWithTimeout/1 [2021-02-23T18:19:50.736Z] #43 196.5 CC criu/stats.o [2021-02-23T18:19:51.388Z] #43 197.0 CC criu/string.o [2021-02-23T18:19:51.388Z] #43 197.2 CC criu/sysctl.o [2021-02-23T18:19:52.443Z] #43 198.0 CC criu/sysfs_parse.o [2021-02-23T18:19:52.509Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-02-23T18:19:52.509Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2021-02-23T18:19:52.509Z] --- PASS: TestStopContainerWithTimeout/3 (2.82s) [2021-02-23T18:19:52.509Z] --- PASS: TestStopContainerWithTimeout/-1 (2.45s) [2021-02-23T18:19:52.509Z] --- PASS: TestStopContainerWithTimeout/1 (1.52s) [2021-02-23T18:19:52.509Z] === RUN TestDeleteDevicemapper [2021-02-23T18:19:52.509Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-23T18:19:52.509Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:19:52.509Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-23T18:19:52.743Z] #43 198.5 CC criu/timens.o [2021-02-23T18:19:53.185Z] --- PASS: TestBuildSquashParent (6.69s) [2021-02-23T18:19:53.185Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-23T18:19:53.185Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:19:53.185Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:19:53.185Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:19:53.185Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:19:53.185Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:19:53.185Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:19:53.185Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:19:53.185Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:19:53.185Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:19:53.185Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:19:53.185Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:19:53.185Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:19:53.185Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:19:53.185Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:19:53.185Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:19:53.185Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:19:53.388Z] #43 198.9 CC criu/timerfd.o [2021-02-23T18:19:53.863Z] #43 199.3 CC criu/tty.o [2021-02-23T18:19:53.888Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.69s) [2021-02-23T18:19:53.888Z] === RUN TestUpdateMemory [2021-02-23T18:19:54.456Z] --- PASS: TestUpdateMemory (0.61s) [2021-02-23T18:19:54.456Z] === RUN TestUpdateCPUQuota [2021-02-23T18:19:55.391Z] --- PASS: TestUpdateCPUQuota (1.02s) [2021-02-23T18:19:55.391Z] === RUN TestUpdatePidsLimit [2021-02-23T18:19:55.391Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-23T18:19:55.650Z] === RUN TestUpdatePidsLimit/no_change [2021-02-23T18:19:55.850Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:19:55.850Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:19:55.909Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-23T18:19:56.167Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-23T18:19:56.427Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-23T18:19:56.632Z] #43 201.9 CC criu/tun.o [2021-02-23T18:19:56.686Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-23T18:19:56.945Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-23T18:19:57.287Z] #43 202.8 CC criu/uffd.o [2021-02-23T18:19:57.880Z] --- PASS: TestUpdatePidsLimit (2.33s) [2021-02-23T18:19:57.881Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2021-02-23T18:19:57.881Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2021-02-23T18:19:57.881Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2021-02-23T18:19:57.881Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2021-02-23T18:19:57.881Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s) [2021-02-23T18:19:57.881Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2021-02-23T18:19:57.881Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2021-02-23T18:19:57.881Z] === RUN TestUpdateRestartPolicy [2021-02-23T18:19:58.396Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-23T18:19:58.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.72s) [2021-02-23T18:19:58.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s) [2021-02-23T18:19:58.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.04s) [2021-02-23T18:19:58.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.17s) [2021-02-23T18:19:58.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.21s) [2021-02-23T18:19:58.396Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s) [2021-02-23T18:19:58.396Z] === RUN TestBuildMultiStageCopy [2021-02-23T18:19:58.396Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-23T18:19:58.818Z] #43 204.6 CC criu/util.o [2021-02-23T18:20:00.898Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-02-23T18:20:00.951Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-23T18:20:00.951Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-23T18:20:01.521Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-23T18:20:01.603Z] #43 206.9 CC criu/uts_ns.o [2021-02-23T18:20:01.603Z] #43 207.2 CC criu/vdso.o [2021-02-23T18:20:02.092Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-23T18:20:02.251Z] #43 207.9 LINK criu/built-in.o [2021-02-23T18:20:02.251Z] #43 208.2 LINK criu/criu [2021-02-23T18:20:02.662Z] --- PASS: TestBuildMultiStageCopy (4.47s) [2021-02-23T18:20:02.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.30s) [2021-02-23T18:20:02.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2021-02-23T18:20:02.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2021-02-23T18:20:02.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2021-02-23T18:20:02.662Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2021-02-23T18:20:02.662Z] === RUN TestBuildMultiStageParentConfig [2021-02-23T18:20:03.320Z] #43 208.9 DEP lib/c/criu.d [2021-02-23T18:20:03.320Z] #43 209.0 CC images/rpc.pb-c.o [2021-02-23T18:20:04.574Z] --- PASS: TestBuildMultiStageParentConfig (1.48s) [2021-02-23T18:20:04.574Z] === RUN TestBuildLabelWithTargets [2021-02-23T18:20:04.632Z] #43 210.0 CC lib/c/criu.o [2021-02-23T18:20:04.632Z] #43 ... [2021-02-23T18:20:04.632Z] [2021-02-23T18:20:04.632Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-23T18:20:04.632Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-23T18:20:04.632Z] #40 DONE 275.3s [2021-02-23T18:20:04.930Z] [2021-02-23T18:20:04.930Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:20:04.930Z] #24 sha256:018fe2458e56d8c426d214b5e99402b182ffd20ec47eb43997fe383c82205d1e [2021-02-23T18:20:06.486Z] --- PASS: TestBuildLabelWithTargets (2.31s) [2021-02-23T18:20:06.486Z] === RUN TestBuildWithEmptyLayers [2021-02-23T18:20:07.036Z] #24 ... [2021-02-23T18:20:07.036Z] [2021-02-23T18:20:07.036Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-23T18:20:07.036Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-23T18:20:07.036Z] #43 212.4 LINK lib/c/built-in.o [2021-02-23T18:20:07.036Z] #43 212.4 LINK lib/c/libcriu.so [2021-02-23T18:20:07.036Z] #43 212.5 LINK lib/c/libcriu.a [2021-02-23T18:20:07.036Z] #43 212.8 GEN magic.py [2021-02-23T18:20:07.335Z] #43 213.0 Note: Building without setproctitle() and strlcpy() support. [2021-02-23T18:20:07.335Z] #43 213.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-23T18:20:07.335Z] #43 213.0 Note: Building without GnuTLS support [2021-02-23T18:20:07.335Z] #43 213.0 Makefile.config:39: Warn: you have no libnftables installed [2021-02-23T18:20:07.335Z] #43 213.0 Makefile.config:40: Warn: Building without nftables support [2021-02-23T18:20:07.427Z] --- PASS: TestBuildWithEmptyLayers (1.06s) [2021-02-23T18:20:07.688Z] === RUN TestBuildMultiStageOnBuild [2021-02-23T18:20:08.090Z] #43 213.9 fatal: not a git repository (or any of the parent directories): .git [2021-02-23T18:20:09.147Z] #43 214.9 make[1]: Nothing to be done for 'all'. [2021-02-23T18:20:10.095Z] --- PASS: TestUpdateRestartPolicy (11.37s) [2021-02-23T18:20:10.095Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-23T18:20:10.095Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2021-02-23T18:20:10.095Z] === RUN TestWaitNonBlocked [2021-02-23T18:20:10.095Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:20:10.095Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:20:10.095Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:20:10.095Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:20:10.095Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:20:10.095Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:20:10.233Z] --- PASS: TestBuildMultiStageOnBuild (2.79s) [2021-02-23T18:20:10.233Z] === RUN TestBuildUncleanTarFilenames [2021-02-23T18:20:10.353Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-23T18:20:10.353Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2021-02-23T18:20:10.353Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2021-02-23T18:20:10.353Z] === RUN TestWaitBlocked [2021-02-23T18:20:10.353Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:20:10.353Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:20:10.353Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:20:10.353Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:20:10.353Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:20:10.353Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:20:10.686Z] #43 216.1 make[1]: 'images/built-in.o' is up to date. [2021-02-23T18:20:10.686Z] #43 216.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-23T18:20:10.686Z] #43 216.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-23T18:20:10.686Z] #43 216.3 make[1]: 'compel/libcompel.a' is up to date. [2021-02-23T18:20:10.686Z] #43 216.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-23T18:20:10.686Z] #43 216.3 make[1]: Nothing to be done for 'all'. [2021-02-23T18:20:10.686Z] #43 216.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-23T18:20:10.713Z] db4edcf0861f: Pull complete [2021-02-23T18:20:10.713Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-23T18:20:10.713Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:20:10.713Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-02-23T18:20:10.713Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-02-23T18:20:10.713Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757' [2021-02-23T18:20:10.713Z] WARN: Skipping validation tests [2021-02-23T18:20:10.713Z] INFO: Running unit tests at 02/23/2021 18:20:05... [2021-02-23T18:20:10.713Z] INFO: make.ps1 starting at 02/23/2021 18:20:09 [2021-02-23T18:20:10.713Z] INFO: Git commit (6362afa073) assumed from DOCKER_GITCOMMIT environment variable [2021-02-23T18:20:10.713Z] INFO: Invoking autogen... [2021-02-23T18:20:10.713Z] INFO: Running unit tests... [2021-02-23T18:20:10.984Z] #43 216.8 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:10.985Z] #43 216.8 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:10.985Z] #43 216.9 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:11.289Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-23T18:20:11.289Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s) [2021-02-23T18:20:11.289Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2021-02-23T18:20:11.289Z] === CONT TestContainerStartOnDaemonRestart [2021-02-23T18:20:11.289Z] === CONT TestContainerKillOnDaemonStart [2021-02-23T18:20:11.289Z] #43 217.0 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:11.289Z] #43 217.1 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:11.289Z] #43 217.1 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:11.594Z] #43 217.2 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:11.594Z] #43 217.4 make[2]: Nothing to be done for 'all'. [2021-02-23T18:20:11.892Z] #43 217.5 INSTALL criu/criu [2021-02-23T18:20:11.892Z] #43 DONE 217.6s [2021-02-23T18:20:11.892Z] [2021-02-23T18:20:11.892Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:20:11.892Z] #24 sha256:018fe2458e56d8c426d214b5e99402b182ffd20ec47eb43997fe383c82205d1e [2021-02-23T18:20:12.143Z] --- PASS: TestBuildUncleanTarFilenames (1.47s) [2021-02-23T18:20:12.144Z] === RUN TestBuildMultiStageLayerLeak [2021-02-23T18:20:13.822Z] --- PASS: TestContainerStartOnDaemonRestart (2.36s) [2021-02-23T18:20:13.822Z] === CONT TestIpcModeOlderClient [2021-02-23T18:20:13.822Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-02-23T18:20:13.822Z] === CONT TestDaemonHostGatewayIP [2021-02-23T18:20:14.685Z] --- PASS: TestBuildMultiStageLayerLeak (2.89s) [2021-02-23T18:20:14.685Z] === RUN TestBuildWithHugeFile [2021-02-23T18:20:16.353Z] --- PASS: TestDaemonHostGatewayIP (2.40s) [2021-02-23T18:20:16.353Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-23T18:20:16.400Z] #24 ... [2021-02-23T18:20:16.400Z] [2021-02-23T18:20:16.400Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-23T18:20:16.400Z] #49 sha256:3a2218af14f02f07afe96488ee8c7bb0a4fa39967deaf0a73bdbdda0ca229def [2021-02-23T18:20:16.400Z] #49 286.9 + /build/golangci-lint --version [2021-02-23T18:20:16.702Z] #49 287.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-23T18:20:16.702Z] #49 DONE 287.5s [2021-02-23T18:20:16.702Z] [2021-02-23T18:20:16.702Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-23T18:20:16.702Z] #53 sha256:e8b7b4b66fcc6a2866d72a2d10b29218d01d7cee7973707f50e990f74411e420 [2021-02-23T18:20:17.794Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-02-23T18:20:18.257Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.87s) [2021-02-23T18:20:18.257Z] === CONT TestDaemonRestartIpcMode [2021-02-23T18:20:18.600Z] Loaded image: buildpack-deps:buster [2021-02-23T18:20:18.600Z] Loaded image: busybox:latest [2021-02-23T18:20:18.600Z] Loaded image: busybox:glibc [2021-02-23T18:20:19.966Z] Loaded image: debian:bullseye [2021-02-23T18:20:19.966Z] Loaded image: hello-world:latest [2021-02-23T18:20:20.222Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:20:20.478Z] INFO: Testing against a local daemon [2021-02-23T18:20:20.478Z] === RUN TestCgroupNamespacesBuild [2021-02-23T18:20:20.788Z] --- PASS: TestDaemonRestartIpcMode (2.40s) [2021-02-23T18:20:22.995Z] --- PASS: TestCgroupNamespacesBuild (2.36s) [2021-02-23T18:20:22.995Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-23T18:20:23.318Z] --- PASS: TestContainerKillOnDaemonStart (12.02s) [2021-02-23T18:20:23.318Z] PASS [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] === Skipped [2021-02-23T18:20:23.318Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-23T18:20:23.318Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-23T18:20:23.318Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:20:23.318Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-23T18:20:23.318Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-02-23T18:20:23.318Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-23T18:20:23.318Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] [2021-02-23T18:20:23.318Z] DONE 196 tests, 6 skipped in 108.016s [2021-02-23T18:20:23.318Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-23T18:20:23.318Z] INFO: Testing against a local daemon [2021-02-23T18:20:23.318Z] === RUN TestCommitInheritsEnv [2021-02-23T18:20:23.577Z] --- PASS: TestCommitInheritsEnv (0.35s) [2021-02-23T18:20:23.577Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-23T18:20:23.577Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-23T18:20:23.577Z] === RUN TestImagesFilterMultiReference [2021-02-23T18:20:23.836Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-02-23T18:20:23.837Z] === RUN TestImagePullPlatformInvalid [2021-02-23T18:20:23.837Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-23T18:20:23.837Z] === RUN TestRemoveImageOrphaning [2021-02-23T18:20:24.095Z] --- PASS: TestRemoveImageOrphaning (0.29s) [2021-02-23T18:20:24.095Z] === RUN TestRemoveImageGarbageCollector [2021-02-23T18:20:24.885Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.21s) [2021-02-23T18:20:24.885Z] === RUN TestBuildWithSession [2021-02-23T18:20:24.885Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-23T18:20:24.885Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:20:24.885Z] === RUN TestBuildSquashParent [2021-02-23T18:20:25.997Z] --- PASS: TestRemoveImageGarbageCollector (1.89s) [2021-02-23T18:20:25.997Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-23T18:20:25.997Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-23T18:20:25.997Z] === RUN TestTagInvalidReference [2021-02-23T18:20:25.997Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-23T18:20:25.997Z] === RUN TestTagValidPrefixedRepo [2021-02-23T18:20:25.997Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-23T18:20:25.997Z] === RUN TestTagExistedNameWithoutForce [2021-02-23T18:20:25.997Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-23T18:20:25.997Z] === RUN TestTagOfficialNames [2021-02-23T18:20:26.256Z] --- PASS: TestTagOfficialNames (0.25s) [2021-02-23T18:20:26.256Z] === RUN TestTagMatchesDigest [2021-02-23T18:20:26.256Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-23T18:20:26.256Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-23T18:20:26.366Z] ? github.com/docker/docker/api [no test files] [2021-02-23T18:20:34.827Z] --- PASS: TestBuildSquashParent (8.79s) [2021-02-23T18:20:34.827Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-23T18:20:34.827Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:20:34.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:20:34.827Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:20:34.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:20:34.827Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:20:34.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:20:34.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:20:34.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:20:34.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:20:34.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:20:34.827Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:20:34.827Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:20:34.827Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:20:34.827Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:20:37.348Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:20:37.348Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:20:38.759Z] === RUN TestMiddlewares [2021-02-23T18:20:38.759Z] --- PASS: TestMiddlewares (0.00s) [2021-02-23T18:20:38.759Z] PASS [2021-02-23T18:20:38.759Z] coverage: 9.0% of statements [2021-02-23T18:20:38.759Z] ok github.com/docker/docker/api/server 0.085s coverage: 9.0% of statements [2021-02-23T18:20:39.245Z] #53 191.9 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-23T18:20:39.541Z] #53 192.9 + mkdir -p /build [2021-02-23T18:20:39.541Z] #53 192.9 + cp runc /build/runc [2021-02-23T18:20:39.840Z] #53 DONE 193.1s [2021-02-23T18:20:39.840Z] [2021-02-23T18:20:39.840Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:20:39.840Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:20:40.617Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:20:40.617Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:20:42.315Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:20:42.315Z] [2021-02-23T18:20:42.315Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:20:42.315Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:20:42.315Z] HOSTNAME=c9f3859709bc [2021-02-23T18:20:42.315Z] TESTDEBUG=0 [2021-02-23T18:20:42.315Z] DEST=bundles/test-integration [2021-02-23T18:20:42.315Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:20:42.315Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:20:42.315Z] container=docker [2021-02-23T18:20:42.315Z] HOME=/root [2021-02-23T18:20:42.315Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:20:42.315Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:20:42.315Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:20:42.315Z] TERM=xterm [2021-02-23T18:20:42.315Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:20:42.315Z] SHLVL=1 [2021-02-23T18:20:42.315Z] TIMEOUT=120m [2021-02-23T18:20:42.315Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:20:42.315Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:20:42.315Z] GO111MODULE=off [2021-02-23T18:20:42.315Z] DOCKER_EXPERIMENTAL=1 [2021-02-23T18:20:42.315Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-23T18:20:42.315Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:20:42.315Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:20:42.315Z] GOPATH=/go [2021-02-23T18:20:42.315Z] PKG_CONFIG=pkg-config [2021-02-23T18:20:42.315Z] _=/usr/bin/env [2021-02-23T18:20:42.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-23T18:20:43.886Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-23T18:20:43.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.30s) [2021-02-23T18:20:43.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.39s) [2021-02-23T18:20:43.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.36s) [2021-02-23T18:20:43.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.40s) [2021-02-23T18:20:43.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.08s) [2021-02-23T18:20:43.886Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.33s) [2021-02-23T18:20:43.886Z] === RUN TestBuildMultiStageCopy [2021-02-23T18:20:43.886Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-23T18:20:45.475Z] #56 274.0 + bin/containerd [2021-02-23T18:20:46.405Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-23T18:20:46.522Z] #56 ... [2021-02-23T18:20:46.522Z] [2021-02-23T18:20:46.522Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-23T18:20:46.522Z] #24 sha256:018fe2458e56d8c426d214b5e99402b182ffd20ec47eb43997fe383c82205d1e [2021-02-23T18:20:46.522Z] #24 317.0 + return [2021-02-23T18:20:46.522Z] #24 DONE 317.1s [2021-02-23T18:20:46.522Z] [2021-02-23T18:20:46.522Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:20:46.522Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:20:46.967Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-23T18:20:47.530Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-23T18:20:48.064Z] #56 ... [2021-02-23T18:20:48.064Z] [2021-02-23T18:20:48.064Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-23T18:20:48.064Z] #25 sha256:fe0f57c809fa1e3371505c02c7389fe85edfdf35a67fd11071668bca529d4295 [2021-02-23T18:20:48.064Z] #25 DONE 0.1s [2021-02-23T18:20:48.064Z] [2021-02-23T18:20:48.064Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-23T18:20:48.064Z] #30 sha256:08240d16ce7e21c4be00312ced2544e8c12162fa6a31d3bfe615e3268c4ac771 [2021-02-23T18:20:48.092Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-23T18:20:48.656Z] --- PASS: TestBuildMultiStageCopy (4.98s) [2021-02-23T18:20:48.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.67s) [2021-02-23T18:20:48.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.58s) [2021-02-23T18:20:48.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2021-02-23T18:20:48.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2021-02-23T18:20:48.656Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s) [2021-02-23T18:20:48.656Z] === RUN TestBuildMultiStageParentConfig [2021-02-23T18:20:49.121Z] #30 DONE 0.8s [2021-02-23T18:20:49.121Z] [2021-02-23T18:20:49.121Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-23T18:20:49.121Z] #33 sha256:953ba36d5c7fc8f15ee739536f3cd4a799d3a1c9da66f80a5726eb589a10bc76 [2021-02-23T18:20:49.121Z] #33 DONE 0.1s [2021-02-23T18:20:49.121Z] [2021-02-23T18:20:49.121Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:20:49.121Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:20:49.121Z] #56 ... [2021-02-23T18:20:49.121Z] [2021-02-23T18:20:49.121Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-23T18:20:49.121Z] #35 sha256:471593b46d573889aa63f47b57b6b4d5fbcb66d72b541accb03308a8d517e1f3 [2021-02-23T18:20:49.121Z] #35 DONE 0.1s [2021-02-23T18:20:49.419Z] [2021-02-23T18:20:49.419Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-23T18:20:49.419Z] #38 sha256:d36e777a35fb494f130e6868e5507392ef03565f79c38955d1fa42e962d34f86 [2021-02-23T18:20:49.419Z] #38 DONE 0.1s [2021-02-23T18:20:49.419Z] [2021-02-23T18:20:49.419Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-23T18:20:49.419Z] #41 sha256:e7467e39ffbd630bfb89e85b3127162cd2fa7490c038d013e2ac74edbbebe414 [2021-02-23T18:20:49.419Z] #41 DONE 0.1s [2021-02-23T18:20:49.419Z] [2021-02-23T18:20:49.419Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:20:49.419Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:20:49.419Z] #56 ... [2021-02-23T18:20:49.419Z] [2021-02-23T18:20:49.419Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-23T18:20:49.419Z] #44 sha256:06dda9977a8572407ab74000984999af9f095e1ddc1f0cd07a593b803b04b3d4 [2021-02-23T18:20:49.419Z] #44 DONE 0.1s [2021-02-23T18:20:49.716Z] [2021-02-23T18:20:49.716Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-23T18:20:49.716Z] #46 sha256:29c014cca5b5e9b7d32a54a38c04af875e9a68b1697fdc64558a9b286f1d5ca8 [2021-02-23T18:20:49.716Z] #46 DONE 0.1s [2021-02-23T18:20:49.716Z] [2021-02-23T18:20:49.716Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-23T18:20:49.716Z] #48 sha256:37885d36cfcfe0ab408109dbc106eabec805c48aef50422d545aac3602392c53 [2021-02-23T18:20:49.716Z] #48 DONE 0.1s [2021-02-23T18:20:49.716Z] [2021-02-23T18:20:49.716Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:20:49.716Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:20:49.716Z] #56 ... [2021-02-23T18:20:49.716Z] [2021-02-23T18:20:49.716Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-23T18:20:49.716Z] #50 sha256:c242b97f25ca8ac55a4e7a6fdf33f13f2164ea5370a38c4cf8af3491888ff025 [2021-02-23T18:20:49.716Z] #50 DONE 0.1s [2021-02-23T18:20:49.716Z] [2021-02-23T18:20:49.716Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-23T18:20:49.716Z] #52 sha256:ff26a614fbd486acaf0c4398d703c73ee82a42ede537ce8bb619d863cd6fe36d [2021-02-23T18:20:49.716Z] #52 DONE 0.1s [2021-02-23T18:20:49.716Z] [2021-02-23T18:20:49.716Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-23T18:20:49.716Z] #54 sha256:2c1570804978d442a2585d902d49d3f3f560ea5b815e63028523817e19623cef [2021-02-23T18:20:50.012Z] #54 DONE 0.1s [2021-02-23T18:20:50.012Z] [2021-02-23T18:20:50.012Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-23T18:20:50.012Z] #56 sha256:d869e0e74ddc21d10eb3453deae14c3fc8b66b92c57d4fb64c6d666377a68721 [2021-02-23T18:20:50.607Z] --- PASS: TestBuildMultiStageParentConfig (1.48s) [2021-02-23T18:20:50.607Z] === RUN TestBuildLabelWithTargets [2021-02-23T18:20:52.497Z] --- PASS: TestBuildLabelWithTargets (2.25s) [2021-02-23T18:20:52.497Z] === RUN TestBuildWithEmptyLayers [2021-02-23T18:20:53.863Z] --- PASS: TestBuildWithEmptyLayers (1.21s) [2021-02-23T18:20:53.863Z] === RUN TestBuildMultiStageOnBuild [2021-02-23T18:20:54.983Z] ..........................xx.................... [ 29%] [2021-02-23T18:20:57.132Z] --- PASS: TestBuildMultiStageOnBuild (3.10s) [2021-02-23T18:20:57.132Z] === RUN TestBuildUncleanTarFilenames [2021-02-23T18:20:59.023Z] --- PASS: TestBuildUncleanTarFilenames (2.04s) [2021-02-23T18:20:59.023Z] === RUN TestBuildMultiStageLayerLeak [2021-02-23T18:21:01.402Z] --- PASS: TestBuildWithHugeFile (41.02s) [2021-02-23T18:21:01.402Z] === RUN TestBuildWithEmptyDockerfile [2021-02-23T18:21:01.402Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:21:01.402Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:21:01.402Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:21:01.402Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:21:01.402Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:21:01.402Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:21:01.402Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:21:01.402Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:21:01.402Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:21:01.402Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2021-02-23T18:21:01.402Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2021-02-23T18:21:01.402Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2021-02-23T18:21:01.402Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.27s) [2021-02-23T18:21:01.402Z] === RUN TestBuildPreserveOwnership [2021-02-23T18:21:01.402Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-23T18:21:01.402Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-23T18:21:02.292Z] --- PASS: TestBuildMultiStageLayerLeak (3.43s) [2021-02-23T18:21:02.292Z] === RUN TestBuildWithHugeFile [2021-02-23T18:21:02.786Z] --- PASS: TestBuildPreserveOwnership (6.29s) [2021-02-23T18:21:02.786Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.10s) [2021-02-23T18:21:02.786Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.17s) [2021-02-23T18:21:02.786Z] === RUN TestBuildPlatformInvalid [2021-02-23T18:21:02.786Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2021-02-23T18:21:02.786Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-23T18:21:04.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-23T18:21:04.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-23T18:21:11.671Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-02-23T18:21:17.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-23T18:21:17.702Z] Loaded image: buildpack-deps:buster [2021-02-23T18:21:17.702Z] Loaded image: busybox:latest [2021-02-23T18:21:17.702Z] Loaded image: busybox:glibc [2021-02-23T18:21:17.962Z] Loaded image: debian:bullseye [2021-02-23T18:21:17.962Z] Loaded image: hello-world:latest [2021-02-23T18:21:18.223Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:21:19.599Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-02-23T18:21:22.772Z] #56 307.5 + bin/containerd-stress [2021-02-23T18:21:22.772Z] #56 310.0 + bin/containerd-shim [2021-02-23T18:21:23.679Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-02-23T18:21:24.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-23T18:21:24.270Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-23T18:21:25.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-23T18:21:25.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-23T18:21:26.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-23T18:21:27.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-23T18:21:28.223Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.51s) [2021-02-23T18:21:28.223Z] PASS [2021-02-23T18:21:28.223Z] [2021-02-23T18:21:28.223Z] === Skipped [2021-02-23T18:21:28.223Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-02-23T18:21:28.223Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:21:28.223Z] [2021-02-23T18:21:28.223Z] [2021-02-23T18:21:28.223Z] DONE 33 tests, 1 skipped in 118.780s [2021-02-23T18:21:28.223Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-02-23T18:21:28.223Z] ++ 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 [2021-02-23T18:21:28.223Z] ++ set -e [2021-02-23T18:21:28.223Z] ++ '[' -n 0 ']' [2021-02-23T18:21:28.223Z] ++ set -x [2021-02-23T18:21:28.223Z] ++ 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 [2021-02-23T18:21:28.223Z] INFO: Testing against a local daemon [2021-02-23T18:21:28.223Z] === RUN TestConfigInspect [2021-02-23T18:21:28.391Z] #56 317.0 + bin/containerd-shim-runc-v1 [2021-02-23T18:21:29.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-23T18:21:29.439Z] === RUN TestBoolValue [2021-02-23T18:21:29.439Z] --- PASS: TestBoolValue (0.00s) [2021-02-23T18:21:29.439Z] === RUN TestBoolValueOrDefault [2021-02-23T18:21:29.439Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-02-23T18:21:29.439Z] === RUN TestInt64ValueOrZero [2021-02-23T18:21:29.439Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-02-23T18:21:29.439Z] === RUN TestInt64ValueOrDefault [2021-02-23T18:21:29.439Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-02-23T18:21:29.439Z] === RUN TestInt64ValueOrDefaultWithError [2021-02-23T18:21:29.439Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-02-23T18:21:29.439Z] === RUN TestJsonContentType [2021-02-23T18:21:29.439Z] --- PASS: TestJsonContentType (0.00s) [2021-02-23T18:21:29.439Z] PASS [2021-02-23T18:21:29.439Z] coverage: 14.7% of statements [2021-02-23T18:21:29.439Z] ok github.com/docker/docker/api/server/httputils 0.055s coverage: 14.7% of statements [2021-02-23T18:21:29.439Z] === RUN TestMaskSecretKeys [2021-02-23T18:21:29.439Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-02-23T18:21:29.439Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-02-23T18:21:29.439Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-02-23T18:21:29.439Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-02-23T18:21:29.439Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-02-23T18:21:29.439Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-02-23T18:21:29.439Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-02-23T18:21:29.439Z] === RUN TestVersionMiddlewareVersion [2021-02-23T18:21:29.439Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-02-23T18:21:29.439Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-02-23T18:21:29.439Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-02-23T18:21:29.439Z] PASS [2021-02-23T18:21:29.439Z] coverage: 37.7% of statements [2021-02-23T18:21:29.439Z] ok github.com/docker/docker/api/server/middleware 0.100s coverage: 37.7% of statements [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-23T18:21:29.439Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-23T18:21:30.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-23T18:21:30.767Z] --- PASS: TestConfigInspect (3.40s) [2021-02-23T18:21:30.767Z] === RUN TestConfigList [2021-02-23T18:21:30.973Z] === RUN TestToJSON [2021-02-23T18:21:30.973Z] --- PASS: TestToJSON (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestToParamWithVersion [2021-02-23T18:21:30.973Z] --- PASS: TestToParamWithVersion (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestFromJSON [2021-02-23T18:21:30.973Z] --- PASS: TestFromJSON (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestEmpty [2021-02-23T18:21:30.973Z] --- PASS: TestEmpty (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestArgsMatchKVListEmptySources [2021-02-23T18:21:30.973Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestArgsMatchKVList [2021-02-23T18:21:30.973Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestArgsMatch [2021-02-23T18:21:30.973Z] --- PASS: TestArgsMatch (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestAdd [2021-02-23T18:21:30.973Z] --- PASS: TestAdd (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestDel [2021-02-23T18:21:30.973Z] --- PASS: TestDel (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestLen [2021-02-23T18:21:30.973Z] --- PASS: TestLen (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestExactMatch [2021-02-23T18:21:30.973Z] --- PASS: TestExactMatch (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestOnlyOneExactMatch [2021-02-23T18:21:30.973Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestContains [2021-02-23T18:21:30.973Z] --- PASS: TestContains (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestValidate [2021-02-23T18:21:30.973Z] --- PASS: TestValidate (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestWalkValues [2021-02-23T18:21:30.973Z] --- PASS: TestWalkValues (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestFuzzyMatch [2021-02-23T18:21:30.973Z] --- PASS: TestFuzzyMatch (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestClone [2021-02-23T18:21:30.973Z] --- PASS: TestClone (0.00s) [2021-02-23T18:21:30.973Z] PASS [2021-02-23T18:21:30.973Z] coverage: 92.2% of statements [2021-02-23T18:21:30.973Z] ok github.com/docker/docker/api/types/filters 0.107s coverage: 92.2% of statements [2021-02-23T18:21:30.973Z] === RUN TestStrSliceMarshalJSON [2021-02-23T18:21:30.973Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestStrSliceUnmarshalJSON [2021-02-23T18:21:30.973Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestStrSliceUnmarshalString [2021-02-23T18:21:30.973Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-02-23T18:21:30.973Z] === RUN TestStrSliceUnmarshalSlice [2021-02-23T18:21:30.973Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-02-23T18:21:30.973Z] PASS [2021-02-23T18:21:30.973Z] coverage: 90.0% of statements [2021-02-23T18:21:30.973Z] ok github.com/docker/docker/api/types/strslice 0.050s coverage: 90.0% of statements [2021-02-23T18:21:31.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-23T18:21:31.431Z] === RUN TestDurationToSecondsString [2021-02-23T18:21:31.431Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-02-23T18:21:31.431Z] === RUN TestGetTimestamp [2021-02-23T18:21:31.431Z] === RUN TestAdjustForAPIVersion [2021-02-23T18:21:31.431Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-02-23T18:21:31.431Z] PASS [2021-02-23T18:21:31.431Z] coverage: 5.7% of statements [2021-02-23T18:21:31.431Z] ok github.com/docker/docker/api/server/router/swarm 0.072s coverage: 5.7% of statements [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-23T18:21:31.431Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-23T18:21:31.431Z] --- PASS: TestGetTimestamp (0.12s) [2021-02-23T18:21:31.431Z] === RUN TestParseTimestamps [2021-02-23T18:21:31.431Z] --- PASS: TestParseTimestamps (0.00s) [2021-02-23T18:21:31.431Z] PASS [2021-02-23T18:21:31.431Z] coverage: 100.0% of statements [2021-02-23T18:21:31.431Z] ok github.com/docker/docker/api/types/time 0.181s coverage: 100.0% of statements [2021-02-23T18:21:31.889Z] === RUN TestCompareVersion [2021-02-23T18:21:31.889Z] --- PASS: TestCompareVersion (0.00s) [2021-02-23T18:21:31.889Z] PASS [2021-02-23T18:21:31.889Z] coverage: 75.0% of statements [2021-02-23T18:21:31.889Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 75.0% of statements [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/builder [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-23T18:21:31.889Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-23T18:21:31.890Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-23T18:21:31.890Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-23T18:21:31.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-23T18:21:32.884Z] #56 321.9 + bin/containerd-shim-runc-v2 [2021-02-23T18:21:33.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-02-23T18:21:33.424Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-02-23T18:21:33.424Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-02-23T18:21:33.424Z] === RUN TestCloneArgsSmartHttp [2021-02-23T18:21:33.424Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-02-23T18:21:33.424Z] === RUN TestCloneArgsDumbHttp [2021-02-23T18:21:33.424Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-02-23T18:21:33.424Z] === RUN TestCloneArgsGit [2021-02-23T18:21:33.424Z] --- PASS: TestCloneArgsGit (0.00s) [2021-02-23T18:21:33.424Z] === RUN TestCheckoutGit [2021-02-23T18:21:33.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-23T18:21:33.926Z] #56 323.0 + binaries [2021-02-23T18:21:33.926Z] #56 323.0 + install -D bin/containerd /build/containerd [2021-02-23T18:21:33.926Z] #56 323.1 + install -D bin/containerd-shim /build/containerd-shim [2021-02-23T18:21:34.063Z] --- PASS: TestConfigList (3.31s) [2021-02-23T18:21:34.063Z] === RUN TestConfigsCreateAndDelete [2021-02-23T18:21:34.220Z] #56 323.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-23T18:21:34.220Z] #56 323.1 + install -D bin/ctr /build/ctr [2021-02-23T18:21:34.220Z] #56 DONE 323.2s [2021-02-23T18:21:34.681Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-23T18:21:34.957Z] === RUN TestEnable [2021-02-23T18:21:34.957Z] --- PASS: TestEnable (0.00s) [2021-02-23T18:21:34.957Z] === RUN TestDisable [2021-02-23T18:21:34.957Z] --- PASS: TestDisable (0.00s) [2021-02-23T18:21:34.957Z] === RUN TestEnabled [2021-02-23T18:21:34.957Z] --- PASS: TestEnabled (0.00s) [2021-02-23T18:21:34.957Z] PASS [2021-02-23T18:21:34.957Z] coverage: 100.0% of statements [2021-02-23T18:21:34.957Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2021-02-23T18:21:35.256Z] [2021-02-23T18:21:35.256Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-23T18:21:35.256Z] #57 sha256:821865069236f8c9decc28e9786a00d3ea6e9625c4d36aeba227d32954f0c694 [2021-02-23T18:21:35.256Z] #57 DONE 0.1s [2021-02-23T18:21:35.256Z] [2021-02-23T18:21:35.256Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-23T18:21:35.256Z] #61 sha256:2dcb39c37eeb4d64e39100746e4c8504ab581cfc4a435f6c52cf741e88370d1d [2021-02-23T18:21:35.256Z] #61 DONE 0.1s [2021-02-23T18:21:35.256Z] [2021-02-23T18:21:35.256Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-23T18:21:35.256Z] #63 sha256:87083d70d9b042f58d404a895e71988e18fc3112b6a8f6a7cff1ab6aad632df1 [2021-02-23T18:21:35.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-23T18:21:35.560Z] #63 DONE 0.1s [2021-02-23T18:21:35.560Z] [2021-02-23T18:21:35.560Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-23T18:21:35.560Z] #65 sha256:4c58fe63e8c4964ae8ad6757975848e1d554bffbc7f06309b8018860b32196a4 [2021-02-23T18:21:35.560Z] #65 DONE 0.1s [2021-02-23T18:21:35.560Z] [2021-02-23T18:21:35.560Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-23T18:21:35.560Z] #66 sha256:c3fb4df0a5465631b8cbcc2f60c64e6327cd53619565be3aa5fe27ad281dbf5d [2021-02-23T18:21:35.560Z] #66 DONE 0.0s [2021-02-23T18:21:35.560Z] [2021-02-23T18:21:35.560Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-23T18:21:35.560Z] #67 sha256:f9e1d0c4f6001a385ffbce0d39cb201890915c86ea409f570a50458c6ab9d8d3 [2021-02-23T18:21:35.924Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-02-23T18:21:35.924Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestProcessNoDockerignore [2021-02-23T18:21:35.924Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestProcessShouldLeaveAllFiles [2021-02-23T18:21:35.924Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestDetectContentType [2021-02-23T18:21:35.924Z] --- PASS: TestDetectContentType (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestSelectAcceptableMIME [2021-02-23T18:21:35.924Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestInspectEmptyResponse [2021-02-23T18:21:35.924Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestInspectResponseBinary [2021-02-23T18:21:35.924Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestResponseUnsupportedContentType [2021-02-23T18:21:35.924Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestInspectResponseTextSimple [2021-02-23T18:21:35.924Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestInspectResponseEmptyContentType [2021-02-23T18:21:35.924Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestUnknownContentLength [2021-02-23T18:21:35.924Z] --- PASS: TestUnknownContentLength (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestDownloadRemote [2021-02-23T18:21:35.924Z] --- PASS: TestDownloadRemote (0.07s) [2021-02-23T18:21:35.924Z] === RUN TestGetWithStatusError [2021-02-23T18:21:35.924Z] --- PASS: TestGetWithStatusError (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestCloseRootDirectory [2021-02-23T18:21:35.924Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-02-23T18:21:35.924Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:21:35.924Z] === RUN TestHashFile [2021-02-23T18:21:35.924Z] --- SKIP: TestHashFile (0.00s) [2021-02-23T18:21:35.924Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:21:35.924Z] === RUN TestHashSubdir [2021-02-23T18:21:35.924Z] --- SKIP: TestHashSubdir (0.00s) [2021-02-23T18:21:35.924Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:21:35.924Z] === RUN TestRemoveDirectory [2021-02-23T18:21:35.924Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-02-23T18:21:35.924Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:21:35.924Z] PASS [2021-02-23T18:21:35.924Z] coverage: 9.3% of statements [2021-02-23T18:21:35.924Z] ok github.com/docker/docker/builder/remotecontext 0.297s coverage: 9.3% of statements [2021-02-23T18:21:35.924Z] === RUN TestGetAllAllowed [2021-02-23T18:21:35.924Z] --- PASS: TestGetAllAllowed (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestGetAllMeta [2021-02-23T18:21:35.924Z] --- PASS: TestGetAllMeta (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestWarnOnUnusedBuildArgs [2021-02-23T18:21:35.924Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestIsUnreferencedBuiltin [2021-02-23T18:21:35.924Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestIsExistingDirectory [2021-02-23T18:21:35.924Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestGetFilenameForDownload [2021-02-23T18:21:35.924Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestEnv2Variables [2021-02-23T18:21:35.924Z] --- PASS: TestEnv2Variables (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-02-23T18:21:35.924Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestMaintainer [2021-02-23T18:21:35.924Z] --- PASS: TestMaintainer (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestLabel [2021-02-23T18:21:35.924Z] --- PASS: TestLabel (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestFromScratch [2021-02-23T18:21:35.924Z] --- PASS: TestFromScratch (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestFromWithArg [2021-02-23T18:21:35.924Z] --- PASS: TestFromWithArg (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-02-23T18:21:35.924Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestFromWithUndefinedArg [2021-02-23T18:21:35.924Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestFromMultiStageWithNamedStage [2021-02-23T18:21:35.924Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestOnbuild [2021-02-23T18:21:35.924Z] --- PASS: TestOnbuild (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestWorkdir [2021-02-23T18:21:35.924Z] --- PASS: TestWorkdir (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestCmd [2021-02-23T18:21:35.924Z] --- PASS: TestCmd (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestHealthcheckNone [2021-02-23T18:21:35.924Z] --- PASS: TestHealthcheckNone (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestHealthcheckCmd [2021-02-23T18:21:35.924Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestEntrypoint [2021-02-23T18:21:35.924Z] --- PASS: TestEntrypoint (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestExpose [2021-02-23T18:21:35.924Z] --- PASS: TestExpose (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestUser [2021-02-23T18:21:35.924Z] --- PASS: TestUser (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestVolume [2021-02-23T18:21:35.924Z] --- PASS: TestVolume (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestStopSignal [2021-02-23T18:21:35.924Z] --- SKIP: TestStopSignal (0.00s) [2021-02-23T18:21:35.924Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-23T18:21:35.924Z] === RUN TestArg [2021-02-23T18:21:35.924Z] --- PASS: TestArg (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestShell [2021-02-23T18:21:35.924Z] --- PASS: TestShell (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestPrependEnvOnCmd [2021-02-23T18:21:35.924Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestRunWithBuildArgs [2021-02-23T18:21:35.924Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestRunIgnoresHealthcheck [2021-02-23T18:21:35.924Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestNormalizeWorkdir [2021-02-23T18:21:35.924Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestDispatch [2021-02-23T18:21:35.924Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-02-23T18:21:35.924Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-02-23T18:21:35.924Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-02-23T18:21:35.924Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-02-23T18:21:35.924Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-02-23T18:21:35.924Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-02-23T18:21:35.924Z] === RUN TestDispatch/COPY_url [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch (0.06s) [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2021-02-23T18:21:35.924Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestAddScratchImageAddsToMounts [2021-02-23T18:21:35.924Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestAddFromScratchPopulatesPlatform [2021-02-23T18:21:35.924Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-02-23T18:21:35.924Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-02-23T18:21:35.924Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestImageSourceGetAddsToMounts [2021-02-23T18:21:35.924Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestEmptyDockerfile [2021-02-23T18:21:35.924Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestSymlinkDockerfile [2021-02-23T18:21:35.924Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-02-23T18:21:35.924Z] === RUN TestDockerfileOutsideTheBuildContext [2021-02-23T18:21:35.924Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestNonExistingDockerfile [2021-02-23T18:21:35.924Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestCopyRunConfig [2021-02-23T18:21:35.924Z] --- PASS: TestCopyRunConfig (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestDeepCopyRunConfig [2021-02-23T18:21:35.924Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestExportImage [2021-02-23T18:21:35.924Z] --- PASS: TestExportImage (0.00s) [2021-02-23T18:21:35.924Z] === RUN TestNormalizeDest [2021-02-23T18:21:35.924Z] --- PASS: TestNormalizeDest (0.00s) [2021-02-23T18:21:35.924Z] PASS [2021-02-23T18:21:35.924Z] coverage: 46.6% of statements [2021-02-23T18:21:35.924Z] ok github.com/docker/docker/builder/dockerfile 0.196s coverage: 46.6% of statements [2021-02-23T18:21:36.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-23T18:21:36.382Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-23T18:21:36.973Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:21:36.973Z] Using test binary docker [2021-02-23T18:21:36.973Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-23T18:21:36.973Z] +++ /etc/init.d/apparmor start [2021-02-23T18:21:36.973Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:21:36.973Z] INFO: Waiting for daemon to start... [2021-02-23T18:21:36.973Z] Starting dockerd [2021-02-23T18:21:36.973Z] +++ 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 [2021-02-23T18:21:37.360Z] --- PASS: TestConfigsCreateAndDelete (3.36s) [2021-02-23T18:21:37.360Z] === RUN TestConfigsUpdate [2021-02-23T18:21:37.600Z] --- PASS: TestImportExtremelyLargeImageWorks (101.63s) [2021-02-23T18:21:37.600Z] PASS [2021-02-23T18:21:37.600Z] [2021-02-23T18:21:37.600Z] === Skipped [2021-02-23T18:21:37.600Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:21:37.600Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-23T18:21:37.600Z] [2021-02-23T18:21:37.600Z] [2021-02-23T18:21:37.600Z] DONE 12 tests, 1 skipped in 105.112s [2021-02-23T18:21:37.600Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-23T18:21:37.600Z] INFO: Testing against a local daemon [2021-02-23T18:21:37.600Z] === RUN TestNetworkCreateDelete [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-02-23T18:21:37.600Z] === RUN TestDockerNetworkDeletePreferID [2021-02-23T18:21:37.600Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-02-23T18:21:37.600Z] === RUN TestDaemonDNSFallback [2021-02-23T18:21:37.600Z] --- PASS: TestDaemonDNSFallback (7.31s) [2021-02-23T18:21:37.600Z] === RUN TestInspectNetwork [2021-02-23T18:21:37.600Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-23T18:21:37.600Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.600Z] === RUN TestRunContainerWithBridgeNone [2021-02-23T18:21:37.600Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-23T18:21:37.600Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.600Z] === RUN TestNetworkInvalidJSON [2021-02-23T18:21:37.600Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-23T18:21:37.600Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-23T18:21:37.600Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:21:37.600Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:21:37.600Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:21:37.600Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:21:37.600Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-23T18:21:37.600Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:21:37.600Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-23T18:21:37.600Z] === RUN TestNetworkList [2021-02-23T18:21:37.600Z] === RUN TestNetworkList//networks [2021-02-23T18:21:37.600Z] === PAUSE TestNetworkList//networks [2021-02-23T18:21:37.600Z] === RUN TestNetworkList//networks/ [2021-02-23T18:21:37.600Z] === PAUSE TestNetworkList//networks/ [2021-02-23T18:21:37.600Z] === CONT TestNetworkList//networks [2021-02-23T18:21:37.600Z] === CONT TestNetworkList//networks/ [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkList (0.01s) [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-23T18:21:37.600Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-23T18:21:37.600Z] === RUN TestHostIPv4BridgeLabel [2021-02-23T18:21:37.600Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-23T18:21:37.600Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.600Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-23T18:21:37.600Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-02-23T18:21:37.600Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.600Z] === RUN TestDaemonDefaultNetworkPools [2021-02-23T18:21:37.600Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-02-23T18:21:37.600Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.600Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-23T18:21:37.600Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-23T18:21:37.600Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.600Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-23T18:21:37.600Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-02-23T18:21:37.600Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.600Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-23T18:21:37.600Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-23T18:21:37.600Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.600Z] === RUN TestServiceWithPredefinedNetwork [2021-02-23T18:21:37.600Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-23T18:21:37.600Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.600Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-23T18:21:37.600Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:21:37.600Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:21:37.600Z] === RUN TestServiceWithDataPathPortInit [2021-02-23T18:21:37.600Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-02-23T18:21:37.600Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.600Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-23T18:21:37.600Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-23T18:21:37.600Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.600Z] PASS [2021-02-23T18:21:37.600Z] [2021-02-23T18:21:37.600Z] === Skipped [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-02-23T18:21:37.601Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-02-23T18:21:37.601Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-02-23T18:21:37.601Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-02-23T18:21:37.601Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-02-23T18:21:37.601Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-23T18:21:37.601Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-02-23T18:21:37.601Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-23T18:21:37.601Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-02-23T18:21:37.601Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:21:37.601Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-02-23T18:21:37.601Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-23T18:21:37.601Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] DONE 22 tests, 12 skipped in 7.990s [2021-02-23T18:21:37.601Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:21:37.601Z] INFO: Testing against a local daemon [2021-02-23T18:21:37.601Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-23T18:21:37.601Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-23T18:21:37.601Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:21:37.601Z] === RUN TestDockerNetworkIpvlan [2021-02-23T18:21:37.601Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:21:37.601Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:21:37.601Z] PASS [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === Skipped [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-23T18:21:37.601Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:21:37.601Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] DONE 2 tests, 2 skipped in 0.120s [2021-02-23T18:21:37.601Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:21:37.601Z] INFO: Testing against a local daemon [2021-02-23T18:21:37.601Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-23T18:21:37.601Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-23T18:21:37.601Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] === RUN TestDockerNetworkMacvlan [2021-02-23T18:21:37.601Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-02-23T18:21:37.601Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] PASS [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === Skipped [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-23T18:21:37.601Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-02-23T18:21:37.601Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] DONE 2 tests, 2 skipped in 0.096s [2021-02-23T18:21:37.601Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-23T18:21:37.601Z] testing: warning: no tests to run [2021-02-23T18:21:37.601Z] PASS [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] DONE 0 tests in 0.023s [2021-02-23T18:21:37.601Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-23T18:21:37.601Z] INFO: Testing against a local daemon [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginAllowRequest [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginTLS [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginDenyRequest [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginDenyResponse [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginAllowEventStream [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginErrorResponse [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginErrorRequest [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginHeader [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.24s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginV2Disable [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-23T18:21:37.601Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] PASS [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === Skipped [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.24s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-23T18:21:37.601Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] DONE 17 tests, 17 skipped in 0.418s [2021-02-23T18:21:37.601Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-23T18:21:37.601Z] INFO: Testing against a local daemon [2021-02-23T18:21:37.601Z] === RUN TestPluginInvalidJSON [2021-02-23T18:21:37.601Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:21:37.601Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:21:37.601Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:21:37.601Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-23T18:21:37.601Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:21:37.601Z] === RUN TestPluginInstall [2021-02-23T18:21:37.601Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-23T18:21:37.601Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:21:37.601Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-23T18:21:37.601Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-02-23T18:21:37.601Z] PASS [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === Skipped [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-02-23T18:21:37.601Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-02-23T18:21:37.601Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] [2021-02-23T18:21:37.601Z] DONE 4 tests, 2 skipped in 0.150s [2021-02-23T18:21:37.601Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-23T18:21:37.601Z] INFO: Testing against a local daemon [2021-02-23T18:21:37.601Z] === RUN TestExternalGraphDriver [2021-02-23T18:21:37.601Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-02-23T18:21:37.601Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-23T18:21:37.601Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:21:37.638Z] #67 DONE 2.2s [2021-02-23T18:21:37.638Z] [2021-02-23T18:21:37.638Z] #68 exporting to oci image format [2021-02-23T18:21:37.638Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-23T18:21:37.638Z] #68 exporting layers [2021-02-23T18:21:39.062Z] . [2021-02-23T18:21:39.062Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:21:39.062Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:21:39.062Z] Error: No such image: emptyfs [2021-02-23T18:21:39.062Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-23T18:21:39.062Z] ++++ docker load [2021-02-23T18:21:39.352Z] Running integration-test (iteration 1) [2021-02-23T18:21:39.352Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-02-23T18:21:39.352Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:21:39.352Z] ++ set -e [2021-02-23T18:21:39.352Z] ++ '[' -n 0 ']' [2021-02-23T18:21:39.352Z] ++ set -x [2021-02-23T18:21:39.352Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x 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/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:21:40.135Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-02-23T18:21:40.659Z] --- PASS: TestConfigsUpdate (3.24s) [2021-02-23T18:21:40.659Z] === RUN TestTemplatedConfig [2021-02-23T18:21:40.961Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:21:40.961Z] Using test binary docker [2021-02-23T18:21:40.961Z] +++ /etc/init.d/apparmor start [2021-02-23T18:21:40.961Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:21:40.961Z] Starting dockerd [2021-02-23T18:21:40.961Z] INFO: Waiting for daemon to start... [2021-02-23T18:21:40.961Z] +++ 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 [2021-02-23T18:21:40.962Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:21:40.962Z] Using test binary docker [2021-02-23T18:21:40.962Z] +++ /etc/init.d/apparmor start [2021-02-23T18:21:40.962Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:21:40.962Z] INFO: Waiting for daemon to start... [2021-02-23T18:21:40.962Z] Starting dockerd [2021-02-23T18:21:40.962Z] +++ 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 [2021-02-23T18:21:40.962Z] . [2021-02-23T18:21:40.962Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:21:40.962Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:21:40.962Z] Error: No such image: emptyfs [2021-02-23T18:21:40.962Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-23T18:21:40.962Z] ++++ docker load [2021-02-23T18:21:40.962Z] Running integration-test (iteration 1) [2021-02-23T18:21:40.962Z] 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)/ [2021-02-23T18:21:40.962Z] ++ 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)/' [2021-02-23T18:21:40.962Z] ++ set -e [2021-02-23T18:21:40.962Z] ++ '[' -n 0 ']' [2021-02-23T18:21:40.962Z] ++ set -x [2021-02-23T18:21:40.962Z] ++ 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)/' [2021-02-23T18:21:40.962Z] [2021-02-23T18:21:40.962Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:21:40.962Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:21:40.962Z] Error: No such image: emptyfs [2021-02-23T18:21:40.962Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-23T18:21:40.962Z] ++++ docker load [2021-02-23T18:21:40.962Z] Running integration-test (iteration 1) [2021-02-23T18:21:40.962Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-23T18:21:40.962Z] ++ 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)/' [2021-02-23T18:21:40.962Z] ++ set -e [2021-02-23T18:21:40.962Z] ++ '[' -n 0 ']' [2021-02-23T18:21:40.962Z] ++ set -x [2021-02-23T18:21:40.962Z] ++ 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)/' [2021-02-23T18:21:42.840Z] --- PASS: TestGraphdriverPluginV2 (5.64s) [2021-02-23T18:21:42.840Z] PASS [2021-02-23T18:21:42.840Z] [2021-02-23T18:21:42.840Z] === Skipped [2021-02-23T18:21:42.840Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-02-23T18:21:42.840Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-23T18:21:42.840Z] [2021-02-23T18:21:42.840Z] [2021-02-23T18:21:42.840Z] DONE 2 tests, 1 skipped in 5.822s [2021-02-23T18:21:42.840Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-23T18:21:42.840Z] INFO: Testing against a local daemon [2021-02-23T18:21:42.840Z] === RUN TestContinueAfterPluginCrash [2021-02-23T18:21:42.840Z] === PAUSE TestContinueAfterPluginCrash [2021-02-23T18:21:42.840Z] === RUN TestReadPluginNoRead [2021-02-23T18:21:42.840Z] === PAUSE TestReadPluginNoRead [2021-02-23T18:21:42.840Z] === RUN TestDaemonStartWithLogOpt [2021-02-23T18:21:42.840Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-23T18:21:42.840Z] === CONT TestContinueAfterPluginCrash [2021-02-23T18:21:42.840Z] === CONT TestDaemonStartWithLogOpt [2021-02-23T18:21:44.861Z] --- PASS: TestTemplatedConfig (3.62s) [2021-02-23T18:21:44.861Z] === RUN TestConfigCreateResolve [2021-02-23T18:21:46.698Z] === RUN TestCheckpointCreateError [2021-02-23T18:21:46.698Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCheckpointCreate [2021-02-23T18:21:46.698Z] --- PASS: TestCheckpointCreate (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCheckpointDeleteError [2021-02-23T18:21:46.698Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCheckpointDelete [2021-02-23T18:21:46.698Z] --- PASS: TestCheckpointDelete (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCheckpointListError [2021-02-23T18:21:46.698Z] --- PASS: TestCheckpointListError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCheckpointList [2021-02-23T18:21:46.698Z] --- PASS: TestCheckpointList (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCheckpointListContainerNotFound [2021-02-23T18:21:46.698Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNewClientWithOpsFromEnv [2021-02-23T18:21:46.698Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-02-23T18:21:46.698Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-23T18:21:46.698Z] === RUN TestGetAPIPath [2021-02-23T18:21:46.698Z] --- PASS: TestGetAPIPath (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestParseHostURL [2021-02-23T18:21:46.698Z] --- PASS: TestParseHostURL (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-02-23T18:21:46.698Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNegotiateAPIVersionEmpty [2021-02-23T18:21:46.698Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNegotiateAPIVersion [2021-02-23T18:21:46.698Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNegotiateAPVersionOverride [2021-02-23T18:21:46.698Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNegotiateAPIVersionAutomatic [2021-02-23T18:21:46.698Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-02-23T18:21:46.698Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-02-23T18:21:46.698Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestClientRedirect [2021-02-23T18:21:46.698Z] --- PASS: TestClientRedirect (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigCreateUnsupported [2021-02-23T18:21:46.698Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigCreateError [2021-02-23T18:21:46.698Z] --- PASS: TestConfigCreateError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigCreate [2021-02-23T18:21:46.698Z] --- PASS: TestConfigCreate (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigInspectNotFound [2021-02-23T18:21:46.698Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigInspectWithEmptyID [2021-02-23T18:21:46.698Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigInspectUnsupported [2021-02-23T18:21:46.698Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigInspectError [2021-02-23T18:21:46.698Z] --- PASS: TestConfigInspectError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigInspectConfigNotFound [2021-02-23T18:21:46.698Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigInspect [2021-02-23T18:21:46.698Z] --- PASS: TestConfigInspect (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigListUnsupported [2021-02-23T18:21:46.698Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigListError [2021-02-23T18:21:46.698Z] --- PASS: TestConfigListError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigList [2021-02-23T18:21:46.698Z] --- PASS: TestConfigList (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigRemoveUnsupported [2021-02-23T18:21:46.698Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigRemoveError [2021-02-23T18:21:46.698Z] --- PASS: TestConfigRemoveError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigRemove [2021-02-23T18:21:46.698Z] --- PASS: TestConfigRemove (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigUpdateUnsupported [2021-02-23T18:21:46.698Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigUpdateError [2021-02-23T18:21:46.698Z] --- PASS: TestConfigUpdateError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestConfigUpdate [2021-02-23T18:21:46.698Z] --- PASS: TestConfigUpdate (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerCommitError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerCommitError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerCommit [2021-02-23T18:21:46.698Z] --- PASS: TestContainerCommit (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStatPathError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStatPathError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStatPathNotFoundError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStatPathNoHeaderError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStatPath [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStatPath (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyToContainerError [2021-02-23T18:21:46.698Z] --- PASS: TestCopyToContainerError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyToContainerNotFoundError [2021-02-23T18:21:46.698Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyToContainerNotStatusOKError [2021-02-23T18:21:46.698Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyToContainer [2021-02-23T18:21:46.698Z] --- PASS: TestCopyToContainer (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyFromContainerError [2021-02-23T18:21:46.698Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyFromContainerNotFoundError [2021-02-23T18:21:46.698Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyFromContainerNotStatusOKError [2021-02-23T18:21:46.698Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyFromContainerNoHeaderError [2021-02-23T18:21:46.698Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestCopyFromContainer [2021-02-23T18:21:46.698Z] --- PASS: TestCopyFromContainer (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerCreateError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerCreateError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerCreateImageNotFound [2021-02-23T18:21:46.698Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerCreateWithName [2021-02-23T18:21:46.698Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerCreateAutoRemove [2021-02-23T18:21:46.698Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerDiffError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerDiffError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerDiff [2021-02-23T18:21:46.698Z] --- PASS: TestContainerDiff (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecCreateError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecCreate [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecCreate (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecStartError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecStartError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecStart [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecStart (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecInspectError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecInspect [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecInspect (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExportError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExportError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExport [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExport (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerInspectError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerInspectError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerInspectContainerNotFound [2021-02-23T18:21:46.698Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerInspectWithEmptyID [2021-02-23T18:21:46.698Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerInspect [2021-02-23T18:21:46.698Z] --- PASS: TestContainerInspect (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerInspectNode [2021-02-23T18:21:46.698Z] --- PASS: TestContainerInspectNode (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerKillError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerKillError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerKill [2021-02-23T18:21:46.698Z] --- PASS: TestContainerKill (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerListError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerListError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerList [2021-02-23T18:21:46.698Z] --- PASS: TestContainerList (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerLogsNotFoundError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerLogsError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerLogsError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerLogs [2021-02-23T18:21:46.698Z] --- PASS: TestContainerLogs (0.12s) [2021-02-23T18:21:46.698Z] === RUN TestContainerPauseError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerPauseError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerPause [2021-02-23T18:21:46.698Z] --- PASS: TestContainerPause (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainersPruneError [2021-02-23T18:21:46.698Z] --- PASS: TestContainersPruneError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainersPrune [2021-02-23T18:21:46.698Z] --- PASS: TestContainersPrune (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerRemoveError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerRemoveError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerRemoveNotFoundError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerRemoveNotFoundError (0.03s) [2021-02-23T18:21:46.698Z] === RUN TestContainerRemove [2021-02-23T18:21:46.698Z] --- PASS: TestContainerRemove (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerRenameError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerRenameError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerRename [2021-02-23T18:21:46.698Z] --- PASS: TestContainerRename (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerResizeError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerResizeError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecResizeError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerResize [2021-02-23T18:21:46.698Z] --- PASS: TestContainerResize (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerExecResize [2021-02-23T18:21:46.698Z] --- PASS: TestContainerExecResize (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerRestartError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerRestartError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerRestart [2021-02-23T18:21:46.698Z] --- PASS: TestContainerRestart (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStartError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStartError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStart [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStart (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStatsError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStatsError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStats [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStats (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStopError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStopError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerStop [2021-02-23T18:21:46.698Z] --- PASS: TestContainerStop (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerTopError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerTopError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerTop [2021-02-23T18:21:46.698Z] --- PASS: TestContainerTop (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerUnpauseError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerUnpause [2021-02-23T18:21:46.698Z] --- PASS: TestContainerUnpause (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerUpdateError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerUpdateError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerUpdate [2021-02-23T18:21:46.698Z] --- PASS: TestContainerUpdate (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerWaitError [2021-02-23T18:21:46.698Z] --- PASS: TestContainerWaitError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestContainerWait [2021-02-23T18:21:46.698Z] --- PASS: TestContainerWait (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestDiskUsageError [2021-02-23T18:21:46.698Z] --- PASS: TestDiskUsageError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestDiskUsage [2021-02-23T18:21:46.698Z] --- PASS: TestDiskUsage (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestDistributionInspectUnsupported [2021-02-23T18:21:46.698Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestDistributionInspectWithEmptyID [2021-02-23T18:21:46.698Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestEventsErrorInOptions [2021-02-23T18:21:46.698Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestEventsErrorFromServer [2021-02-23T18:21:46.698Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestEvents [2021-02-23T18:21:46.698Z] --- PASS: TestEvents (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestTLSCloseWriter [2021-02-23T18:21:46.698Z] === PAUSE TestTLSCloseWriter [2021-02-23T18:21:46.698Z] === RUN TestImageBuildError [2021-02-23T18:21:46.698Z] --- PASS: TestImageBuildError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageBuild [2021-02-23T18:21:46.698Z] --- PASS: TestImageBuild (0.01s) [2021-02-23T18:21:46.698Z] === RUN TestGetDockerOS [2021-02-23T18:21:46.698Z] --- PASS: TestGetDockerOS (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageCreateError [2021-02-23T18:21:46.698Z] --- PASS: TestImageCreateError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageCreate [2021-02-23T18:21:46.698Z] --- PASS: TestImageCreate (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageHistoryError [2021-02-23T18:21:46.698Z] --- PASS: TestImageHistoryError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageHistory [2021-02-23T18:21:46.698Z] --- PASS: TestImageHistory (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageImportError [2021-02-23T18:21:46.698Z] --- PASS: TestImageImportError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageImport [2021-02-23T18:21:46.698Z] --- PASS: TestImageImport (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageInspectError [2021-02-23T18:21:46.698Z] --- PASS: TestImageInspectError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageInspectImageNotFound [2021-02-23T18:21:46.698Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageInspectWithEmptyID [2021-02-23T18:21:46.698Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageInspect [2021-02-23T18:21:46.698Z] --- PASS: TestImageInspect (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageListError [2021-02-23T18:21:46.698Z] --- PASS: TestImageListError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageList [2021-02-23T18:21:46.698Z] --- PASS: TestImageList (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageListApiBefore125 [2021-02-23T18:21:46.698Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageLoadError [2021-02-23T18:21:46.698Z] --- PASS: TestImageLoadError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImageLoad [2021-02-23T18:21:46.698Z] --- PASS: TestImageLoad (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagesPruneError [2021-02-23T18:21:46.698Z] --- PASS: TestImagesPruneError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagesPrune [2021-02-23T18:21:46.698Z] --- PASS: TestImagesPrune (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagePullReferenceParseError [2021-02-23T18:21:46.698Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagePullAnyError [2021-02-23T18:21:46.698Z] --- PASS: TestImagePullAnyError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagePullStatusUnauthorizedError [2021-02-23T18:21:46.698Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-23T18:21:46.698Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-23T18:21:46.698Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-23T18:21:46.698Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-02-23T18:21:46.698Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePullWithoutErrors [2021-02-23T18:21:46.699Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePushReferenceError [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePushAnyError [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushAnyError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePushStatusUnauthorizedError [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithoutErrors [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-02-23T18:21:46.699Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageRemoveError [2021-02-23T18:21:46.699Z] --- PASS: TestImageRemoveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageRemoveImageNotFound [2021-02-23T18:21:46.699Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageRemove [2021-02-23T18:21:46.699Z] --- PASS: TestImageRemove (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSaveError [2021-02-23T18:21:46.699Z] --- PASS: TestImageSaveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSave [2021-02-23T18:21:46.699Z] --- PASS: TestImageSave (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSearchAnyError [2021-02-23T18:21:46.699Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSearchStatusUnauthorizedError [2021-02-23T18:21:46.699Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-23T18:21:46.699Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-23T18:21:46.699Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-02-23T18:21:46.699Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageSearchWithoutErrors [2021-02-23T18:21:46.699Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageTagError [2021-02-23T18:21:46.699Z] --- PASS: TestImageTagError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageTagInvalidReference [2021-02-23T18:21:46.699Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageTagInvalidSourceImageName [2021-02-23T18:21:46.699Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageTagHexSource [2021-02-23T18:21:46.699Z] --- PASS: TestImageTagHexSource (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestImageTag [2021-02-23T18:21:46.699Z] --- PASS: TestImageTag (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestInfoServerError [2021-02-23T18:21:46.699Z] --- PASS: TestInfoServerError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestInfoInvalidResponseJSONError [2021-02-23T18:21:46.699Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestInfo [2021-02-23T18:21:46.699Z] --- PASS: TestInfo (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkConnectError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkConnectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkConnect [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkConnect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkCreateError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkCreateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkCreate [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkCreate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkDisconnectError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkDisconnect [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkInspectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkInspectNotFoundError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkInspectWithEmptyID [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkInspect [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkListError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkListError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkList [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkList (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworksPruneError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworksPruneError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworksPrune [2021-02-23T18:21:46.699Z] --- PASS: TestNetworksPrune (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkRemoveError [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNetworkRemove [2021-02-23T18:21:46.699Z] --- PASS: TestNetworkRemove (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestNodeInspectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeInspectNodeNotFound [2021-02-23T18:21:46.699Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeInspectWithEmptyID [2021-02-23T18:21:46.699Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeInspect [2021-02-23T18:21:46.699Z] --- PASS: TestNodeInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeListError [2021-02-23T18:21:46.699Z] --- PASS: TestNodeListError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeList [2021-02-23T18:21:46.699Z] --- PASS: TestNodeList (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeRemoveError [2021-02-23T18:21:46.699Z] --- PASS: TestNodeRemoveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeRemove [2021-02-23T18:21:46.699Z] --- PASS: TestNodeRemove (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeUpdateError [2021-02-23T18:21:46.699Z] --- PASS: TestNodeUpdateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestNodeUpdate [2021-02-23T18:21:46.699Z] --- PASS: TestNodeUpdate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestOptionWithTimeout [2021-02-23T18:21:46.699Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPingFail [2021-02-23T18:21:46.699Z] --- PASS: TestPingFail (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPingWithError [2021-02-23T18:21:46.699Z] 2021/02/23 18:21:46 RoundTripper returned a response & error; ignoring response [2021-02-23T18:21:46.699Z] 2021/02/23 18:21:46 RoundTripper returned a response & error; ignoring response [2021-02-23T18:21:46.699Z] --- PASS: TestPingWithError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPingSuccess [2021-02-23T18:21:46.699Z] --- PASS: TestPingSuccess (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPingHeadFallback [2021-02-23T18:21:46.699Z] === RUN TestPingHeadFallback/OK [2021-02-23T18:21:46.699Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-02-23T18:21:46.699Z] === RUN TestPingHeadFallback/Not_Found [2021-02-23T18:21:46.699Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-02-23T18:21:46.699Z] --- PASS: TestPingHeadFallback (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-02-23T18:21:46.699Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginDisableError [2021-02-23T18:21:46.699Z] --- PASS: TestPluginDisableError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginDisable [2021-02-23T18:21:46.699Z] --- PASS: TestPluginDisable (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginEnableError [2021-02-23T18:21:46.699Z] --- PASS: TestPluginEnableError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginEnable [2021-02-23T18:21:46.699Z] --- PASS: TestPluginEnable (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestPluginInspectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginInspectWithEmptyID [2021-02-23T18:21:46.699Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginInspect [2021-02-23T18:21:46.699Z] --- PASS: TestPluginInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginListError [2021-02-23T18:21:46.699Z] --- PASS: TestPluginListError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginList [2021-02-23T18:21:46.699Z] --- PASS: TestPluginList (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginPushError [2021-02-23T18:21:46.699Z] --- PASS: TestPluginPushError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginPush [2021-02-23T18:21:46.699Z] --- PASS: TestPluginPush (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginRemoveError [2021-02-23T18:21:46.699Z] --- PASS: TestPluginRemoveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginRemove [2021-02-23T18:21:46.699Z] --- PASS: TestPluginRemove (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginSetError [2021-02-23T18:21:46.699Z] --- PASS: TestPluginSetError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPluginSet [2021-02-23T18:21:46.699Z] --- PASS: TestPluginSet (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSetHostHeader [2021-02-23T18:21:46.699Z] --- PASS: TestSetHostHeader (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestPlainTextError [2021-02-23T18:21:46.699Z] --- PASS: TestPlainTextError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestInfiniteError [2021-02-23T18:21:46.699Z] --- PASS: TestInfiniteError (0.06s) [2021-02-23T18:21:46.699Z] === RUN TestSecretCreateUnsupported [2021-02-23T18:21:46.699Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretCreateError [2021-02-23T18:21:46.699Z] --- PASS: TestSecretCreateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretCreate [2021-02-23T18:21:46.699Z] --- PASS: TestSecretCreate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretInspectUnsupported [2021-02-23T18:21:46.699Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestSecretInspectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretInspectSecretNotFound [2021-02-23T18:21:46.699Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretInspectWithEmptyID [2021-02-23T18:21:46.699Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretInspect [2021-02-23T18:21:46.699Z] --- PASS: TestSecretInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretListUnsupported [2021-02-23T18:21:46.699Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretListError [2021-02-23T18:21:46.699Z] --- PASS: TestSecretListError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretList [2021-02-23T18:21:46.699Z] --- PASS: TestSecretList (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretRemoveUnsupported [2021-02-23T18:21:46.699Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretRemoveError [2021-02-23T18:21:46.699Z] --- PASS: TestSecretRemoveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretRemove [2021-02-23T18:21:46.699Z] --- PASS: TestSecretRemove (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretUpdateUnsupported [2021-02-23T18:21:46.699Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretUpdateError [2021-02-23T18:21:46.699Z] --- PASS: TestSecretUpdateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSecretUpdate [2021-02-23T18:21:46.699Z] --- PASS: TestSecretUpdate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceCreateError [2021-02-23T18:21:46.699Z] --- PASS: TestServiceCreateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceCreate [2021-02-23T18:21:46.699Z] --- PASS: TestServiceCreate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceCreateCompatiblePlatforms [2021-02-23T18:21:46.699Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceCreateDigestPinning [2021-02-23T18:21:46.699Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestServiceInspectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceInspectServiceNotFound [2021-02-23T18:21:46.699Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceInspectWithEmptyID [2021-02-23T18:21:46.699Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceInspect [2021-02-23T18:21:46.699Z] --- PASS: TestServiceInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceListError [2021-02-23T18:21:46.699Z] --- PASS: TestServiceListError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceList [2021-02-23T18:21:46.699Z] --- PASS: TestServiceList (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceLogsError [2021-02-23T18:21:46.699Z] --- PASS: TestServiceLogsError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceLogs [2021-02-23T18:21:46.699Z] --- PASS: TestServiceLogs (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceRemoveError [2021-02-23T18:21:46.699Z] --- PASS: TestServiceRemoveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceRemoveNotFoundError [2021-02-23T18:21:46.699Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceRemove [2021-02-23T18:21:46.699Z] --- PASS: TestServiceRemove (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceUpdateError [2021-02-23T18:21:46.699Z] --- PASS: TestServiceUpdateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestServiceUpdate [2021-02-23T18:21:46.699Z] --- PASS: TestServiceUpdate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmGetUnlockKeyError [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmGetUnlockKey [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmInitError [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmInitError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmInit [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmInit (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmInspectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmInspect [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmJoinError [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmJoinError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmJoin [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmJoin (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmLeaveError [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmLeave [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmLeave (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmUnlockError [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmUnlock [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmUnlock (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmUpdateError [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestSwarmUpdate [2021-02-23T18:21:46.699Z] --- PASS: TestSwarmUpdate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestTaskInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestTaskInspectError (0.01s) [2021-02-23T18:21:46.699Z] === RUN TestTaskInspectWithEmptyID [2021-02-23T18:21:46.699Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestTaskInspect [2021-02-23T18:21:46.699Z] --- PASS: TestTaskInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestTaskListError [2021-02-23T18:21:46.699Z] --- PASS: TestTaskListError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestTaskList [2021-02-23T18:21:46.699Z] --- PASS: TestTaskList (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeCreateError [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeCreateError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeCreate [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeCreate (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeInspectError [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeInspectError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeInspectNotFound [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeInspectWithEmptyID [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeInspect [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeInspect (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeListError [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeListError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeList [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeList (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeRemoveError [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-02-23T18:21:46.699Z] === RUN TestVolumeRemove [2021-02-23T18:21:46.699Z] --- PASS: TestVolumeRemove (0.00s) [2021-02-23T18:21:46.699Z] === CONT TestTLSCloseWriter [2021-02-23T18:21:46.699Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-02-23T18:21:46.699Z] PASS [2021-02-23T18:21:46.699Z] coverage: 74.9% of statements [2021-02-23T18:21:46.699Z] ok github.com/docker/docker/client 0.694s coverage: 74.9% of statements [2021-02-23T18:21:47.682Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-02-23T18:21:48.162Z] --- PASS: TestConfigCreateResolve (3.36s) [2021-02-23T18:21:48.162Z] === RUN TestConfigDaemonLibtrustID [2021-02-23T18:21:48.422Z] --- PASS: TestConfigDaemonLibtrustID (0.73s) [2021-02-23T18:21:48.422Z] PASS [2021-02-23T18:21:48.422Z] [2021-02-23T18:21:48.422Z] DONE 7 tests in 21.180s [2021-02-23T18:21:48.422Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-02-23T18:21:48.422Z] ++ 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 [2021-02-23T18:21:48.422Z] ++ set -e [2021-02-23T18:21:48.422Z] ++ '[' -n 0 ']' [2021-02-23T18:21:48.422Z] ++ set -x [2021-02-23T18:21:48.422Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:21:48.682Z] INFO: Testing against a local daemon [2021-02-23T18:21:48.682Z] === RUN TestCheckpoint [2021-02-23T18:21:48.682Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-23T18:21:48.682Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:21:48.682Z] === RUN TestContainerInvalidJSON [2021-02-23T18:21:48.682Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:21:48.682Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:21:48.682Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:21:48.682Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:21:48.682Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:21:48.682Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:21:48.682Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:21:48.682Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:21:48.682Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:21:48.682Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-23T18:21:48.682Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-23T18:21:48.682Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-23T18:21:48.682Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-23T18:21:48.682Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-23T18:21:48.942Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-02-23T18:21:48.942Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-23T18:21:48.942Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2021-02-23T18:21:48.942Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-23T18:21:49.120Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-02-23T18:21:49.202Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2021-02-23T18:21:49.202Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-23T18:21:49.202Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2021-02-23T18:21:49.202Z] === RUN TestCopyFromContainer [2021-02-23T18:21:49.369Z] --- PASS: TestDaemonStartWithLogOpt (6.40s) [2021-02-23T18:21:49.369Z] === CONT TestReadPluginNoRead [2021-02-23T18:21:49.716Z] Loaded image: buildpack-deps:buster [2021-02-23T18:21:49.716Z] Loaded image: busybox:latest [2021-02-23T18:21:49.716Z] Loaded image: busybox:glibc [2021-02-23T18:21:50.345Z] Loaded image: debian:bullseye [2021-02-23T18:21:50.635Z] Loaded image: hello-world:latest [2021-02-23T18:21:50.635Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:21:50.925Z] INFO: Testing against a local daemon [2021-02-23T18:21:50.925Z] === RUN TestCgroupNamespacesBuild [2021-02-23T18:21:51.116Z] === RUN TestCopyFromContainer// [2021-02-23T18:21:51.377Z] === RUN TestCopyFromContainer//bar/root [2021-02-23T18:21:51.377Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-23T18:21:51.638Z] === RUN TestCopyFromContainer/bar/quux [2021-02-23T18:21:51.638Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-23T18:21:51.899Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-23T18:21:51.899Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-23T18:21:52.159Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-23T18:21:52.159Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-23T18:21:52.420Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer (3.24s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer// (0.13s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2021-02-23T18:21:52.420Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2021-02-23T18:21:52.420Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-23T18:21:52.420Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:21:52.420Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:21:52.420Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:21:52.420Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:21:52.420Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:21:52.420Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:21:52.420Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:21:52.420Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:21:52.420Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:21:52.420Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-23T18:21:52.420Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-23T18:21:52.420Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-23T18:21:52.420Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-23T18:21:52.420Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-23T18:21:52.632Z] === RUN TestReadPluginNoRead/default [2021-02-23T18:21:52.680Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-02-23T18:21:52.680Z] === RUN TestCreateWithInvalidEnv [2021-02-23T18:21:52.680Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-23T18:21:52.680Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-23T18:21:52.680Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-23T18:21:52.680Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-23T18:21:52.680Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-23T18:21:52.680Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-23T18:21:52.680Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-23T18:21:52.680Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-23T18:21:52.680Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-23T18:21:52.680Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-23T18:21:52.680Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-23T18:21:52.680Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-23T18:21:52.680Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-23T18:21:52.680Z] === RUN TestCreateTmpfsMountsTarget [2021-02-23T18:21:52.680Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-23T18:21:52.680Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-23T18:21:52.887Z] --- PASS: TestContinueAfterPluginCrash (10.02s) [2021-02-23T18:21:52.995Z] --- PASS: TestCgroupNamespacesBuild (1.95s) [2021-02-23T18:21:52.995Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-23T18:21:54.365Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-02-23T18:21:54.497Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.89s) [2021-02-23T18:21:54.497Z] === RUN TestBuildWithSession [2021-02-23T18:21:54.497Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-23T18:21:54.497Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:21:54.497Z] === RUN TestBuildSquashParent [2021-02-23T18:21:55.223Z] --- PASS: TestCreateWithCustomMaskedPaths (2.15s) [2021-02-23T18:21:55.223Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-23T18:21:55.398Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-23T18:21:57.134Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.25s) [2021-02-23T18:21:57.134Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-23T18:21:57.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:21:57.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:21:57.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:21:57.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:21:57.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:21:57.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:21:57.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:21:57.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:21:57.134Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:21:57.134Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:21:57.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:21:57.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:21:57.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:21:57.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:21:57.134Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:21:57.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-23T18:21:57.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-02-23T18:21:57.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-02-23T18:21:57.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-02-23T18:21:57.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-02-23T18:21:57.134Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-02-23T18:21:57.134Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-23T18:21:57.284Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-23T18:21:58.075Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2021-02-23T18:21:58.075Z] === RUN TestCreateDifferentPlatform [2021-02-23T18:21:58.075Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-23T18:21:58.075Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-23T18:21:58.075Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-23T18:21:58.075Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-02-23T18:21:58.075Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-23T18:21:58.075Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-23T18:21:58.075Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-23T18:21:58.075Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-23T18:21:58.075Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-02-23T18:21:58.075Z] === RUN TestContainerStartOnDaemonRestart [2021-02-23T18:21:58.075Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-23T18:21:58.075Z] === RUN TestDaemonRestartIpcMode [2021-02-23T18:21:58.075Z] === PAUSE TestDaemonRestartIpcMode [2021-02-23T18:21:58.075Z] === RUN TestDaemonHostGatewayIP [2021-02-23T18:21:58.075Z] === PAUSE TestDaemonHostGatewayIP [2021-02-23T18:21:58.075Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-23T18:21:58.075Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-23T18:21:58.075Z] === RUN TestContainerKillOnDaemonStart [2021-02-23T18:21:58.075Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-23T18:21:58.075Z] === RUN TestDiff [2021-02-23T18:21:59.017Z] --- PASS: TestDiff (0.80s) [2021-02-23T18:21:59.017Z] === RUN TestExecWithCloseStdin [2021-02-23T18:21:59.820Z] --- PASS: TestReadPluginNoRead (10.20s) [2021-02-23T18:21:59.820Z] --- PASS: TestReadPluginNoRead/default (2.23s) [2021-02-23T18:21:59.820Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.22s) [2021-02-23T18:21:59.820Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.20s) [2021-02-23T18:21:59.820Z] read_test.go:92: [dfc07717852b9] daemon is not started [2021-02-23T18:21:59.820Z] PASS [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] DONE 6 tests in 16.717s [2021-02-23T18:21:59.820Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-23T18:21:59.820Z] testing: warning: no tests to run [2021-02-23T18:21:59.820Z] PASS [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] DONE 0 tests in 0.047s [2021-02-23T18:21:59.820Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-23T18:21:59.820Z] INFO: Testing against a local daemon [2021-02-23T18:21:59.820Z] === RUN TestPluginWithDevMounts [2021-02-23T18:21:59.820Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-23T18:21:59.820Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-23T18:21:59.820Z] PASS [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] === Skipped [2021-02-23T18:21:59.820Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-02-23T18:21:59.820Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] DONE 1 tests, 1 skipped in 0.111s [2021-02-23T18:21:59.820Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-23T18:21:59.820Z] INFO: Testing against a local daemon [2021-02-23T18:21:59.820Z] === RUN TestSecretInspect [2021-02-23T18:21:59.820Z] --- SKIP: TestSecretInspect (0.01s) [2021-02-23T18:21:59.820Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestSecretList [2021-02-23T18:21:59.820Z] --- SKIP: TestSecretList (0.02s) [2021-02-23T18:21:59.820Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestSecretsCreateAndDelete [2021-02-23T18:21:59.820Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-02-23T18:21:59.820Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestSecretsUpdate [2021-02-23T18:21:59.820Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-02-23T18:21:59.820Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestTemplatedSecret [2021-02-23T18:21:59.820Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-23T18:21:59.820Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestSecretCreateResolve [2021-02-23T18:21:59.820Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-02-23T18:21:59.820Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] PASS [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] === Skipped [2021-02-23T18:21:59.820Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-02-23T18:21:59.820Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2021-02-23T18:21:59.820Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-02-23T18:21:59.820Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-02-23T18:21:59.820Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-02-23T18:21:59.820Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-02-23T18:21:59.820Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] [2021-02-23T18:21:59.820Z] DONE 6 tests, 6 skipped in 0.172s [2021-02-23T18:21:59.820Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-23T18:21:59.820Z] INFO: Testing against a local daemon [2021-02-23T18:21:59.820Z] === RUN TestServiceCreateInit [2021-02-23T18:21:59.820Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-23T18:21:59.820Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-23T18:21:59.820Z] --- PASS: TestServiceCreateInit (0.01s) [2021-02-23T18:21:59.820Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-23T18:21:59.820Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-23T18:21:59.820Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestCreateServiceMultipleTimes [2021-02-23T18:21:59.820Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-02-23T18:21:59.820Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestCreateServiceConflict [2021-02-23T18:21:59.820Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-02-23T18:21:59.820Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestCreateServiceMaxReplicas [2021-02-23T18:21:59.820Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-02-23T18:21:59.820Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:21:59.820Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-23T18:21:59.958Z] --- PASS: TestExecWithCloseStdin (0.93s) [2021-02-23T18:21:59.958Z] === RUN TestExec [2021-02-23T18:22:00.076Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-02-23T18:22:00.076Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestCreateServiceSecretFileMode [2021-02-23T18:22:00.076Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-02-23T18:22:00.076Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestCreateServiceConfigFileMode [2021-02-23T18:22:00.076Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-02-23T18:22:00.076Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestCreateServiceSysctls [2021-02-23T18:22:00.076Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-02-23T18:22:00.076Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestCreateServiceCapabilities [2021-02-23T18:22:00.076Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-02-23T18:22:00.076Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestInspect [2021-02-23T18:22:00.076Z] --- SKIP: TestInspect (0.01s) [2021-02-23T18:22:00.076Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestCreateJob [2021-02-23T18:22:00.076Z] --- SKIP: TestCreateJob (0.01s) [2021-02-23T18:22:00.076Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestReplicatedJob [2021-02-23T18:22:00.076Z] --- SKIP: TestReplicatedJob (0.01s) [2021-02-23T18:22:00.076Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestUpdateReplicatedJob [2021-02-23T18:22:00.076Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2021-02-23T18:22:00.076Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestServiceListWithStatuses [2021-02-23T18:22:00.076Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-23T18:22:00.076Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:22:00.076Z] === RUN TestDockerNetworkConnectAlias [2021-02-23T18:22:00.076Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-02-23T18:22:00.076Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestDockerNetworkReConnect [2021-02-23T18:22:00.076Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-02-23T18:22:00.076Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:00.076Z] === RUN TestServicePlugin [2021-02-23T18:22:00.900Z] --- PASS: TestExec (0.88s) [2021-02-23T18:22:00.900Z] === RUN TestExecUser [2021-02-23T18:22:01.469Z] --- PASS: TestExecUser (0.88s) [2021-02-23T18:22:01.469Z] === RUN TestExportContainerAndImportImage [2021-02-23T18:22:02.854Z] --- PASS: TestExportContainerAndImportImage (1.12s) [2021-02-23T18:22:02.854Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-23T18:22:02.976Z] --- PASS: TestBuildSquashParent (7.29s) [2021-02-23T18:22:02.976Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-23T18:22:02.976Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:22:02.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:22:02.976Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:22:02.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:22:02.976Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:22:02.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:22:02.976Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:22:02.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:22:02.976Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:22:02.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:22:02.976Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:22:02.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:22:02.976Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:22:02.976Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:22:04.239Z] --- SKIP: TestServicePlugin (3.44s) [2021-02-23T18:22:04.239Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] === RUN TestServiceUpdateLabel [2021-02-23T18:22:04.239Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-02-23T18:22:04.239Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] === RUN TestServiceUpdateSecrets [2021-02-23T18:22:04.239Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-02-23T18:22:04.239Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] === RUN TestServiceUpdateConfigs [2021-02-23T18:22:04.239Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-02-23T18:22:04.239Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] === RUN TestServiceUpdateNetwork [2021-02-23T18:22:04.239Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-02-23T18:22:04.239Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] === RUN TestServiceUpdatePidsLimit [2021-02-23T18:22:04.239Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-02-23T18:22:04.239Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] PASS [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === Skipped [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-23T18:22:04.239Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-23T18:22:04.239Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-23T18:22:04.239Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-23T18:22:04.239Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-02-23T18:22:04.239Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-02-23T18:22:04.239Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-02-23T18:22:04.239Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-02-23T18:22:04.239Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-02-23T18:22:04.239Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-02-23T18:22:04.239Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-02-23T18:22:04.239Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-02-23T18:22:04.239Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-02-23T18:22:04.239Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-02-23T18:22:04.239Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-02-23T18:22:04.239Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2021-02-23T18:22:04.239Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-23T18:22:04.239Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-02-23T18:22:04.239Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-02-23T18:22:04.239Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServicePlugin (3.44s) [2021-02-23T18:22:04.239Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-02-23T18:22:04.239Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-02-23T18:22:04.239Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-02-23T18:22:04.239Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-02-23T18:22:04.239Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-02-23T18:22:04.239Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] DONE 24 tests, 23 skipped in 3.833s [2021-02-23T18:22:04.239Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-23T18:22:04.239Z] INFO: Testing against a local daemon [2021-02-23T18:22:04.239Z] === RUN TestSessionCreate [2021-02-23T18:22:04.239Z] --- PASS: TestSessionCreate (0.02s) [2021-02-23T18:22:04.239Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-23T18:22:04.239Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-23T18:22:04.239Z] PASS [2021-02-23T18:22:04.239Z] [2021-02-23T18:22:04.239Z] DONE 2 tests in 0.145s [2021-02-23T18:22:04.239Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-23T18:22:04.239Z] INFO: Testing against a local daemon [2021-02-23T18:22:04.239Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:22:04.239Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:22:04.239Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:22:04.239Z] === RUN TestEventsExecDie [2021-02-23T18:22:04.371Z] --- PASS: TestCheckoutGit (29.03s) [2021-02-23T18:22:04.371Z] === RUN TestValidGitTransport [2021-02-23T18:22:04.371Z] --- PASS: TestValidGitTransport (0.00s) [2021-02-23T18:22:04.371Z] === RUN TestGitInvalidRef [2021-02-23T18:22:04.371Z] --- PASS: TestGitInvalidRef (0.18s) [2021-02-23T18:22:04.371Z] PASS [2021-02-23T18:22:04.371Z] coverage: 86.3% of statements [2021-02-23T18:22:04.371Z] ok github.com/docker/docker/builder/remotecontext/git 29.313s coverage: 86.3% of statements [2021-02-23T18:22:04.371Z] ? github.com/docker/docker/cli [no test files] [2021-02-23T18:22:04.371Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-23T18:22:04.478Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:22:04.478Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:22:04.495Z] --- PASS: TestEventsExecDie (0.53s) [2021-02-23T18:22:04.495Z] === RUN TestEventsBackwardsCompatible [2021-02-23T18:22:04.495Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-02-23T18:22:04.495Z] === RUN TestInfoBinaryCommits [2021-02-23T18:22:04.495Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-23T18:22:04.495Z] === RUN TestInfoAPIVersioned [2021-02-23T18:22:04.495Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-23T18:22:04.495Z] === RUN TestInfoDiscoveryBackend [2021-02-23T18:22:04.768Z] --- PASS: TestExportContainerAfterDaemonRestart (2.19s) [2021-02-23T18:22:04.768Z] === RUN TestHealthCheckWorkdir [2021-02-23T18:22:06.151Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2021-02-23T18:22:06.151Z] === RUN TestHealthKillContainer [2021-02-23T18:22:06.379Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2021-02-23T18:22:06.379Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-23T18:22:07.201Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:22:07.201Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:22:08.694Z] --- PASS: TestHealthKillContainer (2.90s) [2021-02-23T18:22:08.694Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-23T18:22:09.084Z] ......................... [ 67%] [2021-02-23T18:22:09.639Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2021-02-23T18:22:09.639Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-23T18:22:09.639Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-23T18:22:09.639Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:22:09.639Z] === RUN TestInfoAPI [2021-02-23T18:22:09.639Z] --- PASS: TestInfoAPI (0.02s) [2021-02-23T18:22:09.639Z] === RUN TestInfoAPIWarnings [2021-02-23T18:22:09.650Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s) [2021-02-23T18:22:09.650Z] === RUN TestIpcModeNone [2021-02-23T18:22:09.926Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-23T18:22:09.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.61s) [2021-02-23T18:22:09.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.69s) [2021-02-23T18:22:09.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.63s) [2021-02-23T18:22:09.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.59s) [2021-02-23T18:22:09.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.56s) [2021-02-23T18:22:09.926Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.69s) [2021-02-23T18:22:09.926Z] === RUN TestBuildMultiStageCopy [2021-02-23T18:22:09.926Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-02-23T18:22:10.158Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestConfigureDaemonLogs [2021-02-23T18:22:10.158Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestCommonOptionsInstallFlags [2021-02-23T18:22:10.158Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-02-23T18:22:10.158Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-02-23T18:22:10.158Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-02-23T18:22:10.158Z] PASS [2021-02-23T18:22:10.158Z] coverage: 18.4% of statements [2021-02-23T18:22:10.158Z] ok github.com/docker/docker/cmd/dockerd 0.390s coverage: 18.4% of statements [2021-02-23T18:22:10.590Z] --- PASS: TestIpcModeNone (0.89s) [2021-02-23T18:22:10.590Z] === RUN TestIpcModePrivate [2021-02-23T18:22:11.124Z] === RUN TestContainerStopSignal [2021-02-23T18:22:11.124Z] --- PASS: TestContainerStopSignal (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestContainerStopTimeout [2021-02-23T18:22:11.124Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestContainerSecretReferenceDestTarget [2021-02-23T18:22:11.124Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-02-23T18:22:11.124Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestContainerLogPathSetForRingLogger [2021-02-23T18:22:11.124Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestReplaceAndAppendEnvVars [2021-02-23T18:22:11.124Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-02-23T18:22:11.124Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-02-23T18:22:11.124Z] === RUN TestNewMemoryStore [2021-02-23T18:22:11.124Z] --- PASS: TestNewMemoryStore (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestAddContainers [2021-02-23T18:22:11.124Z] --- PASS: TestAddContainers (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestGetContainer [2021-02-23T18:22:11.124Z] --- PASS: TestGetContainer (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestDeleteContainer [2021-02-23T18:22:11.124Z] --- PASS: TestDeleteContainer (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestListContainers [2021-02-23T18:22:11.124Z] --- PASS: TestListContainers (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestFirstContainer [2021-02-23T18:22:11.124Z] --- PASS: TestFirstContainer (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestApplyAllContainer [2021-02-23T18:22:11.124Z] --- PASS: TestApplyAllContainer (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestIsValidHealthString [2021-02-23T18:22:11.124Z] --- PASS: TestIsValidHealthString (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestStateRunStop [2021-02-23T18:22:11.124Z] --- PASS: TestStateRunStop (0.00s) [2021-02-23T18:22:11.124Z] === RUN TestStateTimeoutWait [2021-02-23T18:22:11.531Z] --- PASS: TestIpcModePrivate (0.89s) [2021-02-23T18:22:11.531Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2021-02-23T18:22:11.531Z] === RUN TestIpcModeShareable [2021-02-23T18:22:11.583Z] --- PASS: TestStateTimeoutWait (0.17s) [2021-02-23T18:22:11.583Z] state_test.go:141: Stop callback fired [2021-02-23T18:22:11.583Z] state_test.go:165: Stop callback fired [2021-02-23T18:22:11.583Z] === RUN TestIsValidStateString [2021-02-23T18:22:11.583Z] --- PASS: TestIsValidStateString (0.00s) [2021-02-23T18:22:11.583Z] === RUN TestViewSaveDelete [2021-02-23T18:22:11.583Z] --- PASS: TestViewSaveDelete (0.01s) [2021-02-23T18:22:11.583Z] === RUN TestViewAll [2021-02-23T18:22:11.583Z] --- PASS: TestViewAll (0.01s) [2021-02-23T18:22:11.583Z] === RUN TestViewGet [2021-02-23T18:22:11.583Z] --- PASS: TestViewGet (0.01s) [2021-02-23T18:22:11.583Z] === RUN TestNames [2021-02-23T18:22:11.583Z] --- PASS: TestNames (0.00s) [2021-02-23T18:22:11.583Z] === RUN TestViewWithHealthCheck [2021-02-23T18:22:11.583Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-02-23T18:22:11.583Z] PASS [2021-02-23T18:22:11.583Z] coverage: 41.6% of statements [2021-02-23T18:22:11.583Z] ok github.com/docker/docker/container 0.366s coverage: 41.6% of statements [2021-02-23T18:22:11.583Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-23T18:22:11.583Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-23T18:22:11.583Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-23T18:22:11.583Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-23T18:22:12.473Z] --- PASS: TestIpcModeShareable (0.87s) [2021-02-23T18:22:12.473Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2021-02-23T18:22:12.473Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-23T18:22:12.692Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-23T18:22:12.982Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-23T18:22:13.611Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-23T18:22:13.757Z] === RUN TestPrepare [2021-02-23T18:22:13.757Z] --- PASS: TestPrepare (0.00s) [2021-02-23T18:22:13.757Z] === RUN TestStart [2021-02-23T18:22:13.757Z] --- PASS: TestStart (0.00s) [2021-02-23T18:22:13.757Z] === RUN TestWaitCancel [2021-02-23T18:22:13.757Z] --- PASS: TestWaitCancel (0.00s) [2021-02-23T18:22:13.757Z] === RUN TestWaitDisabled [2021-02-23T18:22:13.757Z] --- PASS: TestWaitDisabled (0.00s) [2021-02-23T18:22:13.757Z] === RUN TestWaitEnabled [2021-02-23T18:22:13.757Z] --- PASS: TestWaitEnabled (0.00s) [2021-02-23T18:22:13.757Z] === RUN TestRemove [2021-02-23T18:22:13.757Z] --- PASS: TestRemove (0.00s) [2021-02-23T18:22:13.757Z] PASS [2021-02-23T18:22:13.757Z] coverage: 65.3% of statements [2021-02-23T18:22:13.757Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.560s coverage: 65.3% of statements [2021-02-23T18:22:14.252Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-23T18:22:14.882Z] --- PASS: TestBuildMultiStageCopy (5.16s) [2021-02-23T18:22:14.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.69s) [2021-02-23T18:22:14.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) [2021-02-23T18:22:14.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s) [2021-02-23T18:22:14.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2021-02-23T18:22:14.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2021-02-23T18:22:14.882Z] === RUN TestBuildMultiStageParentConfig [2021-02-23T18:22:15.013Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.76s) [2021-02-23T18:22:15.013Z] === RUN TestAPIIpcModeHost [2021-02-23T18:22:15.587Z] --- PASS: TestAPIIpcModeHost (0.66s) [2021-02-23T18:22:15.587Z] === RUN TestDaemonIpcModeShareable [2021-02-23T18:22:15.935Z] === RUN TestNewListSecretsFilters [2021-02-23T18:22:15.935Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestNewListConfigsFilters [2021-02-23T18:22:15.935Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-02-23T18:22:15.935Z] PASS [2021-02-23T18:22:15.935Z] coverage: 0.5% of statements [2021-02-23T18:22:15.935Z] ok github.com/docker/docker/daemon/cluster 0.347s coverage: 0.5% of statements [2021-02-23T18:22:15.935Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-02-23T18:22:15.935Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCIsolation [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertFromGRPCIsolation [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-02-23T18:22:15.935Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-23T18:22:15.935Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-23T18:22:16.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-02-23T18:22:16.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-02-23T18:22:16.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-02-23T18:22:16.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-02-23T18:22:16.394Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-02-23T18:22:16.854Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-02-23T18:22:16.854Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertFromGRPCConfigs [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertToGRPCConfigs [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-02-23T18:22:16.854Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-02-23T18:22:16.854Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-02-23T18:22:16.854Z] PASS [2021-02-23T18:22:16.854Z] coverage: 35.9% of statements [2021-02-23T18:22:16.854Z] ok github.com/docker/docker/daemon/cluster/convert 0.226s coverage: 35.9% of statements [2021-02-23T18:22:16.942Z] --- PASS: TestBuildMultiStageParentConfig (1.65s) [2021-02-23T18:22:16.942Z] === RUN TestBuildLabelWithTargets [2021-02-23T18:22:17.498Z] --- PASS: TestDaemonIpcModeShareable (1.90s) [2021-02-23T18:22:17.498Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-23T18:22:17.498Z] === RUN TestDaemonIpcModePrivate [2021-02-23T18:22:17.751Z] --- PASS: TestImportExtremelyLargeImageWorks (101.92s) [2021-02-23T18:22:17.751Z] PASS [2021-02-23T18:22:17.751Z] [2021-02-23T18:22:17.751Z] DONE 12 tests in 104.972s [2021-02-23T18:22:17.751Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-23T18:22:17.751Z] INFO: Testing against a local daemon [2021-02-23T18:22:17.751Z] === RUN TestNetworkCreateDelete [2021-02-23T18:22:17.751Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-02-23T18:22:17.751Z] === RUN TestDockerNetworkDeletePreferID [2021-02-23T18:22:17.751Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-02-23T18:22:17.751Z] === RUN TestDaemonDNSFallback [2021-02-23T18:22:17.751Z] --- PASS: TestDaemonDNSFallback (6.44s) [2021-02-23T18:22:17.751Z] === RUN TestInspectNetwork [2021-02-23T18:22:19.127Z] === RUN TestInspectNetwork/full_network_id [2021-02-23T18:22:19.127Z] === RUN TestInspectNetwork/partial_network_id [2021-02-23T18:22:19.127Z] === RUN TestInspectNetwork/network_name [2021-02-23T18:22:19.127Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-23T18:22:19.410Z] --- PASS: TestDaemonIpcModePrivate (1.90s) [2021-02-23T18:22:19.410Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-23T18:22:19.410Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-23T18:22:19.623Z] Loaded image: buildpack-deps:buster [2021-02-23T18:22:19.623Z] Loaded image: busybox:latest [2021-02-23T18:22:19.623Z] Loaded image: busybox:glibc [2021-02-23T18:22:19.661Z] --- PASS: TestBuildLabelWithTargets (2.56s) [2021-02-23T18:22:19.661Z] === RUN TestBuildWithEmptyLayers [2021-02-23T18:22:20.291Z] --- PASS: TestBuildWithEmptyLayers (1.19s) [2021-02-23T18:22:20.291Z] === RUN TestBuildMultiStageOnBuild [2021-02-23T18:22:20.988Z] Loaded image: buildpack-deps:buster [2021-02-23T18:22:21.243Z] Loaded image: busybox:latest [2021-02-23T18:22:21.321Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.87s) [2021-02-23T18:22:21.321Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-23T18:22:21.321Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-23T18:22:21.539Z] === RUN TestBuilderGC [2021-02-23T18:22:21.539Z] --- PASS: TestBuilderGC (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationNotFound [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestDaemonBrokenConfiguration [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestParseClusterAdvertiseSettings [2021-02-23T18:22:21.539Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestFindConfigurationConflicts [2021-02-23T18:22:21.539Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-02-23T18:22:21.539Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeConflicts [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-02-23T18:22:21.539Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-02-23T18:22:21.539Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-02-23T18:22:21.539Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-02-23T18:22:21.539Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_label [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_dns [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_dns-search [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-02-23T18:22:21.539Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfiguration (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-02-23T18:22:21.539Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-02-23T18:22:21.540Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-02-23T18:22:21.540Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-02-23T18:22:21.540Z] === RUN TestModifiedDiscoverySettings [2021-02-23T18:22:21.540Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-02-23T18:22:21.540Z] === RUN TestReloadSetConfigFileNotExist [2021-02-23T18:22:21.540Z] time="2021-02-23T18:22:20Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-02-23T18:22:21.540Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-02-23T18:22:21.540Z] === RUN TestReloadDefaultConfigNotExist [2021-02-23T18:22:21.540Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-02-23T18:22:21.540Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:22:21.540Z] === RUN TestReloadBadDefaultConfig [2021-02-23T18:22:21.540Z] time="2021-02-23T18:22:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-472815495" [2021-02-23T18:22:21.540Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-02-23T18:22:21.540Z] === RUN TestReloadWithConflictingLabels [2021-02-23T18:22:21.540Z] time="2021-02-23T18:22:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-331967290" [2021-02-23T18:22:21.540Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-02-23T18:22:21.540Z] === RUN TestReloadWithDuplicateLabels [2021-02-23T18:22:21.540Z] time="2021-02-23T18:22:21Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-684325201" [2021-02-23T18:22:21.540Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-02-23T18:22:21.540Z] === RUN TestDaemonConfigurationMerge [2021-02-23T18:22:21.540Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-02-23T18:22:21.540Z] PASS [2021-02-23T18:22:21.540Z] coverage: 79.7% of statements [2021-02-23T18:22:21.540Z] === RUN TestDiscoveryOptsErrors [2021-02-23T18:22:21.540Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-02-23T18:22:21.540Z] === RUN TestDiscoveryOpts [2021-02-23T18:22:21.540Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-02-23T18:22:21.540Z] PASS [2021-02-23T18:22:21.540Z] coverage: 30.0% of statements [2021-02-23T18:22:21.540Z] ok github.com/docker/docker/daemon/config 0.351s coverage: 79.7% of statements [2021-02-23T18:22:21.540Z] ok github.com/docker/docker/daemon/discovery 0.086s coverage: 30.0% of statements [2021-02-23T18:22:21.805Z] Loaded image: busybox:glibc [2021-02-23T18:22:22.506Z] === RUN TestVerifyNetworkingConfig [2021-02-23T18:22:22.506Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-02-23T18:22:22.506Z] === RUN TestGetContainer [2021-02-23T18:22:22.506Z] --- PASS: TestGetContainer (0.00s) [2021-02-23T18:22:22.506Z] === RUN TestValidContainerNames [2021-02-23T18:22:22.506Z] --- PASS: TestValidContainerNames (0.00s) [2021-02-23T18:22:22.506Z] === RUN TestContainerInitDNS [2021-02-23T18:22:22.506Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-02-23T18:22:22.506Z] daemon_test.go:147: root required [2021-02-23T18:22:22.506Z] === RUN TestMerge [2021-02-23T18:22:22.506Z] --- PASS: TestMerge (0.00s) [2021-02-23T18:22:22.506Z] === RUN TestValidateContainerIsolation [2021-02-23T18:22:22.506Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-02-23T18:22:22.506Z] === RUN TestFindNetworkErrorType [2021-02-23T18:22:22.506Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-02-23T18:22:22.506Z] === RUN TestEnsureServicesExist [2021-02-23T18:22:22.506Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-02-23T18:22:22.506Z] === RUN TestEnsureServicesExistErrors [2021-02-23T18:22:22.506Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-02-23T18:22:22.506Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-02-23T18:22:22.506Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-02-23T18:22:22.506Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-02-23T18:22:22.965Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-02-23T18:22:22.965Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-02-23T18:22:22.965Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestContainerDelete [2021-02-23T18:22:22.965Z] --- PASS: TestContainerDelete (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestContainerDoubleDelete [2021-02-23T18:22:22.965Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestLogContainerEventCopyLabels [2021-02-23T18:22:22.965Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestLogContainerEventWithAttributes [2021-02-23T18:22:22.965Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestNoneHealthcheck [2021-02-23T18:22:22.965Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestHealthStates [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] time="2021-02-23T18:22:22Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-23T18:22:22.965Z] --- PASS: TestHealthStates (0.11s) [2021-02-23T18:22:22.965Z] === RUN TestMaskURLCredentials [2021-02-23T18:22:22.965Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestGetInspectData [2021-02-23T18:22:22.965Z] --- PASS: TestGetInspectData (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestFillLicense [2021-02-23T18:22:22.965Z] --- PASS: TestFillLicense (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestListInvalidFilter [2021-02-23T18:22:22.965Z] --- PASS: TestListInvalidFilter (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestNameFilter [2021-02-23T18:22:22.965Z] --- PASS: TestNameFilter (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-02-23T18:22:22.965Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-02-23T18:22:22.965Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-02-23T18:22:22.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.08s) [2021-02-23T18:22:22.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-02-23T18:22:22.965Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-02-23T18:22:22.966Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-02-23T18:22:22.966Z] === RUN TestDaemonReloadLabels [2021-02-23T18:22:22.966Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-02-23T18:22:22.966Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-02-23T18:22:22.966Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-02-23T18:22:22.966Z] === RUN TestDaemonReloadMirrors [2021-02-23T18:22:22.966Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-02-23T18:22:22.966Z] === RUN TestDaemonReloadInsecureRegistries [2021-02-23T18:22:22.966Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-02-23T18:22:22.966Z] === RUN TestDaemonReloadNotAffectOthers [2021-02-23T18:22:22.966Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-02-23T18:22:22.966Z] === RUN TestDaemonDiscoveryReload [2021-02-23T18:22:23.231Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.94s) [2021-02-23T18:22:23.231Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-23T18:22:23.231Z] === RUN TestIpcModeOlderClient [2021-02-23T18:22:23.231Z] === PAUSE TestIpcModeOlderClient [2021-02-23T18:22:23.231Z] === RUN TestKillContainerInvalidSignal [2021-02-23T18:22:23.312Z] --- PASS: TestInspectNetwork (7.76s) [2021-02-23T18:22:23.312Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-23T18:22:23.312Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-23T18:22:23.312Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-23T18:22:23.312Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-23T18:22:23.312Z] === RUN TestRunContainerWithBridgeNone [2021-02-23T18:22:23.424Z] === RUN TestEventsLog [2021-02-23T18:22:23.424Z] --- PASS: TestEventsLog (0.00s) [2021-02-23T18:22:23.424Z] === RUN TestEventsLogTimeout [2021-02-23T18:22:23.424Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-02-23T18:22:23.424Z] === RUN TestLogEvents [2021-02-23T18:22:23.424Z] --- PASS: TestLogEvents (0.05s) [2021-02-23T18:22:23.424Z] === RUN TestLoadBufferedEvents [2021-02-23T18:22:23.424Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-02-23T18:22:23.424Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-02-23T18:22:23.424Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-02-23T18:22:23.424Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-02-23T18:22:23.424Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-02-23T18:22:23.424Z] PASS [2021-02-23T18:22:23.424Z] coverage: 50.0% of statements [2021-02-23T18:22:23.424Z] ok github.com/docker/docker/daemon/events 0.223s coverage: 50.0% of statements [2021-02-23T18:22:23.424Z] === RUN TestWaitNodeAttachment [2021-02-23T18:22:23.796Z] --- PASS: TestBuildMultiStageOnBuild (3.13s) [2021-02-23T18:22:23.796Z] === RUN TestBuildUncleanTarFilenames [2021-02-23T18:22:23.882Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-02-23T18:22:23.882Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-02-23T18:22:23.882Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-02-23T18:22:23.882Z] === RUN TestIsolationConversion [2021-02-23T18:22:23.882Z] === RUN TestIsolationConversion/default [2021-02-23T18:22:23.882Z] === RUN TestIsolationConversion/process [2021-02-23T18:22:23.882Z] === RUN TestIsolationConversion/hyperv [2021-02-23T18:22:23.882Z] --- PASS: TestIsolationConversion (0.00s) [2021-02-23T18:22:23.882Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-02-23T18:22:23.882Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-02-23T18:22:23.882Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestContainerLabels [2021-02-23T18:22:23.882Z] --- PASS: TestContainerLabels (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestCredentialSpecConversion [2021-02-23T18:22:23.882Z] === RUN TestCredentialSpecConversion/none [2021-02-23T18:22:23.882Z] === RUN TestCredentialSpecConversion/config [2021-02-23T18:22:23.882Z] === RUN TestCredentialSpecConversion/file [2021-02-23T18:22:23.882Z] === RUN TestCredentialSpecConversion/registry [2021-02-23T18:22:23.882Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-02-23T18:22:23.882Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-02-23T18:22:23.882Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-02-23T18:22:23.882Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-02-23T18:22:23.882Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestControllerValidateMountBind [2021-02-23T18:22:23.882Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestControllerValidateMountVolume [2021-02-23T18:22:23.882Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestControllerValidateMountTarget [2021-02-23T18:22:23.882Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestControllerValidateMountTmpfs [2021-02-23T18:22:23.882Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestControllerValidateMountInvalidType [2021-02-23T18:22:23.882Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-02-23T18:22:23.882Z] === RUN TestControllerValidateMountNamedPipe [2021-02-23T18:22:23.882Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-02-23T18:22:23.882Z] PASS [2021-02-23T18:22:23.882Z] coverage: 11.3% of statements [2021-02-23T18:22:23.882Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.802s coverage: 11.3% of statements [2021-02-23T18:22:23.882Z] === RUN TestIsEmptyDir [2021-02-23T18:22:23.882Z] --- PASS: TestIsEmptyDir (0.01s) [2021-02-23T18:22:23.882Z] PASS [2021-02-23T18:22:23.882Z] coverage: 2.3% of statements [2021-02-23T18:22:23.882Z] ok github.com/docker/docker/daemon/graphdriver 0.077s coverage: 2.3% of statements [2021-02-23T18:22:24.173Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2021-02-23T18:22:24.174Z] === RUN TestKillContainer [2021-02-23T18:22:24.174Z] === RUN TestKillContainer/no_signal [2021-02-23T18:22:24.341Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-02-23T18:22:24.341Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-02-23T18:22:24.688Z] --- PASS: TestRunContainerWithBridgeNone (1.76s) [2021-02-23T18:22:24.688Z] === RUN TestNetworkInvalidJSON [2021-02-23T18:22:24.688Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-23T18:22:24.688Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-23T18:22:24.688Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:22:24.689Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:22:24.689Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:22:24.689Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:22:24.689Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-23T18:22:24.689Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:22:24.689Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:22:24.689Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-23T18:22:24.689Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-23T18:22:24.689Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-23T18:22:24.689Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-23T18:22:24.689Z] === RUN TestNetworkList [2021-02-23T18:22:24.744Z] === RUN TestKillContainer/non_killing_signal [2021-02-23T18:22:24.799Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-02-23T18:22:24.799Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-02-23T18:22:24.799Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-23T18:22:24.799Z] reload_test.go:520: root required [2021-02-23T18:22:24.799Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-02-23T18:22:24.799Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-02-23T18:22:24.799Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-02-23T18:22:24.799Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-02-23T18:22:24.799Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-02-23T18:22:24.799Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-02-23T18:22:24.799Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-02-23T18:22:24.799Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-02-23T18:22:24.799Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-02-23T18:22:24.799Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-02-23T18:22:24.799Z] === RUN TestParseVolumesFrom [2021-02-23T18:22:24.799Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-02-23T18:22:24.799Z] PASS [2021-02-23T18:22:24.799Z] coverage: 9.1% of statements [2021-02-23T18:22:24.799Z] ok github.com/docker/docker/daemon 2.680s coverage: 9.1% of statements [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-02-23T18:22:24.799Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-02-23T18:22:24.799Z] === RUN TestLinkNaming [2021-02-23T18:22:24.799Z] --- PASS: TestLinkNaming (0.00s) [2021-02-23T18:22:24.799Z] === RUN TestLinkNew [2021-02-23T18:22:24.799Z] --- PASS: TestLinkNew (0.00s) [2021-02-23T18:22:24.799Z] === RUN TestLinkEnv [2021-02-23T18:22:24.799Z] --- PASS: TestLinkEnv (0.00s) [2021-02-23T18:22:24.799Z] === RUN TestLinkMultipleEnv [2021-02-23T18:22:24.799Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-02-23T18:22:24.799Z] === RUN TestLinkPortRangeEnv [2021-02-23T18:22:24.799Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-02-23T18:22:24.799Z] PASS [2021-02-23T18:22:24.799Z] coverage: 93.0% of statements [2021-02-23T18:22:24.799Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2021-02-23T18:22:24.947Z] === RUN TestNetworkList//networks [2021-02-23T18:22:24.947Z] === PAUSE TestNetworkList//networks [2021-02-23T18:22:24.947Z] === RUN TestNetworkList//networks/ [2021-02-23T18:22:24.947Z] === PAUSE TestNetworkList//networks/ [2021-02-23T18:22:24.947Z] === CONT TestNetworkList//networks [2021-02-23T18:22:24.947Z] === CONT TestNetworkList//networks/ [2021-02-23T18:22:24.947Z] --- PASS: TestNetworkList (0.01s) [2021-02-23T18:22:24.947Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-23T18:22:24.947Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-23T18:22:24.947Z] === RUN TestHostIPv4BridgeLabel [2021-02-23T18:22:25.297Z] --- PASS: TestBuildUncleanTarFilenames (1.46s) [2021-02-23T18:22:25.297Z] === RUN TestBuildMultiStageLayerLeak [2021-02-23T18:22:25.314Z] === RUN TestKillContainer/killing_signal [2021-02-23T18:22:25.520Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-02-23T18:22:25.520Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-23T18:22:26.456Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-02-23T18:22:26.456Z] === RUN TestDaemonDefaultNetworkPools [2021-02-23T18:22:26.699Z] --- PASS: TestKillContainer (2.37s) [2021-02-23T18:22:26.699Z] --- PASS: TestKillContainer/no_signal (0.75s) [2021-02-23T18:22:26.699Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2021-02-23T18:22:26.699Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2021-02-23T18:22:26.699Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-23T18:22:26.699Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-23T18:22:26.975Z] === RUN TestAdapterReadLogs [2021-02-23T18:22:26.975Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-02-23T18:22:26.975Z] === RUN TestCopier [2021-02-23T18:22:26.975Z] --- PASS: TestCopier (0.00s) [2021-02-23T18:22:26.975Z] === RUN TestCopierLongLines [2021-02-23T18:22:26.975Z] --- PASS: TestCopierLongLines (0.00s) [2021-02-23T18:22:26.975Z] === RUN TestCopierSlow [2021-02-23T18:22:26.975Z] --- PASS: TestCopierSlow (0.20s) [2021-02-23T18:22:26.975Z] === RUN TestCopierWithSized [2021-02-23T18:22:26.975Z] === RUN TestCopierWithSized/as_is [2021-02-23T18:22:26.975Z] === RUN TestCopierWithSized/With_RingLogger [2021-02-23T18:22:26.975Z] --- PASS: TestCopierWithSized (0.01s) [2021-02-23T18:22:26.975Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-02-23T18:22:26.975Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-02-23T18:22:26.975Z] === RUN TestCopierWithPartial [2021-02-23T18:22:26.975Z] --- PASS: TestCopierWithPartial (0.00s) [2021-02-23T18:22:26.975Z] === RUN TestRingLogger [2021-02-23T18:22:26.975Z] --- PASS: TestRingLogger (0.00s) [2021-02-23T18:22:26.975Z] === RUN TestRingCap [2021-02-23T18:22:26.975Z] --- PASS: TestRingCap (0.00s) [2021-02-23T18:22:26.975Z] === RUN TestRingClose [2021-02-23T18:22:26.975Z] --- PASS: TestRingClose (0.00s) [2021-02-23T18:22:26.975Z] === RUN TestRingDrain [2021-02-23T18:22:26.975Z] --- PASS: TestRingDrain (0.00s) [2021-02-23T18:22:26.975Z] PASS [2021-02-23T18:22:26.975Z] coverage: 43.0% of statements [2021-02-23T18:22:26.975Z] ok github.com/docker/docker/daemon/logger 0.403s coverage: 43.0% of statements [2021-02-23T18:22:27.048Z] Loaded image: debian:bullseye [2021-02-23T18:22:27.048Z] Loaded image: hello-world:latest [2021-02-23T18:22:27.269Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-23T18:22:27.304Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:22:27.304Z] INFO: Testing against a local daemon [2021-02-23T18:22:27.304Z] === RUN TestDockerSuite [2021-02-23T18:22:27.304Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-23T18:22:27.304Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-23T18:22:27.391Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-02-23T18:22:27.391Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-23T18:22:27.560Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-23T18:22:27.560Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-23T18:22:27.560Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-23T18:22:27.560Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-23T18:22:27.560Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-23T18:22:27.560Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-23T18:22:27.667Z] --- PASS: TestInfoAPIWarnings (17.35s) [2021-02-23T18:22:27.667Z] === RUN TestInfoDebug [2021-02-23T18:22:28.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s) [2021-02-23T18:22:28.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2021-02-23T18:22:28.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2021-02-23T18:22:28.210Z] === RUN TestKillStoppedContainer [2021-02-23T18:22:28.210Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-23T18:22:28.210Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-23T18:22:28.210Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-02-23T18:22:28.210Z] === RUN TestKillDifferentUserContainer [2021-02-23T18:22:28.229Z] --- PASS: TestInfoDebug (1.52s) [2021-02-23T18:22:28.229Z] === RUN TestInfoInsecureRegistries [2021-02-23T18:22:28.327Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-02-23T18:22:28.327Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig/defaults [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig/invalid_create_group [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-02-23T18:22:28.510Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-02-23T18:22:28.510Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-02-23T18:22:28.510Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestNewAWSLogsClientRegionDetect [2021-02-23T18:22:28.510Z] time="2021-02-23T18:22:27Z" level=info msg="Trying to get region from EC2 Metadata" [2021-02-23T18:22:28.510Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s) [2021-02-23T18:22:28.510Z] === RUN TestCreateSuccess [2021-02-23T18:22:28.510Z] --- PASS: TestCreateSuccess (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCreateLogGroupSuccess [2021-02-23T18:22:28.510Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCreateError [2021-02-23T18:22:28.510Z] --- PASS: TestCreateError (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCreateAlreadyExists [2021-02-23T18:22:28.510Z] time="2021-02-23T18:22:28Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-02-23T18:22:28.510Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestLogClosed [2021-02-23T18:22:28.510Z] --- PASS: TestLogClosed (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestLogBlocking [2021-02-23T18:22:28.510Z] --- PASS: TestLogBlocking (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestLogNonBlockingBufferEmpty [2021-02-23T18:22:28.510Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestLogNonBlockingBufferFull [2021-02-23T18:22:28.510Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestPublishBatchSuccess [2021-02-23T18:22:28.510Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestPublishBatchError [2021-02-23T18:22:28.510Z] time="2021-02-23T18:22:28Z" level=error msg=Error [2021-02-23T18:22:28.510Z] --- PASS: TestPublishBatchError (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-02-23T18:22:28.510Z] time="2021-02-23T18:22:28Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-23T18:22:28.510Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestPublishBatchAlreadyAccepted [2021-02-23T18:22:28.510Z] time="2021-02-23T18:22:28Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-23T18:22:28.510Z] time="2021-02-23T18:22:28Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-02-23T18:22:28.510Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchSimple [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchTicker [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchMultilinePattern [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.05s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchClose [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchClose (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestEffectiveLen [2021-02-23T18:22:28.510Z] === RUN TestEffectiveLen/0/Hello [2021-02-23T18:22:28.510Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-02-23T18:22:28.510Z] === RUN TestEffectiveLen/2/🙃 [2021-02-23T18:22:28.510Z] === RUN TestEffectiveLen/3/���� [2021-02-23T18:22:28.510Z] === RUN TestEffectiveLen/4/He��o [2021-02-23T18:22:28.510Z] === RUN TestEffectiveLen/5/ [2021-02-23T18:22:28.510Z] --- PASS: TestEffectiveLen (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/0/ [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/1/Hello [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/2/Hello [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/3/Hello [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/4/🙃 [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/5/🙃 [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/6/a� [2021-02-23T18:22:28.510Z] === RUN TestFindValidSplit/7/a� [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: Hello [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: He [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: llo [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: Hello [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: 🙃 [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: 🙃 [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: a [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: � [2021-02-23T18:22:28.510Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1044: a� [2021-02-23T18:22:28.510Z] cloudwatchlogs_test.go:1045: [2021-02-23T18:22:28.510Z] === RUN TestProcessEventEmoji [2021-02-23T18:22:28.510Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchLineSplit [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchLineSplitWithBinary [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchMaxEvents [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchMaxTotalBytes [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-02-23T18:22:28.510Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-02-23T18:22:28.510Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsMultilinePattern [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-02-23T18:22:28.510Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-02-23T18:22:28.510Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-02-23T18:22:28.510Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-02-23T18:22:28.511Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-02-23T18:22:28.511Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestCreateTagSuccess [2021-02-23T18:22:28.511Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-02-23T18:22:28.511Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-02-23T18:22:28.511Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-02-23T18:22:28.511Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-02-23T18:22:28.511Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-02-23T18:22:28.511Z] PASS [2021-02-23T18:22:28.511Z] coverage: 77.8% of statements [2021-02-23T18:22:28.511Z] ok github.com/docker/docker/daemon/logger/awslogs 0.638s coverage: 77.8% of statements [2021-02-23T18:22:28.511Z] === RUN TestJSONLogsMarshalJSONBuf [2021-02-23T18:22:28.511Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-02-23T18:22:28.511Z] === RUN TestSearchRegistryForImagesErrors [2021-02-23T18:22:28.511Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestSearchRegistryForImages [2021-02-23T18:22:28.511Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestOnlyPlatformWithFallback [2021-02-23T18:22:28.511Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-02-23T18:22:28.511Z] === RUN TestImageDelete [2021-02-23T18:22:28.511Z] === RUN TestImageDelete/no_lease [2021-02-23T18:22:28.801Z] --- PASS: TestBuildMultiStageLayerLeak (3.24s) [2021-02-23T18:22:28.801Z] === RUN TestBuildWithHugeFile [2021-02-23T18:22:28.927Z] Loaded image: debian:bullseye [2021-02-23T18:22:28.927Z] Loaded image: hello-world:latest [2021-02-23T18:22:28.969Z] === RUN TestImageDelete/lease_exists [2021-02-23T18:22:28.969Z] === RUN TestJSONFileLogger [2021-02-23T18:22:28.969Z] --- PASS: TestJSONFileLogger (0.00s) [2021-02-23T18:22:28.969Z] === RUN TestJSONFileLoggerWithTags [2021-02-23T18:22:28.969Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-02-23T18:22:28.969Z] === RUN TestJSONFileLoggerWithOpts [2021-02-23T18:22:28.969Z] --- PASS: TestImageDelete (0.04s) [2021-02-23T18:22:28.969Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-02-23T18:22:28.969Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-02-23T18:22:28.969Z] === RUN TestContentStoreForPull [2021-02-23T18:22:28.969Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-02-23T18:22:28.969Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-02-23T18:22:28.969Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-02-23T18:22:28.969Z] === RUN TestEncodeDecode [2021-02-23T18:22:28.969Z] === PAUSE TestEncodeDecode [2021-02-23T18:22:28.969Z] === CONT TestEncodeDecode [2021-02-23T18:22:28.969Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-02-23T18:22:28.969Z] === RUN TestFastTimeMarshalJSON [2021-02-23T18:22:28.969Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-02-23T18:22:28.969Z] PASS [2021-02-23T18:22:28.969Z] coverage: 87.2% of statements [2021-02-23T18:22:28.969Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.250s coverage: 87.2% of statements [2021-02-23T18:22:28.969Z] --- PASS: TestEncodeDecode (0.16s) [2021-02-23T18:22:28.969Z] PASS [2021-02-23T18:22:28.969Z] coverage: 61.6% of statements [2021-02-23T18:22:28.969Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.263s coverage: 61.6% of statements [2021-02-23T18:22:28.969Z] --- PASS: TestContentStoreForPull (0.18s) [2021-02-23T18:22:28.969Z] PASS [2021-02-23T18:22:28.969Z] coverage: 6.7% of statements [2021-02-23T18:22:28.969Z] ok github.com/docker/docker/daemon/images 0.371s coverage: 6.7% of statements [2021-02-23T18:22:28.969Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-23T18:22:28.969Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-23T18:22:28.969Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-02-23T18:22:28.969Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-23T18:22:28.969Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-23T18:22:28.969Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-02-23T18:22:28.969Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-02-23T18:22:29.152Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2021-02-23T18:22:29.152Z] === RUN TestInspectOomKilledTrue [2021-02-23T18:22:29.152Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-02-23T18:22:29.152Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:22:29.152Z] === RUN TestInspectOomKilledFalse [2021-02-23T18:22:29.152Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-23T18:22:29.152Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:22:29.152Z] === RUN TestLinksEtcHostsContentMatch [2021-02-23T18:22:29.184Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:22:29.184Z] INFO: Testing against a local daemon [2021-02-23T18:22:29.184Z] === RUN TestDockerDaemonSuite [2021-02-23T18:22:29.184Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-02-23T18:22:29.184Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-23T18:22:29.184Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-23T18:22:29.703Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-02-23T18:22:29.703Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-23T18:22:29.722Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2021-02-23T18:22:29.722Z] === RUN TestLinksContainerNames [2021-02-23T18:22:29.746Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-23T18:22:29.746Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-23T18:22:29.962Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-02-23T18:22:29.962Z] === RUN TestServiceWithPredefinedNetwork [2021-02-23T18:22:30.118Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2021-02-23T18:22:30.118Z] === RUN TestInfoRegistryMirrors [2021-02-23T18:22:30.674Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-23T18:22:30.930Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-23T18:22:30.930Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-23T18:22:31.200Z] --- PASS: TestLinksContainerNames (1.64s) [2021-02-23T18:22:31.200Z] === RUN TestLogsFollowTailEmpty [2021-02-23T18:22:31.255Z] === RUN TestWriteLog [2021-02-23T18:22:31.255Z] === PAUSE TestWriteLog [2021-02-23T18:22:31.255Z] === RUN TestReadLog [2021-02-23T18:22:31.255Z] === PAUSE TestReadLog [2021-02-23T18:22:31.255Z] === CONT TestWriteLog [2021-02-23T18:22:31.255Z] === CONT TestReadLog [2021-02-23T18:22:31.255Z] --- PASS: TestWriteLog (0.00s) [2021-02-23T18:22:31.255Z] === RUN TestReadLog/tail_exact [2021-02-23T18:22:31.255Z] === RUN TestReadLog/tail_less_than_available [2021-02-23T18:22:31.255Z] === RUN TestReadLog/tail_more_than_available [2021-02-23T18:22:31.255Z] --- PASS: TestReadLog (0.13s) [2021-02-23T18:22:31.255Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-02-23T18:22:31.255Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-02-23T18:22:31.255Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-02-23T18:22:31.255Z] PASS [2021-02-23T18:22:31.255Z] coverage: 75.2% of statements [2021-02-23T18:22:31.255Z] ok github.com/docker/docker/daemon/logger/local 0.193s coverage: 75.2% of statements [2021-02-23T18:22:31.255Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-23T18:22:31.255Z] === RUN TestLog [2021-02-23T18:22:31.255Z] --- PASS: TestLog (0.01s) [2021-02-23T18:22:31.255Z] PASS [2021-02-23T18:22:31.255Z] coverage: 31.5% of statements [2021-02-23T18:22:31.255Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.151s coverage: 31.5% of statements [2021-02-23T18:22:31.635Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2021-02-23T18:22:31.635Z] === RUN TestLoginFailsWithBadCredentials [2021-02-23T18:22:31.635Z] --- PASS: TestLoginFailsWithBadCredentials (0.20s) [2021-02-23T18:22:31.635Z] === RUN TestPingCacheHeaders [2021-02-23T18:22:31.635Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-23T18:22:31.635Z] === RUN TestPingGet [2021-02-23T18:22:31.635Z] --- PASS: TestPingGet (0.01s) [2021-02-23T18:22:31.635Z] === RUN TestPingHead [2021-02-23T18:22:31.635Z] --- PASS: TestPingHead (0.02s) [2021-02-23T18:22:31.635Z] === RUN TestVersion [2021-02-23T18:22:31.635Z] --- PASS: TestVersion (0.02s) [2021-02-23T18:22:31.635Z] PASS [2021-02-23T18:22:31.635Z] [2021-02-23T18:22:31.635Z] === Skipped [2021-02-23T18:22:31.635Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:22:31.635Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:22:31.635Z] [2021-02-23T18:22:31.635Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-23T18:22:31.635Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-23T18:22:31.635Z] [2021-02-23T18:22:31.635Z] [2021-02-23T18:22:31.635Z] DONE 18 tests, 2 skipped in 27.823s [2021-02-23T18:22:31.635Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-23T18:22:31.635Z] INFO: Testing against a local daemon [2021-02-23T18:22:31.635Z] === RUN TestVolumesCreateAndList [2021-02-23T18:22:31.635Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-23T18:22:31.635Z] === RUN TestVolumesRemove [2021-02-23T18:22:31.714Z] === RUN TestOpenFileDelete [2021-02-23T18:22:31.714Z] --- PASS: TestOpenFileDelete (0.00s) [2021-02-23T18:22:31.714Z] === RUN TestOpenFileRename [2021-02-23T18:22:31.714Z] --- PASS: TestOpenFileRename (0.00s) [2021-02-23T18:22:31.714Z] === RUN TestParseLogTagDefaultTag [2021-02-23T18:22:31.714Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-02-23T18:22:31.714Z] === RUN TestParseLogTag [2021-02-23T18:22:31.714Z] --- PASS: TestParseLogTag (0.00s) [2021-02-23T18:22:31.714Z] === RUN TestParseLogTagEmptyTag [2021-02-23T18:22:31.714Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-02-23T18:22:31.714Z] === RUN TestTailFiles [2021-02-23T18:22:31.714Z] --- PASS: TestTailFiles (0.00s) [2021-02-23T18:22:31.714Z] === RUN TestFollowLogsConsumerGone [2021-02-23T18:22:31.714Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-02-23T18:22:31.714Z] === RUN TestFollowLogsProducerGone [2021-02-23T18:22:31.714Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-02-23T18:22:31.714Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-02-23T18:22:31.714Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-02-23T18:22:31.714Z] === RUN TestCheckCapacityAndRotate [2021-02-23T18:22:31.714Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-02-23T18:22:31.714Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-02-23T18:22:31.890Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-23T18:22:31.890Z] === RUN TestVolumesInspect [2021-02-23T18:22:31.890Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-23T18:22:31.890Z] === RUN TestVolumesInvalidJSON [2021-02-23T18:22:31.890Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-23T18:22:31.890Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-23T18:22:31.890Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-23T18:22:31.890Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-23T18:22:31.890Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-23T18:22:31.890Z] PASS [2021-02-23T18:22:31.890Z] [2021-02-23T18:22:31.890Z] DONE 5 tests in 0.208s [2021-02-23T18:22:31.890Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T18:22:31.890Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12275 is not a child of this shell [2021-02-23T18:22:31.890Z] warning: PID 12275 from bundles/test-integration/docker.pid had a nonzero exit code [2021-02-23T18:22:31.890Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T18:22:31.890Z] [2021-02-23T18:22:31.890Z] Unloading profiles will leave already running processes permanently [2021-02-23T18:22:31.890Z] unconfined, which can lead to unexpected situations. [2021-02-23T18:22:31.890Z] [2021-02-23T18:22:31.890Z] To set a process to complain mode, use the command line tool [2021-02-23T18:22:31.890Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T18:22:31.890Z] Removing test suite binaries [2021-02-23T18:22:31.890Z] exiting test-integration [2021-02-23T18:22:31.890Z] ++ exit 0 [2021-02-23T18:22:32.143Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2021-02-23T18:22:32.143Z] === RUN TestContainerNetworkMountsNoChown [2021-02-23T18:22:32.173Z] --- PASS: TestCheckCapacityAndRotate (0.28s) [2021-02-23T18:22:32.173Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-02-23T18:22:32.173Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.22s) [2021-02-23T18:22:32.173Z] PASS [2021-02-23T18:22:32.173Z] coverage: 55.3% of statements [2021-02-23T18:22:32.173Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.508s coverage: 55.3% of statements [2021-02-23T18:22:32.173Z] === RUN TestValidateLogOpt [2021-02-23T18:22:32.173Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestNewMissedConfig [2021-02-23T18:22:32.173Z] --- PASS: TestNewMissedConfig (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestNewMissedUrl [2021-02-23T18:22:32.173Z] --- PASS: TestNewMissedUrl (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestNewMissedToken [2021-02-23T18:22:32.173Z] --- PASS: TestNewMissedToken (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestNewWithProxy [2021-02-23T18:22:32.173Z] --- PASS: TestNewWithProxy (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestDefault [2021-02-23T18:22:32.173Z] --- PASS: TestDefault (0.01s) [2021-02-23T18:22:32.173Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-02-23T18:22:32.173Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestJsonFormat [2021-02-23T18:22:32.173Z] --- PASS: TestJsonFormat (0.03s) [2021-02-23T18:22:32.173Z] === RUN TestRawFormat [2021-02-23T18:22:32.173Z] --- PASS: TestRawFormat (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestRawFormatWithLabels [2021-02-23T18:22:32.173Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestRawFormatWithoutTag [2021-02-23T18:22:32.173Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-02-23T18:22:32.173Z] === RUN TestBatching [2021-02-23T18:22:32.308Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-23T18:22:32.494Z] --- PASS: TestServiceWithPredefinedNetwork (2.47s) [2021-02-23T18:22:32.494Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-23T18:22:32.494Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:22:32.494Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:22:32.494Z] === RUN TestServiceWithDataPathPortInit [2021-02-23T18:22:32.564Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-23T18:22:32.564Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-23T18:22:32.564Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-23T18:22:32.631Z] === RUN TestNewParse [2021-02-23T18:22:32.631Z] --- PASS: TestNewParse (0.00s) [2021-02-23T18:22:32.631Z] PASS [2021-02-23T18:22:32.631Z] coverage: 8.3% of statements [2021-02-23T18:22:32.631Z] ok github.com/docker/docker/daemon/logger/templates 0.047s coverage: 8.3% of statements [2021-02-23T18:22:32.631Z] --- PASS: TestBatching (0.35s) [2021-02-23T18:22:32.631Z] === RUN TestFrequency [2021-02-23T18:22:32.631Z] --- PASS: TestFrequency (0.16s) [2021-02-23T18:22:32.631Z] === RUN TestOneMessagePerRequest [2021-02-23T18:22:32.631Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-02-23T18:22:32.631Z] === RUN TestVerify [2021-02-23T18:22:32.631Z] --- PASS: TestVerify (0.00s) [2021-02-23T18:22:32.631Z] === RUN TestSkipVerify [2021-02-23T18:22:32.631Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:32.631Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:32.631Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:32.631Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:32.714Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s) [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/default [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/default [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/private [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/private [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/rprivate [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/slave [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/slave [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/rslave [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/shared [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/shared [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/rshared [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-23T18:22:32.714Z] === CONT TestMountDaemonRoot/default [2021-02-23T18:22:32.714Z] === CONT TestMountDaemonRoot/rslave [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-23T18:22:32.714Z] === CONT TestMountDaemonRoot/rshared [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-23T18:22:32.714Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:22:32.714Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-23T18:22:32.714Z] === CONT TestMountDaemonRoot/shared [2021-02-23T18:22:32.815Z] [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rprivate [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/slave [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/private [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:22:32.975Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-23T18:22:32.975Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:22:32.975Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:22:33.091Z] --- PASS: TestSkipVerify (0.38s) [2021-02-23T18:22:33.091Z] === RUN TestBufferMaximum [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614104552.776486\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614104552.776486\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:33.091Z] --- PASS: TestBufferMaximum (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestServerAlwaysDown [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614104552.780489\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614104552.780489\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614104552.780489\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614104552.781486\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:33.091Z] time="2021-02-23T18:22:32Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614104552.781486\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:33.091Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestCannotSendAfterClose [2021-02-23T18:22:33.091Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestDeadlockOnBlockedEndpoint [2021-02-23T18:22:33.091Z] === RUN TestParseLogFormat [2021-02-23T18:22:33.091Z] --- PASS: TestParseLogFormat (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestValidateLogOptEmpty [2021-02-23T18:22:33.091Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestValidateSyslogAddress [2021-02-23T18:22:33.091Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestParseAddressDefaultPort [2021-02-23T18:22:33.091Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestValidateSyslogFacility [2021-02-23T18:22:33.091Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestValidateLogOptSyslogFormat [2021-02-23T18:22:33.091Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-02-23T18:22:33.091Z] === RUN TestValidateLogOpt [2021-02-23T18:22:33.091Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-23T18:22:33.091Z] PASS [2021-02-23T18:22:33.091Z] coverage: 46.8% of statements [2021-02-23T18:22:33.091Z] ok github.com/docker/docker/daemon/logger/syslog 0.140s coverage: 46.8% of statements [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-23T18:22:33.235Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.13s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-02-23T18:22:33.235Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-02-23T18:22:33.236Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-23T18:22:33.236Z] === RUN TestContainerBindMountNonRecursive [2021-02-23T18:22:33.929Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-23T18:22:33.929Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-02-23T18:22:34.058Z] time="2021-02-23T18:22:33Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-02-23T18:22:34.058Z] time="2021-02-23T18:22:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"e5d62cedb4a8\"}'" [2021-02-23T18:22:34.058Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-02-23T18:22:34.058Z] PASS [2021-02-23T18:22:34.058Z] coverage: 82.5% of statements [2021-02-23T18:22:34.058Z] ok github.com/docker/docker/daemon/logger/splunk 2.021s coverage: 82.5% of statements [2021-02-23T18:22:34.058Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-23T18:22:34.058Z] ? github.com/docker/docker/daemon/network [no test files] [2021-02-23T18:22:34.058Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-23T18:22:34.490Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-23T18:22:34.516Z] === RUN TestV1IDService [2021-02-23T18:22:34.516Z] --- PASS: TestV1IDService (0.02s) [2021-02-23T18:22:34.517Z] === RUN TestV2MetadataService [2021-02-23T18:22:34.747Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-23T18:22:34.747Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-23T18:22:34.747Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats Post stage [Pipeline] junit [2021-02-23T18:22:35.336Z] Recording test results [2021-02-23T18:22:35.676Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-23T18:22:35.782Z] --- PASS: TestContainerBindMountNonRecursive (2.33s) [2021-02-23T18:22:35.782Z] === RUN TestContainerVolumesMountedAsShared [2021-02-23T18:22:35.837Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-23T18:22:36.053Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-02-23T18:22:36.053Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestContinueOnError_MirrorEndpoint [2021-02-23T18:22:36.053Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestContinueOnError_NeverContinue [2021-02-23T18:22:36.053Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestContinueOnError_UnnestsErrors [2021-02-23T18:22:36.053Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestManifestStore [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/no_remote_or_local [2021-02-23T18:22:36.053Z] --- PASS: TestV2MetadataService (1.45s) [2021-02-23T18:22:36.053Z] PASS [2021-02-23T18:22:36.053Z] coverage: 48.2% of statements [2021-02-23T18:22:36.053Z] ok github.com/docker/docker/distribution/metadata 1.605s coverage: 48.2% of statements [2021-02-23T18:22:36.053Z] === RUN TestSuccessfulDownload [2021-02-23T18:22:36.053Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-02-23T18:22:36.053Z] download_test.go:268: Needs fixing on Windows [2021-02-23T18:22:36.053Z] === RUN TestCancelledDownload [2021-02-23T18:22:36.053Z] --- PASS: TestCancelledDownload (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestMaxDownloadAttempts [2021-02-23T18:22:36.053Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-23T18:22:36.053Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-23T18:22:36.053Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-23T18:22:36.053Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-23T18:22:36.053Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-23T18:22:36.053Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-23T18:22:36.053Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-23T18:22:36.053Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-23T18:22:36.053Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-23T18:22:36.053Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-23T18:22:36.053Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-23T18:22:36.053Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-23T18:22:36.053Z] time="2021-02-23T18:22:35Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local531143911\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/no_local_cache [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/with_local_cache [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/unknown_media_type [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-02-23T18:22:36.053Z] time="2021-02-23T18:22:35Z" level=warning msg="reference for unknown type: " [2021-02-23T18:22:36.053Z] time="2021-02-23T18:22:35Z" level=warning msg="reference for unknown type: " [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-02-23T18:22:36.053Z] time="2021-02-23T18:22:35Z" level=warning msg="reference for unknown type: " [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-02-23T18:22:36.053Z] time="2021-02-23T18:22:35Z" level=warning msg="reference for unknown type: " [2021-02-23T18:22:36.053Z] time="2021-02-23T18:22:35Z" level=warning msg="reference for unknown type: " [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/error_persisting_manifest [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-02-23T18:22:36.053Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-02-23T18:22:36.053Z] time="2021-02-23T18:22:35Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore (0.21s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/no_remote_or_local (0.12s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-02-23T18:22:36.053Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-02-23T18:22:36.053Z] === RUN TestDetectManifestBlobMediaType [2021-02-23T18:22:36.053Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-02-23T18:22:36.053Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-02-23T18:22:36.053Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-02-23T18:22:36.053Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-02-23T18:22:36.053Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-02-23T18:22:36.053Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-02-23T18:22:36.053Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-02-23T18:22:36.053Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-02-23T18:22:36.053Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-02-23T18:22:36.053Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-02-23T18:22:36.053Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-02-23T18:22:36.053Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-02-23T18:22:36.053Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestFixManifestLayers [2021-02-23T18:22:36.053Z] --- PASS: TestFixManifestLayers (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestFixManifestLayersBaseLayerParent [2021-02-23T18:22:36.053Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-23T18:22:36.053Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-23T18:22:36.053Z] === RUN TestFixManifestLayersBadParent [2021-02-23T18:22:36.053Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestValidateManifest [2021-02-23T18:22:36.053Z] --- SKIP: TestValidateManifest (0.00s) [2021-02-23T18:22:36.053Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-23T18:22:36.053Z] === RUN TestFormatPlatform [2021-02-23T18:22:36.053Z] --- PASS: TestFormatPlatform (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestGetRepositoryMountCandidates [2021-02-23T18:22:36.053Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-02-23T18:22:36.053Z] === RUN TestLayerAlreadyExists [2021-02-23T18:22:36.053Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-02-23T18:22:36.053Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-23T18:22:36.053Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-23T18:22:36.053Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-23T18:22:36.053Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-23T18:22:36.053Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-23T18:22:36.053Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-23T18:22:36.053Z] === RUN TestWhenEmptyAuthConfig [2021-02-23T18:22:36.179Z] + echo Ensuring container killed. [2021-02-23T18:22:36.179Z] Ensuring container killed. [2021-02-23T18:22:36.179Z] + docker rm -vf docker-pr3 [2021-02-23T18:22:36.179Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-23T18:22:36.353Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s) [2021-02-23T18:22:36.353Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-23T18:22:36.493Z] + echo Chowning /workspace to jenkins user [2021-02-23T18:22:36.493Z] Chowning /workspace to jenkins user [2021-02-23T18:22:36.493Z] + id -u [2021-02-23T18:22:36.493Z] + id -g [2021-02-23T18:22:36.493Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/workspace busybox chown -R 1000:1000 /workspace [2021-02-23T18:22:36.512Z] time="2021-02-23T18:22:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-23T18:22:36.512Z] time="2021-02-23T18:22:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-23T18:22:36.512Z] time="2021-02-23T18:22:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-23T18:22:36.512Z] time="2021-02-23T18:22:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-23T18:22:36.512Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2021-02-23T18:22:36.512Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2021-02-23T18:22:36.512Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2021-02-23T18:22:36.512Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2021-02-23T18:22:36.512Z] === RUN TestTransfer [2021-02-23T18:22:36.512Z] === RUN TestNotFound [2021-02-23T18:22:36.512Z] --- PASS: TestNotFound (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestConflict [2021-02-23T18:22:36.512Z] --- PASS: TestConflict (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestForbidden [2021-02-23T18:22:36.512Z] --- PASS: TestForbidden (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestInvalidParameter [2021-02-23T18:22:36.512Z] --- PASS: TestInvalidParameter (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestNotImplemented [2021-02-23T18:22:36.512Z] --- PASS: TestNotImplemented (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestNotModified [2021-02-23T18:22:36.512Z] --- PASS: TestNotModified (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestUnauthorized [2021-02-23T18:22:36.512Z] --- PASS: TestUnauthorized (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestUnknown [2021-02-23T18:22:36.512Z] --- PASS: TestUnknown (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestCancelled [2021-02-23T18:22:36.512Z] --- PASS: TestCancelled (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestDeadline [2021-02-23T18:22:36.512Z] --- PASS: TestDeadline (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestDataLoss [2021-02-23T18:22:36.512Z] --- PASS: TestDataLoss (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestUnavailable [2021-02-23T18:22:36.512Z] --- PASS: TestUnavailable (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestSystem [2021-02-23T18:22:36.512Z] --- PASS: TestSystem (0.00s) [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Not_Found [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Bad_Request [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Conflict [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Unauthorized [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Service_Unavailable [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Forbidden [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Not_Modified [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Not_Implemented [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-02-23T18:22:36.512Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-02-23T18:22:36.512Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-02-23T18:22:36.512Z] PASS [2021-02-23T18:22:36.512Z] coverage: 53.1% of statements [2021-02-23T18:22:36.512Z] ok github.com/docker/docker/errdefs 0.048s coverage: 53.1% of statements [2021-02-23T18:22:36.512Z] --- PASS: TestTransfer (0.13s) [2021-02-23T18:22:36.512Z] === RUN TestConcurrencyLimit [2021-02-23T18:22:36.970Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-02-23T18:22:36.970Z] === RUN TestInactiveJobs [2021-02-23T18:22:37.294Z] --- PASS: TestContainerVolumesMountedAsSlave (0.68s) [2021-02-23T18:22:37.294Z] === RUN TestNetworkNat [2021-02-23T18:22:37.429Z] --- PASS: TestWhenEmptyAuthConfig (1.15s) [2021-02-23T18:22:37.429Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-02-23T18:22:37.429Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-02-23T18:22:37.429Z] === RUN TestTokenPassThru [2021-02-23T18:22:37.429Z] --- PASS: TestTokenPassThru (0.01s) [2021-02-23T18:22:37.429Z] === RUN TestTokenPassThruDifferentHost [2021-02-23T18:22:37.429Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-02-23T18:22:37.429Z] PASS [2021-02-23T18:22:37.429Z] coverage: 23.4% of statements [2021-02-23T18:22:37.429Z] ok github.com/docker/docker/distribution 1.474s coverage: 23.4% of statements [2021-02-23T18:22:37.429Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-23T18:22:37.429Z] --- PASS: TestInactiveJobs (0.47s) [2021-02-23T18:22:37.429Z] === RUN TestWatchRelease [2021-02-23T18:22:37.429Z] --- PASS: TestWatchRelease (0.04s) [2021-02-23T18:22:37.429Z] === RUN TestWatchFinishedTransfer [2021-02-23T18:22:37.429Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-02-23T18:22:37.429Z] === RUN TestDuplicateTransfer [2021-02-23T18:22:37.429Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-02-23T18:22:37.429Z] === RUN TestSuccessfulUpload [Pipeline] catchError [Pipeline] { [2021-02-23T18:22:37.866Z] --- PASS: TestNetworkNat (0.90s) [2021-02-23T18:22:37.866Z] === RUN TestNetworkLocalhostTCPNat [Pipeline] sh [2021-02-23T18:22:37.887Z] time="2021-02-23T18:22:37Z" level=error msg="Upload failed, retrying: simulating retry" [2021-02-23T18:22:38.188Z] + bundleName=amd64-rootless [2021-02-23T18:22:38.189Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-02-23T18:22:38.189Z] Creating amd64-rootless-bundles.tar.gz [2021-02-23T18:22:38.189Z] + find bundles -path */root/*overlay2 -prune -o+ -type f ( -name *-report.json -o -namexargs tar -czf amd64-rootless-bundles.tar.gz [2021-02-23T18:22:38.189Z] *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-02-23T18:22:38.197Z] Archiving artifacts [2021-02-23T18:22:38.346Z] --- PASS: TestSuccessfulUpload (0.69s) [2021-02-23T18:22:38.346Z] === RUN TestCancelledUpload [2021-02-23T18:22:38.346Z] --- PASS: TestCancelledUpload (0.00s) [2021-02-23T18:22:38.346Z] PASS [2021-02-23T18:22:38.346Z] coverage: 76.8% of statements [2021-02-23T18:22:38.346Z] ok github.com/docker/docker/distribution/xfer 2.259s coverage: 76.8% of statements [2021-02-23T18:22:38.346Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-23T18:22:38.346Z] === RUN TestCompare [2021-02-23T18:22:38.346Z] --- PASS: TestCompare (0.00s) [2021-02-23T18:22:38.346Z] PASS [2021-02-23T18:22:38.346Z] coverage: 19.2% of statements [2021-02-23T18:22:38.346Z] ok github.com/docker/docker/image/cache 0.084s coverage: 19.2% of statements [2021-02-23T18:22:38.346Z] === RUN TestFSGetInvalidData [2021-02-23T18:22:38.346Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestFSInvalidSet [2021-02-23T18:22:38.346Z] --- PASS: TestFSInvalidSet (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestFSInvalidRoot [2021-02-23T18:22:38.346Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestFSMetadataGetSet [2021-02-23T18:22:38.346Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-02-23T18:22:38.346Z] === RUN TestFSInvalidWalker [2021-02-23T18:22:38.346Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestFSGetSet [2021-02-23T18:22:38.346Z] --- PASS: TestFSGetSet (0.02s) [2021-02-23T18:22:38.346Z] === RUN TestFSGetUnsetKey [2021-02-23T18:22:38.346Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestFSGetEmptyData [2021-02-23T18:22:38.346Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestFSDelete [2021-02-23T18:22:38.346Z] --- PASS: TestFSDelete (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestFSWalker [2021-02-23T18:22:38.346Z] --- PASS: TestFSWalker (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestFSWalkerStopOnError [2021-02-23T18:22:38.346Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestNewFromJSON [2021-02-23T18:22:38.346Z] --- PASS: TestNewFromJSON (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestNewFromJSONWithInvalidJSON [2021-02-23T18:22:38.346Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestMarshalKeyOrder [2021-02-23T18:22:38.346Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestImage [2021-02-23T18:22:38.346Z] --- PASS: TestImage (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestImageOSNotEmpty [2021-02-23T18:22:38.346Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestNewChildImageFromImageWithRootFS [2021-02-23T18:22:38.346Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestCreate [2021-02-23T18:22:38.346Z] --- PASS: TestCreate (0.00s) [2021-02-23T18:22:38.346Z] === RUN TestRestore [2021-02-23T18:22:38.346Z] time="2021-02-23T18:22:38Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-02-23T18:22:38.346Z] --- PASS: TestRestore (0.14s) [2021-02-23T18:22:38.346Z] === RUN TestAddDelete [2021-02-23T18:22:38.346Z] --- PASS: TestAddDelete (0.03s) [2021-02-23T18:22:38.346Z] === RUN TestSearchAfterDelete [2021-02-23T18:22:38.346Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-02-23T18:22:38.346Z] === RUN TestParentReset [2021-02-23T18:22:38.443Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T18:22:38.743Z] + make clean [2021-02-23T18:22:38.805Z] --- PASS: TestParentReset (0.18s) [2021-02-23T18:22:38.805Z] === RUN TestGetAndSetLastUpdated [2021-02-23T18:22:38.805Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-02-23T18:22:38.805Z] === RUN TestStoreLen [2021-02-23T18:22:38.805Z] --- PASS: TestStoreLen (0.05s) [2021-02-23T18:22:38.805Z] PASS [2021-02-23T18:22:38.805Z] coverage: 86.8% of statements [2021-02-23T18:22:38.805Z] ok github.com/docker/docker/image 0.656s coverage: 86.8% of statements [2021-02-23T18:22:38.805Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-23T18:22:38.808Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2021-02-23T18:22:38.808Z] === RUN TestNetworkLoopbackNat [2021-02-23T18:22:38.998Z] docker volume rm -f docker-dev-cache [2021-02-23T18:22:38.998Z] docker-dev-cache [Pipeline] deleteDir [2021-02-23T18:22:39.263Z] === RUN TestMakeV1ConfigFromConfig [2021-02-23T18:22:39.263Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-02-23T18:22:39.263Z] PASS [2021-02-23T18:22:39.263Z] coverage: 25.0% of statements [2021-02-23T18:22:39.263Z] ok github.com/docker/docker/image/v1 0.320s coverage: 25.0% of statements [2021-02-23T18:22:39.263Z] ? github.com/docker/docker/internal/test/suite [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T18:22:40.799Z] === RUN TestSerialization [2021-02-23T18:22:40.799Z] --- PASS: TestSerialization (0.02s) [2021-02-23T18:22:40.799Z] PASS [2021-02-23T18:22:40.799Z] coverage: 100.0% of statements [2021-02-23T18:22:40.799Z] ok github.com/docker/docker/libcontainerd/queue 0.058s coverage: 100.0% of statements [2021-02-23T18:22:40.799Z] === RUN TestEnvironmentParsing [2021-02-23T18:22:40.799Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-02-23T18:22:40.799Z] PASS [2021-02-23T18:22:40.799Z] coverage: 1.0% of statements [2021-02-23T18:22:40.799Z] ok github.com/docker/docker/libcontainerd/local 0.069s coverage: 1.0% of statements [2021-02-23T18:22:40.799Z] === RUN TestEmptyLayer [2021-02-23T18:22:40.799Z] --- PASS: TestEmptyLayer (0.00s) [2021-02-23T18:22:40.799Z] === RUN TestCommitFailure [2021-02-23T18:22:40.799Z] --- PASS: TestCommitFailure (0.01s) [2021-02-23T18:22:40.799Z] === RUN TestStartTransactionFailure [2021-02-23T18:22:40.799Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-02-23T18:22:40.799Z] === RUN TestGetOrphan [2021-02-23T18:22:40.921Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-23T18:22:41.257Z] --- PASS: TestGetOrphan (0.01s) [2021-02-23T18:22:41.257Z] === RUN TestMountAndRegister [2021-02-23T18:22:41.257Z] --- PASS: TestMountAndRegister (0.05s) [2021-02-23T18:22:41.257Z] layer_test.go:271: Layer size: 14 [2021-02-23T18:22:41.257Z] === RUN TestLayerRelease [2021-02-23T18:22:41.257Z] --- SKIP: TestLayerRelease (0.00s) [2021-02-23T18:22:41.257Z] layer_test.go:304: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestStoreRestore [2021-02-23T18:22:41.257Z] --- SKIP: TestStoreRestore (0.00s) [2021-02-23T18:22:41.257Z] layer_test.go:353: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestTarStreamStability [2021-02-23T18:22:41.257Z] --- SKIP: TestTarStreamStability (0.00s) [2021-02-23T18:22:41.257Z] layer_test.go:468: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestRegisterExistingLayer [2021-02-23T18:22:41.257Z] --- PASS: TestRegisterExistingLayer (0.11s) [2021-02-23T18:22:41.257Z] === RUN TestTarStreamVerification [2021-02-23T18:22:41.257Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-02-23T18:22:41.257Z] layer_test.go:697: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestLayerMigration [2021-02-23T18:22:41.257Z] --- SKIP: TestLayerMigration (0.00s) [2021-02-23T18:22:41.257Z] migration_test.go:46: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestLayerMigrationNoTarsplit [2021-02-23T18:22:41.257Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-02-23T18:22:41.257Z] migration_test.go:182: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestMountInit [2021-02-23T18:22:41.257Z] --- SKIP: TestMountInit (0.00s) [2021-02-23T18:22:41.257Z] mount_test.go:17: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestMountSize [2021-02-23T18:22:41.257Z] --- SKIP: TestMountSize (0.00s) [2021-02-23T18:22:41.257Z] mount_test.go:76: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestMountChanges [2021-02-23T18:22:41.257Z] --- SKIP: TestMountChanges (0.00s) [2021-02-23T18:22:41.257Z] mount_test.go:125: Failing on Windows [2021-02-23T18:22:41.257Z] === RUN TestMountApply [2021-02-23T18:22:41.257Z] --- SKIP: TestMountApply (0.00s) [2021-02-23T18:22:41.716Z] mount_test.go:212: Failing on Windows [2021-02-23T18:22:41.716Z] PASS [2021-02-23T18:22:41.716Z] coverage: 30.1% of statements [2021-02-23T18:22:41.716Z] ok github.com/docker/docker/layer 0.385s coverage: 30.1% of statements [2021-02-23T18:22:41.716Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-23T18:22:41.716Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-23T18:22:41.716Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-23T18:22:41.716Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-23T18:22:41.716Z] === RUN TestParseVersion [2021-02-23T18:22:41.716Z] --- PASS: TestParseVersion (0.00s) [2021-02-23T18:22:41.716Z] PASS [2021-02-23T18:22:41.716Z] coverage: 52.9% of statements [2021-02-23T18:22:41.716Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 52.9% of statements [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-02-23T18:22:41.716Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-02-23T18:22:41.716Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-02-23T18:22:41.716Z] PASS [2021-02-23T18:22:41.716Z] coverage: 42.3% of statements [2021-02-23T18:22:41.716Z] ok github.com/docker/docker/oci 0.058s coverage: 42.3% of statements [2021-02-23T18:22:41.716Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-23T18:22:42.104Z] --- PASS: TestNetworkLoopbackNat (3.18s) [2021-02-23T18:22:42.104Z] === RUN TestPause [2021-02-23T18:22:42.683Z] === RUN TestAddressPoolOpt [2021-02-23T18:22:42.683Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/a [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/something [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/_=a [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/env1=value1 [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/_env1=value1 [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/env2=value2=value3 [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/env3=abc!qwe [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/env_4=value_4 [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/PATH [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/=a [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/PATH= [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/PATH=something [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/asd!qwe [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/1asd [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/123 [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/some_space [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/__some_space_before [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/some_space_after__ [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/= [2021-02-23T18:22:42.683Z] === RUN TestValidateEnv/PaTh [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/a (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/something (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-02-23T18:22:42.683Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-02-23T18:22:43.045Z] --- PASS: TestPause (0.84s) [2021-02-23T18:22:43.045Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-23T18:22:43.045Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:22:43.045Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:22:43.045Z] === RUN TestPauseStopPausedContainer [2021-02-23T18:22:43.142Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateEnv/= (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestParseHost [2021-02-23T18:22:43.142Z] --- PASS: TestParseHost (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestParseDockerDaemonHost [2021-02-23T18:22:43.142Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestParseTCP [2021-02-23T18:22:43.142Z] --- PASS: TestParseTCP (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestParseInvalidUnixAddrInvalid [2021-02-23T18:22:43.142Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestValidateExtraHosts [2021-02-23T18:22:43.142Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestIpOptString [2021-02-23T18:22:43.142Z] --- PASS: TestIpOptString (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestNewIpOptInvalidDefaultVal [2021-02-23T18:22:43.142Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestNewIpOptValidDefaultVal [2021-02-23T18:22:43.142Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestIpOptSetInvalidVal [2021-02-23T18:22:43.142Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestValidateIPAddress [2021-02-23T18:22:43.142Z] --- PASS: TestValidateIPAddress (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestMapOpts [2021-02-23T18:22:43.142Z] --- PASS: TestMapOpts (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestListOptsWithoutValidator [2021-02-23T18:22:43.142Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestListOptsWithValidator [2021-02-23T18:22:43.142Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestValidateDNSSearch [2021-02-23T18:22:43.142Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_general_format [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_one_more [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-02-23T18:22:43.142Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-02-23T18:22:43.142Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestNamedListOpts [2021-02-23T18:22:43.142Z] --- PASS: TestNamedListOpts (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestNamedMapOpts [2021-02-23T18:22:43.142Z] --- PASS: TestNamedMapOpts (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestParseLink [2021-02-23T18:22:43.142Z] --- PASS: TestParseLink (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestQuotedStringSetWithQuotes [2021-02-23T18:22:43.142Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-02-23T18:22:43.142Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestQuotedStringSetWithNoQuotes [2021-02-23T18:22:43.142Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestUlimitOpt [2021-02-23T18:22:43.142Z] --- PASS: TestUlimitOpt (0.00s) [2021-02-23T18:22:43.142Z] PASS [2021-02-23T18:22:43.142Z] coverage: 67.1% of statements [2021-02-23T18:22:43.142Z] ok github.com/docker/docker/opts 0.128s coverage: 67.1% of statements [2021-02-23T18:22:43.142Z] === RUN TestUnbuffered [2021-02-23T18:22:43.142Z] --- PASS: TestUnbuffered (0.00s) [2021-02-23T18:22:43.142Z] === RUN TestRaceUnbuffered [2021-02-23T18:22:43.142Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-02-23T18:22:43.142Z] PASS [2021-02-23T18:22:43.142Z] coverage: 100.0% of statements [2021-02-23T18:22:43.142Z] ok github.com/docker/docker/pkg/broadcaster 0.108s coverage: 100.0% of statements [2021-02-23T18:22:43.601Z] === RUN TestPeerCertificateMarshalJSON [2021-02-23T18:22:43.617Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2021-02-23T18:22:43.617Z] === RUN TestPsFilter [2021-02-23T18:22:43.877Z] --- PASS: TestPsFilter (0.26s) [2021-02-23T18:22:43.877Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-23T18:22:44.572Z] === RUN TestMatch [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[foo]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[bar]_[foo]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[foo_bar]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[qux]_[foo]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[]#01 [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[qux]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[foo_bar_qux]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[qux]_[baz]] [2021-02-23T18:22:44.572Z] === RUN TestMatch/[[foo_baz]] [2021-02-23T18:22:44.572Z] --- PASS: TestMatch (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-02-23T18:22:44.572Z] PASS [2021-02-23T18:22:44.572Z] coverage: 87.5% of statements [2021-02-23T18:22:44.572Z] ok github.com/docker/docker/pkg/capabilities 0.039s coverage: 87.5% of statements [2021-02-23T18:22:44.572Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-02-23T18:22:44.572Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-02-23T18:22:44.572Z] --- PASS: TestPeerCertificateMarshalJSON (1.05s) [2021-02-23T18:22:44.572Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-02-23T18:22:44.572Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-02-23T18:22:44.572Z] === RUN TestMiddleware [2021-02-23T18:22:44.572Z] --- PASS: TestMiddleware (0.00s) [2021-02-23T18:22:44.572Z] === RUN TestNewResponseModifier [2021-02-23T18:22:44.572Z] --- PASS: TestNewResponseModifier (0.00s) [2021-02-23T18:22:44.572Z] PASS [2021-02-23T18:22:44.572Z] coverage: 26.8% of statements [2021-02-23T18:22:44.572Z] ok github.com/docker/docker/pkg/authorization 1.155s coverage: 26.8% of statements [2021-02-23T18:22:44.572Z] === RUN TestIsArchivePathDir [2021-02-23T18:22:44.572Z] === RUN TestChrootTarUntar [2021-02-23T18:22:44.572Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-02-23T18:22:44.572Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:22:44.572Z] === RUN TestChrootUntarWithHugeExcludesList [2021-02-23T18:22:44.572Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-23T18:22:44.572Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:22:44.572Z] === RUN TestChrootUntarEmptyArchive [2021-02-23T18:22:44.572Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-02-23T18:22:44.572Z] === RUN TestChrootTarUntarWithSymlink [2021-02-23T18:22:44.572Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-02-23T18:22:44.572Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-23T18:22:44.572Z] === RUN TestChrootCopyWithTar [2021-02-23T18:22:44.572Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-02-23T18:22:44.572Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-23T18:22:44.572Z] === RUN TestChrootCopyFileWithTar [2021-02-23T18:22:44.819Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2021-02-23T18:22:44.819Z] === RUN TestRemoveContainerWithVolume [2021-02-23T18:22:45.031Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-02-23T18:22:45.031Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:22:45.031Z] === RUN TestChrootUntarPath [2021-02-23T18:22:45.031Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-02-23T18:22:45.031Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-23T18:22:45.031Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-02-23T18:22:45.031Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-02-23T18:22:45.031Z] === RUN TestIsArchivePathInvalidFile [2021-02-23T18:22:45.031Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-23T18:22:45.031Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:22:45.031Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-02-23T18:22:45.031Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-23T18:22:45.031Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:22:45.031Z] === RUN TestChrootApplyDotDotFile [2021-02-23T18:22:45.031Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-02-23T18:22:45.031Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:22:45.031Z] PASS [2021-02-23T18:22:45.031Z] coverage: 15.4% of statements [2021-02-23T18:22:45.031Z] ok github.com/docker/docker/pkg/chrootarchive 0.120s coverage: 15.4% of statements [2021-02-23T18:22:45.031Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-02-23T18:22:45.031Z] === RUN TestIsArchivePathTar [2021-02-23T18:22:45.031Z] --- PASS: TestIsArchivePathTar (0.15s) [2021-02-23T18:22:45.031Z] === RUN TestDecompressStreamGzip [2021-02-23T18:22:45.031Z] --- PASS: TestDecompressStreamGzip (0.13s) [2021-02-23T18:22:45.031Z] === RUN TestDecompressStreamBzip2 [2021-02-23T18:22:45.087Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-23T18:22:45.489Z] --- PASS: TestDecompressStreamBzip2 (0.17s) [2021-02-23T18:22:45.489Z] === RUN TestDecompressStreamXz [2021-02-23T18:22:45.489Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-02-23T18:22:45.489Z] archive_test.go:134: Xz not present in msys2 [2021-02-23T18:22:45.489Z] === RUN TestCompressStreamXzUnsupported [2021-02-23T18:22:45.489Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestCompressStreamBzip2Unsupported [2021-02-23T18:22:45.489Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestCompressStreamInvalid [2021-02-23T18:22:45.489Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestExtensionInvalid [2021-02-23T18:22:45.489Z] --- PASS: TestExtensionInvalid (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestExtensionUncompressed [2021-02-23T18:22:45.489Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestExtensionBzip2 [2021-02-23T18:22:45.489Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestExtensionGzip [2021-02-23T18:22:45.489Z] --- PASS: TestExtensionGzip (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestExtensionXz [2021-02-23T18:22:45.489Z] --- PASS: TestExtensionXz (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestCmdStreamLargeStderr [2021-02-23T18:22:45.489Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-02-23T18:22:45.489Z] === RUN TestCmdStreamBad [2021-02-23T18:22:45.489Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-02-23T18:22:45.489Z] archive_test.go:239: Failing on Windows CI machines [2021-02-23T18:22:45.489Z] === RUN TestCmdStreamGood [2021-02-23T18:22:45.489Z] === RUN TestSizeEmpty [2021-02-23T18:22:45.489Z] --- PASS: TestSizeEmpty (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestSizeEmptyFile [2021-02-23T18:22:45.489Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestSizeNonemptyFile [2021-02-23T18:22:45.489Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestSizeNestedDirectoryEmpty [2021-02-23T18:22:45.489Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-02-23T18:22:45.489Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-02-23T18:22:45.489Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestMoveToSubdir [2021-02-23T18:22:45.489Z] --- PASS: TestMoveToSubdir (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestSizeNonExistingDirectory [2021-02-23T18:22:45.489Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-02-23T18:22:45.489Z] PASS [2021-02-23T18:22:45.489Z] coverage: 80.0% of statements [2021-02-23T18:22:45.489Z] ok github.com/docker/docker/pkg/directory 0.070s coverage: 80.0% of statements [2021-02-23T18:22:45.489Z] --- PASS: TestCmdStreamGood (0.04s) [2021-02-23T18:22:45.489Z] === RUN TestUntarPathWithInvalidDest [2021-02-23T18:22:45.489Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2021-02-23T18:22:45.489Z] === RUN TestUntarPathWithInvalidSrc [2021-02-23T18:22:45.489Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-02-23T18:22:45.489Z] === RUN TestUntarPath [2021-02-23T18:22:45.489Z] --- PASS: TestUntarPath (0.09s) [2021-02-23T18:22:45.489Z] === RUN TestUntarPathWithDestinationFile [2021-02-23T18:22:45.489Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-02-23T18:22:45.489Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-02-23T18:22:45.759Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2021-02-23T18:22:45.759Z] === RUN TestRemoveContainerRunning [2021-02-23T18:22:45.948Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2021-02-23T18:22:45.948Z] === RUN TestCopyWithTarInvalidSrc [2021-02-23T18:22:45.948Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-02-23T18:22:45.948Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-02-23T18:22:45.948Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-02-23T18:22:45.948Z] === RUN TestCopyWithTarSrcFile [2021-02-23T18:22:45.948Z] --- PASS: TestCopyWithTarSrcFile (0.04s) [2021-02-23T18:22:45.948Z] === RUN TestCopyWithTarSrcFolder [2021-02-23T18:22:45.948Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-02-23T18:22:45.948Z] === RUN TestCopyFileWithTarInvalidSrc [2021-02-23T18:22:45.948Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-02-23T18:22:45.948Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-02-23T18:22:45.948Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-02-23T18:22:45.948Z] === RUN TestCopyFileWithTarSrcFolder [2021-02-23T18:22:45.948Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-02-23T18:22:45.948Z] === RUN TestCopyFileWithTarSrcFile [2021-02-23T18:22:45.948Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-02-23T18:22:45.948Z] === RUN TestTarFiles [2021-02-23T18:22:45.948Z] === RUN Test [2021-02-23T18:22:45.948Z] === RUN Test/TestContainsEntry [2021-02-23T18:22:45.948Z] === RUN Test/TestCreateEntries [2021-02-23T18:22:45.948Z] === RUN Test/TestEntriesDiff [2021-02-23T18:22:45.948Z] === RUN Test/TestEntriesEquality [2021-02-23T18:22:45.948Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-02-23T18:22:45.948Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-02-23T18:22:45.948Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-02-23T18:22:45.948Z] === RUN Test/TestGeneratorNotGenerate [2021-02-23T18:22:45.948Z] === RUN Test/TestGeneratorWithPort [2021-02-23T18:22:45.948Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-02-23T18:22:45.948Z] === RUN Test/TestNewEntry [2021-02-23T18:22:45.948Z] === RUN Test/TestParse [2021-02-23T18:22:45.948Z] --- PASS: Test (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestNewEntry (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestParse (0.00s) [2021-02-23T18:22:45.948Z] PASS [2021-02-23T18:22:45.948Z] coverage: 58.3% of statements [2021-02-23T18:22:45.948Z] ok github.com/docker/docker/pkg/discovery 0.051s coverage: 58.3% of statements [2021-02-23T18:22:45.948Z] === RUN Test [2021-02-23T18:22:45.948Z] === RUN Test/TestContent [2021-02-23T18:22:45.948Z] === RUN Test/TestInitialize [2021-02-23T18:22:45.948Z] === RUN Test/TestNew [2021-02-23T18:22:45.948Z] === RUN Test/TestParsingContentsWithComments [2021-02-23T18:22:45.948Z] === RUN Test/TestRegister [2021-02-23T18:22:45.948Z] === RUN Test/TestWatch [2021-02-23T18:22:45.948Z] --- PASS: Test (0.01s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestContent (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestNew (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestRegister (0.00s) [2021-02-23T18:22:45.948Z] --- PASS: Test/TestWatch (0.00s) [2021-02-23T18:22:45.948Z] PASS [2021-02-23T18:22:45.948Z] coverage: 92.9% of statements [2021-02-23T18:22:45.948Z] ok github.com/docker/docker/pkg/discovery/file 0.069s coverage: 92.9% of statements [2021-02-23T18:22:46.329Z] --- PASS: TestRemoveContainerRunning (0.83s) [2021-02-23T18:22:46.329Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-23T18:22:46.915Z] === RUN Test [2021-02-23T18:22:46.915Z] === RUN Test/TestWatch [2021-02-23T18:22:46.915Z] --- PASS: Test (0.00s) [2021-02-23T18:22:46.915Z] --- PASS: Test/TestWatch (0.00s) [2021-02-23T18:22:46.915Z] PASS [2021-02-23T18:22:46.915Z] coverage: 92.3% of statements [2021-02-23T18:22:46.915Z] ok github.com/docker/docker/pkg/discovery/memory 0.064s coverage: 92.3% of statements [2021-02-23T18:22:47.269Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2021-02-23T18:22:47.269Z] === RUN TestRemoveInvalidContainer [2021-02-23T18:22:47.269Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-23T18:22:47.269Z] === RUN TestRenameLinkedContainer [2021-02-23T18:22:47.369Z] --- PASS: TestServiceWithDataPathPortInit (14.49s) [2021-02-23T18:22:47.369Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-23T18:22:47.373Z] === RUN Test [2021-02-23T18:22:47.373Z] === RUN Test/TestInitialize [2021-02-23T18:22:47.373Z] === RUN Test/TestInitializeWithPattern [2021-02-23T18:22:47.373Z] === RUN Test/TestRegister [2021-02-23T18:22:47.373Z] === RUN Test/TestWatch [2021-02-23T18:22:47.373Z] --- PASS: Test (0.00s) [2021-02-23T18:22:47.373Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-23T18:22:47.373Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-02-23T18:22:47.373Z] --- PASS: Test/TestRegister (0.00s) [2021-02-23T18:22:47.373Z] --- PASS: Test/TestWatch (0.00s) [2021-02-23T18:22:47.373Z] PASS [2021-02-23T18:22:47.373Z] coverage: 93.8% of statements [2021-02-23T18:22:47.373Z] ok github.com/docker/docker/pkg/discovery/nodes 0.067s coverage: 93.8% of statements [2021-02-23T18:22:47.832Z] === RUN Test [2021-02-23T18:22:47.832Z] === RUN Test/TestInitialize [2021-02-23T18:22:47.832Z] time="2021-02-23T18:22:47Z" level=info msg="Initializing discovery without TLS" [2021-02-23T18:22:47.832Z] time="2021-02-23T18:22:47Z" level=info msg="Initializing discovery without TLS" [2021-02-23T18:22:47.832Z] time="2021-02-23T18:22:47Z" level=info msg="Initializing discovery without TLS" [2021-02-23T18:22:47.832Z] === RUN Test/TestInitializeWithCerts [2021-02-23T18:22:47.832Z] time="2021-02-23T18:22:47Z" level=info msg="Initializing discovery with TLS" [2021-02-23T18:22:47.832Z] === RUN Test/TestWatch [2021-02-23T18:22:47.832Z] time="2021-02-23T18:22:47Z" level=info msg="Initializing discovery without TLS" [2021-02-23T18:22:48.296Z] === RUN TestPollerAddRemove [2021-02-23T18:22:48.296Z] --- PASS: TestPollerAddRemove (0.00s) [2021-02-23T18:22:48.296Z] === RUN TestPollerEvent [2021-02-23T18:22:48.296Z] --- SKIP: TestPollerEvent (0.00s) [2021-02-23T18:22:48.296Z] poller_test.go:41: No chmod on Windows [2021-02-23T18:22:48.296Z] === RUN TestPollerClose [2021-02-23T18:22:48.296Z] --- PASS: TestPollerClose (0.00s) [2021-02-23T18:22:48.296Z] PASS [2021-02-23T18:22:48.296Z] coverage: 36.2% of statements [2021-02-23T18:22:48.296Z] ok github.com/docker/docker/pkg/filenotify 0.061s coverage: 36.2% of statements [2021-02-23T18:22:48.350Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-23T18:22:49.229Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-02-23T18:22:49.268Z] === RUN TestCopyFileWithInvalidSrc [2021-02-23T18:22:49.269Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCopyFileWithInvalidDest [2021-02-23T18:22:49.269Z] --- PASS: TestCopyFileWithInvalidDest (0.02s) [2021-02-23T18:22:49.269Z] === RUN TestCopyFileWithSameSrcAndDest [2021-02-23T18:22:49.269Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-02-23T18:22:49.269Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCopyFile [2021-02-23T18:22:49.269Z] --- PASS: TestCopyFile (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-02-23T18:22:49.269Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-23T18:22:49.269Z] fileutils_test.go:134: Needs porting to Windows [2021-02-23T18:22:49.269Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-02-23T18:22:49.269Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestReadSymlinkedDirectoryToFile [2021-02-23T18:22:49.269Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-23T18:22:49.269Z] fileutils_test.go:180: Needs porting to Windows [2021-02-23T18:22:49.269Z] === RUN TestWildcardMatches [2021-02-23T18:22:49.269Z] --- PASS: TestWildcardMatches (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestPatternMatches [2021-02-23T18:22:49.269Z] --- PASS: TestPatternMatches (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-02-23T18:22:49.269Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestPatternMatchesFolderExclusions [2021-02-23T18:22:49.269Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-02-23T18:22:49.269Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-02-23T18:22:49.269Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-02-23T18:22:49.269Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-02-23T18:22:49.269Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestSingleExclamationError [2021-02-23T18:22:49.269Z] --- PASS: TestSingleExclamationError (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestMatchesWithNoPatterns [2021-02-23T18:22:49.269Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestMatchesWithMalformedPatterns [2021-02-23T18:22:49.269Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestMatches [2021-02-23T18:22:49.269Z] --- PASS: TestMatches (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCleanPatterns [2021-02-23T18:22:49.269Z] --- PASS: TestCleanPatterns (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-02-23T18:22:49.269Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCleanPatternsExceptionFlag [2021-02-23T18:22:49.269Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-02-23T18:22:49.269Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-02-23T18:22:49.269Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCleanPatternsErrorSingleException [2021-02-23T18:22:49.269Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCreateIfNotExistsDir [2021-02-23T18:22:49.269Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestCreateIfNotExistsFile [2021-02-23T18:22:49.269Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-02-23T18:22:49.269Z] === RUN TestMatch [2021-02-23T18:22:49.269Z] --- PASS: TestMatch (0.00s) [2021-02-23T18:22:49.269Z] PASS [2021-02-23T18:22:49.269Z] coverage: 87.7% of statements [2021-02-23T18:22:49.269Z] ok github.com/docker/docker/pkg/fileutils 0.098s coverage: 87.7% of statements [2021-02-23T18:22:49.728Z] === RUN TestGet [2021-02-23T18:22:49.728Z] --- PASS: TestGet (0.00s) [2021-02-23T18:22:49.728Z] === RUN TestGetShortcutString [2021-02-23T18:22:49.728Z] --- PASS: TestGetShortcutString (0.00s) [2021-02-23T18:22:49.728Z] PASS [2021-02-23T18:22:49.728Z] coverage: 42.9% of statements [2021-02-23T18:22:49.728Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2021-02-23T18:22:50.239Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-23T18:22:50.568Z] --- PASS: TestRenameLinkedContainer (3.16s) [2021-02-23T18:22:50.568Z] === RUN TestRenameStoppedContainer [2021-02-23T18:22:50.698Z] --- PASS: TestTarFiles (4.83s) [2021-02-23T18:22:50.698Z] === RUN TestTarUntar [2021-02-23T18:22:50.698Z] --- PASS: TestTarUntar (0.02s) [2021-02-23T18:22:50.698Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-02-23T18:22:50.698Z] === RUN TestCreateIDMapOrder [2021-02-23T18:22:50.698Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-02-23T18:22:50.698Z] PASS [2021-02-23T18:22:50.698Z] coverage: 7.2% of statements [2021-02-23T18:22:50.698Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-02-23T18:22:50.698Z] === RUN TestTarWithOptions [2021-02-23T18:22:50.698Z] ok github.com/docker/docker/pkg/idtools 0.075s coverage: 7.2% of statements [2021-02-23T18:22:50.698Z] --- PASS: TestTarWithOptions (0.02s) [2021-02-23T18:22:50.698Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-02-23T18:22:50.698Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-02-23T18:22:50.698Z] === RUN TestUntarUstarGnuConflict [2021-02-23T18:22:50.698Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-02-23T18:22:50.698Z] === RUN TestUntarInvalidFilenames [2021-02-23T18:22:50.698Z] --- PASS: Test (3.12s) [2021-02-23T18:22:50.698Z] --- PASS: Test/TestInitialize (0.11s) [2021-02-23T18:22:50.698Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-02-23T18:22:50.698Z] --- PASS: Test/TestWatch (3.00s) [2021-02-23T18:22:50.698Z] PASS [2021-02-23T18:22:50.698Z] coverage: 84.1% of statements [2021-02-23T18:22:50.698Z] ok github.com/docker/docker/pkg/discovery/kv 3.176s coverage: 84.1% of statements [2021-02-23T18:22:50.698Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames161526246\\dest" [2021-02-23T18:22:50.698Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-02-23T18:22:50.698Z] === RUN TestUntarHardlinkToSymlink [2021-02-23T18:22:50.698Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-02-23T18:22:50.698Z] === RUN TestUntarInvalidHardlink [2021-02-23T18:22:50.699Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink275638215\\victim\\hello" -> "../victim/hello" [2021-02-23T18:22:50.699Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink875367034\\victim\\hello" -> "/../victim/hello" [2021-02-23T18:22:50.699Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink671005073\\victim" -> "../victim" [2021-02-23T18:22:50.699Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink696249276\\victim" -> "../victim" [2021-02-23T18:22:50.699Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink429656555\\victim" -> "../victim" [2021-02-23T18:22:50.699Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink446322766\\victim" -> "../victim" [2021-02-23T18:22:50.800Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-23T18:22:51.139Z] --- PASS: TestRenameStoppedContainer (0.79s) [2021-02-23T18:22:51.139Z] === RUN TestRenameRunningContainerAndReuse [2021-02-23T18:22:51.157Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-02-23T18:22:51.157Z] === RUN TestUntarInvalidSymlink [2021-02-23T18:22:51.157Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink037889365\\dest\\dotdot" -> "../victim/hello" [2021-02-23T18:22:51.157Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink717940912\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-23T18:22:51.157Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink579013199\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:51.157Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink096216418\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:51.157Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink280576345\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:51.157Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink243768036\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:51.157Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink601707251\\dest\\dir\\loophole" -> "../../victim" [2021-02-23T18:22:51.157Z] --- PASS: TestUntarInvalidSymlink (0.11s) [2021-02-23T18:22:51.157Z] === RUN TestTempArchiveCloseMultipleTimes [2021-02-23T18:22:51.157Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-02-23T18:22:51.157Z] === RUN TestXGlobalNoParent [2021-02-23T18:22:51.157Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-02-23T18:22:51.157Z] === RUN TestReplaceFileTarWrapper [2021-02-23T18:22:51.157Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2021-02-23T18:22:51.157Z] === RUN TestPrefixHeaderReadable [2021-02-23T18:22:51.157Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-02-23T18:22:51.157Z] === RUN TestDisablePigz [2021-02-23T18:22:51.157Z] --- PASS: TestDisablePigz (0.14s) [2021-02-23T18:22:51.157Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-02-23T18:22:51.157Z] === RUN TestPigz [2021-02-23T18:22:51.362Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-23T18:22:51.615Z] --- PASS: TestPigz (0.24s) [2021-02-23T18:22:51.615Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-02-23T18:22:51.615Z] === RUN TestCopyFileWithInvalidDest [2021-02-23T18:22:51.615Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-02-23T18:22:51.615Z] archive_windows_test.go:16: Currently fails [2021-02-23T18:22:51.615Z] === RUN TestCanonicalTarNameForPath [2021-02-23T18:22:51.615Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestCanonicalTarName [2021-02-23T18:22:51.615Z] --- PASS: TestCanonicalTarName (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestChmodTarEntry [2021-02-23T18:22:51.615Z] --- PASS: TestChmodTarEntry (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestHardLinkOrder [2021-02-23T18:22:51.615Z] === RUN TestFixedBufferCap [2021-02-23T18:22:51.615Z] --- PASS: TestFixedBufferCap (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestFixedBufferLen [2021-02-23T18:22:51.615Z] --- PASS: TestFixedBufferLen (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestFixedBufferString [2021-02-23T18:22:51.615Z] --- PASS: TestFixedBufferString (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestFixedBufferWrite [2021-02-23T18:22:51.615Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestFixedBufferRead [2021-02-23T18:22:51.615Z] --- PASS: TestFixedBufferRead (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestBytesPipeRead [2021-02-23T18:22:51.615Z] --- PASS: TestBytesPipeRead (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestBytesPipeWrite [2021-02-23T18:22:51.615Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestBytesPipeWriteRandomChunks [2021-02-23T18:22:51.615Z] --- PASS: TestHardLinkOrder (0.12s) [2021-02-23T18:22:51.615Z] === RUN TestChangeString [2021-02-23T18:22:51.615Z] --- PASS: TestChangeString (0.00s) [2021-02-23T18:22:51.615Z] === RUN TestChangesWithNoChanges [2021-02-23T18:22:51.615Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-02-23T18:22:51.615Z] === RUN TestChangesWithChanges [2021-02-23T18:22:51.615Z] --- PASS: TestChangesWithChanges (0.02s) [2021-02-23T18:22:51.615Z] === RUN TestChangesWithChangesGH13590 [2021-02-23T18:22:51.615Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-02-23T18:22:51.615Z] changes_test.go:192: needs more investigation [2021-02-23T18:22:51.615Z] === RUN TestChangesDirsEmpty [2021-02-23T18:22:51.926Z] --- PASS: TestBuildWithHugeFile (109.68s) [2021-02-23T18:22:51.926Z] === RUN TestBuildWithEmptyDockerfile [2021-02-23T18:22:51.926Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:22:51.926Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:22:51.926Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:22:51.926Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:22:51.926Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:22:51.926Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:22:51.926Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:22:51.926Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:22:51.926Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-23T18:22:52.073Z] --- PASS: TestChangesDirsEmpty (0.20s) [2021-02-23T18:22:52.073Z] === RUN TestChangesDirsMutated [2021-02-23T18:22:52.073Z] === RUN TestError [2021-02-23T18:22:52.073Z] --- PASS: TestError (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestProgressString [2021-02-23T18:22:52.073Z] === RUN TestProgressString/no_progress [2021-02-23T18:22:52.073Z] === RUN TestProgressString/progress_1 [2021-02-23T18:22:52.073Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-02-23T18:22:52.073Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-02-23T18:22:52.073Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-02-23T18:22:52.073Z] === RUN TestProgressString/with_units [2021-02-23T18:22:52.073Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-02-23T18:22:52.073Z] === RUN TestProgressString/hide_counts [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/with_units (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-02-23T18:22:52.073Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestJSONMessageDisplay [2021-02-23T18:22:52.073Z] === RUN TestStandardLongPath [2021-02-23T18:22:52.073Z] --- PASS: TestStandardLongPath (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestUNCLongPath [2021-02-23T18:22:52.073Z] --- PASS: TestUNCLongPath (0.00s) [2021-02-23T18:22:52.073Z] PASS [2021-02-23T18:22:52.073Z] coverage: 100.0% of statements [2021-02-23T18:22:52.073Z] --- PASS: TestChangesDirsMutated (0.10s) [2021-02-23T18:22:52.073Z] === RUN TestApplyLayer [2021-02-23T18:22:52.073Z] --- SKIP: TestApplyLayer (0.00s) [2021-02-23T18:22:52.073Z] changes_test.go:405: needs further investigation [2021-02-23T18:22:52.073Z] === RUN TestChangesSizeWithHardlinks [2021-02-23T18:22:52.073Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-02-23T18:22:52.073Z] changes_test.go:441: needs further investigation [2021-02-23T18:22:52.073Z] === RUN TestChangesSizeWithNoChanges [2021-02-23T18:22:52.073Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-02-23T18:22:52.073Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestChangesSize [2021-02-23T18:22:52.073Z] --- PASS: TestChangesSize (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestApplyLayerInvalidFilenames [2021-02-23T18:22:52.073Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames450879514\\dest" [2021-02-23T18:22:52.073Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2021-02-23T18:22:52.073Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-02-23T18:22:52.073Z] === RUN TestApplyLayerInvalidHardlink [2021-02-23T18:22:52.073Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink685975132\\victim\\hello" -> "../victim/hello" [2021-02-23T18:22:52.073Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s) [2021-02-23T18:22:52.073Z] === RUN TestAtomicWriteToFile [2021-02-23T18:22:52.073Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink419887627\\victim\\hello" -> "/../victim/hello" [2021-02-23T18:22:52.073Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink402126830\\victim" -> "../victim" [2021-02-23T18:22:52.073Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-02-23T18:22:52.073Z] === RUN TestAtomicWriteSetCommit [2021-02-23T18:22:52.073Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink371398773\\victim" -> "../victim" [2021-02-23T18:22:52.073Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-02-23T18:22:52.073Z] === RUN TestAtomicWriteSetCancel [2021-02-23T18:22:52.073Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink683348304\\victim" -> "../victim" [2021-02-23T18:22:52.073Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-02-23T18:22:52.073Z] === RUN TestReadCloserWrapperClose [2021-02-23T18:22:52.073Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestReaderErrWrapperReadOnError [2021-02-23T18:22:52.073Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestReaderErrWrapperRead [2021-02-23T18:22:52.073Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestHashData [2021-02-23T18:22:52.073Z] --- PASS: TestHashData (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestCancelReadCloser [2021-02-23T18:22:52.073Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink275718255\\victim" -> "../victim" [2021-02-23T18:22:52.073Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-02-23T18:22:52.073Z] === RUN TestApplyLayerInvalidSymlink [2021-02-23T18:22:52.073Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink585927938\\dest\\dotdot" -> "../victim/hello" [2021-02-23T18:22:52.073Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink965763193\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-23T18:22:52.073Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink287817092\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:52.073Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink300934419\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:52.073Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink266392918\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:52.073Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink341165757\\dest\\loophole-victim" -> "../victim" [2021-02-23T18:22:52.073Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-02-23T18:22:52.073Z] === RUN TestApplyLayerWhiteouts [2021-02-23T18:22:52.073Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-02-23T18:22:52.073Z] === RUN TestJSONMessageDisplayWithJSONError [2021-02-23T18:22:52.073Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-02-23T18:22:52.073Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestDisplayJSONMessagesStream [2021-02-23T18:22:52.073Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-02-23T18:22:52.073Z] PASS [2021-02-23T18:22:52.073Z] coverage: 91.7% of statements [2021-02-23T18:22:52.073Z] ok github.com/docker/docker/pkg/jsonmessage 0.163s coverage: 91.7% of statements [2021-02-23T18:22:52.073Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-02-23T18:22:52.073Z] === RUN TestGenerateEmptyFile [2021-02-23T18:22:52.073Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestGenerateWithContent [2021-02-23T18:22:52.073Z] --- PASS: TestGenerateWithContent (0.00s) [2021-02-23T18:22:52.073Z] PASS [2021-02-23T18:22:52.073Z] coverage: 62.8% of statements [2021-02-23T18:22:52.073Z] --- PASS: TestCancelReadCloser (0.10s) [2021-02-23T18:22:52.073Z] === RUN TestWriteCloserWrapperClose [2021-02-23T18:22:52.073Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestNopWriteCloser [2021-02-23T18:22:52.073Z] --- PASS: TestNopWriteCloser (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestNopWriter [2021-02-23T18:22:52.073Z] --- PASS: TestNopWriter (0.00s) [2021-02-23T18:22:52.073Z] === RUN TestWriteCounter [2021-02-23T18:22:52.073Z] --- PASS: TestWriteCounter (0.00s) [2021-02-23T18:22:52.073Z] PASS [2021-02-23T18:22:52.073Z] coverage: 68.4% of statements [2021-02-23T18:22:52.073Z] ok github.com/docker/docker/pkg/archive 7.426s coverage: 62.8% of statements [2021-02-23T18:22:52.073Z] ok github.com/docker/docker/pkg/ioutils 0.635s coverage: 68.4% of statements [2021-02-23T18:22:52.182Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:22:52.438Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-23T18:22:52.438Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2021-02-23T18:22:52.438Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2021-02-23T18:22:52.438Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.18s) [2021-02-23T18:22:52.438Z] === RUN TestBuildPreserveOwnership [2021-02-23T18:22:52.438Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-23T18:22:52.438Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-02-23T18:22:52.694Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-02-23T18:22:53.040Z] === RUN TestNameFormat [2021-02-23T18:22:53.040Z] --- PASS: TestNameFormat (0.00s) [2021-02-23T18:22:53.040Z] === RUN TestNameRetries [2021-02-23T18:22:53.040Z] --- PASS: TestNameRetries (0.00s) [2021-02-23T18:22:53.040Z] PASS [2021-02-23T18:22:53.040Z] coverage: 85.7% of statements [2021-02-23T18:22:53.040Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2021-02-23T18:22:53.040Z] === RUN TestParseKeyValueOpt [2021-02-23T18:22:53.040Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-02-23T18:22:53.040Z] === RUN TestParseUintList [2021-02-23T18:22:53.040Z] --- PASS: TestParseUintList (0.00s) [2021-02-23T18:22:53.040Z] === RUN TestParseUintListMaximumLimits [2021-02-23T18:22:53.040Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-02-23T18:22:53.040Z] PASS [2021-02-23T18:22:53.040Z] coverage: 97.0% of statements [2021-02-23T18:22:53.040Z] ok github.com/docker/docker/pkg/parsers 0.043s coverage: 97.0% of statements [2021-02-23T18:22:53.067Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s) [2021-02-23T18:22:53.067Z] === RUN TestRenameInvalidName [2021-02-23T18:22:53.498Z] === RUN TestNewAndRemove [2021-02-23T18:22:53.498Z] --- PASS: TestNewAndRemove (0.00s) [2021-02-23T18:22:53.498Z] === RUN TestRemoveInvalidPath [2021-02-23T18:22:53.498Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-02-23T18:22:53.498Z] PASS [2021-02-23T18:22:53.498Z] coverage: 82.6% of statements [2021-02-23T18:22:53.498Z] ok github.com/docker/docker/pkg/pidfile 0.139s coverage: 82.6% of statements [2021-02-23T18:22:53.637Z] --- PASS: TestRenameInvalidName (0.80s) [2021-02-23T18:22:53.637Z] === RUN TestRenameAnonymousContainer [2021-02-23T18:22:54.469Z] === RUN TestParseEmptyInterface [2021-02-23T18:22:54.469Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-02-23T18:22:54.469Z] === RUN TestParseNonInterfaceType [2021-02-23T18:22:54.469Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-02-23T18:22:54.469Z] === RUN TestParseWithOneFunction [2021-02-23T18:22:54.469Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-02-23T18:22:54.469Z] === RUN TestParseWithMultipleFuncs [2021-02-23T18:22:54.469Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-02-23T18:22:54.469Z] === RUN TestParseWithUnnamedReturn [2021-02-23T18:22:54.469Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-02-23T18:22:54.469Z] === RUN TestEmbeddedInterface [2021-02-23T18:22:54.469Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-02-23T18:22:54.469Z] === RUN TestParsedImports [2021-02-23T18:22:54.469Z] --- PASS: TestParsedImports (0.00s) [2021-02-23T18:22:54.469Z] === RUN TestAliasedImports [2021-02-23T18:22:54.469Z] --- PASS: TestAliasedImports (0.00s) [2021-02-23T18:22:54.469Z] PASS [2021-02-23T18:22:54.469Z] coverage: 56.8% of statements [2021-02-23T18:22:54.469Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.047s coverage: 56.8% of statements [2021-02-23T18:22:55.212Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-02-23T18:22:55.212Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-02-23T18:22:55.438Z] === RUN TestFailedConnection [2021-02-23T18:22:55.485Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.26s) [2021-02-23T18:22:55.485Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2ehg1gis6u3smh0hz1wxxuanm Created:2021-02-23 18:22:48.364951189 +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[b87f4e92bd0a6446e286693653fedff52e21eb47c3e7e7c973cf561d696186e3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j2c5h5a99j7hwsgevyeweypta EndpointID:8942cb44087cb923d7eb9cc1a9fbd515168d447177282fee8f4b32b6ece2db40 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9cadd76ae18e8518a3d684c0eb3051c43b02ae64697273da20b301017535242a 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:f26fdda61444 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j2c5h5a99j7hwsgevyeweypta EndpointID:8942cb44087cb923d7eb9cc1a9fbd515168d447177282fee8f4b32b6ece2db40 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-23T18:22:55.485Z] PASS [2021-02-23T18:22:55.485Z] [2021-02-23T18:22:55.485Z] === Skipped [2021-02-23T18:22:55.485Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:22:55.485Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:22:55.485Z] [2021-02-23T18:22:55.485Z] [2021-02-23T18:22:55.485Z] DONE 26 tests, 1 skipped in 45.983s [2021-02-23T18:22:55.485Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:22:55.485Z] INFO: Testing against a local daemon [2021-02-23T18:22:55.485Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-23T18:22:55.485Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-23T18:22:55.485Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:22:55.485Z] === RUN TestDockerNetworkIpvlan [2021-02-23T18:22:55.485Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:22:55.485Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:22:55.485Z] PASS [2021-02-23T18:22:55.485Z] [2021-02-23T18:22:55.485Z] === Skipped [2021-02-23T18:22:55.485Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-23T18:22:55.485Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:22:55.485Z] [2021-02-23T18:22:55.485Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:22:55.485Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:22:55.485Z] [2021-02-23T18:22:55.485Z] [2021-02-23T18:22:55.485Z] DONE 2 tests, 2 skipped in 0.041s [2021-02-23T18:22:55.485Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:22:55.485Z] INFO: Testing against a local daemon [2021-02-23T18:22:55.485Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-23T18:22:55.762Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s) [2021-02-23T18:22:55.762Z] === RUN TestDockerNetworkMacvlan [2021-02-23T18:22:55.773Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-23T18:22:55.897Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-02-23T18:22:55.897Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-23T18:22:55.897Z] === RUN TestBufioReaderPoolPutAndGet [2021-02-23T18:22:55.897Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-02-23T18:22:55.897Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-02-23T18:22:55.897Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-02-23T18:22:55.897Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-02-23T18:22:55.897Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-23T18:22:55.897Z] === RUN TestBufioWriterPoolPutAndGet [2021-02-23T18:22:55.897Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-02-23T18:22:55.897Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-02-23T18:22:55.897Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-02-23T18:22:55.897Z] === RUN TestBufferPoolPutAndGet [2021-02-23T18:22:55.897Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-02-23T18:22:55.897Z] PASS [2021-02-23T18:22:55.897Z] coverage: 88.2% of statements [2021-02-23T18:22:55.897Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2021-02-23T18:22:55.897Z] === RUN TestHTTPTransport [2021-02-23T18:22:55.897Z] --- PASS: TestHTTPTransport (0.00s) [2021-02-23T18:22:55.897Z] PASS [2021-02-23T18:22:55.897Z] coverage: 85.7% of statements [2021-02-23T18:22:55.897Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2021-02-23T18:22:55.906Z] --- PASS: TestBuildWithHugeFile (26.43s) [2021-02-23T18:22:55.906Z] === RUN TestBuildWithEmptyDockerfile [2021-02-23T18:22:55.906Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:22:55.906Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:22:55.906Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:22:55.906Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:22:55.906Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:22:55.906Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:22:55.906Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:22:55.906Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:22:55.906Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:22:55.906Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2021-02-23T18:22:55.906Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2021-02-23T18:22:55.906Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-02-23T18:22:55.906Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-02-23T18:22:55.906Z] === RUN TestBuildPreserveOwnership [2021-02-23T18:22:55.906Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-23T18:22:56.330Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-23T18:22:56.355Z] --- PASS: TestFailedConnection (1.05s) [2021-02-23T18:22:56.355Z] === RUN TestFailOnce [2021-02-23T18:22:56.355Z] 2021/02/23 18:22:55 http: panic serving 127.0.0.1:49222: Plugin not ready [2021-02-23T18:22:56.355Z] goroutine 34 [running]: [2021-02-23T18:22:56.355Z] net/http.(*conn).serve.func1(0xc000124000) [2021-02-23T18:22:56.355Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-02-23T18:22:56.355Z] panic(0x849b40, 0x986ad0) [2021-02-23T18:22:56.355Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-02-23T18:22:56.355Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000162000, 0xc000146000) [2021-02-23T18:22:56.355Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-02-23T18:22:56.355Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000162000, 0xc000146000) [2021-02-23T18:22:56.355Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-02-23T18:22:56.355Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000162000, 0xc000146000) [2021-02-23T18:22:56.355Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-02-23T18:22:56.355Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000162000, 0xc000146000) [2021-02-23T18:22:56.355Z] c:/go/src/net/http/server.go:2831 +0xab [2021-02-23T18:22:56.355Z] net/http.(*conn).serve(0xc000124000, 0x99b2c0, 0xc00013c000) [2021-02-23T18:22:56.355Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-02-23T18:22:56.355Z] created by net/http.(*Server).Serve [2021-02-23T18:22:56.355Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-02-23T18:22:56.355Z] time="2021-02-23T18:22:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.FailOnce: Post http://127.0.0.1:49221/Test.FailOnce: EOF, retrying in 1s" [2021-02-23T18:22:56.355Z] === RUN TestOutputOnPrematureClose [2021-02-23T18:22:56.355Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-02-23T18:22:56.355Z] === RUN TestCompleteSilently [2021-02-23T18:22:56.355Z] --- PASS: TestCompleteSilently (0.00s) [2021-02-23T18:22:56.355Z] PASS [2021-02-23T18:22:56.355Z] coverage: 75.9% of statements [2021-02-23T18:22:56.355Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2021-02-23T18:22:56.717Z] === RUN TestDockerSuite/TestAttachDetach [2021-02-23T18:22:56.717Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-02-23T18:22:56.813Z] === RUN TestSendToOneSub [2021-02-23T18:22:56.813Z] --- PASS: TestSendToOneSub (0.00s) [2021-02-23T18:22:56.813Z] === RUN TestSendToMultipleSubs [2021-02-23T18:22:56.813Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-02-23T18:22:56.813Z] === RUN TestEvictOneSub [2021-02-23T18:22:56.813Z] --- PASS: TestEvictOneSub (0.00s) [2021-02-23T18:22:56.813Z] === RUN TestClosePublisher [2021-02-23T18:22:56.813Z] --- PASS: TestClosePublisher (0.00s) [2021-02-23T18:22:56.813Z] === RUN TestPubSubRace [2021-02-23T18:22:57.266Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-23T18:22:57.271Z] === RUN TestRegister [2021-02-23T18:22:57.271Z] --- PASS: TestRegister (0.00s) [2021-02-23T18:22:57.271Z] === RUN TestCommand [2021-02-23T18:22:57.271Z] --- PASS: TestCommand (0.03s) [2021-02-23T18:22:57.271Z] === RUN TestNaiveSelf [2021-02-23T18:22:57.271Z] --- PASS: TestNaiveSelf (0.02s) [2021-02-23T18:22:57.271Z] PASS [2021-02-23T18:22:57.271Z] coverage: 82.4% of statements [2021-02-23T18:22:57.271Z] ok github.com/docker/docker/pkg/reexec 0.077s coverage: 82.4% of statements [2021-02-23T18:22:57.271Z] --- PASS: TestFailOnce (1.16s) [2021-02-23T18:22:57.271Z] === RUN TestEchoInputOutput [2021-02-23T18:22:57.271Z] --- PASS: TestEchoInputOutput (0.00s) [2021-02-23T18:22:57.271Z] === RUN TestBackoff [2021-02-23T18:22:57.271Z] --- PASS: TestBackoff (0.00s) [2021-02-23T18:22:57.271Z] === RUN TestAbortRetry [2021-02-23T18:22:57.271Z] --- PASS: TestAbortRetry (0.00s) [2021-02-23T18:22:57.271Z] === RUN TestClientScheme [2021-02-23T18:22:57.271Z] --- PASS: TestClientScheme (0.00s) [2021-02-23T18:22:57.271Z] === RUN TestNewClientWithTimeout [2021-02-23T18:22:57.670Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-23T18:22:57.729Z] --- PASS: TestPubSubRace (1.04s) [2021-02-23T18:22:57.729Z] PASS [2021-02-23T18:22:57.729Z] coverage: 75.0% of statements [2021-02-23T18:22:57.729Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 75.0% of statements [2021-02-23T18:22:57.729Z] time="2021-02-23T18:22:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-02-23T18:22:57.833Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-23T18:22:57.848Z] --- PASS: TestRenameAnonymousContainer (4.10s) [2021-02-23T18:22:57.848Z] === RUN TestRenameContainerWithSameName [2021-02-23T18:22:57.930Z] --- PASS: TestBuildPreserveOwnership (5.61s) [2021-02-23T18:22:57.930Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.46s) [2021-02-23T18:22:57.930Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.14s) [2021-02-23T18:22:57.930Z] === RUN TestBuildPlatformInvalid [2021-02-23T18:22:58.187Z] --- PASS: TestBuildPlatformInvalid (0.29s) [2021-02-23T18:22:58.187Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-23T18:22:58.187Z] === RUN TestParseSignal [2021-02-23T18:22:58.187Z] --- PASS: TestParseSignal (0.00s) [2021-02-23T18:22:58.187Z] === RUN TestValidSignalForPlatform [2021-02-23T18:22:58.187Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-02-23T18:22:58.187Z] PASS [2021-02-23T18:22:58.187Z] coverage: 20.3% of statements [2021-02-23T18:22:58.187Z] ok github.com/docker/docker/pkg/signal 0.038s coverage: 20.3% of statements [2021-02-23T18:22:58.418Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2021-02-23T18:22:58.418Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-23T18:22:58.646Z] === RUN TestNewStdWriter [2021-02-23T18:22:58.646Z] --- PASS: TestNewStdWriter (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestWriteWithUninitializedStdWriter [2021-02-23T18:22:58.646Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestWriteWithNilBytes [2021-02-23T18:22:58.646Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestWrite [2021-02-23T18:22:58.646Z] --- PASS: TestWrite (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestWriteWithWriterError [2021-02-23T18:22:58.646Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-02-23T18:22:58.646Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyWriteAndRead [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyWithInvalidInputHeader [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyWithCorruptedPrefix [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyReturnsWriteErrors [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-02-23T18:22:58.646Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-02-23T18:22:58.646Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-02-23T18:22:58.646Z] PASS [2021-02-23T18:22:58.646Z] coverage: 100.0% of statements [2021-02-23T18:22:58.646Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2021-02-23T18:22:58.747Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-02-23T18:22:58.747Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-23T18:22:59.104Z] === RUN TestRawProgressFormatterFormatStatus [2021-02-23T18:22:59.104Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestRawProgressFormatterFormatProgress [2021-02-23T18:22:59.104Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestFormatStatus [2021-02-23T18:22:59.104Z] --- PASS: TestFormatStatus (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestFormatError [2021-02-23T18:22:59.104Z] --- PASS: TestFormatError (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestFormatJSONError [2021-02-23T18:22:59.104Z] --- PASS: TestFormatJSONError (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestJsonProgressFormatterFormatProgress [2021-02-23T18:22:59.104Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestJsonProgressFormatterFormatStatus [2021-02-23T18:22:59.104Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestNewJSONProgressOutput [2021-02-23T18:22:59.104Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestAuxFormatterEmit [2021-02-23T18:22:59.104Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestStreamWriterStdout [2021-02-23T18:22:59.104Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-02-23T18:22:59.104Z] === RUN TestStreamWriterStderr [2021-02-23T18:22:59.104Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-02-23T18:22:59.104Z] PASS [2021-02-23T18:22:59.104Z] coverage: 66.2% of statements [2021-02-23T18:22:59.104Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2021-02-23T18:22:59.562Z] === RUN TestGenerateRandomID [2021-02-23T18:22:59.562Z] --- PASS: TestGenerateRandomID (0.00s) [2021-02-23T18:22:59.562Z] === RUN TestShortenId [2021-02-23T18:22:59.562Z] --- PASS: TestShortenId (0.00s) [2021-02-23T18:22:59.562Z] === RUN TestShortenSha256Id [2021-02-23T18:22:59.562Z] --- PASS: TestShortenSha256Id (0.00s) [2021-02-23T18:22:59.562Z] === RUN TestShortenIdEmpty [2021-02-23T18:22:59.562Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-02-23T18:22:59.562Z] === RUN TestShortenIdInvalid [2021-02-23T18:22:59.562Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-02-23T18:22:59.562Z] === RUN TestIsShortIDNonHex [2021-02-23T18:22:59.562Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-02-23T18:22:59.562Z] === RUN TestIsShortIDNotCorrectSize [2021-02-23T18:22:59.562Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-02-23T18:22:59.562Z] PASS [2021-02-23T18:22:59.562Z] coverage: 70.6% of statements [2021-02-23T18:22:59.562Z] ok github.com/docker/docker/pkg/stringid 0.049s coverage: 70.6% of statements [2021-02-23T18:22:59.562Z] time="2021-02-23T18:22:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-02-23T18:22:59.738Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-23T18:22:59.937Z] #68 exporting layers 82.0s done [2021-02-23T18:22:59.937Z] #68 exporting manifest sha256:e65253552eee08179459b8a33d404b7b847241d41039d3944d7c048e33e1c41c done [2021-02-23T18:22:59.937Z] #68 exporting config sha256:d40a99a8affdbd0611d3692d4c28bb678c69fec20e2f5d452ce4d391ff85946a done [2021-02-23T18:22:59.937Z] #68 sending tarball [2021-02-23T18:23:00.020Z] === RUN TestIsCpusetListAvailable [2021-02-23T18:23:00.020Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-02-23T18:23:00.020Z] PASS [2021-02-23T18:23:00.020Z] coverage: 38.2% of statements [2021-02-23T18:23:00.020Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 38.2% of statements [2021-02-23T18:23:00.332Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2021-02-23T18:23:00.332Z] === RUN TestResize [2021-02-23T18:23:00.394Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-23T18:23:00.902Z] --- PASS: TestResize (0.81s) [2021-02-23T18:23:00.902Z] === RUN TestResizeWithInvalidSize [2021-02-23T18:23:00.987Z] === RUN TestChtimes [2021-02-23T18:23:00.987Z] --- PASS: TestChtimes (0.00s) [2021-02-23T18:23:00.987Z] === RUN TestChtimesWindows [2021-02-23T18:23:00.987Z] --- PASS: TestChtimesWindows (0.00s) [2021-02-23T18:23:00.987Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-02-23T18:23:00.987Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-02-23T18:23:00.987Z] === RUN TestEnsureRemoveAllNotExist [2021-02-23T18:23:00.987Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-02-23T18:23:00.987Z] === RUN TestEnsureRemoveAllWithDir [2021-02-23T18:23:00.987Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-02-23T18:23:00.987Z] === RUN TestEnsureRemoveAllWithFile [2021-02-23T18:23:00.987Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-02-23T18:23:00.987Z] === RUN TestHasWin32KSupport [2021-02-23T18:23:00.987Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-02-23T18:23:00.987Z] syscall_windows_test.go:8: win32k: true [2021-02-23T18:23:00.987Z] PASS [2021-02-23T18:23:00.987Z] coverage: 12.0% of statements [2021-02-23T18:23:00.987Z] ok github.com/docker/docker/pkg/system 0.056s coverage: 12.0% of statements [2021-02-23T18:23:01.261Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-23T18:23:01.445Z] === RUN TestTailFile [2021-02-23T18:23:01.445Z] --- PASS: TestTailFile (0.00s) [2021-02-23T18:23:01.445Z] === RUN TestTailFileManyLines [2021-02-23T18:23:01.445Z] --- PASS: TestTailFileManyLines (0.00s) [2021-02-23T18:23:01.445Z] === RUN TestTailEmptyFile [2021-02-23T18:23:01.445Z] --- PASS: TestTailEmptyFile (0.00s) [2021-02-23T18:23:01.445Z] === RUN TestTailNegativeN [2021-02-23T18:23:01.445Z] --- PASS: TestTailNegativeN (0.00s) [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader [2021-02-23T18:23:01.445Z] === PAUSE TestNewTailReader [2021-02-23T18:23:01.445Z] === CONT TestNewTailReader [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/8_byte_delimiter [2021-02-23T18:23:01.445Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/12_byte_delimiter [2021-02-23T18:23:01.445Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/no_delimiter [2021-02-23T18:23:01.445Z] === PAUSE TestNewTailReader/no_delimiter [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/single_byte_delimiter [2021-02-23T18:23:01.445Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/2_byte_delimiter [2021-02-23T18:23:01.445Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/4_byte_delimiter [2021-02-23T18:23:01.445Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/truncated_last_line [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-02-23T18:23:01.445Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/8_byte_delimiter [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/12_byte_delimiter [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/single_byte_delimiter [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/no_delimiter [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/4_byte_delimiter [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.446Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.446Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.446Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.447Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.447Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.447Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.448Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.448Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.448Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.449Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.449Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-23T18:23:01.641Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-23T18:23:01.826Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-23T18:23:01.844Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2021-02-23T18:23:01.844Z] === RUN TestResizeWhenContainerNotStarted [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.908Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.908Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.909Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-23T18:23:01.910Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.02s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.02s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.02s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-23T18:23:01.910Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-23T18:23:01.911Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.02s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter (0.02s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-02-23T18:23:01.912Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-23T18:23:01.912Z] PASS [2021-02-23T18:23:01.912Z] coverage: 88.6% of statements [2021-02-23T18:23:01.912Z] ok github.com/docker/docker/pkg/tailfile 0.353s coverage: 88.6% of statements [2021-02-23T18:23:01.912Z] time="2021-02-23T18:23:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-02-23T18:23:02.370Z] === RUN TestTarSumRemoveNonExistent [2021-02-23T18:23:02.370Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-02-23T18:23:02.370Z] === RUN TestTarSumRemove [2021-02-23T18:23:02.370Z] --- PASS: TestTarSumRemove (0.00s) [2021-02-23T18:23:02.370Z] === RUN TestSortFileInfoSums [2021-02-23T18:23:02.370Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-02-23T18:23:02.370Z] === RUN TestNewTarSumForLabelInvalid [2021-02-23T18:23:02.370Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-02-23T18:23:02.370Z] === RUN TestNewTarSumForLabel [2021-02-23T18:23:02.370Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-02-23T18:23:02.371Z] === RUN TestEmptyTar [2021-02-23T18:23:02.371Z] --- PASS: TestEmptyTar (0.00s) [2021-02-23T18:23:02.371Z] === RUN TestTarSumsReadSize [2021-02-23T18:23:02.371Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-02-23T18:23:02.371Z] === RUN TestTarSums [2021-02-23T18:23:02.371Z] --- PASS: TestTarSums (0.06s) [2021-02-23T18:23:02.371Z] === RUN TestIteration [2021-02-23T18:23:02.371Z] --- PASS: TestIteration (0.00s) [2021-02-23T18:23:02.371Z] === RUN TestVersionLabelForChecksum [2021-02-23T18:23:02.371Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-02-23T18:23:02.371Z] === RUN TestVersion [2021-02-23T18:23:02.371Z] --- PASS: TestVersion (0.00s) [2021-02-23T18:23:02.371Z] === RUN TestGetVersion [2021-02-23T18:23:02.371Z] --- PASS: TestGetVersion (0.00s) [2021-02-23T18:23:02.371Z] === RUN TestGetVersions [2021-02-23T18:23:02.371Z] --- PASS: TestGetVersions (0.00s) [2021-02-23T18:23:02.371Z] PASS [2021-02-23T18:23:02.371Z] coverage: 89.3% of statements [2021-02-23T18:23:02.371Z] ok github.com/docker/docker/pkg/tarsum 0.117s coverage: 89.3% of statements [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-23T18:23:02.371Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-23T18:23:02.416Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:23:02.416Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:23:02.416Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:23:02.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:23:02.416Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:23:02.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:23:02.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:23:02.454Z] --- PASS: TestBuildPreserveOwnership (7.23s) [2021-02-23T18:23:02.454Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.72s) [2021-02-23T18:23:02.454Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.50s) [2021-02-23T18:23:02.454Z] === RUN TestBuildPlatformInvalid [2021-02-23T18:23:02.454Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-02-23T18:23:02.454Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-23T18:23:02.751Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-23T18:23:02.829Z] testing: warning: no tests to run [2021-02-23T18:23:02.829Z] PASS [2021-02-23T18:23:02.829Z] coverage: [no statements] [2021-02-23T18:23:02.829Z] ok github.com/docker/docker/pkg/term/windows 0.045s coverage: [no statements] [no tests to run] [2021-02-23T18:23:03.286Z] === RUN TestTruncIndex [2021-02-23T18:23:03.286Z] === RUN TestIsGIT [2021-02-23T18:23:03.286Z] --- PASS: TestIsGIT (0.00s) [2021-02-23T18:23:03.286Z] === RUN TestIsTransport [2021-02-23T18:23:03.286Z] --- PASS: TestIsTransport (0.00s) [2021-02-23T18:23:03.286Z] PASS [2021-02-23T18:23:03.286Z] coverage: 100.0% of statements [2021-02-23T18:23:03.286Z] ok github.com/docker/docker/pkg/urlutil 0.037s coverage: 100.0% of statements [2021-02-23T18:23:03.286Z] --- PASS: TestTruncIndex (0.10s) [2021-02-23T18:23:03.286Z] PASS [2021-02-23T18:23:03.287Z] coverage: 91.5% of statements [2021-02-23T18:23:03.287Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2021-02-23T18:23:03.287Z] === RUN TestVersionInfo [2021-02-23T18:23:03.287Z] --- PASS: TestVersionInfo (0.00s) [2021-02-23T18:23:03.287Z] === RUN TestAppendVersions [2021-02-23T18:23:03.287Z] --- PASS: TestAppendVersions (0.00s) [2021-02-23T18:23:03.287Z] PASS [2021-02-23T18:23:03.287Z] coverage: 88.9% of statements [2021-02-23T18:23:03.287Z] ok github.com/docker/docker/pkg/useragent 0.037s coverage: 88.9% of statements [2021-02-23T18:23:03.312Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-02-23T18:23:04.239Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-23T18:23:04.336Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:23:04.821Z] === RUN TestNewSettable [2021-02-23T18:23:04.821Z] --- PASS: TestNewSettable (0.00s) [2021-02-23T18:23:04.821Z] === RUN TestIsSettable [2021-02-23T18:23:04.821Z] --- PASS: TestIsSettable (0.00s) [2021-02-23T18:23:04.821Z] === RUN TestUpdateSettingsEnv [2021-02-23T18:23:04.821Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-02-23T18:23:04.821Z] PASS [2021-02-23T18:23:04.821Z] coverage: 20.1% of statements [2021-02-23T18:23:04.821Z] ok github.com/docker/docker/plugin/v2 0.056s coverage: 20.1% of statements [2021-02-23T18:23:04.821Z] === RUN TestLoad [2021-02-23T18:23:04.821Z] --- PASS: TestLoad (0.00s) [2021-02-23T18:23:04.821Z] === RUN TestSave [2021-02-23T18:23:05.279Z] --- PASS: TestSave (0.02s) [2021-02-23T18:23:05.279Z] === RUN TestAddDeleteGet [2021-02-23T18:23:05.279Z] --- PASS: TestAddDeleteGet (0.04s) [2021-02-23T18:23:05.279Z] === RUN TestInvalidTags [2021-02-23T18:23:05.279Z] --- PASS: TestInvalidTags (0.01s) [2021-02-23T18:23:05.279Z] PASS [2021-02-23T18:23:05.279Z] coverage: 84.4% of statements [2021-02-23T18:23:05.279Z] ok github.com/docker/docker/reference 0.125s coverage: 84.4% of statements [2021-02-23T18:23:05.279Z] === RUN TestValidatePrivileges [2021-02-23T18:23:05.279Z] --- PASS: TestValidatePrivileges (0.00s) [2021-02-23T18:23:05.279Z] === RUN TestFilterByCapNeg [2021-02-23T18:23:05.279Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-02-23T18:23:05.279Z] === RUN TestFilterByCapPos [2021-02-23T18:23:05.279Z] --- PASS: TestFilterByCapPos (0.00s) [2021-02-23T18:23:05.279Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-02-23T18:23:05.279Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-02-23T18:23:05.279Z] PASS [2021-02-23T18:23:05.279Z] coverage: 12.0% of statements [2021-02-23T18:23:05.279Z] ok github.com/docker/docker/plugin 0.139s coverage: 12.0% of statements [2021-02-23T18:23:05.291Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:23:05.552Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:23:05.813Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:23:05.813Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:23:05.830Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-23T18:23:06.130Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-23T18:23:06.244Z] time="2021-02-23T18:23:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-02-23T18:23:06.386Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-02-23T18:23:06.396Z] --- PASS: TestDockerNetworkMacvlan (10.67s) [2021-02-23T18:23:06.397Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-02-23T18:23:06.397Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-02-23T18:23:06.397Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.97s) [2021-02-23T18:23:06.397Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s) [2021-02-23T18:23:06.397Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.52s) [2021-02-23T18:23:06.397Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.68s) [2021-02-23T18:23:06.397Z] PASS [2021-02-23T18:23:06.397Z] [2021-02-23T18:23:06.397Z] DONE 8 tests in 11.976s [2021-02-23T18:23:06.397Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-23T18:23:06.397Z] testing: warning: no tests to run [2021-02-23T18:23:06.397Z] PASS [2021-02-23T18:23:06.397Z] [2021-02-23T18:23:06.397Z] DONE 0 tests in 0.006s [2021-02-23T18:23:06.397Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-23T18:23:06.397Z] INFO: Testing against a local daemon [2021-02-23T18:23:06.397Z] === RUN TestAuthZPluginAllowRequest [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestReaderWithReadError [2021-02-23T18:23:06.705Z] === RUN TestRestartManagerTimeout [2021-02-23T18:23:06.705Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-02-23T18:23:06.705Z] === RUN TestRestartManagerTimeoutReset [2021-02-23T18:23:06.705Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-02-23T18:23:06.705Z] PASS [2021-02-23T18:23:06.705Z] coverage: 50.9% of statements [2021-02-23T18:23:06.705Z] ok github.com/docker/docker/restartmanager 0.029s coverage: 50.9% of statements [2021-02-23T18:23:06.705Z] time="2021-02-23T18:23:06Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestReader [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestReader (0.00s) [2021-02-23T18:23:06.705Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-02-23T18:23:06.705Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-02-23T18:23:06.705Z] PASS [2021-02-23T18:23:06.705Z] coverage: 100.0% of statements [2021-02-23T18:23:06.705Z] ok github.com/docker/docker/registry/resumable 0.277s coverage: 100.0% of statements [2021-02-23T18:23:07.164Z] === RUN TestResolveAuthConfigIndexServer [2021-02-23T18:23:07.164Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestResolveAuthConfigFullURL [2021-02-23T18:23:07.164Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestLoadAllowNondistributableArtifacts [2021-02-23T18:23:07.164Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestValidateMirror [2021-02-23T18:23:07.164Z] --- PASS: TestValidateMirror (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestLoadInsecureRegistries [2021-02-23T18:23:07.164Z] time="2021-02-23T18:23:06Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-23T18:23:07.164Z] time="2021-02-23T18:23:06Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-02-23T18:23:07.164Z] time="2021-02-23T18:23:06Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-23T18:23:07.164Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-02-23T18:23:07.164Z] === RUN TestNewServiceConfig [2021-02-23T18:23:07.164Z] --- PASS: TestNewServiceConfig (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestValidateIndexName [2021-02-23T18:23:07.164Z] --- PASS: TestValidateIndexName (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestValidateIndexNameWithError [2021-02-23T18:23:07.164Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestEndpointParse [2021-02-23T18:23:07.164Z] --- PASS: TestEndpointParse (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestEndpointParseInvalid [2021-02-23T18:23:07.164Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestValidateEndpoint [2021-02-23T18:23:07.164Z] --- PASS: TestValidateEndpoint (0.01s) [2021-02-23T18:23:07.164Z] === RUN TestPing [2021-02-23T18:23:07.164Z] --- PASS: TestPing (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestPingRegistryEndpoint [2021-02-23T18:23:07.164Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-02-23T18:23:07.164Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:07.164Z] === RUN TestEndpoint [2021-02-23T18:23:07.164Z] --- SKIP: TestEndpoint (0.00s) [2021-02-23T18:23:07.164Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:07.164Z] === RUN TestParseRepositoryInfo [2021-02-23T18:23:07.164Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestNewIndexInfo [2021-02-23T18:23:07.164Z] --- PASS: TestNewIndexInfo (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestMirrorEndpointLookup [2021-02-23T18:23:07.164Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-02-23T18:23:07.164Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:07.164Z] === RUN TestSearchRepositories [2021-02-23T18:23:07.164Z] --- PASS: TestSearchRepositories (0.01s) [2021-02-23T18:23:07.164Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-02-23T18:23:07.164Z] Host: 127.0.0.1:49241 [2021-02-23T18:23:07.164Z] User-Agent: docker test client [2021-02-23T18:23:07.164Z] Authorization: Token fake-token [2021-02-23T18:23:07.164Z] X-Docker-Token: true [2021-02-23T18:23:07.164Z] Accept-Encoding: gzip [2021-02-23T18:23:07.164Z] [2021-02-23T18:23:07.164Z] [2021-02-23T18:23:07.164Z] registry_test.go:730: HTTP/1.1 200 OK [2021-02-23T18:23:07.164Z] Connection: close [2021-02-23T18:23:07.164Z] Content-Length: 144 [2021-02-23T18:23:07.164Z] Cache-Control: no-cache [2021-02-23T18:23:07.164Z] Content-Type: application/json [2021-02-23T18:23:07.164Z] Date: Tue, 23 Feb 2021 18:23:06 GMT [2021-02-23T18:23:07.164Z] Expires: -1 [2021-02-23T18:23:07.164Z] Pragma: no-cache [2021-02-23T18:23:07.164Z] Server: docker-tests/mock [2021-02-23T18:23:07.164Z] X-Docker-Registry-Config: mock [2021-02-23T18:23:07.164Z] X-Docker-Registry-Version: 0.0.0 [2021-02-23T18:23:07.164Z] [2021-02-23T18:23:07.164Z] [2021-02-23T18:23:07.164Z] === RUN TestTrustedLocation [2021-02-23T18:23:07.164Z] --- PASS: TestTrustedLocation (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-02-23T18:23:07.164Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestAllowNondistributableArtifacts [2021-02-23T18:23:07.164Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-02-23T18:23:07.164Z] === RUN TestIsSecureIndex [2021-02-23T18:23:07.164Z] --- PASS: TestIsSecureIndex (0.00s) [2021-02-23T18:23:07.164Z] PASS [2021-02-23T18:23:07.164Z] coverage: 50.3% of statements [2021-02-23T18:23:07.164Z] ok github.com/docker/docker/registry 0.254s coverage: 50.3% of statements [2021-02-23T18:23:07.200Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:23:07.200Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:23:07.261Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-02-23T18:23:07.261Z] tests/integration/client_test.py ..... [ 75%] [2021-02-23T18:23:07.261Z] tests/integration/context_api_test.py ... [ 76%] [2021-02-23T18:23:07.261Z] tests/integration/errors_test.py . [ 76%] [2021-02-23T18:23:07.314Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-23T18:23:07.622Z] === RUN TestDecodeContainerConfig [2021-02-23T18:23:07.622Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-02-23T18:23:07.622Z] === RUN TestDecodeContainerConfigIsolation [2021-02-23T18:23:07.622Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-02-23T18:23:07.622Z] === RUN TestValidatePrivileged [2021-02-23T18:23:07.622Z] --- PASS: TestValidatePrivileged (0.00s) [2021-02-23T18:23:07.622Z] PASS [2021-02-23T18:23:07.622Z] coverage: 52.2% of statements [2021-02-23T18:23:07.622Z] ok github.com/docker/docker/runconfig 0.107s coverage: 52.2% of statements [2021-02-23T18:23:07.772Z] --- PASS: TestAuthZPluginAllowRequest (1.25s) [2021-02-23T18:23:07.772Z] === RUN TestAuthZPluginTLS [2021-02-23T18:23:08.080Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-02-23T18:23:08.080Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-02-23T18:23:08.080Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-02-23T18:23:08.080Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-02-23T18:23:08.080Z] PASS [2021-02-23T18:23:08.080Z] coverage: 62.5% of statements [2021-02-23T18:23:08.080Z] ok github.com/docker/docker/testutil 0.086s coverage: 62.5% of statements [2021-02-23T18:23:08.339Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-02-23T18:23:08.339Z] === RUN TestAuthZPluginDenyRequest [2021-02-23T18:23:08.589Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:23:08.598Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-02-23T18:23:08.598Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-23T18:23:08.679Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-23T18:23:08.679Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-23T18:23:08.935Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-02-23T18:23:09.165Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-02-23T18:23:09.165Z] === RUN TestAuthZPluginDenyResponse [2021-02-23T18:23:09.732Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-02-23T18:23:09.732Z] === RUN TestAuthZPluginAllowEventStream [2021-02-23T18:23:09.864Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-23T18:23:10.254Z] === RUN TestGetDriver [2021-02-23T18:23:10.254Z] --- PASS: TestGetDriver (0.00s) [2021-02-23T18:23:10.254Z] === RUN TestVolumeRequestError [2021-02-23T18:23:10.254Z] --- PASS: TestVolumeRequestError (0.01s) [2021-02-23T18:23:10.254Z] PASS [2021-02-23T18:23:10.254Z] coverage: 36.1% of statements [2021-02-23T18:23:10.254Z] ok github.com/docker/docker/volume/drivers 0.045s coverage: 36.1% of statements [2021-02-23T18:23:10.254Z] === RUN TestGetAddress [2021-02-23T18:23:10.254Z] --- PASS: TestGetAddress (0.00s) [2021-02-23T18:23:10.254Z] === RUN TestRemove [2021-02-23T18:23:10.254Z] --- SKIP: TestRemove (0.00s) [2021-02-23T18:23:10.254Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-23T18:23:10.254Z] === RUN TestInitializeWithVolumes [2021-02-23T18:23:10.254Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-02-23T18:23:10.254Z] === RUN TestCreate [2021-02-23T18:23:10.254Z] --- PASS: TestCreate (0.01s) [2021-02-23T18:23:10.254Z] === RUN TestValidateName [2021-02-23T18:23:10.254Z] --- PASS: TestValidateName (0.00s) [2021-02-23T18:23:10.254Z] === RUN TestCreateWithOpts [2021-02-23T18:23:10.254Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-02-23T18:23:10.254Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-23T18:23:10.254Z] === RUN TestRelaodNoOpts [2021-02-23T18:23:10.254Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-02-23T18:23:10.254Z] PASS [2021-02-23T18:23:10.254Z] coverage: 41.5% of statements [2021-02-23T18:23:10.254Z] ok github.com/docker/docker/volume/local 0.092s coverage: 41.5% of statements [2021-02-23T18:23:10.713Z] === RUN TestConvertTmpfsOptions [2021-02-23T18:23:10.713Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-02-23T18:23:10.713Z] parser_test.go:49: data="mode=700,size=1m" [2021-02-23T18:23:10.713Z] parser_test.go:49: data="ro" [2021-02-23T18:23:10.713Z] === RUN TestParseMountRaw [2021-02-23T18:23:10.713Z] --- PASS: TestParseMountRaw (0.02s) [2021-02-23T18:23:10.713Z] === RUN TestParseMountRawSplit [2021-02-23T18:23:10.713Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-02-23T18:23:10.713Z] parser_test.go:390: case 0 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 1 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 2 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 3 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 4 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 5 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 6 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 7 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 8 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 0 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 1 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 2 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 3 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 4 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 5 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 6 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 7 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 8 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 9 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 10 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 11 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 12 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 0 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 1 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 2 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 3 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 4 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 5 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 6 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 7 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 8 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 9 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 10 [2021-02-23T18:23:10.713Z] parser_test.go:390: case 11 [2021-02-23T18:23:10.713Z] === RUN TestParseMountSpec [2021-02-23T18:23:10.713Z] --- PASS: TestParseMountSpec (0.00s) [2021-02-23T18:23:10.713Z] parser_test.go:455: case 0 [2021-02-23T18:23:10.713Z] parser_test.go:455: case 1 [2021-02-23T18:23:10.713Z] parser_test.go:455: case 2 [2021-02-23T18:23:10.713Z] parser_test.go:455: case 3 [2021-02-23T18:23:10.713Z] parser_test.go:455: case 4 [2021-02-23T18:23:10.713Z] parser_test.go:455: case 5 [2021-02-23T18:23:10.713Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-02-23T18:23:10.713Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-02-23T18:23:10.713Z] === RUN TestValidateMount [2021-02-23T18:23:10.713Z] --- PASS: TestValidateMount (0.00s) [2021-02-23T18:23:10.713Z] PASS [2021-02-23T18:23:10.713Z] coverage: 66.2% of statements [2021-02-23T18:23:10.713Z] ok github.com/docker/docker/volume/mounts 0.102s coverage: 66.2% of statements [2021-02-23T18:23:10.792Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-23T18:23:11.109Z] --- PASS: TestAuthZPluginAllowEventStream (1.23s) [2021-02-23T18:23:11.109Z] === RUN TestAuthZPluginErrorResponse [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.80s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.05s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.65s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.47s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.74s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.67s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.60s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.66s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.90s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.68s) [2021-02-23T18:23:11.136Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.42s) [2021-02-23T18:23:11.136Z] === RUN TestCgroupNamespacesRun [2021-02-23T18:23:11.676Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-02-23T18:23:11.676Z] === RUN TestAuthZPluginErrorRequest [2021-02-23T18:23:11.680Z] === RUN TestSetGetMeta [2021-02-23T18:23:11.680Z] === PAUSE TestSetGetMeta [2021-02-23T18:23:11.680Z] === RUN TestRestore [2021-02-23T18:23:11.680Z] === PAUSE TestRestore [2021-02-23T18:23:11.680Z] === RUN TestServiceCreate [2021-02-23T18:23:11.680Z] === PAUSE TestServiceCreate [2021-02-23T18:23:11.680Z] === RUN TestServiceList [2021-02-23T18:23:11.680Z] === PAUSE TestServiceList [2021-02-23T18:23:11.680Z] === RUN TestServiceRemove [2021-02-23T18:23:11.680Z] === PAUSE TestServiceRemove [2021-02-23T18:23:11.680Z] === RUN TestServiceGet [2021-02-23T18:23:11.680Z] === PAUSE TestServiceGet [2021-02-23T18:23:11.680Z] === RUN TestServicePrune [2021-02-23T18:23:11.680Z] === PAUSE TestServicePrune [2021-02-23T18:23:11.680Z] === RUN TestCreate [2021-02-23T18:23:11.680Z] === PAUSE TestCreate [2021-02-23T18:23:11.680Z] === RUN TestRemove [2021-02-23T18:23:11.680Z] === PAUSE TestRemove [2021-02-23T18:23:11.680Z] === RUN TestList [2021-02-23T18:23:11.680Z] === PAUSE TestList [2021-02-23T18:23:11.680Z] === RUN TestFindByDriver [2021-02-23T18:23:11.680Z] === PAUSE TestFindByDriver [2021-02-23T18:23:12.139Z] === RUN TestFindByReferenced [2021-02-23T18:23:12.139Z] === PAUSE TestFindByReferenced [2021-02-23T18:23:12.139Z] === RUN TestDerefMultipleOfSameRef [2021-02-23T18:23:12.139Z] === PAUSE TestDerefMultipleOfSameRef [2021-02-23T18:23:12.139Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-23T18:23:12.139Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-23T18:23:12.139Z] === RUN TestDefererencePluginOnCreateError [2021-02-23T18:23:12.139Z] === PAUSE TestDefererencePluginOnCreateError [2021-02-23T18:23:12.139Z] === RUN TestRefDerefRemove [2021-02-23T18:23:12.139Z] === PAUSE TestRefDerefRemove [2021-02-23T18:23:12.139Z] === RUN TestGet [2021-02-23T18:23:12.139Z] === PAUSE TestGet [2021-02-23T18:23:12.139Z] === RUN TestGetWithReference [2021-02-23T18:23:12.139Z] === PAUSE TestGetWithReference [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_nil_list [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_nil_list [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_empty_list [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_empty_list [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_filter_some [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_filter_some [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_filter_middle [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_filter_middle [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-02-23T18:23:12.139Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-02-23T18:23:12.139Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_nil_list [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_filter_some [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_empty_list [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_filter_middle [2021-02-23T18:23:12.139Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-02-23T18:23:12.139Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-02-23T18:23:12.139Z] === CONT TestSetGetMeta [2021-02-23T18:23:12.139Z] === CONT TestServiceGet [2021-02-23T18:23:12.139Z] === CONT TestFindByDriver [2021-02-23T18:23:12.139Z] === CONT TestRemove [2021-02-23T18:23:12.139Z] --- PASS: TestSetGetMeta (0.02s) [2021-02-23T18:23:12.139Z] === CONT TestCreate [2021-02-23T18:23:12.139Z] --- PASS: TestFindByDriver (0.03s) [2021-02-23T18:23:12.139Z] === CONT TestServiceList [2021-02-23T18:23:12.139Z] === CONT TestServicePrune [2021-02-23T18:23:12.139Z] --- PASS: TestRemove (0.03s) [2021-02-23T18:23:12.139Z] --- PASS: TestCreate (0.02s) [2021-02-23T18:23:12.139Z] === CONT TestServiceRemove [2021-02-23T18:23:12.139Z] --- PASS: TestServiceGet (0.11s) [2021-02-23T18:23:12.139Z] === CONT TestRefDerefRemove [2021-02-23T18:23:12.139Z] time="2021-02-23T18:23:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-23T18:23:12.139Z] --- PASS: TestServiceRemove (0.08s) [2021-02-23T18:23:12.139Z] === CONT TestGetWithReference [2021-02-23T18:23:12.139Z] --- PASS: TestServiceList (0.09s) [2021-02-23T18:23:12.139Z] === CONT TestGet [2021-02-23T18:23:12.139Z] time="2021-02-23T18:23:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-23T18:23:12.139Z] time="2021-02-23T18:23:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-23T18:23:12.139Z] --- PASS: TestRefDerefRemove (0.02s) [2021-02-23T18:23:12.139Z] === CONT TestList [2021-02-23T18:23:12.139Z] time="2021-02-23T18:23:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-02-23T18:23:12.139Z] --- PASS: TestGet (0.02s) [2021-02-23T18:23:12.139Z] === CONT TestServiceCreate [2021-02-23T18:23:12.139Z] --- PASS: TestGetWithReference (0.02s) [2021-02-23T18:23:12.139Z] === CONT TestRestore [2021-02-23T18:23:12.139Z] time="2021-02-23T18:23:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-23T18:23:12.139Z] --- PASS: TestServicePrune (0.11s) [2021-02-23T18:23:12.139Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-23T18:23:12.139Z] --- PASS: TestList (0.03s) [2021-02-23T18:23:12.139Z] === CONT TestDefererencePluginOnCreateError [2021-02-23T18:23:12.139Z] === CONT TestDerefMultipleOfSameRef [2021-02-23T18:23:12.139Z] --- PASS: TestServiceCreate (0.02s) [2021-02-23T18:23:12.139Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-02-23T18:23:12.139Z] === CONT TestFindByReferenced [2021-02-23T18:23:12.139Z] --- PASS: TestRestore (0.03s) [2021-02-23T18:23:12.139Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-02-23T18:23:12.139Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-02-23T18:23:12.140Z] --- PASS: TestFindByReferenced (0.02s) [2021-02-23T18:23:12.140Z] PASS [2021-02-23T18:23:12.140Z] coverage: 70.3% of statements [2021-02-23T18:23:12.140Z] ok github.com/docker/docker/volume/service 0.242s coverage: 70.3% of statements [2021-02-23T18:23:12.243Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-02-23T18:23:12.243Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-23T18:23:12.501Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-02-23T18:23:12.501Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-23T18:23:12.687Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-02-23T18:23:12.804Z] Loaded image: buildpack-deps:buster [2021-02-23T18:23:12.804Z] Loaded image: busybox:latest [2021-02-23T18:23:12.804Z] Loaded image: busybox:glibc [2021-02-23T18:23:13.050Z] --- PASS: TestCgroupNamespacesRun (1.88s) [2021-02-23T18:23:13.050Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-23T18:23:13.434Z] Loaded image: debian:bullseye [2021-02-23T18:23:13.434Z] Loaded image: hello-world:latest [2021-02-23T18:23:13.724Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:23:14.404Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.51s) [2021-02-23T18:23:14.404Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-23T18:23:14.435Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.78s) [2021-02-23T18:23:14.435Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-23T18:23:15.045Z] --- PASS: TestNewClientWithTimeout (17.62s) [2021-02-23T18:23:15.045Z] === RUN TestClientStream [2021-02-23T18:23:15.045Z] --- PASS: TestClientStream (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestClientSendFile [2021-02-23T18:23:15.045Z] --- PASS: TestClientSendFile (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestClientWithRequestTimeout [2021-02-23T18:23:15.045Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestFileSpecPlugin [2021-02-23T18:23:15.045Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestFileJSONSpecPlugin [2021-02-23T18:23:15.045Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-02-23T18:23:15.045Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestPluginAddHandler [2021-02-23T18:23:15.045Z] --- PASS: TestPluginAddHandler (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestPluginWaitBadPlugin [2021-02-23T18:23:15.045Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-02-23T18:23:15.045Z] === RUN TestGet [2021-02-23T18:23:15.045Z] time="2021-02-23T18:23:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-02-23T18:23:15.440Z] #68 ... [2021-02-23T18:23:15.440Z] [2021-02-23T18:23:15.440Z] #69 importing to docker [2021-02-23T18:23:15.440Z] #69 sha256:07a75cda6fd61e9b3bec7474cd3e3d60413078be4c499beca647d412005862c9 [2021-02-23T18:23:15.783Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.55s) [2021-02-23T18:23:15.783Z] === RUN TestAuthZPluginHeader [2021-02-23T18:23:16.014Z] time="2021-02-23T18:23:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-02-23T18:23:16.355Z] --- PASS: TestAuthZPluginHeader (0.72s) [2021-02-23T18:23:16.355Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-23T18:23:16.365Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.90s) [2021-02-23T18:23:16.365Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-23T18:23:16.851Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-02-23T18:23:18.191Z] time="2021-02-23T18:23:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-02-23T18:23:18.277Z] --- PASS: TestCgroupNamespacesRunHostMode (1.84s) [2021-02-23T18:23:18.277Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-23T18:23:18.740Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-02-23T18:23:20.190Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s) [2021-02-23T18:23:20.190Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-23T18:23:20.543Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.73s) [2021-02-23T18:23:20.543Z] === RUN TestAuthZPluginV2Disable [2021-02-23T18:23:20.602Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.67s) [2021-02-23T18:23:20.602Z] PASS [2021-02-23T18:23:20.602Z] [2021-02-23T18:23:20.602Z] === Skipped [2021-02-23T18:23:20.602Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-02-23T18:23:20.602Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:23:20.602Z] [2021-02-23T18:23:20.602Z] [2021-02-23T18:23:20.602Z] DONE 33 tests, 1 skipped in 100.786s [2021-02-23T18:23:20.602Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-02-23T18:23:20.602Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:23:20.602Z] ++ set -e [2021-02-23T18:23:20.602Z] ++ '[' -n 0 ']' [2021-02-23T18:23:20.602Z] ++ set -x [2021-02-23T18:23:20.602Z] ++ 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=s390x 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/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:23:20.602Z] INFO: Testing against a local daemon [2021-02-23T18:23:20.602Z] === RUN TestConfigInspect [2021-02-23T18:23:20.629Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-02-23T18:23:21.929Z] time="2021-02-23T18:23:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-02-23T18:23:22.102Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.84s) [2021-02-23T18:23:22.102Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-23T18:23:23.043Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.00s) [2021-02-23T18:23:23.043Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-23T18:23:23.087Z] --- PASS: TestAuthZPluginV2Disable (3.03s) [2021-02-23T18:23:23.087Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-23T18:23:23.147Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-02-23T18:23:23.403Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-02-23T18:23:23.965Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-02-23T18:23:24.959Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.88s) [2021-02-23T18:23:24.959Z] === RUN TestKernelTCPMemory [2021-02-23T18:23:25.201Z] --- PASS: TestConfigInspect (3.99s) [2021-02-23T18:23:25.201Z] === RUN TestConfigList [2021-02-23T18:23:25.331Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-02-23T18:23:25.764Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-02-23T18:23:25.893Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-02-23T18:23:25.900Z] --- PASS: TestKernelTCPMemory (0.90s) [2021-02-23T18:23:25.900Z] === RUN TestNISDomainname [2021-02-23T18:23:26.371Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.77s) [2021-02-23T18:23:26.372Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-23T18:23:26.842Z] --- PASS: TestNISDomainname (0.96s) [2021-02-23T18:23:26.842Z] === RUN TestHostnameDnsResolution [2021-02-23T18:23:28.408Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-02-23T18:23:28.664Z] Loaded image: buildpack-deps:buster [2021-02-23T18:23:28.706Z] --- PASS: TestConfigList (3.81s) [2021-02-23T18:23:28.706Z] === RUN TestConfigsCreateAndDelete [2021-02-23T18:23:28.753Z] --- PASS: TestHostnameDnsResolution (1.68s) [2021-02-23T18:23:28.753Z] === RUN TestStats [2021-02-23T18:23:28.919Z] Loaded image: busybox:latest [2021-02-23T18:23:29.480Z] Loaded image: busybox:glibc [2021-02-23T18:23:30.407Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-02-23T18:23:30.506Z] --- PASS: TestGet (15.05s) [2021-02-23T18:23:30.506Z] === RUN TestPluginWithNoManifest [2021-02-23T18:23:30.506Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-02-23T18:23:30.506Z] === RUN TestGetAll [2021-02-23T18:23:30.506Z] --- PASS: TestGetAll (0.00s) [2021-02-23T18:23:30.506Z] PASS [2021-02-23T18:23:30.506Z] coverage: 73.4% of statements [2021-02-23T18:23:30.506Z] ok github.com/docker/docker/pkg/plugins 34.951s coverage: 73.4% of statements [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/quota [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/rootless [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/volume [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-23T18:23:30.506Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-23T18:23:30.968Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-23T18:23:31.294Z] --- PASS: TestStats (2.84s) [2021-02-23T18:23:31.294Z] === RUN TestStopContainerWithTimeout [2021-02-23T18:23:31.294Z] === RUN TestStopContainerWithTimeout/0 [2021-02-23T18:23:31.294Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-23T18:23:31.294Z] === RUN TestStopContainerWithTimeout/1 [2021-02-23T18:23:31.294Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-23T18:23:31.294Z] === RUN TestStopContainerWithTimeout/3 [2021-02-23T18:23:31.294Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-23T18:23:31.294Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-23T18:23:31.294Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-23T18:23:31.294Z] === CONT TestStopContainerWithTimeout/0 [2021-02-23T18:23:31.294Z] === CONT TestStopContainerWithTimeout/3 [2021-02-23T18:23:31.294Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-23T18:23:31.294Z] === CONT TestStopContainerWithTimeout/1 [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === Skipped [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-02-23T18:23:31.475Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-02-23T18:23:31.475Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-02-23T18:23:31.475Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-02-23T18:23:31.475Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-02-23T18:23:31.475Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-02-23T18:23:31.475Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-02-23T18:23:31.475Z] daemon_test.go:147: root required [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-23T18:23:31.475Z] reload_test.go:520: root required [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-02-23T18:23:31.475Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-23T18:23:31.475Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-02-23T18:23:31.475Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-02-23T18:23:31.475Z] download_test.go:268: Needs fixing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-02-23T18:23:31.475Z] layer_test.go:304: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-02-23T18:23:31.475Z] layer_test.go:353: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-02-23T18:23:31.475Z] layer_test.go:468: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-02-23T18:23:31.475Z] layer_test.go:697: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-02-23T18:23:31.475Z] migration_test.go:46: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-02-23T18:23:31.475Z] migration_test.go:182: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-02-23T18:23:31.475Z] mount_test.go:17: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-02-23T18:23:31.475Z] mount_test.go:76: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-02-23T18:23:31.475Z] mount_test.go:125: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-02-23T18:23:31.475Z] mount_test.go:212: Failing on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:134: Xz not present in msys2 [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:239: Failing on Windows CI machines [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-02-23T18:23:31.475Z] archive_windows_test.go:16: Currently fails [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-02-23T18:23:31.475Z] changes_test.go:192: needs more investigation [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-02-23T18:23:31.475Z] changes_test.go:405: needs further investigation [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-02-23T18:23:31.475Z] changes_test.go:441: needs further investigation [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-02-23T18:23:31.475Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-02-23T18:23:31.475Z] poller_test.go:41: No chmod on Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-23T18:23:31.475Z] fileutils_test.go:134: Needs porting to Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-23T18:23:31.475Z] fileutils_test.go:180: Needs porting to Windows [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-02-23T18:23:31.475Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-02-23T18:23:31.475Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-02-23T18:23:31.475Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-02-23T18:23:31.475Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-02-23T18:23:31.475Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] [2021-02-23T18:23:31.475Z] DONE 1825 tests, 45 skipped in 193.404s [2021-02-23T18:23:31.475Z] INFO: make.ps1 ended at 02/23/2021 18:23:31 [2021-02-23T18:23:31.895Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-23T18:23:32.219Z] --- PASS: TestConfigsCreateAndDelete (3.79s) [2021-02-23T18:23:32.219Z] === RUN TestConfigsUpdate [2021-02-23T18:23:32.822Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-02-23T18:23:33.010Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-02-23T18:23:33.011Z] INFO: Unit tests ended at 02/23/2021 18:23:32. Duration:00:03:26.9555195 [2021-02-23T18:23:33.011Z] INFO: Building busybox [2021-02-23T18:23:33.011Z] Sending build context to Docker daemon 5.12kB [2021-02-23T18:23:33.011Z] [2021-02-23T18:23:33.011Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-02-23T18:23:33.011Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-02-23T18:23:33.011Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-02-23T18:23:33.011Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-02-23T18:23:33.011Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-02-23T18:23:33.011Z] ---> 31902e4b25a6 [2021-02-23T18:23:33.011Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-02-23T18:23:33.011Z] ---> Running in b7f3a872557b [2021-02-23T18:23:33.750Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-23T18:23:34.007Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-23T18:23:34.007Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-02-23T18:23:34.046Z] #69 DONE 15.9s [2021-02-23T18:23:34.046Z] [2021-02-23T18:23:34.046Z] #68 exporting to oci image format [2021-02-23T18:23:34.046Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-23T18:23:34.046Z] #68 sending tarball 31.4s done [2021-02-23T18:23:34.046Z] #68 DONE 113.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-23T18:23:34.522Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/test/unit [2021-02-23T18:23:34.594Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-02-23T18:23:34.594Z] --- PASS: TestStopContainerWithTimeout/0 (1.13s) [2021-02-23T18:23:34.594Z] --- PASS: TestStopContainerWithTimeout/1 (2.32s) [2021-02-23T18:23:34.594Z] --- PASS: TestStopContainerWithTimeout/3 (2.95s) [2021-02-23T18:23:34.594Z] --- PASS: TestStopContainerWithTimeout/-1 (3.29s) [2021-02-23T18:23:34.594Z] === RUN TestDeleteDevicemapper [2021-02-23T18:23:34.594Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-23T18:23:34.594Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:23:34.594Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-23T18:23:34.935Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-02-23T18:23:34.935Z] Loaded image: debian:bullseye [2021-02-23T18:23:35.191Z] Loaded image: hello-world:latest [2021-02-23T18:23:35.191Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-02-23T18:23:35.191Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:23:36.358Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.86s) [2021-02-23T18:23:36.358Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-23T18:23:36.688Z] --- PASS: TestConfigsUpdate (3.83s) [2021-02-23T18:23:36.688Z] === RUN TestTemplatedConfig [2021-02-23T18:23:36.740Z] Removing intermediate container b7f3a872557b [2021-02-23T18:23:36.740Z] ---> 81f22cf4b93c [2021-02-23T18:23:36.740Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-02-23T18:23:36.740Z] ---> Running in 86e6983e6260 [2021-02-23T18:23:37.077Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-23T18:23:37.136Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.28s) [2021-02-23T18:23:37.136Z] === RUN TestUpdateMemory [2021-02-23T18:23:37.136Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-23T18:23:37.136Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:23:37.136Z] === RUN TestUpdateCPUQuota [2021-02-23T18:23:37.198Z] Removing intermediate container 86e6983e6260 [2021-02-23T18:23:37.198Z] ---> f608d326a7c9 [2021-02-23T18:23:37.198Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-02-23T18:23:37.198Z] ---> Running in 71c0cbc1abe2 [2021-02-23T18:23:37.656Z] Removing intermediate container 71c0cbc1abe2 [2021-02-23T18:23:37.656Z] ---> 845fd82d7485 [2021-02-23T18:23:37.656Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-02-23T18:23:38.068Z] ? github.com/docker/docker/api [no test files] [2021-02-23T18:23:38.088Z] --- PASS: TestUpdateCPUQuota (1.40s) [2021-02-23T18:23:38.088Z] === RUN TestUpdatePidsLimit [2021-02-23T18:23:38.088Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-23T18:23:38.442Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-02-23T18:23:38.659Z] === RUN TestUpdatePidsLimit/no_change [2021-02-23T18:23:38.919Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-23T18:23:39.190Z] [2021-02-23T18:23:39.407Z] --- PASS: TestTemplatedConfig (3.32s) [2021-02-23T18:23:39.407Z] === RUN TestConfigCreateResolve [2021-02-23T18:23:39.490Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-23T18:23:39.648Z] ---> 48b5f2723431 [2021-02-23T18:23:39.648Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-02-23T18:23:39.648Z] ---> Running in c50e6d7e1788 [2021-02-23T18:23:39.751Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-23T18:23:39.808Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-23T18:23:40.322Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-23T18:23:40.583Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-23T18:23:40.736Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-23T18:23:41.966Z] ......... [ 86%] [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit (3.71s) [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2021-02-23T18:23:41.967Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2021-02-23T18:23:41.967Z] === RUN TestUpdateRestartPolicy [2021-02-23T18:23:42.101Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-02-23T18:23:42.101Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (43.91s) [2021-02-23T18:23:42.101Z] PASS [2021-02-23T18:23:42.101Z] [2021-02-23T18:23:42.101Z] === Skipped [2021-02-23T18:23:42.101Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-23T18:23:42.101Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:23:42.101Z] [2021-02-23T18:23:42.101Z] [2021-02-23T18:23:42.101Z] DONE 33 tests, 1 skipped in 250.282s [2021-02-23T18:23:42.101Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-23T18:23:42.101Z] ++ 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 [2021-02-23T18:23:42.101Z] ++ set -e [2021-02-23T18:23:42.101Z] ++ '[' -n 0 ']' [2021-02-23T18:23:42.101Z] ++ set -x [2021-02-23T18:23:42.101Z] ++ 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 [2021-02-23T18:23:42.358Z] INFO: Testing against a local daemon [2021-02-23T18:23:42.358Z] === RUN TestConfigInspect [2021-02-23T18:23:42.358Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-02-23T18:23:43.286Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-02-23T18:23:43.542Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-02-23T18:23:43.915Z] --- PASS: TestConfigCreateResolve (3.79s) [2021-02-23T18:23:43.915Z] === RUN TestConfigDaemonLibtrustID [2021-02-23T18:23:43.915Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-02-23T18:23:43.915Z] PASS [2021-02-23T18:23:43.915Z] [2021-02-23T18:23:43.915Z] DONE 7 tests in 23.263s [2021-02-23T18:23:43.915Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-02-23T18:23:43.916Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:23:43.916Z] ++ set -e [2021-02-23T18:23:43.916Z] ++ '[' -n 0 ']' [2021-02-23T18:23:43.916Z] ++ set -x [2021-02-23T18:23:43.916Z] ++ 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=s390x 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/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:23:43.916Z] INFO: Testing against a local daemon [2021-02-23T18:23:43.916Z] === RUN TestCheckpoint [2021-02-23T18:23:43.916Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-23T18:23:43.916Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:23:43.916Z] === RUN TestContainerInvalidJSON [2021-02-23T18:23:43.916Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:23:43.916Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:23:43.916Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:23:43.916Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:23:43.916Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:23:43.916Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:23:43.916Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:23:43.916Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:23:43.916Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:23:43.916Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-23T18:23:43.916Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-23T18:23:43.916Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-23T18:23:43.916Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-23T18:23:43.916Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-23T18:23:44.104Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-02-23T18:23:44.207Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2021-02-23T18:23:44.207Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-23T18:23:44.207Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2021-02-23T18:23:44.207Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-23T18:23:44.497Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2021-02-23T18:23:44.497Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-23T18:23:44.497Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2021-02-23T18:23:44.497Z] === RUN TestCopyFromContainer [2021-02-23T18:23:45.468Z] --- PASS: TestConfigInspect (3.02s) [2021-02-23T18:23:45.468Z] === RUN TestConfigList [2021-02-23T18:23:46.509Z] tests/integration/models_images_test.py ............... [ 89%] [2021-02-23T18:23:47.336Z] === RUN TestCopyFromContainer// [2021-02-23T18:23:47.336Z] === RUN TestCopyFromContainer//bar/root [2021-02-23T18:23:47.336Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-23T18:23:47.336Z] === RUN TestCopyFromContainer/bar/quux [2021-02-23T18:23:47.336Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-23T18:23:47.472Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-02-23T18:23:47.625Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-23T18:23:47.625Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-23T18:23:47.625Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-23T18:23:47.709Z] tests/integration/models_networks_test.py .... [ 90%] [2021-02-23T18:23:47.915Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-23T18:23:47.915Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer (3.41s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-02-23T18:23:47.915Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-02-23T18:23:47.915Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-23T18:23:47.915Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:23:47.915Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:23:47.915Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:23:47.915Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:23:47.915Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:23:47.915Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:23:47.915Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:23:47.915Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:23:47.915Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:23:47.915Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-23T18:23:47.915Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-23T18:23:47.915Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-23T18:23:47.915Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-23T18:23:47.915Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-23T18:23:48.034Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-23T18:23:48.203Z] Removing intermediate container c50e6d7e1788 [2021-02-23T18:23:48.203Z] ---> 8a79641056f7 [2021-02-23T18:23:48.203Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-02-23T18:23:48.203Z] ---> Running in 029ba587608f [2021-02-23T18:23:48.205Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-02-23T18:23:48.205Z] === RUN TestCreateWithInvalidEnv [2021-02-23T18:23:48.205Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-23T18:23:48.205Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-23T18:23:48.205Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-23T18:23:48.205Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-23T18:23:48.205Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-23T18:23:48.205Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-23T18:23:48.205Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-23T18:23:48.205Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-23T18:23:48.205Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-23T18:23:48.205Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-23T18:23:48.205Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-23T18:23:48.205Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-23T18:23:48.205Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-23T18:23:48.205Z] === RUN TestCreateTmpfsMountsTarget [2021-02-23T18:23:48.205Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-02-23T18:23:48.205Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-23T18:23:48.290Z] --- PASS: TestConfigList (2.91s) [2021-02-23T18:23:48.290Z] === RUN TestConfigsCreateAndDelete [2021-02-23T18:23:48.661Z] [2021-02-23T18:23:48.661Z] SUCCESS: Specified value was saved. [2021-02-23T18:23:50.835Z] Removing intermediate container 029ba587608f [2021-02-23T18:23:50.835Z] ---> 2c16b77376f1 [2021-02-23T18:23:50.835Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-02-23T18:23:50.835Z] ---> Running in 76eb2c383ce0 [2021-02-23T18:23:50.983Z] --- PASS: TestCreateWithCustomMaskedPaths (2.47s) [2021-02-23T18:23:50.983Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-23T18:23:51.414Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2021-02-23T18:23:51.414Z] PASS [2021-02-23T18:23:51.414Z] [2021-02-23T18:23:51.414Z] DONE 17 tests in 45.009s [2021-02-23T18:23:51.414Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-23T18:23:51.414Z] INFO: Testing against a local daemon [2021-02-23T18:23:51.414Z] === RUN TestPluginInvalidJSON [2021-02-23T18:23:51.414Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:23:51.414Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:23:51.596Z] --- PASS: TestConfigsCreateAndDelete (3.11s) [2021-02-23T18:23:51.596Z] === RUN TestConfigsUpdate [2021-02-23T18:23:51.596Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-23T18:23:51.673Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:23:51.673Z] --- PASS: TestPluginInvalidJSON (0.06s) [2021-02-23T18:23:51.673Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:23:51.673Z] === RUN TestPluginInstall [2021-02-23T18:23:51.673Z] === RUN TestPluginInstall/no_auth [2021-02-23T18:23:51.857Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-23T18:23:52.421Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-02-23T18:23:53.578Z] time="2021-02-23T18:23:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:23:53.578Z] time="2021-02-23T18:23:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8f8338deb5b949a0d692651bd19cd5f1f7c6eb0b621ecac0cda908256b588319" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:23:53.578Z] time="2021-02-23T18:23:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:23:53.578Z] time="2021-02-23T18:23:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8f8338deb5b949a0d692651bd19cd5f1f7c6eb0b621ecac0cda908256b588319" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:23:53.578Z] === RUN TestPluginInstall/with_htpasswd [2021-02-23T18:23:53.735Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.72s) [2021-02-23T18:23:53.735Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-23T18:23:53.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:23:53.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:23:53.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:23:53.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:23:53.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:23:53.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:23:53.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:23:53.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:23:53.735Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:23:53.735Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:23:53.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:23:53.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:23:53.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:23:53.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:23:53.735Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:23:53.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-23T18:23:53.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-23T18:23:53.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-23T18:23:53.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-23T18:23:53.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-23T18:23:53.735Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-02-23T18:23:53.735Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-23T18:23:54.145Z] time="2021-02-23T18:23:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:23:54.145Z] time="2021-02-23T18:23:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:356695562ce194bd429fcf7448e4f674fbbcd55d75ecfc7fa0788f6ffd83dcd4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:23:54.145Z] time="2021-02-23T18:23:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:23:54.145Z] time="2021-02-23T18:23:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:356695562ce194bd429fcf7448e4f674fbbcd55d75ecfc7fa0788f6ffd83dcd4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:23:54.193Z] --- PASS: TestUpdateRestartPolicy (12.41s) [2021-02-23T18:23:54.193Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-23T18:23:54.283Z] tests/integration/models_nodes_test.py . [ 91%] [2021-02-23T18:23:54.283Z] tests/integration/models_resources_test.py . [ 91%] [2021-02-23T18:23:54.325Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-23T18:23:54.394Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.85s) [2021-02-23T18:23:54.394Z] === RUN TestCreateDifferentPlatform [2021-02-23T18:23:54.394Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-23T18:23:54.394Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-23T18:23:54.394Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-23T18:23:54.394Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-23T18:23:54.394Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-23T18:23:54.394Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-23T18:23:54.394Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-02-23T18:23:54.394Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-23T18:23:54.394Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-02-23T18:23:54.394Z] === RUN TestContainerStartOnDaemonRestart [2021-02-23T18:23:54.394Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-23T18:23:54.394Z] === RUN TestDaemonRestartIpcMode [2021-02-23T18:23:54.394Z] === PAUSE TestDaemonRestartIpcMode [2021-02-23T18:23:54.394Z] === RUN TestDaemonHostGatewayIP [2021-02-23T18:23:54.394Z] === PAUSE TestDaemonHostGatewayIP [2021-02-23T18:23:54.394Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-23T18:23:54.394Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-23T18:23:54.394Z] === RUN TestContainerKillOnDaemonStart [2021-02-23T18:23:54.394Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-23T18:23:54.394Z] === RUN TestDiff [2021-02-23T18:23:54.404Z] === RUN TestPluginInstall/with_insecure [2021-02-23T18:23:54.564Z] Cannot create a file when that file already exists. [2021-02-23T18:23:54.887Z] --- PASS: TestConfigsUpdate (3.33s) [2021-02-23T18:23:54.887Z] === RUN TestTemplatedConfig [2021-02-23T18:23:54.887Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-02-23T18:23:54.887Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-02-23T18:23:55.134Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2021-02-23T18:23:55.134Z] === RUN TestWaitNonBlocked [2021-02-23T18:23:55.134Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:23:55.134Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:23:55.134Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:23:55.134Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:23:55.134Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:23:55.134Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:23:55.482Z] --- PASS: TestDiff (0.86s) [2021-02-23T18:23:55.482Z] === RUN TestExecWithCloseStdin [2021-02-23T18:23:55.779Z] time="2021-02-23T18:23:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:23:55.779Z] time="2021-02-23T18:23:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:23630d883cf74f244552626a59076fcb4486ca91574356b869e3e23c6569dd2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:23:55.779Z] time="2021-02-23T18:23:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:23:55.779Z] time="2021-02-23T18:23:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:23630d883cf74f244552626a59076fcb4486ca91574356b869e3e23c6569dd2f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:23:55.779Z] --- PASS: TestPluginInstall (4.17s) [2021-02-23T18:23:55.779Z] --- PASS: TestPluginInstall/no_auth (2.10s) [2021-02-23T18:23:55.779Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2021-02-23T18:23:55.779Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2021-02-23T18:23:55.779Z] plugin_test.go:160: [d042d0302577e] daemon is not started [2021-02-23T18:23:55.779Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:23:56.112Z] --- PASS: TestExecWithCloseStdin (0.94s) [2021-02-23T18:23:56.112Z] === RUN TestExec [2021-02-23T18:23:56.522Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-02-23T18:23:56.522Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2021-02-23T18:23:56.522Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2021-02-23T18:23:56.522Z] === RUN TestWaitBlocked [2021-02-23T18:23:56.522Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:23:56.522Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:23:56.522Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:23:56.522Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:23:56.522Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:23:56.522Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:23:56.736Z] ok github.com/docker/docker/api/server 0.012s coverage: 9.0% of statements [2021-02-23T18:23:57.152Z] --- PASS: TestExec (0.91s) [2021-02-23T18:23:57.152Z] === RUN TestExecUser [2021-02-23T18:23:57.401Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-02-23T18:23:57.401Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-23T18:23:57.465Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-23T18:23:57.465Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.97s) [2021-02-23T18:23:57.465Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2021-02-23T18:23:57.465Z] === CONT TestContainerStartOnDaemonRestart [2021-02-23T18:23:57.465Z] === CONT TestContainerKillOnDaemonStart [2021-02-23T18:23:57.465Z] === CONT TestDaemonHostGatewayIP [2021-02-23T18:23:57.465Z] === CONT TestDaemonRestartIpcMode [2021-02-23T18:23:57.683Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-23T18:23:58.219Z] --- PASS: TestExecUser (0.99s) [2021-02-23T18:23:58.219Z] === RUN TestExportContainerAndImportImage [2021-02-23T18:23:58.249Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-23T18:23:58.291Z] Removing intermediate container 76eb2c383ce0 [2021-02-23T18:23:58.291Z] ---> d831e7304107 [2021-02-23T18:23:58.291Z] Step 13/13 : CMD ["sh"] [2021-02-23T18:23:58.749Z] ---> Running in 76b31873d47c [2021-02-23T18:23:58.749Z] Removing intermediate container 76b31873d47c [2021-02-23T18:23:58.749Z] ---> 6b1f9caeb7d4 [2021-02-23T18:23:58.749Z] Successfully built 6b1f9caeb7d4 [2021-02-23T18:23:58.749Z] Successfully tagged busybox:latest [2021-02-23T18:23:58.749Z] INFO: Docker images of the daemon under test [2021-02-23T18:23:58.749Z] [2021-02-23T18:23:58.749Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-23T18:23:58.749Z] busybox latest 6b1f9caeb7d4 Less than a second ago 5.28GB [2021-02-23T18:23:58.749Z] microsoft/windowsservercore latest 31902e4b25a6 2 weeks ago 5.21GB [2021-02-23T18:23:58.749Z] mcr.microsoft.com/windows/servercore ltsc2019 31902e4b25a6 2 weeks ago 5.21GB [2021-02-23T18:23:58.749Z] [2021-02-23T18:23:58.749Z] INFO: Running integration tests at 02/23/2021 18:23:58... [2021-02-23T18:23:58.749Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-02-23T18:23:58.749Z] INFO: Integration API tests being run from the host: [2021-02-23T18:23:58.749Z] INFO: make.ps1 starting at 02/23/2021 18:23:58 [2021-02-23T18:23:58.769Z] --- PASS: TestTemplatedConfig (3.85s) [2021-02-23T18:23:58.769Z] === RUN TestConfigCreateResolve [2021-02-23T18:23:58.769Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-23T18:23:59.249Z] --- PASS: TestExportContainerAndImportImage (1.26s) [2021-02-23T18:23:59.249Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-23T18:23:59.332Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-02-23T18:23:59.623Z] --- PASS: TestPluginsWithRuntimes (3.59s) [2021-02-23T18:23:59.623Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.93s) [2021-02-23T18:23:59.623Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2021-02-23T18:23:59.623Z] PASS [2021-02-23T18:23:59.623Z] [2021-02-23T18:23:59.623Z] DONE 9 tests in 7.943s [2021-02-23T18:23:59.623Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-23T18:23:59.623Z] INFO: Testing against a local daemon [2021-02-23T18:23:59.623Z] === RUN TestExternalGraphDriver [2021-02-23T18:23:59.623Z] === RUN TestExternalGraphDriver/json [2021-02-23T18:23:59.722Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-02-23T18:23:59.893Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-23T18:24:00.334Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-02-23T18:24:00.772Z] --- PASS: TestContainerStartOnDaemonRestart (3.53s) [2021-02-23T18:24:00.772Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-23T18:24:00.869Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2021-02-23T18:24:00.870Z] === RUN TestHealthCheckWorkdir [2021-02-23T18:24:01.257Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-02-23T18:24:01.527Z] === RUN TestExternalGraphDriver/spec [2021-02-23T18:24:01.716Z] --- PASS: TestDaemonRestartIpcMode (4.30s) [2021-02-23T18:24:01.716Z] === CONT TestIpcModeOlderClient [2021-02-23T18:24:01.716Z] --- PASS: TestIpcModeOlderClient (0.18s) [2021-02-23T18:24:01.952Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2021-02-23T18:24:01.952Z] === RUN TestHealthKillContainer [2021-02-23T18:24:02.184Z] --- PASS: TestConfigCreateResolve (3.41s) [2021-02-23T18:24:02.184Z] === RUN TestConfigDaemonLibtrustID [2021-02-23T18:24:02.440Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2021-02-23T18:24:02.440Z] PASS [2021-02-23T18:24:02.440Z] [2021-02-23T18:24:02.440Z] DONE 7 tests in 20.341s [2021-02-23T18:24:02.440Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-23T18:24:02.440Z] ++ 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 [2021-02-23T18:24:02.440Z] ++ set -e [2021-02-23T18:24:02.440Z] ++ '[' -n 0 ']' [2021-02-23T18:24:02.440Z] ++ set -x [2021-02-23T18:24:02.658Z] --- PASS: TestDaemonHostGatewayIP (5.16s) [2021-02-23T18:24:02.696Z] ++ 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 [2021-02-23T18:24:02.696Z] INFO: Testing against a local daemon [2021-02-23T18:24:02.696Z] === RUN TestCheckpoint [2021-02-23T18:24:02.696Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-23T18:24:02.696Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:24:02.696Z] === RUN TestContainerInvalidJSON [2021-02-23T18:24:02.911Z] === RUN TestExternalGraphDriver/pull [2021-02-23T18:24:02.952Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:24:02.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:24:02.952Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:24:02.952Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:24:02.952Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:24:02.952Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:24:02.952Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:24:02.952Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:24:02.952Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-02-23T18:24:02.952Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:24:02.952Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-02-23T18:24:02.952Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-23T18:24:02.952Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-23T18:24:02.952Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-23T18:24:02.952Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-23T18:24:02.952Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-02-23T18:24:02.952Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-23T18:24:02.952Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-02-23T18:24:02.952Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-23T18:24:02.952Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-02-23T18:24:03.208Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-23T18:24:03.208Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-23T18:24:03.208Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2021-02-23T18:24:03.208Z] === RUN TestCopyFromContainer [2021-02-23T18:24:03.584Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-02-23T18:24:03.584Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-02-23T18:24:04.041Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.21s) [2021-02-23T18:24:04.286Z] --- PASS: TestExternalGraphDriver (4.94s) [2021-02-23T18:24:04.286Z] --- PASS: TestExternalGraphDriver/json (1.68s) [2021-02-23T18:24:04.286Z] --- PASS: TestExternalGraphDriver/spec (1.71s) [2021-02-23T18:24:04.286Z] --- PASS: TestExternalGraphDriver/pull (1.44s) [2021-02-23T18:24:04.286Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:24:05.098Z] === RUN TestCopyFromContainer// [2021-02-23T18:24:05.098Z] === RUN TestCopyFromContainer//bar/root [2021-02-23T18:24:05.098Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-23T18:24:05.098Z] === RUN TestCopyFromContainer/bar/quux [2021-02-23T18:24:05.354Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-23T18:24:05.354Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-23T18:24:05.611Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-23T18:24:05.611Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-23T18:24:05.611Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-02-23T18:24:05.611Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-23T18:24:05.617Z] --- PASS: TestHealthKillContainer (2.96s) [2021-02-23T18:24:05.617Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-23T18:24:05.867Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer (2.74s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2021-02-23T18:24:05.867Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2021-02-23T18:24:05.867Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-23T18:24:05.867Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:24:05.867Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:24:05.867Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:24:05.867Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:24:05.867Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:24:05.867Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:24:05.867Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:24:05.867Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:24:05.867Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:24:05.867Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-23T18:24:05.867Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-23T18:24:05.867Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-23T18:24:05.867Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-23T18:24:05.867Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-23T18:24:05.867Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-02-23T18:24:05.867Z] === RUN TestCreateWithInvalidEnv [2021-02-23T18:24:05.867Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-23T18:24:05.867Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-23T18:24:05.867Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-23T18:24:05.867Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-23T18:24:05.867Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-23T18:24:05.867Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-23T18:24:05.867Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-23T18:24:05.907Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s) [2021-02-23T18:24:05.907Z] === RUN TestIpcModeNone [2021-02-23T18:24:06.123Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-23T18:24:06.123Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-23T18:24:06.123Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-23T18:24:06.123Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-23T18:24:06.123Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-02-23T18:24:06.123Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-02-23T18:24:06.123Z] === RUN TestCreateTmpfsMountsTarget [2021-02-23T18:24:06.123Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-23T18:24:06.123Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-23T18:24:06.123Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-23T18:24:06.123Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-02-23T18:24:06.958Z] --- PASS: TestIpcModeNone (0.96s) [2021-02-23T18:24:06.958Z] === RUN TestIpcModePrivate [2021-02-23T18:24:07.168Z] tests/integration/regression_test.py ...... [ 98%] [2021-02-23T18:24:07.489Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-23T18:24:07.679Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-02-23T18:24:07.679Z] tests/integration/credentials/utils_test.py . [100%] [2021-02-23T18:24:07.679Z] [2021-02-23T18:24:07.679Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-02-23T18:24:07.679Z] =========================== short test summary info ============================ [2021-02-23T18:24:07.679Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-02-23T18:24:07.679Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-02-23T18:24:07.679Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-02-23T18:24:07.679Z] Not supported on most drivers [2021-02-23T18:24:07.679Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-02-23T18:24:07.679Z] Output of docker top depends on host distro, and is not formalized. [2021-02-23T18:24:07.679Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-02-23T18:24:07.679Z] Output of docker top depends on host distro, and is not formalized. [2021-02-23T18:24:07.679Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-02-23T18:24:07.679Z] Can fail if eth0 has multiple IP addresses [2021-02-23T18:24:07.679Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-02-23T18:24:07.679Z] This doesn't seem to be taken into account by the engine [2021-02-23T18:24:07.679Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-02-23T18:24:07.679Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-02-23T18:24:07.679Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 296.13 seconds == [2021-02-23T18:24:07.934Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-02-23T18:24:07.988Z] --- PASS: TestIpcModePrivate (0.95s) [2021-02-23T18:24:07.988Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2021-02-23T18:24:07.988Z] === RUN TestIpcModeShareable [2021-02-23T18:24:08.053Z] --- PASS: TestCreateWithCustomMaskedPaths (2.11s) [2021-02-23T18:24:08.053Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-23T18:24:08.473Z] --- PASS: TestGraphdriverPluginV2 (3.54s) [2021-02-23T18:24:08.473Z] PASS [2021-02-23T18:24:08.473Z] [2021-02-23T18:24:08.473Z] DONE 5 tests in 8.517s [2021-02-23T18:24:08.473Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-23T18:24:08.473Z] INFO: Testing against a local daemon [2021-02-23T18:24:08.473Z] === RUN TestContinueAfterPluginCrash [2021-02-23T18:24:08.473Z] === PAUSE TestContinueAfterPluginCrash [2021-02-23T18:24:08.473Z] === RUN TestReadPluginNoRead [2021-02-23T18:24:08.473Z] === PAUSE TestReadPluginNoRead [2021-02-23T18:24:08.473Z] === RUN TestDaemonStartWithLogOpt [2021-02-23T18:24:08.473Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-23T18:24:08.473Z] === CONT TestContinueAfterPluginCrash [2021-02-23T18:24:08.473Z] === CONT TestDaemonStartWithLogOpt [2021-02-23T18:24:08.614Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-23T18:24:09.079Z] --- PASS: TestIpcModeShareable (1.06s) [2021-02-23T18:24:09.079Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2021-02-23T18:24:09.079Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-23T18:24:09.984Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-02-23T18:24:10.240Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.03s) [2021-02-23T18:24:10.240Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-23T18:24:10.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:24:10.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:24:10.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:24:10.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:24:10.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:24:10.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:24:10.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:24:10.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:24:10.240Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:24:10.240Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:24:10.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:24:10.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:24:10.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:24:10.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:24:10.240Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:24:10.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2021-02-23T18:24:10.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-02-23T18:24:10.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-02-23T18:24:10.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-02-23T18:24:10.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2021-02-23T18:24:10.240Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-02-23T18:24:10.240Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-23T18:24:10.622Z] --- PASS: TestContainerKillOnDaemonStart (13.18s) [2021-02-23T18:24:10.622Z] PASS [2021-02-23T18:24:10.622Z] [2021-02-23T18:24:10.622Z] === Skipped [2021-02-23T18:24:10.622Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-02-23T18:24:10.622Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:24:10.622Z] [2021-02-23T18:24:10.622Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.01s) [2021-02-23T18:24:10.622Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:24:10.622Z] [2021-02-23T18:24:10.623Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-23T18:24:10.623Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:24:10.623Z] [2021-02-23T18:24:10.623Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:24:10.623Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:24:10.623Z] [2021-02-23T18:24:10.623Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-23T18:24:10.623Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:24:10.623Z] [2021-02-23T18:24:10.623Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-02-23T18:24:10.623Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:24:10.623Z] [2021-02-23T18:24:10.623Z] [2021-02-23T18:24:10.623Z] DONE 196 tests, 6 skipped in 142.010s [2021-02-23T18:24:10.623Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-02-23T18:24:10.623Z] ++ 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 [2021-02-23T18:24:10.623Z] ++ set -e [2021-02-23T18:24:10.623Z] ++ '[' -n 0 ']' [2021-02-23T18:24:10.623Z] ++ set -x [2021-02-23T18:24:10.623Z] ++ 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 [2021-02-23T18:24:10.883Z] INFO: Testing against a local daemon [2021-02-23T18:24:10.883Z] === RUN TestCommitInheritsEnv [2021-02-23T18:24:11.168Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.68s) [2021-02-23T18:24:11.169Z] === RUN TestCreateDifferentPlatform [2021-02-23T18:24:11.169Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-23T18:24:11.169Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-23T18:24:11.169Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-23T18:24:11.169Z] --- PASS: TestCreateDifferentPlatform/different_os (0.02s) [2021-02-23T18:24:11.169Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-02-23T18:24:11.169Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-23T18:24:11.169Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-02-23T18:24:11.169Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-23T18:24:11.169Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-23T18:24:11.169Z] === RUN TestContainerStartOnDaemonRestart [2021-02-23T18:24:11.169Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-23T18:24:11.169Z] === RUN TestDaemonRestartIpcMode [2021-02-23T18:24:11.169Z] === PAUSE TestDaemonRestartIpcMode [2021-02-23T18:24:11.169Z] === RUN TestDaemonHostGatewayIP [2021-02-23T18:24:11.169Z] === PAUSE TestDaemonHostGatewayIP [2021-02-23T18:24:11.169Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-23T18:24:11.169Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-23T18:24:11.169Z] === RUN TestContainerKillOnDaemonStart [2021-02-23T18:24:11.169Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-23T18:24:11.169Z] === RUN TestDiff [2021-02-23T18:24:11.453Z] --- PASS: TestCommitInheritsEnv (0.61s) [2021-02-23T18:24:11.453Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-23T18:24:11.453Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s) [2021-02-23T18:24:11.453Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-23T18:24:11.453Z] === RUN TestImagesFilterMultiReference [2021-02-23T18:24:11.453Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-02-23T18:24:11.453Z] === RUN TestImagePullPlatformInvalid [2021-02-23T18:24:11.453Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-23T18:24:11.453Z] === RUN TestRemoveImageOrphaning [2021-02-23T18:24:11.733Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-23T18:24:11.733Z] --- PASS: TestDiff (0.69s) [2021-02-23T18:24:11.733Z] === RUN TestExecWithCloseStdin [2021-02-23T18:24:11.869Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.02s) [2021-02-23T18:24:11.869Z] === RUN TestAPIIpcModeHost [2021-02-23T18:24:12.026Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2021-02-23T18:24:12.026Z] === RUN TestRemoveImageGarbageCollector [2021-02-23T18:24:12.026Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:24:12.026Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:24:12.026Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-23T18:24:12.287Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-23T18:24:12.287Z] === RUN TestTagInvalidReference [2021-02-23T18:24:12.287Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-23T18:24:12.287Z] === RUN TestTagValidPrefixedRepo [2021-02-23T18:24:12.287Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2021-02-23T18:24:12.287Z] === RUN TestTagExistedNameWithoutForce [2021-02-23T18:24:12.287Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-23T18:24:12.287Z] === RUN TestTagOfficialNames [2021-02-23T18:24:12.500Z] --- PASS: TestAPIIpcModeHost (0.68s) [2021-02-23T18:24:12.500Z] === RUN TestDaemonIpcModeShareable [2021-02-23T18:24:12.548Z] --- PASS: TestTagOfficialNames (0.09s) [2021-02-23T18:24:12.548Z] === RUN TestTagMatchesDigest [2021-02-23T18:24:12.548Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-23T18:24:12.548Z] PASS [2021-02-23T18:24:12.548Z] [2021-02-23T18:24:12.548Z] === Skipped [2021-02-23T18:24:12.548Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s) [2021-02-23T18:24:12.548Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-23T18:24:12.548Z] [2021-02-23T18:24:12.548Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:24:12.548Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:24:12.548Z] [2021-02-23T18:24:12.548Z] [2021-02-23T18:24:12.548Z] DONE 12 tests, 2 skipped in 1.957s [2021-02-23T18:24:12.548Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-02-23T18:24:12.548Z] ++ 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 [2021-02-23T18:24:12.548Z] ++ set -e [2021-02-23T18:24:12.548Z] ++ '[' -n 0 ']' [2021-02-23T18:24:12.548Z] ++ set -x [2021-02-23T18:24:12.548Z] ++ 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 [2021-02-23T18:24:12.660Z] --- PASS: TestExecWithCloseStdin (0.82s) [2021-02-23T18:24:12.660Z] === RUN TestExec [2021-02-23T18:24:12.668Z] --- PASS: TestDaemonStartWithLogOpt (4.03s) [2021-02-23T18:24:12.668Z] === CONT TestReadPluginNoRead [2021-02-23T18:24:12.808Z] INFO: Testing against a local daemon [2021-02-23T18:24:12.808Z] === RUN TestNetworkCreateDelete [2021-02-23T18:24:13.068Z] --- PASS: TestNetworkCreateDelete (0.40s) [2021-02-23T18:24:13.068Z] === RUN TestDockerNetworkDeletePreferID [2021-02-23T18:24:13.586Z] --- PASS: TestExec (0.82s) [2021-02-23T18:24:13.586Z] === RUN TestExecUser [2021-02-23T18:24:14.147Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-02-23T18:24:14.404Z] --- PASS: TestExecUser (0.95s) [2021-02-23T18:24:14.404Z] === RUN TestExportContainerAndImportImage [2021-02-23T18:24:14.453Z] --- PASS: TestDockerNetworkDeletePreferID (1.23s) [2021-02-23T18:24:14.453Z] === RUN TestDaemonDNSFallback [2021-02-23T18:24:14.559Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2021-02-23T18:24:14.559Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-02-23T18:24:14.559Z] === RUN TestDaemonIpcModePrivate [2021-02-23T18:24:15.201Z] === RUN TestReadPluginNoRead/default [2021-02-23T18:24:15.772Z] --- PASS: TestExportContainerAndImportImage (1.22s) [2021-02-23T18:24:15.772Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-23T18:24:16.139Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-23T18:24:16.618Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2021-02-23T18:24:16.618Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-02-23T18:24:16.618Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-23T18:24:17.074Z] --- PASS: TestContinueAfterPluginCrash (9.19s) [2021-02-23T18:24:17.641Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-23T18:24:17.661Z] --- PASS: TestExportContainerAfterDaemonRestart (1.70s) [2021-02-23T18:24:17.661Z] === RUN TestHealthCheckWorkdir [2021-02-23T18:24:17.661Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-02-23T18:24:18.121Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s) [2021-02-23T18:24:18.121Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-02-23T18:24:18.121Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-23T18:24:18.222Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-02-23T18:24:18.478Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2021-02-23T18:24:18.478Z] === RUN TestHealthKillContainer [2021-02-23T18:24:18.734Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-02-23T18:24:18.989Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-23T18:24:19.017Z] --- PASS: TestReadPluginNoRead (6.85s) [2021-02-23T18:24:19.017Z] --- PASS: TestReadPluginNoRead/default (1.41s) [2021-02-23T18:24:19.017Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.35s) [2021-02-23T18:24:19.017Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.30s) [2021-02-23T18:24:19.017Z] read_test.go:92: [d154b6e023576] daemon is not started [2021-02-23T18:24:19.017Z] PASS [2021-02-23T18:24:19.017Z] [2021-02-23T18:24:19.017Z] DONE 6 tests in 10.928s [2021-02-23T18:24:19.017Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-23T18:24:19.017Z] testing: warning: no tests to run [2021-02-23T18:24:19.017Z] PASS [2021-02-23T18:24:19.017Z] [2021-02-23T18:24:19.017Z] DONE 0 tests in 0.022s [2021-02-23T18:24:19.017Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-23T18:24:19.017Z] INFO: Testing against a local daemon [2021-02-23T18:24:19.017Z] === RUN TestPluginWithDevMounts [2021-02-23T18:24:19.017Z] === PAUSE TestPluginWithDevMounts [2021-02-23T18:24:19.017Z] === CONT TestPluginWithDevMounts [2021-02-23T18:24:19.245Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-02-23T18:24:20.089Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T18:24:20.089Z] [2021-02-23T18:24:20.089Z] Unloading profiles will leave already running processes permanently [2021-02-23T18:24:20.089Z] unconfined, which can lead to unexpected situations. [2021-02-23T18:24:20.089Z] [2021-02-23T18:24:20.089Z] To set a process to complain mode, use the command line tool [2021-02-23T18:24:20.089Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T18:24:20.089Z] Post stage [Pipeline] junit [2021-02-23T18:24:20.099Z] Recording test results [2021-02-23T18:24:20.181Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s) [2021-02-23T18:24:20.181Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-02-23T18:24:20.181Z] === RUN TestIpcModeOlderClient [2021-02-23T18:24:20.181Z] === PAUSE TestIpcModeOlderClient [2021-02-23T18:24:20.181Z] === RUN TestKillContainerInvalidSignal [2021-02-23T18:24:20.327Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-02-23T18:24:20.641Z] + echo Ensuring container killed. [2021-02-23T18:24:20.641Z] Ensuring container killed. [2021-02-23T18:24:20.641Z] + docker rm -vf docker-pr3 [2021-02-23T18:24:20.641Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-23T18:24:20.837Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:24:20.837Z] INFO: Testing against a local daemon [2021-02-23T18:24:20.837Z] === RUN TestBuildWithSession [2021-02-23T18:24:20.837Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-23T18:24:20.837Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:24:20.837Z] === RUN TestBuildSquashParent [2021-02-23T18:24:20.837Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-02-23T18:24:20.837Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:24:20.837Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-23T18:24:20.837Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:24:20.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:24:20.837Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:24:20.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:24:20.837Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:24:20.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:24:20.837Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:24:20.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:24:20.837Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:24:20.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:24:20.837Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:24:20.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:24:20.837Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:24:20.837Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:24:20.837Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:24:20.837Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:24:20.922Z] --- PASS: TestPluginWithDevMounts (1.74s) [2021-02-23T18:24:20.922Z] PASS [2021-02-23T18:24:20.922Z] [2021-02-23T18:24:20.922Z] DONE 1 tests in 1.782s [2021-02-23T18:24:20.922Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-23T18:24:20.922Z] INFO: Testing against a local daemon [2021-02-23T18:24:20.922Z] === RUN TestSecretInspect [2021-02-23T18:24:20.962Z] + echo Chowning /workspace to jenkins user [2021-02-23T18:24:20.962Z] Chowning /workspace to jenkins user [2021-02-23T18:24:20.962Z] + id -u [2021-02-23T18:24:20.962Z] + id -g [2021-02-23T18:24:20.962Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/workspace busybox chown -R 1000:1000 /workspace [2021-02-23T18:24:21.139Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-02-23T18:24:21.139Z] --- PASS: TestHealthKillContainer (2.86s) [2021-02-23T18:24:21.139Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-23T18:24:21.252Z] --- PASS: TestKillContainerInvalidSignal (0.94s) [2021-02-23T18:24:21.252Z] === RUN TestKillContainer [2021-02-23T18:24:21.252Z] === RUN TestKillContainer/no_signal [2021-02-23T18:24:21.881Z] === RUN TestKillContainer/non_killing_signal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-23T18:24:22.068Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2021-02-23T18:24:22.068Z] === RUN TestIpcModeNone [2021-02-23T18:24:22.217Z] + bundleName=docker-py [2021-02-23T18:24:22.217Z] + echo Creating docker-py-bundles.tar.gz [2021-02-23T18:24:22.217Z] Creating docker-py-bundles.tar.gz [2021-02-23T18:24:22.217Z] + 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 [2021-02-23T18:24:22.226Z] Archiving artifacts [2021-02-23T18:24:22.510Z] === RUN TestKillContainer/killing_signal [2021-02-23T18:24:22.551Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-02-23T18:24:22.588Z] --- PASS: TestDaemonDNSFallback (7.60s) [2021-02-23T18:24:22.588Z] === RUN TestInspectNetwork [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-02-23T18:24:22.907Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh binary-daemon [2021-02-23T18:24:22.996Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-02-23T18:24:22.996Z] --- PASS: TestIpcModeNone (0.95s) [2021-02-23T18:24:22.996Z] === RUN TestIpcModePrivate [2021-02-23T18:24:23.252Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-23T18:24:23.455Z] --- PASS: TestSecretInspect (2.32s) [2021-02-23T18:24:23.455Z] === RUN TestSecretList [2021-02-23T18:24:23.468Z] [2021-02-23T18:24:23.468Z] Removing bundles/ [2021-02-23T18:24:23.468Z] [2021-02-23T18:24:23.468Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-02-23T18:24:23.468Z] Building: bundles/binary-daemon/dockerd-dev [2021-02-23T18:24:23.468Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:24:23.814Z] --- PASS: TestIpcModePrivate (0.82s) [2021-02-23T18:24:23.814Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2021-02-23T18:24:23.814Z] === RUN TestIpcModeShareable [2021-02-23T18:24:24.012Z] --- PASS: TestKillContainer (2.82s) [2021-02-23T18:24:24.012Z] --- PASS: TestKillContainer/no_signal (0.97s) [2021-02-23T18:24:24.012Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2021-02-23T18:24:24.012Z] --- PASS: TestKillContainer/killing_signal (0.91s) [2021-02-23T18:24:24.012Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-23T18:24:24.012Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-23T18:24:24.641Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-23T18:24:24.742Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-02-23T18:24:24.742Z] --- PASS: TestIpcModeShareable (0.99s) [2021-02-23T18:24:24.742Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:91, shared: true, mustBeShared: true [2021-02-23T18:24:24.742Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-23T18:24:25.360Z] --- PASS: TestSecretList (2.28s) [2021-02-23T18:24:25.360Z] === RUN TestSecretsCreateAndDelete [2021-02-23T18:24:25.670Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.83s) [2021-02-23T18:24:25.670Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2021-02-23T18:24:25.670Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2021-02-23T18:24:25.670Z] === RUN TestKillStoppedContainer [2021-02-23T18:24:25.670Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-02-23T18:24:25.670Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-23T18:24:25.671Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2021-02-23T18:24:25.671Z] === RUN TestKillDifferentUserContainer [2021-02-23T18:24:26.635Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-23T18:24:26.635Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-02-23T18:24:26.701Z] --- PASS: TestKillDifferentUserContainer (0.92s) [2021-02-23T18:24:26.701Z] === RUN TestInspectOomKilledTrue [2021-02-23T18:24:26.701Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-23T18:24:26.701Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:24:26.701Z] === RUN TestInspectOomKilledFalse [2021-02-23T18:24:26.701Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-23T18:24:26.701Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:24:26.701Z] === RUN TestLinksEtcHostsContentMatch [2021-02-23T18:24:26.789Z] === RUN TestInspectNetwork/full_network_id [2021-02-23T18:24:26.789Z] === RUN TestInspectNetwork/partial_network_id [2021-02-23T18:24:26.789Z] === RUN TestInspectNetwork/network_name [2021-02-23T18:24:26.789Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-23T18:24:26.890Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-23T18:24:27.332Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2021-02-23T18:24:27.332Z] === RUN TestLinksContainerNames [2021-02-23T18:24:27.452Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) [2021-02-23T18:24:27.452Z] === RUN TestAPIIpcModeHost [2021-02-23T18:24:27.890Z] --- PASS: TestSecretsCreateAndDelete (2.28s) [2021-02-23T18:24:27.890Z] === RUN TestSecretsUpdate [2021-02-23T18:24:28.380Z] --- PASS: TestAPIIpcModeHost (0.86s) [2021-02-23T18:24:28.380Z] === RUN TestDaemonIpcModeShareable [2021-02-23T18:24:28.380Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-02-23T18:24:29.391Z] --- PASS: TestLinksContainerNames (1.80s) [2021-02-23T18:24:29.391Z] === RUN TestLogsFollowTailEmpty [2021-02-23T18:24:29.793Z] --- PASS: TestSecretsUpdate (2.28s) [2021-02-23T18:24:29.793Z] === RUN TestTemplatedSecret [2021-02-23T18:24:30.022Z] --- PASS: TestLogsFollowTailEmpty (0.94s) [2021-02-23T18:24:30.022Z] === RUN TestContainerNetworkMountsNoChown [2021-02-23T18:24:30.273Z] --- PASS: TestDaemonIpcModeShareable (1.91s) [2021-02-23T18:24:30.273Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2021-02-23T18:24:30.273Z] === RUN TestDaemonIpcModePrivate [2021-02-23T18:24:30.273Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-02-23T18:24:31.051Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s) [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/default [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/default [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/private [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/private [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rprivate [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/slave [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/slave [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rslave [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/shared [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/shared [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rshared [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-23T18:24:31.051Z] === CONT TestMountDaemonRoot/default [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:24:31.051Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-23T18:24:31.051Z] === CONT TestMountDaemonRoot/rshared [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:24:31.051Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:24:31.051Z] === CONT TestMountDaemonRoot/shared [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:24:31.051Z] === CONT TestMountDaemonRoot/rslave [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:24:31.051Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:24:31.051Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:24:31.052Z] === CONT TestMountDaemonRoot/slave [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:24:31.052Z] === CONT TestMountDaemonRoot/rprivate [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:24:31.052Z] === CONT TestMountDaemonRoot/private [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-23T18:24:31.052Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:24:31.052Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:24:31.052Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:24:31.052Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-23T18:24:31.052Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:24:31.052Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:24:31.341Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:24:31.341Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:24:31.341Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-23T18:24:31.341Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:24:31.341Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:24:31.341Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-23T18:24:31.341Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:24:31.631Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:24:31.928Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:24:31.928Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-23T18:24:31.928Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.12s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-02-23T18:24:31.928Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-23T18:24:31.928Z] === RUN TestContainerBindMountNonRecursive [2021-02-23T18:24:32.071Z] --- PASS: TestInspectNetwork (9.42s) [2021-02-23T18:24:32.071Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-23T18:24:32.071Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-23T18:24:32.071Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-23T18:24:32.071Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-23T18:24:32.071Z] === RUN TestRunContainerWithBridgeNone [2021-02-23T18:24:32.163Z] --- PASS: TestDaemonIpcModePrivate (1.92s) [2021-02-23T18:24:32.163Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: false, mustBeShared: false [2021-02-23T18:24:32.163Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-23T18:24:32.163Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-02-23T18:24:32.726Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-02-23T18:24:33.096Z] --- PASS: TestTemplatedSecret (2.80s) [2021-02-23T18:24:33.096Z] === RUN TestSecretCreateResolve [2021-02-23T18:24:33.302Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:24:33.302Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:24:33.656Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s) [2021-02-23T18:24:33.656Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-02-23T18:24:33.656Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-23T18:24:33.986Z] --- PASS: TestRunContainerWithBridgeNone (2.53s) [2021-02-23T18:24:33.986Z] === RUN TestNetworkInvalidJSON [2021-02-23T18:24:33.986Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-23T18:24:33.986Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-23T18:24:33.986Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:24:33.986Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:24:33.986Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:24:33.986Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:24:33.986Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-23T18:24:33.986Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:24:33.986Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:24:33.986Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-23T18:24:33.986Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-23T18:24:33.986Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-23T18:24:33.986Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-23T18:24:33.986Z] === RUN TestNetworkList [2021-02-23T18:24:33.986Z] === RUN TestNetworkList//networks [2021-02-23T18:24:33.986Z] === PAUSE TestNetworkList//networks [2021-02-23T18:24:33.986Z] === RUN TestNetworkList//networks/ [2021-02-23T18:24:33.986Z] === PAUSE TestNetworkList//networks/ [2021-02-23T18:24:33.986Z] === CONT TestNetworkList//networks [2021-02-23T18:24:33.986Z] === CONT TestNetworkList//networks/ [2021-02-23T18:24:33.986Z] --- PASS: TestNetworkList (0.03s) [2021-02-23T18:24:33.986Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-23T18:24:33.986Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-23T18:24:33.986Z] === RUN TestHostIPv4BridgeLabel [2021-02-23T18:24:33.989Z] --- PASS: TestContainerBindMountNonRecursive (2.23s) [2021-02-23T18:24:33.989Z] === RUN TestContainerVolumesMountedAsShared [2021-02-23T18:24:34.741Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-23T18:24:34.928Z] --- PASS: TestHostIPv4BridgeLabel (0.88s) [2021-02-23T18:24:34.928Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-23T18:24:34.998Z] --- PASS: TestSecretCreateResolve (2.28s) [2021-02-23T18:24:34.998Z] PASS [2021-02-23T18:24:34.998Z] [2021-02-23T18:24:34.998Z] DONE 6 tests in 14.274s [2021-02-23T18:24:34.998Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-23T18:24:34.998Z] INFO: Testing against a local daemon [2021-02-23T18:24:34.998Z] === RUN TestServiceCreateInit [2021-02-23T18:24:34.998Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-23T18:24:35.024Z] --- PASS: TestContainerVolumesMountedAsShared (0.84s) [2021-02-23T18:24:35.024Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-23T18:24:35.657Z] --- PASS: TestContainerVolumesMountedAsSlave (0.66s) [2021-02-23T18:24:35.657Z] === RUN TestNetworkNat [2021-02-23T18:24:35.674Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s) [2021-02-23T18:24:35.674Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2021-02-23T18:24:35.674Z] === RUN TestIpcModeOlderClient [2021-02-23T18:24:35.674Z] === PAUSE TestIpcModeOlderClient [2021-02-23T18:24:35.674Z] === RUN TestKillContainerInvalidSignal [2021-02-23T18:24:35.931Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-23T18:24:36.188Z] --- PASS: TestKillContainerInvalidSignal (0.62s) [2021-02-23T18:24:36.188Z] === RUN TestKillContainer [2021-02-23T18:24:36.188Z] === RUN TestKillContainer/no_signal [2021-02-23T18:24:36.318Z] --- PASS: TestDaemonRestartWithLiveRestore (1.50s) [2021-02-23T18:24:36.318Z] === RUN TestDaemonDefaultNetworkPools [2021-02-23T18:24:36.444Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-02-23T18:24:36.689Z] --- PASS: TestNetworkNat (1.00s) [2021-02-23T18:24:36.689Z] === RUN TestNetworkLocalhostTCPNat [2021-02-23T18:24:36.701Z] === RUN TestKillContainer/non_killing_signal [2021-02-23T18:24:36.957Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-23T18:24:37.212Z] === RUN TestKillContainer/killing_signal [2021-02-23T18:24:37.710Z] --- PASS: TestDaemonDefaultNetworkPools (1.34s) [2021-02-23T18:24:37.710Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-23T18:24:37.719Z] --- PASS: TestNetworkLocalhostTCPNat (0.91s) [2021-02-23T18:24:37.719Z] === RUN TestNetworkLoopbackNat [2021-02-23T18:24:38.139Z] --- PASS: TestKillContainer (1.99s) [2021-02-23T18:24:38.139Z] --- PASS: TestKillContainer/no_signal (0.64s) [2021-02-23T18:24:38.139Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2021-02-23T18:24:38.139Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2021-02-23T18:24:38.139Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-23T18:24:38.139Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-23T18:24:38.701Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-23T18:24:39.085Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-23T18:24:39.085Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.61s) [2021-02-23T18:24:39.085Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.67s) [2021-02-23T18:24:39.085Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.99s) [2021-02-23T18:24:39.085Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.07s) [2021-02-23T18:24:39.085Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.64s) [2021-02-23T18:24:39.085Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.71s) [2021-02-23T18:24:39.085Z] === RUN TestBuildMultiStageCopy [2021-02-23T18:24:39.085Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-23T18:24:39.186Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-23T18:24:39.264Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s) [2021-02-23T18:24:39.264Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) [2021-02-23T18:24:39.264Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2021-02-23T18:24:39.264Z] === RUN TestKillStoppedContainer [2021-02-23T18:24:39.520Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-02-23T18:24:39.520Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-23T18:24:39.520Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-02-23T18:24:39.520Z] === RUN TestKillDifferentUserContainer [2021-02-23T18:24:39.622Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.06s) [2021-02-23T18:24:39.622Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-23T18:24:40.082Z] --- PASS: TestKillDifferentUserContainer (0.62s) [2021-02-23T18:24:40.082Z] === RUN TestInspectOomKilledTrue [2021-02-23T18:24:40.082Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-23T18:24:40.082Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:24:40.082Z] === RUN TestInspectOomKilledFalse [2021-02-23T18:24:40.082Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-23T18:24:40.082Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:24:40.082Z] === RUN TestLinksEtcHostsContentMatch [2021-02-23T18:24:40.082Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-23T18:24:40.645Z] --- PASS: TestLinksEtcHostsContentMatch (0.50s) [2021-02-23T18:24:40.645Z] === RUN TestLinksContainerNames [2021-02-23T18:24:41.228Z] --- PASS: TestNetworkLoopbackNat (3.27s) [2021-02-23T18:24:41.228Z] === RUN TestPause [2021-02-23T18:24:41.518Z] --- PASS: TestPause (0.90s) [2021-02-23T18:24:41.518Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-23T18:24:41.518Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:24:41.518Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:24:41.518Z] === RUN TestPauseStopPausedContainer [2021-02-23T18:24:42.011Z] --- PASS: TestLinksContainerNames (1.25s) [2021-02-23T18:24:42.011Z] === RUN TestLogsFollowTailEmpty [2021-02-23T18:24:42.167Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.55s) [2021-02-23T18:24:42.167Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-23T18:24:42.561Z] --- PASS: TestPauseStopPausedContainer (1.03s) [2021-02-23T18:24:42.561Z] === RUN TestPsFilter [2021-02-23T18:24:42.572Z] --- PASS: TestLogsFollowTailEmpty (0.62s) [2021-02-23T18:24:42.572Z] === RUN TestContainerNetworkMountsNoChown [2021-02-23T18:24:42.851Z] --- PASS: TestPsFilter (0.26s) [2021-02-23T18:24:42.851Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-23T18:24:43.109Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.90s) [2021-02-23T18:24:43.109Z] === RUN TestServiceWithPredefinedNetwork [2021-02-23T18:24:43.136Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-02-23T18:24:43.136Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/default [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/default [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/private [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/private [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rprivate [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/slave [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/slave [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rslave [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/shared [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/shared [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rshared [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-23T18:24:43.136Z] === CONT TestMountDaemonRoot/default [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:24:43.136Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-23T18:24:43.136Z] === CONT TestMountDaemonRoot/rshared [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:24:43.136Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:24:43.136Z] === CONT TestMountDaemonRoot/shared [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-23T18:24:43.136Z] === CONT TestMountDaemonRoot/rslave [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:24:43.136Z] === CONT TestMountDaemonRoot/slave [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:24:43.136Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-23T18:24:43.136Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-23T18:24:43.377Z] --- PASS: TestServiceCreateInit (7.94s) [2021-02-23T18:24:43.377Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.88s) [2021-02-23T18:24:43.377Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.05s) [2021-02-23T18:24:43.377Z] === RUN TestCreateServiceMultipleTimes [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/rprivate [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/private [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:24:43.392Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-23T18:24:43.392Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:24:43.392Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:24:43.650Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:24:43.882Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.88s) [2021-02-23T18:24:43.882Z] === RUN TestRemoveContainerWithVolume [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:24:43.906Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-23T18:24:43.906Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-23T18:24:43.906Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-23T18:24:43.906Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.17s) [2021-02-23T18:24:43.906Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2021-02-23T18:24:43.906Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-02-23T18:24:43.906Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-02-23T18:24:43.907Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-02-23T18:24:43.907Z] === RUN TestContainerBindMountNonRecursive [2021-02-23T18:24:44.912Z] --- PASS: TestRemoveContainerWithVolume (0.91s) [2021-02-23T18:24:44.912Z] === RUN TestRemoveContainerRunning [2021-02-23T18:24:45.541Z] --- PASS: TestRemoveContainerRunning (0.91s) [2021-02-23T18:24:45.541Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-23T18:24:46.153Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-23T18:24:46.408Z] --- PASS: TestServiceWithPredefinedNetwork (3.35s) [2021-02-23T18:24:46.408Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-23T18:24:46.408Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:24:46.408Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:24:46.408Z] === RUN TestServiceWithDataPathPortInit [2021-02-23T18:24:46.425Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-23T18:24:46.425Z] --- PASS: TestContainerBindMountNonRecursive (2.24s) [2021-02-23T18:24:46.425Z] === RUN TestContainerVolumesMountedAsShared [2021-02-23T18:24:46.585Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s) [2021-02-23T18:24:46.585Z] === RUN TestRemoveInvalidContainer [2021-02-23T18:24:46.585Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-23T18:24:46.585Z] === RUN TestRenameLinkedContainer [2021-02-23T18:24:46.610Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-23T18:24:46.681Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-23T18:24:46.937Z] --- PASS: TestContainerVolumesMountedAsShared (0.80s) [2021-02-23T18:24:46.937Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-23T18:24:47.069Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-23T18:24:47.866Z] --- PASS: TestContainerVolumesMountedAsSlave (0.87s) [2021-02-23T18:24:47.866Z] === RUN TestNetworkNat [2021-02-23T18:24:48.034Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-23T18:24:48.508Z] --- PASS: TestBuildMultiStageCopy (9.49s) [2021-02-23T18:24:48.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.84s) [2021-02-23T18:24:48.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2021-02-23T18:24:48.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s) [2021-02-23T18:24:48.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.70s) [2021-02-23T18:24:48.508Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.81s) [2021-02-23T18:24:48.508Z] === RUN TestBuildMultiStageParentConfig [2021-02-23T18:24:48.806Z] --- PASS: TestNetworkNat (0.93s) [2021-02-23T18:24:48.806Z] === RUN TestNetworkLocalhostTCPNat [2021-02-23T18:24:49.061Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-23T18:24:49.622Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2021-02-23T18:24:49.622Z] === RUN TestNetworkLoopbackNat [2021-02-23T18:24:50.118Z] --- PASS: TestRenameLinkedContainer (3.58s) [2021-02-23T18:24:50.118Z] === RUN TestRenameStoppedContainer [2021-02-23T18:24:50.551Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-02-23T18:24:50.680Z] --- PASS: TestBuildMultiStageParentConfig (1.86s) [2021-02-23T18:24:50.680Z] === RUN TestBuildLabelWithTargets [2021-02-23T18:24:50.680Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-02-23T18:24:50.680Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:24:50.680Z] === RUN TestBuildWithEmptyLayers [2021-02-23T18:24:51.117Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-23T18:24:51.148Z] --- PASS: TestRenameStoppedContainer (0.92s) [2021-02-23T18:24:51.148Z] === RUN TestRenameRunningContainerAndReuse [2021-02-23T18:24:51.646Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2021-02-23T18:24:51.646Z] === RUN TestBuildMultiStageOnBuild [2021-02-23T18:24:52.483Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-23T18:24:52.738Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-02-23T18:24:52.995Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2021-02-23T18:24:52.995Z] === RUN TestPause [2021-02-23T18:24:53.212Z] --- PASS: TestRenameRunningContainerAndReuse (1.85s) [2021-02-23T18:24:53.212Z] === RUN TestRenameInvalidName [2021-02-23T18:24:53.842Z] --- PASS: TestRenameInvalidName (0.86s) [2021-02-23T18:24:53.842Z] === RUN TestRenameAnonymousContainer [2021-02-23T18:24:53.926Z] --- PASS: TestPause (0.86s) [2021-02-23T18:24:53.926Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-23T18:24:53.926Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:24:53.926Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:24:53.926Z] === RUN TestPauseStopPausedContainer [2021-02-23T18:24:54.854Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-23T18:24:54.854Z] --- PASS: TestPauseStopPausedContainer (0.96s) [2021-02-23T18:24:54.854Z] === RUN TestPsFilter [2021-02-23T18:24:54.854Z] --- PASS: TestPsFilter (0.15s) [2021-02-23T18:24:54.854Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-23T18:24:56.223Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.09s) [2021-02-23T18:24:56.223Z] === RUN TestRemoveContainerWithVolume [2021-02-23T18:24:56.786Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2021-02-23T18:24:56.786Z] === RUN TestRemoveContainerRunning [2021-02-23T18:24:57.349Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-23T18:24:57.912Z] --- PASS: TestRemoveContainerRunning (1.13s) [2021-02-23T18:24:57.912Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-23T18:24:58.841Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2021-02-23T18:24:58.841Z] === RUN TestRemoveInvalidContainer [2021-02-23T18:24:58.841Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-23T18:24:58.841Z] === RUN TestRenameLinkedContainer [2021-02-23T18:24:59.404Z] --- PASS: TestRenameAnonymousContainer (5.02s) [2021-02-23T18:24:59.404Z] === RUN TestRenameContainerWithSameName [2021-02-23T18:24:59.694Z] --- PASS: TestRenameContainerWithSameName (0.91s) [2021-02-23T18:24:59.694Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-23T18:25:00.730Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-23T18:25:01.461Z] --- PASS: TestCreateServiceMultipleTimes (16.12s) [2021-02-23T18:25:01.461Z] === RUN TestCreateServiceConflict [2021-02-23T18:25:01.461Z] --- PASS: TestCreateServiceConflict (2.34s) [2021-02-23T18:25:01.461Z] === RUN TestCreateServiceMaxReplicas [2021-02-23T18:25:01.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-23T18:25:01.756Z] --- PASS: TestRenameContainerWithLinkedContainer (1.83s) [2021-02-23T18:25:01.756Z] === RUN TestResize [2021-02-23T18:25:01.952Z] --- PASS: TestBuildMultiStageOnBuild (9.66s) [2021-02-23T18:25:01.952Z] === RUN TestBuildUncleanTarFilenames [2021-02-23T18:25:01.952Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-02-23T18:25:01.952Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:25:01.952Z] === RUN TestBuildMultiStageLayerLeak [2021-02-23T18:25:02.386Z] --- PASS: TestResize (0.95s) [2021-02-23T18:25:02.386Z] === RUN TestResizeWithInvalidSize [2021-02-23T18:25:03.031Z] --- PASS: TestRenameLinkedContainer (4.20s) [2021-02-23T18:25:03.031Z] === RUN TestRenameStoppedContainer [2021-02-23T18:25:03.419Z] --- PASS: TestResizeWithInvalidSize (0.90s) [2021-02-23T18:25:03.419Z] === RUN TestResizeWhenContainerNotStarted [2021-02-23T18:25:03.960Z] --- PASS: TestRenameStoppedContainer (0.98s) [2021-02-23T18:25:03.960Z] === RUN TestRenameRunningContainerAndReuse [2021-02-23T18:25:04.449Z] --- PASS: TestResizeWhenContainerNotStarted (0.93s) [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:04.449Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:04.449Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:04.449Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:25:04.449Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:25:04.746Z] --- PASS: TestCreateServiceMaxReplicas (3.04s) [2021-02-23T18:25:04.746Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-23T18:25:05.851Z] --- PASS: TestRenameRunningContainerAndReuse (1.92s) [2021-02-23T18:25:05.851Z] === RUN TestRenameInvalidName [2021-02-23T18:25:05.851Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-23T18:25:06.779Z] --- PASS: TestRenameInvalidName (0.92s) [2021-02-23T18:25:06.779Z] === RUN TestRenameAnonymousContainer [2021-02-23T18:25:07.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:07.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:08.231Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:08.231Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:08.421Z] --- PASS: TestServiceWithDataPathPortInit (18.37s) [2021-02-23T18:25:08.421Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-23T18:25:09.295Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-02-23T18:25:10.226Z] --- PASS: TestRenameAnonymousContainer (3.50s) [2021-02-23T18:25:10.226Z] === RUN TestRenameContainerWithSameName [2021-02-23T18:25:10.291Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:25:10.291Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:25:11.154Z] --- PASS: TestRenameContainerWithSameName (0.73s) [2021-02-23T18:25:11.154Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-23T18:25:11.154Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-02-23T18:25:12.351Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:25:12.351Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:25:12.521Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-02-23T18:25:12.521Z] --- PASS: TestRenameContainerWithLinkedContainer (1.56s) [2021-02-23T18:25:12.521Z] === RUN TestResize [2021-02-23T18:25:13.449Z] --- PASS: TestResize (0.76s) [2021-02-23T18:25:13.449Z] === RUN TestResizeWithInvalidSize [2021-02-23T18:25:14.330Z] --- PASS: TestBuildMultiStageLayerLeak (13.08s) [2021-02-23T18:25:14.330Z] === RUN TestBuildWithHugeFile [2021-02-23T18:25:14.388Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2021-02-23T18:25:14.388Z] === RUN TestResizeWhenContainerNotStarted [2021-02-23T18:25:14.971Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s) [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:14.971Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:14.971Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:14.971Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:25:14.971Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:25:15.003Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.22s) [2021-02-23T18:25:15.003Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:82o99yy9rpqbees50rz9tmvuj Created:2021-02-23 18:25:06.543421793 +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[cf611566304cd8853877bb1c0124e6881eb158eaf9b1883cb033feab1cdb7431:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.93bk6fgk8dh3c9zvwrpz8x5um EndpointID:37029c0e93a51171f38a4eecf755a10a54fc4b60402bdbeba170af5ab7b676ee MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a7e2da95848661137564827f8d3af90bb27d8a507fc18c3fa9a91a556bec30b5 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:cc9d0a12a80d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.93bk6fgk8dh3c9zvwrpz8x5um EndpointID:37029c0e93a51171f38a4eecf755a10a54fc4b60402bdbeba170af5ab7b676ee EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-23T18:25:15.003Z] PASS [2021-02-23T18:25:15.003Z] [2021-02-23T18:25:15.003Z] === Skipped [2021-02-23T18:25:15.003Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:25:15.003Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:25:15.003Z] [2021-02-23T18:25:15.003Z] [2021-02-23T18:25:15.003Z] DONE 26 tests, 1 skipped in 61.604s [2021-02-23T18:25:15.003Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:25:15.003Z] ++ 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 [2021-02-23T18:25:15.003Z] ++ set -e [2021-02-23T18:25:15.003Z] ++ '[' -n 0 ']' [2021-02-23T18:25:15.003Z] ++ set -x [2021-02-23T18:25:15.003Z] ++ 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 [2021-02-23T18:25:15.003Z] INFO: Testing against a local daemon [2021-02-23T18:25:15.003Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-23T18:25:15.003Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.02s) [2021-02-23T18:25:15.003Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:25:15.003Z] === RUN TestDockerNetworkIpvlan [2021-02-23T18:25:15.003Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:25:15.003Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:25:15.003Z] PASS [2021-02-23T18:25:15.003Z] [2021-02-23T18:25:15.003Z] === Skipped [2021-02-23T18:25:15.003Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.02s) [2021-02-23T18:25:15.003Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:25:15.003Z] [2021-02-23T18:25:15.003Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:25:15.003Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:25:15.003Z] [2021-02-23T18:25:15.003Z] [2021-02-23T18:25:15.003Z] DONE 2 tests, 2 skipped in 0.235s [2021-02-23T18:25:15.003Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:25:15.003Z] ++ 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 [2021-02-23T18:25:15.003Z] ++ set -e [2021-02-23T18:25:15.003Z] ++ '[' -n 0 ']' [2021-02-23T18:25:15.003Z] ++ set -x [2021-02-23T18:25:15.003Z] ++ 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 [2021-02-23T18:25:15.003Z] INFO: Testing against a local daemon [2021-02-23T18:25:15.003Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-23T18:25:15.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:25:15.367Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:25:16.918Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.17s) [2021-02-23T18:25:16.918Z] === RUN TestDockerNetworkMacvlan [2021-02-23T18:25:17.870Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.45s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.46s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.57s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.57s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.42s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.44s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.92s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.09s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.33s) [2021-02-23T18:25:18.090Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.51s) [2021-02-23T18:25:18.090Z] === RUN TestCgroupNamespacesRun [2021-02-23T18:25:18.237Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-02-23T18:25:18.237Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:25:18.237Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:25:18.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-23T18:25:19.121Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-23T18:25:19.121Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-23T18:25:19.121Z] ok github.com/docker/docker/api/types/strslice 0.017s coverage: 90.0% of statements [2021-02-23T18:25:19.121Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 92.2% of statements [2021-02-23T18:25:19.121Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 5.7% of statements [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-23T18:25:19.121Z] ok github.com/docker/docker/api/types/versions 0.021s coverage: 75.0% of statements [2021-02-23T18:25:19.121Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-23T18:25:19.121Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-23T18:25:19.254Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-23T18:25:19.622Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.36s) [2021-02-23T18:25:19.622Z] === RUN TestCreateServiceSecretFileMode [2021-02-23T18:25:20.150Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2021-02-23T18:25:20.150Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-23T18:25:20.556Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2021-02-23T18:25:20.556Z] === RUN TestCreateServiceConfigFileMode [2021-02-23T18:25:20.641Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-23T18:25:21.011Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-02-23T18:25:21.651Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2021-02-23T18:25:21.651Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-23T18:25:22.379Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:25:22.636Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-23T18:25:22.636Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:25:22.669Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2021-02-23T18:25:23.113Z] --- PASS: TestCreateServiceConfigFileMode (2.73s) [2021-02-23T18:25:23.113Z] === RUN TestCreateServiceSysctls [2021-02-23T18:25:23.712Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.86s) [2021-02-23T18:25:23.712Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-23T18:25:23.936Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-23T18:25:25.154Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:25:25.222Z] --- PASS: TestCgroupNamespacesRunHostMode (1.85s) [2021-02-23T18:25:25.222Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-23T18:25:25.410Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:25.430Z] ok github.com/docker/docker/builder/remotecontext/git 4.061s coverage: 86.3% of statements [2021-02-23T18:25:25.666Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-23T18:25:26.227Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-23T18:25:26.483Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-02-23T18:25:26.485Z] ok github.com/docker/docker/builder/remotecontext 0.416s coverage: 13.7% of statements [2021-02-23T18:25:27.285Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.89s) [2021-02-23T18:25:27.285Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-23T18:25:27.302Z] --- PASS: TestCreateServiceSysctls (3.42s) [2021-02-23T18:25:27.302Z] === RUN TestCreateServiceCapabilities [2021-02-23T18:25:27.409Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:25:27.970Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:27.970Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-02-23T18:25:28.141Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-23T18:25:28.532Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-23T18:25:28.631Z] ok github.com/docker/docker/builder/dockerfile 1.215s coverage: 48.3% of statements [2021-02-23T18:25:28.631Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-23T18:25:28.631Z] ? github.com/docker/docker/cli [no test files] [2021-02-23T18:25:28.631Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-23T18:25:28.827Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.76s) [2021-02-23T18:25:28.827Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-23T18:25:29.094Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:25:29.205Z] --- PASS: TestCreateServiceCapabilities (2.55s) [2021-02-23T18:25:29.205Z] === RUN TestInspect [2021-02-23T18:25:29.859Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2021-02-23T18:25:29.859Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-23T18:25:30.022Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:25:30.585Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-02-23T18:25:31.146Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-23T18:25:31.919Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s) [2021-02-23T18:25:31.919Z] === RUN TestKernelTCPMemory [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers (0.01s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.96s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.04s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.10s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.49s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.94s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.88s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.86s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.84s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.81s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.91s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.81s) [2021-02-23T18:25:32.512Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.44s) [2021-02-23T18:25:32.512Z] === RUN TestCgroupNamespacesRun [2021-02-23T18:25:32.552Z] --- PASS: TestKernelTCPMemory (0.98s) [2021-02-23T18:25:32.553Z] === RUN TestNISDomainname [2021-02-23T18:25:33.127Z] ok github.com/docker/docker/client 0.624s coverage: 75.4% of statements [2021-02-23T18:25:33.591Z] --- PASS: TestNISDomainname (1.05s) [2021-02-23T18:25:33.591Z] === RUN TestHostnameDnsResolution [2021-02-23T18:25:34.402Z] --- PASS: TestCgroupNamespacesRun (2.01s) [2021-02-23T18:25:34.402Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-23T18:25:34.723Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-23T18:25:35.650Z] --- PASS: TestHostnameDnsResolution (1.82s) [2021-02-23T18:25:35.650Z] === RUN TestStats [2021-02-23T18:25:35.770Z] --- PASS: TestInspect (5.84s) [2021-02-23T18:25:35.770Z] === RUN TestCreateJob [2021-02-23T18:25:36.108Z] --- PASS: TestDockerNetworkMacvlan (19.07s) [2021-02-23T18:25:36.108Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2021-02-23T18:25:36.108Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-02-23T18:25:36.108Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.15s) [2021-02-23T18:25:36.108Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.16s) [2021-02-23T18:25:36.108Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.93s) [2021-02-23T18:25:36.108Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.33s) [2021-02-23T18:25:36.108Z] PASS [2021-02-23T18:25:36.108Z] [2021-02-23T18:25:36.108Z] DONE 8 tests in 21.448s [2021-02-23T18:25:36.108Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-23T18:25:36.108Z] ++ 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 [2021-02-23T18:25:36.108Z] ++ set -e [2021-02-23T18:25:36.108Z] ++ '[' -n 0 ']' [2021-02-23T18:25:36.108Z] ++ set -x [2021-02-23T18:25:36.108Z] ++ 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 [2021-02-23T18:25:36.108Z] testing: warning: no tests to run [2021-02-23T18:25:36.108Z] PASS [2021-02-23T18:25:36.108Z] [2021-02-23T18:25:36.108Z] DONE 0 tests in 0.028s [2021-02-23T18:25:36.108Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-23T18:25:36.108Z] ++ 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 [2021-02-23T18:25:36.108Z] ++ set -e [2021-02-23T18:25:36.108Z] ++ '[' -n 0 ']' [2021-02-23T18:25:36.108Z] ++ set -x [2021-02-23T18:25:36.108Z] ++ 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 [2021-02-23T18:25:36.108Z] INFO: Testing against a local daemon [2021-02-23T18:25:36.108Z] === RUN TestAuthZPluginAllowRequest [2021-02-23T18:25:36.290Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.82s) [2021-02-23T18:25:36.290Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-23T18:25:36.852Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-23T18:25:38.021Z] --- PASS: TestAuthZPluginAllowRequest (1.85s) [2021-02-23T18:25:38.021Z] === RUN TestAuthZPluginTLS [2021-02-23T18:25:38.245Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.06s) [2021-02-23T18:25:38.245Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-23T18:25:38.245Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-23T18:25:38.302Z] --- PASS: TestCreateJob (3.38s) [2021-02-23T18:25:38.302Z] === RUN TestReplicatedJob [2021-02-23T18:25:38.374Z] --- PASS: TestStats (2.99s) [2021-02-23T18:25:38.374Z] === RUN TestStopContainerWithTimeout [2021-02-23T18:25:38.374Z] === RUN TestStopContainerWithTimeout/0 [2021-02-23T18:25:38.374Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-23T18:25:38.374Z] === RUN TestStopContainerWithTimeout/1 [2021-02-23T18:25:38.374Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-23T18:25:38.374Z] === RUN TestStopContainerWithTimeout/3 [2021-02-23T18:25:38.374Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-23T18:25:38.374Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-23T18:25:38.374Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-23T18:25:38.374Z] === CONT TestStopContainerWithTimeout/0 [2021-02-23T18:25:38.374Z] === CONT TestStopContainerWithTimeout/3 [2021-02-23T18:25:38.964Z] --- PASS: TestAuthZPluginTLS (0.74s) [2021-02-23T18:25:38.964Z] === RUN TestAuthZPluginDenyRequest [2021-02-23T18:25:39.407Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-23T18:25:39.535Z] --- PASS: TestAuthZPluginDenyRequest (0.69s) [2021-02-23T18:25:39.535Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-23T18:25:40.106Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.70s) [2021-02-23T18:25:40.106Z] === RUN TestAuthZPluginDenyResponse [2021-02-23T18:25:40.135Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-23T18:25:40.136Z] --- PASS: TestCgroupNamespacesRunHostMode (1.91s) [2021-02-23T18:25:40.136Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-23T18:25:41.052Z] --- PASS: TestAuthZPluginDenyResponse (0.70s) [2021-02-23T18:25:41.052Z] === RUN TestAuthZPluginAllowEventStream [2021-02-23T18:25:41.063Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-23T18:25:41.466Z] === CONT TestStopContainerWithTimeout/1 [2021-02-23T18:25:41.625Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-02-23T18:25:42.186Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.95s) [2021-02-23T18:25:42.186Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-23T18:25:42.186Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-23T18:25:42.982Z] --- PASS: TestAuthZPluginAllowEventStream (1.86s) [2021-02-23T18:25:42.982Z] === RUN TestAuthZPluginErrorResponse [2021-02-23T18:25:43.528Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-02-23T18:25:43.528Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2021-02-23T18:25:43.528Z] --- PASS: TestStopContainerWithTimeout/3 (2.94s) [2021-02-23T18:25:43.528Z] --- PASS: TestStopContainerWithTimeout/-1 (2.84s) [2021-02-23T18:25:43.528Z] --- PASS: TestStopContainerWithTimeout/1 (2.00s) [2021-02-23T18:25:43.528Z] === RUN TestDeleteDevicemapper [2021-02-23T18:25:43.528Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-23T18:25:43.528Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:25:43.528Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-23T18:25:43.554Z] --- PASS: TestAuthZPluginErrorResponse (0.74s) [2021-02-23T18:25:43.554Z] === RUN TestAuthZPluginErrorRequest [2021-02-23T18:25:44.075Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.90s) [2021-02-23T18:25:44.075Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-23T18:25:44.126Z] --- PASS: TestAuthZPluginErrorRequest (0.72s) [2021-02-23T18:25:44.126Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-23T18:25:44.865Z] --- PASS: TestReplicatedJob (5.69s) [2021-02-23T18:25:44.865Z] === RUN TestUpdateReplicatedJob [2021-02-23T18:25:45.002Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s) [2021-02-23T18:25:45.002Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-23T18:25:45.002Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-02-23T18:25:45.068Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.73s) [2021-02-23T18:25:45.068Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-23T18:25:46.891Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2021-02-23T18:25:46.891Z] === RUN TestKernelTCPMemory [2021-02-23T18:25:46.891Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-02-23T18:25:47.398Z] --- PASS: TestUpdateReplicatedJob (3.45s) [2021-02-23T18:25:47.398Z] === RUN TestServiceListWithStatuses [2021-02-23T18:25:47.398Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-23T18:25:47.398Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:25:47.398Z] === RUN TestDockerNetworkConnectAlias [2021-02-23T18:25:47.453Z] --- PASS: TestKernelTCPMemory (0.92s) [2021-02-23T18:25:47.453Z] === RUN TestNISDomainname [2021-02-23T18:25:47.612Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.37s) [2021-02-23T18:25:47.612Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-23T18:25:47.972Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.15s) [2021-02-23T18:25:47.972Z] === RUN TestUpdateMemory [2021-02-23T18:25:47.972Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-23T18:25:47.972Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:25:47.972Z] === RUN TestUpdateCPUQuota [2021-02-23T18:25:48.381Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-23T18:25:48.637Z] --- PASS: TestNISDomainname (0.98s) [2021-02-23T18:25:48.637Z] === RUN TestHostnameDnsResolution [2021-02-23T18:25:49.003Z] --- PASS: TestUpdateCPUQuota (1.34s) [2021-02-23T18:25:49.003Z] === RUN TestUpdatePidsLimit [2021-02-23T18:25:49.003Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-23T18:25:49.199Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-02-23T18:25:49.293Z] === RUN TestUpdatePidsLimit/no_change [2021-02-23T18:25:49.585Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-23T18:25:49.761Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-23T18:25:50.017Z] --- PASS: TestHostnameDnsResolution (1.42s) [2021-02-23T18:25:50.017Z] === RUN TestStats [2021-02-23T18:25:50.154Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.37s) [2021-02-23T18:25:50.154Z] === RUN TestAuthZPluginHeader [2021-02-23T18:25:50.215Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-23T18:25:50.505Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-23T18:25:50.724Z] --- PASS: TestAuthZPluginHeader (1.06s) [2021-02-23T18:25:50.724Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-23T18:25:50.724Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-23T18:25:50.724Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:25:50.724Z] === RUN TestAuthZPluginV2Disable [2021-02-23T18:25:50.724Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-23T18:25:50.724Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:25:50.724Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-23T18:25:50.724Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-23T18:25:50.724Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:25:50.724Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-23T18:25:50.724Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-23T18:25:50.724Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:25:50.724Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-23T18:25:50.944Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-02-23T18:25:51.138Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-23T18:25:51.484Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-23T18:25:51.507Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-23T18:25:52.068Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-02-23T18:25:52.068Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-02-23T18:25:52.068Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-02-23T18:25:52.666Z] --- PASS: TestDockerNetworkConnectAlias (4.45s) [2021-02-23T18:25:52.666Z] === RUN TestDockerNetworkReConnect [2021-02-23T18:25:52.996Z] --- PASS: TestStats (2.83s) [2021-02-23T18:25:52.996Z] === RUN TestStopContainerWithTimeout [2021-02-23T18:25:52.996Z] === RUN TestStopContainerWithTimeout/0 [2021-02-23T18:25:52.996Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-23T18:25:52.996Z] === RUN TestStopContainerWithTimeout/1 [2021-02-23T18:25:52.996Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-23T18:25:52.996Z] === RUN TestStopContainerWithTimeout/3 [2021-02-23T18:25:52.996Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-23T18:25:52.996Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-23T18:25:52.996Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-23T18:25:52.996Z] === CONT TestStopContainerWithTimeout/0 [2021-02-23T18:25:52.996Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit (4.39s) [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit/no_change (0.46s) [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s) [2021-02-23T18:25:53.544Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2021-02-23T18:25:53.544Z] === RUN TestUpdateRestartPolicy [2021-02-23T18:25:53.924Z] === CONT TestStopContainerWithTimeout/3 [2021-02-23T18:25:55.288Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-02-23T18:25:55.850Z] === CONT TestStopContainerWithTimeout/1 [2021-02-23T18:25:55.952Z] --- PASS: TestDockerNetworkReConnect (3.62s) [2021-02-23T18:25:55.952Z] === RUN TestServicePlugin [2021-02-23T18:25:56.411Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-23T18:25:57.776Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-23T18:25:57.776Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2021-02-23T18:25:57.776Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2021-02-23T18:25:57.776Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2021-02-23T18:25:57.776Z] --- PASS: TestStopContainerWithTimeout/1 (1.88s) [2021-02-23T18:25:57.776Z] === RUN TestDeleteDevicemapper [2021-02-23T18:25:57.776Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-23T18:25:57.776Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:25:57.776Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-23T18:25:58.337Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-23T18:25:59.704Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-23T18:25:59.838Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-02-23T18:25:59.838Z] Copying nested executables into bundles/binary-daemon [2021-02-23T18:25:59.838Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-02-23T18:26:00.168Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh cross [2021-02-23T18:26:00.280Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-02-23T18:26:00.281Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-23T18:26:00.423Z] [2021-02-23T18:26:00.679Z] Removing bundles/ [2021-02-23T18:26:00.679Z] [2021-02-23T18:26:00.679Z] ---> Making bundle: cross (in bundles/cross) [2021-02-23T18:26:00.679Z] Cross building: bundles/cross/linux/amd64 [2021-02-23T18:26:00.679Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-02-23T18:26:00.679Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-02-23T18:26:00.853Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-23T18:26:01.109Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.20s) [2021-02-23T18:26:01.109Z] === RUN TestUpdateMemory [2021-02-23T18:26:01.109Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-23T18:26:01.109Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:26:01.109Z] === RUN TestUpdateCPUQuota [2021-02-23T18:26:01.109Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-23T18:26:01.672Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-23T18:26:01.672Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-23T18:26:03.038Z] --- PASS: TestUpdateCPUQuota (1.75s) [2021-02-23T18:26:03.038Z] === RUN TestUpdatePidsLimit [2021-02-23T18:26:03.038Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-23T18:26:03.294Z] === RUN TestUpdatePidsLimit/no_change [2021-02-23T18:26:03.294Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-23T18:26:03.294Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-02-23T18:26:03.857Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-23T18:26:04.113Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-23T18:26:04.676Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-23T18:26:04.932Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-23T18:26:05.495Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit (3.81s) [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit/no_change (0.48s) [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.48s) [2021-02-23T18:26:06.862Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2021-02-23T18:26:06.862Z] === RUN TestUpdateRestartPolicy [2021-02-23T18:26:06.862Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-02-23T18:26:08.752Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-23T18:26:08.752Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-02-23T18:26:08.864Z] --- PASS: TestUpdateRestartPolicy (13.25s) [2021-02-23T18:26:08.864Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-23T18:26:08.864Z] --- PASS: TestUpdateRestartWithAutoRemove (1.09s) [2021-02-23T18:26:08.864Z] === RUN TestWaitNonBlocked [2021-02-23T18:26:08.864Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:26:08.864Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:26:08.864Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:26:08.864Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:26:08.864Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:26:08.864Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:26:08.864Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-23T18:26:08.864Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2021-02-23T18:26:08.864Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.27s) [2021-02-23T18:26:08.864Z] === RUN TestWaitBlocked [2021-02-23T18:26:08.864Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:26:08.864Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:26:08.864Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:26:08.864Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:26:08.864Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:26:08.864Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:26:09.680Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-23T18:26:10.244Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-23T18:26:10.366Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-23T18:26:10.366Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.20s) [2021-02-23T18:26:10.366Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2021-02-23T18:26:10.366Z] === CONT TestContainerStartOnDaemonRestart [2021-02-23T18:26:10.366Z] === CONT TestIpcModeOlderClient [2021-02-23T18:26:10.366Z] --- PASS: TestIpcModeOlderClient (0.21s) [2021-02-23T18:26:10.366Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-23T18:26:10.804Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-23T18:26:11.365Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-23T18:26:11.621Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-23T18:26:11.876Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-23T18:26:12.132Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-02-23T18:26:12.677Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.38s) [2021-02-23T18:26:12.677Z] PASS [2021-02-23T18:26:12.677Z] [2021-02-23T18:26:12.677Z] === Skipped [2021-02-23T18:26:12.677Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-23T18:26:12.677Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:26:12.677Z] [2021-02-23T18:26:12.677Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-23T18:26:12.677Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:26:12.677Z] [2021-02-23T18:26:12.677Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-23T18:26:12.677Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:26:12.677Z] [2021-02-23T18:26:12.677Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-23T18:26:12.677Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:26:12.677Z] [2021-02-23T18:26:12.677Z] [2021-02-23T18:26:12.677Z] DONE 17 tests, 4 skipped in 33.149s [2021-02-23T18:26:12.677Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-23T18:26:12.677Z] ++ 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 [2021-02-23T18:26:12.677Z] ++ set -e [2021-02-23T18:26:12.677Z] ++ '[' -n 0 ']' [2021-02-23T18:26:12.677Z] ++ set -x [2021-02-23T18:26:12.677Z] ++ 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 [2021-02-23T18:26:12.677Z] INFO: Testing against a local daemon [2021-02-23T18:26:12.677Z] === RUN TestPluginInvalidJSON [2021-02-23T18:26:12.677Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:26:12.677Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:26:12.677Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:26:12.677Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-23T18:26:12.677Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:26:12.677Z] === RUN TestPluginInstall [2021-02-23T18:26:12.677Z] === RUN TestPluginInstall/no_auth [2021-02-23T18:26:12.677Z] time="2021-02-23T18:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:26:12.677Z] time="2021-02-23T18:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b11a82c0b1c9c84c77d3fb2bcdbafa84d7d236952bf606d5ffefc690a1077a92" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:26:12.677Z] time="2021-02-23T18:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:26:12.677Z] time="2021-02-23T18:26:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b11a82c0b1c9c84c77d3fb2bcdbafa84d7d236952bf606d5ffefc690a1077a92" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:26:12.677Z] === RUN TestPluginInstall/with_htpasswd [2021-02-23T18:26:12.937Z] time="2021-02-23T18:26:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:26:12.937Z] time="2021-02-23T18:26:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3454a240c0fdd820bb58645715ff26678a06cd4315c025987fa23581de8e61fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:26:12.937Z] time="2021-02-23T18:26:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:26:12.937Z] time="2021-02-23T18:26:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3454a240c0fdd820bb58645715ff26678a06cd4315c025987fa23581de8e61fd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:26:13.508Z] === RUN TestPluginInstall/with_insecure [2021-02-23T18:26:13.873Z] --- PASS: TestContainerStartOnDaemonRestart (3.32s) [2021-02-23T18:26:13.873Z] === CONT TestContainerKillOnDaemonStart [2021-02-23T18:26:14.503Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.07s) [2021-02-23T18:26:14.503Z] === CONT TestDaemonHostGatewayIP [2021-02-23T18:26:14.892Z] time="2021-02-23T18:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:26:14.892Z] time="2021-02-23T18:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f19c8cf30167f40213ffcbe4721d4322dd65454cdb28b2c6f3fa4f11ae3eb84d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:26:14.892Z] time="2021-02-23T18:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:26:14.892Z] time="2021-02-23T18:26:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f19c8cf30167f40213ffcbe4721d4322dd65454cdb28b2c6f3fa4f11ae3eb84d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:26:15.153Z] --- PASS: TestPluginInstall (5.85s) [2021-02-23T18:26:15.153Z] --- PASS: TestPluginInstall/no_auth (2.79s) [2021-02-23T18:26:15.153Z] --- PASS: TestPluginInstall/with_htpasswd (1.26s) [2021-02-23T18:26:15.153Z] --- PASS: TestPluginInstall/with_insecure (1.80s) [2021-02-23T18:26:15.153Z] plugin_test.go:160: [d1526dda43289] daemon is not started [2021-02-23T18:26:15.153Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:26:16.298Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-02-23T18:26:17.703Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-23T18:26:18.015Z] --- PASS: TestDaemonHostGatewayIP (3.72s) [2021-02-23T18:26:18.015Z] === CONT TestDaemonRestartIpcMode [2021-02-23T18:26:19.571Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-02-23T18:26:19.571Z] --- PASS: TestUpdateRestartPolicy (12.91s) [2021-02-23T18:26:19.571Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-23T18:26:19.615Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-23T18:26:20.498Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s) [2021-02-23T18:26:20.498Z] === RUN TestWaitNonBlocked [2021-02-23T18:26:20.498Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:26:20.498Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:26:20.498Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:26:20.498Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:26:20.498Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:26:20.498Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:26:20.593Z] ok github.com/docker/docker/cmd/dockerd 0.199s coverage: 29.1% of statements [2021-02-23T18:26:20.593Z] ok github.com/docker/docker/container 0.149s coverage: 34.7% of statements [2021-02-23T18:26:20.593Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-23T18:26:20.593Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-23T18:26:20.593Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-23T18:26:20.593Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-23T18:26:20.593Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.029s coverage: 65.3% of statements [2021-02-23T18:26:21.527Z] --- PASS: TestPluginsWithRuntimes (5.96s) [2021-02-23T18:26:21.527Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.85s) [2021-02-23T18:26:21.527Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.70s) [2021-02-23T18:26:21.527Z] PASS [2021-02-23T18:26:21.527Z] [2021-02-23T18:26:21.527Z] DONE 9 tests in 12.035s [2021-02-23T18:26:21.527Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-23T18:26:21.527Z] ++ 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 [2021-02-23T18:26:21.527Z] ++ set -e [2021-02-23T18:26:21.527Z] ++ '[' -n 0 ']' [2021-02-23T18:26:21.527Z] ++ set -x [2021-02-23T18:26:21.527Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-02-23T18:26:21.527Z] INFO: Testing against a local daemon [2021-02-23T18:26:21.527Z] === RUN TestExternalGraphDriver [2021-02-23T18:26:21.527Z] === RUN TestExternalGraphDriver/json [2021-02-23T18:26:21.862Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-23T18:26:21.862Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2021-02-23T18:26:21.862Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.28s) [2021-02-23T18:26:21.862Z] === RUN TestWaitBlocked [2021-02-23T18:26:21.862Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:26:21.862Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:26:21.862Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:26:21.862Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:26:21.862Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:26:21.862Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:26:21.862Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-02-23T18:26:22.425Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-23T18:26:22.456Z] --- PASS: TestDaemonRestartIpcMode (3.96s) [2021-02-23T18:26:22.988Z] --- PASS: TestWaitBlocked (0.04s) [2021-02-23T18:26:22.988Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.32s) [2021-02-23T18:26:22.988Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.37s) [2021-02-23T18:26:22.988Z] === CONT TestContainerStartOnDaemonRestart [2021-02-23T18:26:22.988Z] === CONT TestContainerKillOnDaemonStart [2021-02-23T18:26:23.550Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-23T18:26:24.069Z] === RUN TestExternalGraphDriver/spec [2021-02-23T18:26:24.478Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-23T18:26:25.854Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-02-23T18:26:25.963Z] --- PASS: TestContainerKillOnDaemonStart (12.61s) [2021-02-23T18:26:25.963Z] PASS [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] === Skipped [2021-02-23T18:26:25.963Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-02-23T18:26:25.963Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-23T18:26:25.963Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-23T18:26:25.963Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:26:25.963Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-02-23T18:26:25.963Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-02-23T18:26:25.963Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] [2021-02-23T18:26:25.963Z] DONE 196 tests, 6 skipped in 162.419s [2021-02-23T18:26:25.963Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-02-23T18:26:25.963Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:26:25.963Z] ++ set -e [2021-02-23T18:26:25.963Z] ++ '[' -n 0 ']' [2021-02-23T18:26:25.963Z] ++ set -x [2021-02-23T18:26:25.963Z] ++ 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=s390x 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/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:26:26.208Z] ok github.com/docker/docker/daemon/cluster/convert 0.072s coverage: 35.9% of statements [2021-02-23T18:26:26.253Z] INFO: Testing against a local daemon [2021-02-23T18:26:26.253Z] === RUN TestCommitInheritsEnv [2021-02-23T18:26:26.782Z] --- PASS: TestContainerStartOnDaemonRestart (3.77s) [2021-02-23T18:26:26.782Z] === CONT TestIpcModeOlderClient [2021-02-23T18:26:26.782Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-02-23T18:26:26.782Z] === CONT TestDaemonHostGatewayIP [2021-02-23T18:26:26.936Z] --- PASS: TestCommitInheritsEnv (0.73s) [2021-02-23T18:26:26.936Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-23T18:26:26.936Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-23T18:26:26.936Z] === RUN TestImagesFilterMultiReference [2021-02-23T18:26:27.226Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-02-23T18:26:27.226Z] === RUN TestImagePullPlatformInvalid [2021-02-23T18:26:27.226Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-02-23T18:26:27.226Z] === RUN TestRemoveImageOrphaning [2021-02-23T18:26:27.369Z] === RUN TestExternalGraphDriver/pull [2021-02-23T18:26:27.712Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-23T18:26:27.856Z] --- PASS: TestRemoveImageOrphaning (0.73s) [2021-02-23T18:26:27.856Z] === RUN TestRemoveImageGarbageCollector [2021-02-23T18:26:27.856Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:26:27.856Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:26:27.856Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-23T18:26:27.856Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-23T18:26:27.856Z] === RUN TestTagInvalidReference [2021-02-23T18:26:27.856Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-23T18:26:27.856Z] === RUN TestTagValidPrefixedRepo [2021-02-23T18:26:27.856Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-23T18:26:27.856Z] === RUN TestTagExistedNameWithoutForce [2021-02-23T18:26:28.032Z] --- PASS: TestServicePlugin (31.06s) [2021-02-23T18:26:28.032Z] plugin_test.go:62: [de43b571037f7] joining swarm manager [d1fdcab09c12a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:26:28.032Z] plugin_test.go:65: [d0a5a03cf5211] joining swarm manager [d1fdcab09c12a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:26:28.032Z] === RUN TestServiceUpdateLabel [2021-02-23T18:26:28.145Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2021-02-23T18:26:28.145Z] === RUN TestTagOfficialNames [2021-02-23T18:26:28.145Z] --- PASS: TestTagOfficialNames (0.06s) [2021-02-23T18:26:28.145Z] === RUN TestTagMatchesDigest [2021-02-23T18:26:28.145Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-23T18:26:28.145Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-23T18:26:28.969Z] --- PASS: TestServiceUpdateLabel (2.29s) [2021-02-23T18:26:28.969Z] === RUN TestServiceUpdateSecrets [2021-02-23T18:26:29.077Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-02-23T18:26:29.281Z] --- PASS: TestExternalGraphDriver (7.81s) [2021-02-23T18:26:29.281Z] --- PASS: TestExternalGraphDriver/json (2.58s) [2021-02-23T18:26:29.281Z] --- PASS: TestExternalGraphDriver/spec (2.79s) [2021-02-23T18:26:29.281Z] --- PASS: TestExternalGraphDriver/pull (2.31s) [2021-02-23T18:26:29.281Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:26:29.281Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-02-23T18:26:29.281Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:26:29.281Z] PASS [2021-02-23T18:26:29.281Z] [2021-02-23T18:26:29.281Z] === Skipped [2021-02-23T18:26:29.281Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-02-23T18:26:29.281Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:26:29.281Z] [2021-02-23T18:26:29.281Z] [2021-02-23T18:26:29.281Z] DONE 5 tests, 1 skipped in 7.993s [2021-02-23T18:26:29.281Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-23T18:26:29.281Z] ++ 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 [2021-02-23T18:26:29.281Z] ++ set -e [2021-02-23T18:26:29.281Z] ++ '[' -n 0 ']' [2021-02-23T18:26:29.281Z] ++ set -x [2021-02-23T18:26:29.281Z] ++ 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 [2021-02-23T18:26:29.281Z] INFO: Testing against a local daemon [2021-02-23T18:26:29.281Z] === RUN TestContinueAfterPluginCrash [2021-02-23T18:26:29.281Z] === PAUSE TestContinueAfterPluginCrash [2021-02-23T18:26:29.281Z] === RUN TestReadPluginNoRead [2021-02-23T18:26:29.281Z] === PAUSE TestReadPluginNoRead [2021-02-23T18:26:29.282Z] === RUN TestDaemonStartWithLogOpt [2021-02-23T18:26:29.282Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-23T18:26:29.282Z] === CONT TestContinueAfterPluginCrash [2021-02-23T18:26:29.282Z] === CONT TestDaemonStartWithLogOpt [2021-02-23T18:26:29.282Z] === CONT TestReadPluginNoRead [2021-02-23T18:26:30.005Z] --- PASS: TestDaemonHostGatewayIP (3.20s) [2021-02-23T18:26:30.005Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-23T18:26:30.711Z] ok github.com/docker/docker/daemon/cluster 0.204s coverage: 0.5% of statements [2021-02-23T18:26:30.933Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-02-23T18:26:31.495Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-23T18:26:32.861Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.50s) [2021-02-23T18:26:32.861Z] === CONT TestDaemonRestartIpcMode [2021-02-23T18:26:32.861Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-23T18:26:32.861Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-23T18:26:32.861Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-23T18:26:32.861Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-23T18:26:32.861Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-23T18:26:34.268Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements [2021-02-23T18:26:34.564Z] ok github.com/docker/docker/daemon/config 0.079s coverage: 81.8% of statements [2021-02-23T18:26:34.575Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-23T18:26:34.575Z] --- PASS: TestDaemonStartWithLogOpt (4.96s) [2021-02-23T18:26:34.752Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-02-23T18:26:35.517Z] === RUN TestReadPluginNoRead/default [2021-02-23T18:26:35.615Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2021-02-23T18:26:35.682Z] --- PASS: TestDaemonRestartIpcMode (3.05s) [2021-02-23T18:26:36.245Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-23T18:26:36.501Z] --- PASS: TestContainerKillOnDaemonStart (13.34s) [2021-02-23T18:26:36.501Z] PASS [2021-02-23T18:26:36.501Z] [2021-02-23T18:26:36.501Z] === Skipped [2021-02-23T18:26:36.501Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-23T18:26:36.502Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:26:36.502Z] [2021-02-23T18:26:36.502Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-23T18:26:36.502Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:26:36.502Z] [2021-02-23T18:26:36.502Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-23T18:26:36.502Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:26:36.502Z] [2021-02-23T18:26:36.502Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:26:36.502Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:26:36.502Z] [2021-02-23T18:26:36.502Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-23T18:26:36.502Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:26:36.502Z] [2021-02-23T18:26:36.502Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-23T18:26:36.502Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:26:36.502Z] [2021-02-23T18:26:36.502Z] [2021-02-23T18:26:36.502Z] DONE 196 tests, 6 skipped in 153.811s [2021-02-23T18:26:36.502Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-23T18:26:36.502Z] ++ 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 [2021-02-23T18:26:36.502Z] ++ set -e [2021-02-23T18:26:36.502Z] ++ '[' -n 0 ']' [2021-02-23T18:26:36.502Z] ++ set -x [2021-02-23T18:26:36.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=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 [2021-02-23T18:26:36.758Z] INFO: Testing against a local daemon [2021-02-23T18:26:36.758Z] === RUN TestCommitInheritsEnv [2021-02-23T18:26:37.320Z] --- PASS: TestCommitInheritsEnv (0.54s) [2021-02-23T18:26:37.320Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-23T18:26:37.320Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-23T18:26:37.320Z] === RUN TestImagesFilterMultiReference [2021-02-23T18:26:37.320Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-02-23T18:26:37.320Z] === RUN TestImagePullPlatformInvalid [2021-02-23T18:26:37.320Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-23T18:26:37.320Z] === RUN TestRemoveImageOrphaning [2021-02-23T18:26:37.428Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-23T18:26:37.576Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2021-02-23T18:26:37.576Z] === RUN TestRemoveImageGarbageCollector [2021-02-23T18:26:37.833Z] ok github.com/docker/docker/daemon/graphdriver 0.019s coverage: 2.2% of statements [2021-02-23T18:26:39.338Z] --- PASS: TestReadPluginNoRead (9.86s) [2021-02-23T18:26:39.338Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.87s) [2021-02-23T18:26:39.338Z] --- PASS: TestReadPluginNoRead/default (1.87s) [2021-02-23T18:26:39.338Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.81s) [2021-02-23T18:26:39.338Z] read_test.go:92: [d37dd868c157a] daemon is not started [2021-02-23T18:26:39.465Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-02-23T18:26:39.601Z] --- PASS: TestContinueAfterPluginCrash (10.31s) [2021-02-23T18:26:39.601Z] PASS [2021-02-23T18:26:39.601Z] [2021-02-23T18:26:39.601Z] DONE 6 tests in 10.487s [2021-02-23T18:26:39.601Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-23T18:26:39.862Z] ++ 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 [2021-02-23T18:26:39.862Z] ++ set -e [2021-02-23T18:26:39.862Z] ++ '[' -n 0 ']' [2021-02-23T18:26:39.862Z] ++ set -x [2021-02-23T18:26:39.862Z] ++ 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 [2021-02-23T18:26:39.862Z] testing: warning: no tests to run [2021-02-23T18:26:39.862Z] PASS [2021-02-23T18:26:39.862Z] [2021-02-23T18:26:39.862Z] DONE 0 tests in 0.048s [2021-02-23T18:26:39.862Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-23T18:26:39.862Z] ++ 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 [2021-02-23T18:26:39.862Z] ++ set -e [2021-02-23T18:26:39.862Z] ++ '[' -n 0 ']' [2021-02-23T18:26:39.862Z] ++ set -x [2021-02-23T18:26:39.862Z] ++ 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 [2021-02-23T18:26:40.027Z] --- PASS: TestRemoveImageGarbageCollector (2.36s) [2021-02-23T18:26:40.027Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-23T18:26:40.027Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-23T18:26:40.027Z] === RUN TestTagInvalidReference [2021-02-23T18:26:40.027Z] --- PASS: TestTagInvalidReference (0.06s) [2021-02-23T18:26:40.027Z] === RUN TestTagValidPrefixedRepo [2021-02-23T18:26:40.126Z] INFO: Testing against a local daemon [2021-02-23T18:26:40.126Z] === RUN TestPluginWithDevMounts [2021-02-23T18:26:40.126Z] === PAUSE TestPluginWithDevMounts [2021-02-23T18:26:40.126Z] === CONT TestPluginWithDevMounts [2021-02-23T18:26:40.282Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-02-23T18:26:40.282Z] === RUN TestTagExistedNameWithoutForce [2021-02-23T18:26:40.282Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-23T18:26:40.282Z] === RUN TestTagOfficialNames [2021-02-23T18:26:40.282Z] --- PASS: TestTagOfficialNames (0.07s) [2021-02-23T18:26:40.282Z] === RUN TestTagMatchesDigest [2021-02-23T18:26:40.282Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-23T18:26:40.282Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-23T18:26:40.538Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-02-23T18:26:40.538Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-23T18:26:40.582Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.496s coverage: 14.1% of statements [2021-02-23T18:26:40.877Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.9% of statements [2021-02-23T18:26:41.099Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-02-23T18:26:41.663Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-02-23T18:26:42.415Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.680s coverage: 57.1% of statements [2021-02-23T18:26:42.669Z] --- PASS: TestPluginWithDevMounts (2.18s) [2021-02-23T18:26:42.669Z] PASS [2021-02-23T18:26:42.669Z] [2021-02-23T18:26:42.669Z] DONE 1 tests in 2.479s [2021-02-23T18:26:42.669Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-23T18:26:42.669Z] ++ 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 [2021-02-23T18:26:42.669Z] ++ set -e [2021-02-23T18:26:42.669Z] ++ '[' -n 0 ']' [2021-02-23T18:26:42.669Z] ++ set -x [2021-02-23T18:26:42.669Z] ++ 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 [2021-02-23T18:26:42.669Z] INFO: Testing against a local daemon [2021-02-23T18:26:42.669Z] === RUN TestSecretInspect [2021-02-23T18:26:43.842Z] --- PASS: TestServiceUpdateSecrets (14.70s) [2021-02-23T18:26:43.842Z] === RUN TestServiceUpdateConfigs [2021-02-23T18:26:44.178Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-23T18:26:44.178Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-23T18:26:45.189Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2021-02-23T18:26:45.968Z] --- PASS: TestSecretInspect (3.18s) [2021-02-23T18:26:45.968Z] === RUN TestSecretList [2021-02-23T18:26:46.236Z] ok github.com/docker/docker/daemon 12.376s coverage: 17.1% of statements [2021-02-23T18:26:46.236Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-23T18:26:46.236Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-23T18:26:46.236Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-23T18:26:46.236Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-23T18:26:47.158Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.380s coverage: 69.3% of statements [2021-02-23T18:26:47.442Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-02-23T18:26:48.369Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-02-23T18:26:48.626Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-02-23T18:26:49.265Z] --- PASS: TestSecretList (3.26s) [2021-02-23T18:26:49.265Z] === RUN TestSecretsCreateAndDelete [2021-02-23T18:26:49.531Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.762s coverage: 45.9% of statements [2021-02-23T18:26:49.531Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-23T18:26:49.858Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.246s coverage: 49.4% of statements [2021-02-23T18:26:50.008Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-23T18:26:50.165Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 57.5% of statements [2021-02-23T18:26:50.263Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-02-23T18:26:50.825Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2021-02-23T18:26:51.467Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.033s coverage: 3.0% of statements [2021-02-23T18:26:52.562Z] --- PASS: TestSecretsCreateAndDelete (3.27s) [2021-02-23T18:26:52.562Z] === RUN TestSecretsUpdate [2021-02-23T18:26:53.531Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-02-23T18:26:54.093Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-02-23T18:26:54.247Z] ok github.com/docker/docker/daemon/logger 0.269s coverage: 43.2% of statements [2021-02-23T18:26:54.544Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.035s coverage: 52.1% of statements [2021-02-23T18:26:54.544Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-23T18:26:54.544Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-23T18:26:55.861Z] --- PASS: TestSecretsUpdate (3.28s) [2021-02-23T18:26:55.861Z] === RUN TestTemplatedSecret [2021-02-23T18:26:56.612Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-23T18:26:56.654Z] ok github.com/docker/docker/daemon/logger/awslogs 0.493s coverage: 77.8% of statements [2021-02-23T18:26:57.176Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-02-23T18:26:57.323Z] ok github.com/docker/docker/daemon/logger/gelf 0.035s coverage: 67.0% of statements [2021-02-23T18:26:57.432Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-23T18:26:57.619Z] ok github.com/docker/docker/daemon/logger/journald 0.044s coverage: 23.9% of statements [2021-02-23T18:26:58.270Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.7% of statements [2021-02-23T18:26:58.270Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-23T18:26:58.270Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-23T18:26:58.270Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-23T18:26:58.270Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-23T18:26:58.270Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.032s coverage: 87.2% of statements [2021-02-23T18:26:58.716Z] --- PASS: TestServiceUpdateConfigs (14.78s) [2021-02-23T18:26:58.716Z] === RUN TestServiceUpdateNetwork [2021-02-23T18:26:59.159Z] --- PASS: TestTemplatedSecret (3.51s) [2021-02-23T18:26:59.159Z] === RUN TestSecretCreateResolve [2021-02-23T18:26:59.322Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-23T18:26:59.322Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-02-23T18:26:59.331Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.034s coverage: 61.6% of statements [2021-02-23T18:27:00.890Z] ok github.com/docker/docker/daemon/logger/local 0.078s coverage: 75.2% of statements [2021-02-23T18:27:00.890Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-23T18:27:01.546Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 55.1% of statements [2021-02-23T18:27:02.456Z] --- PASS: TestSecretCreateResolve (3.31s) [2021-02-23T18:27:02.456Z] PASS [2021-02-23T18:27:02.456Z] [2021-02-23T18:27:02.456Z] DONE 6 tests in 19.973s [2021-02-23T18:27:02.456Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-02-23T18:27:02.456Z] ++ 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 [2021-02-23T18:27:02.456Z] ++ set -e [2021-02-23T18:27:02.456Z] ++ '[' -n 0 ']' [2021-02-23T18:27:02.456Z] ++ set -x [2021-02-23T18:27:02.456Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-02-23T18:27:02.456Z] INFO: Testing against a local daemon [2021-02-23T18:27:02.456Z] === RUN TestServiceCreateInit [2021-02-23T18:27:02.456Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-23T18:27:02.648Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.016s coverage: 31.5% of statements [2021-02-23T18:27:03.302Z] ok github.com/docker/docker/daemon/logger/templates 0.006s coverage: 8.3% of statements [2021-02-23T18:27:03.491Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-23T18:27:03.491Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-02-23T18:27:03.963Z] ok github.com/docker/docker/daemon/logger/syslog 0.030s coverage: 46.8% of statements [2021-02-23T18:27:04.052Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-23T18:27:04.309Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-23T18:27:04.565Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-02-23T18:27:05.494Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-23T18:27:05.515Z] ok github.com/docker/docker/daemon/logger/splunk 2.538s coverage: 82.5% of statements [2021-02-23T18:27:05.515Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-23T18:27:05.813Z] ok github.com/docker/docker/daemon/network 0.023s coverage: 63.8% of statements [2021-02-23T18:27:05.813Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-23T18:27:06.861Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-23T18:27:08.229Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-23T18:27:08.609Z] ok github.com/docker/docker/distribution/metadata 0.156s coverage: 48.2% of statements [2021-02-23T18:27:09.037Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-23T18:27:09.252Z] ok github.com/docker/docker/errdefs 0.028s coverage: 53.1% of statements [2021-02-23T18:27:09.596Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-23T18:27:10.299Z] ok github.com/docker/docker/distribution 0.487s coverage: 25.0% of statements [2021-02-23T18:27:10.299Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-23T18:27:11.830Z] ok github.com/docker/docker/distribution/xfer 1.688s coverage: 85.1% of statements [2021-02-23T18:27:11.830Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-23T18:27:11.830Z] ok github.com/docker/docker/image 0.084s coverage: 86.8% of statements [2021-02-23T18:27:12.476Z] ok github.com/docker/docker/image/cache 0.022s coverage: 19.2% of statements [2021-02-23T18:27:12.476Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-23T18:27:13.121Z] ok github.com/docker/docker/libcontainerd/queue 0.061s coverage: 100.0% of statements [2021-02-23T18:27:13.239Z] --- PASS: TestServiceCreateInit (10.75s) [2021-02-23T18:27:13.240Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.37s) [2021-02-23T18:27:13.240Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.34s) [2021-02-23T18:27:13.240Z] === RUN TestCreateServiceMultipleTimes [2021-02-23T18:27:13.418Z] ok github.com/docker/docker/image/v1 0.017s coverage: 25.0% of statements [2021-02-23T18:27:13.418Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-23T18:27:13.591Z] --- PASS: TestServiceUpdateNetwork (12.78s) [2021-02-23T18:27:13.591Z] === RUN TestServiceUpdatePidsLimit [2021-02-23T18:27:13.591Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-23T18:27:13.591Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-23T18:27:13.768Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-02-23T18:27:14.962Z] ok github.com/docker/docker/pkg/aaparser 0.014s coverage: 52.9% of statements [2021-02-23T18:27:16.012Z] ok github.com/docker/docker/oci 0.022s coverage: 38.4% of statements [2021-02-23T18:27:16.287Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-02-23T18:27:16.311Z] ok github.com/docker/docker/opts 0.073s coverage: 67.1% of statements [2021-02-23T18:27:18.405Z] ok github.com/docker/docker/pkg/broadcaster 0.017s coverage: 100.0% of statements [2021-02-23T18:27:18.702Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2021-02-23T18:27:19.348Z] ok github.com/docker/docker/pkg/authorization 1.312s coverage: 68.3% of statements [2021-02-23T18:27:19.601Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-23T18:27:19.601Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-02-23T18:27:19.857Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-02-23T18:27:19.994Z] ok github.com/docker/docker/pkg/archive 1.210s coverage: 77.0% of statements [2021-02-23T18:27:20.154Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-23T18:27:20.301Z] ok github.com/docker/docker/pkg/directory 0.025s coverage: 80.0% of statements [2021-02-23T18:27:20.418Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-02-23T18:27:20.674Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-23T18:27:20.949Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2021-02-23T18:27:21.235Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-02-23T18:27:21.246Z] ok github.com/docker/docker/pkg/discovery/file 0.009s coverage: 97.6% of statements [2021-02-23T18:27:22.293Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2021-02-23T18:27:22.931Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2021-02-23T18:27:23.125Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-02-23T18:27:23.125Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-02-23T18:27:23.228Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-02-23T18:27:24.053Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-23T18:27:24.270Z] ok github.com/docker/docker/pkg/chrootarchive 3.731s coverage: 43.2% of statements [2021-02-23T18:27:24.573Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-02-23T18:27:24.984Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-02-23T18:27:25.213Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2021-02-23T18:27:25.213Z] ok github.com/docker/docker/layer 8.086s coverage: 68.8% of statements [2021-02-23T18:27:25.213Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-23T18:27:25.213Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-23T18:27:25.213Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-23T18:27:25.213Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-23T18:27:25.213Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-23T18:27:25.213Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-23T18:27:25.213Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-23T18:27:25.856Z] ok github.com/docker/docker/pkg/discovery/kv 3.088s coverage: 84.1% of statements [2021-02-23T18:27:25.856Z] ok github.com/docker/docker/pkg/fsutils 0.403s coverage: 85.1% of statements [2021-02-23T18:27:25.983Z] --- PASS: TestBuildWithHugeFile (118.34s) [2021-02-23T18:27:25.983Z] === RUN TestBuildWithEmptyDockerfile [2021-02-23T18:27:25.983Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:27:25.983Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:27:25.983Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:27:25.983Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:27:25.983Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:27:25.983Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:27:25.983Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:27:25.983Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:27:25.983Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:27:25.983Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-02-23T18:27:25.983Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-02-23T18:27:25.983Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-02-23T18:27:25.983Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-02-23T18:27:25.983Z] === RUN TestBuildPreserveOwnership [2021-02-23T18:27:25.983Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-02-23T18:27:25.983Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:27:25.983Z] === RUN TestBuildPlatformInvalid [2021-02-23T18:27:25.983Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-02-23T18:27:25.983Z] PASS [2021-02-23T18:27:25.983Z] ok github.com/docker/docker/integration/build 172.064s [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === Skipped [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-02-23T18:27:25.983Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-02-23T18:27:25.983Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-02-23T18:27:25.983Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-02-23T18:27:25.983Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-02-23T18:27:25.983Z] build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] DONE 28 tests, 5 skipped in 193.280s [2021-02-23T18:27:25.983Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-02-23T18:27:25.983Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:27:25.983Z] INFO: Testing against a local daemon [2021-02-23T18:27:25.983Z] === RUN TestConfigInspect [2021-02-23T18:27:25.983Z] --- SKIP: TestConfigInspect (0.01s) [2021-02-23T18:27:25.983Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestConfigList [2021-02-23T18:27:25.983Z] --- SKIP: TestConfigList (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestConfigsCreateAndDelete [2021-02-23T18:27:25.983Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestConfigsUpdate [2021-02-23T18:27:25.983Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestTemplatedConfig [2021-02-23T18:27:25.983Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestConfigCreateResolve [2021-02-23T18:27:25.983Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:27:25.983Z] === RUN TestConfigDaemonLibtrustID [2021-02-23T18:27:25.983Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:27:25.983Z] PASS [2021-02-23T18:27:25.983Z] ok github.com/docker/docker/integration/config 0.161s [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === Skipped [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2021-02-23T18:27:25.983Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-02-23T18:27:25.983Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] [2021-02-23T18:27:25.983Z] DONE 7 tests, 7 skipped in 2.233s [2021-02-23T18:27:25.983Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-02-23T18:27:25.983Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:27:25.983Z] INFO: Testing against a local daemon [2021-02-23T18:27:25.983Z] === RUN TestCheckpoint [2021-02-23T18:27:25.983Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-23T18:27:25.983Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:27:25.983Z] === RUN TestContainerInvalidJSON [2021-02-23T18:27:25.983Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:27:25.983Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:27:25.983Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:27:25.983Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:27:25.983Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:27:25.983Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:27:25.983Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:27:25.983Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:27:25.983Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:27:25.983Z] --- PASS: TestContainerInvalidJSON (0.04s) [2021-02-23T18:27:25.983Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-23T18:27:25.983Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-23T18:27:25.983Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-23T18:27:25.983Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-23T18:27:25.983Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2021-02-23T18:27:25.983Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-23T18:27:25.983Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-23T18:27:25.983Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-23T18:27:25.983Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2021-02-23T18:27:25.983Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-23T18:27:25.983Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2021-02-23T18:27:25.983Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestCopyFromContainer [2021-02-23T18:27:25.983Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-02-23T18:27:25.983Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-23T18:27:25.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:27:25.983Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:27:25.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:27:25.983Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:27:25.983Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:27:25.983Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:27:25.983Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:27:25.983Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:27:25.983Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:27:25.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-23T18:27:25.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-23T18:27:25.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-23T18:27:25.983Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-23T18:27:25.983Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-23T18:27:25.983Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-02-23T18:27:25.983Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-23T18:27:25.983Z] === RUN TestCreateWithInvalidEnv [2021-02-23T18:27:25.983Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-23T18:27:25.983Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-23T18:27:25.983Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-23T18:27:25.983Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-23T18:27:25.983Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-23T18:27:25.983Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-23T18:27:25.983Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-23T18:27:25.983Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-23T18:27:25.983Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-23T18:27:25.983Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-23T18:27:25.983Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-02-23T18:27:25.983Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-02-23T18:27:25.983Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-02-23T18:27:25.983Z] === RUN TestCreateTmpfsMountsTarget [2021-02-23T18:27:25.983Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-02-23T18:27:25.983Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.983Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-23T18:27:25.983Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-02-23T18:27:25.983Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:27:25.983Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-23T18:27:25.984Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-23T18:27:25.984Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:27:25.984Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-23T18:27:25.984Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:27:25.984Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:27:25.984Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:27:25.984Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:27:25.984Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:27:25.984Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:27:25.984Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:27:25.984Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:27:25.984Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:27:25.984Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:27:25.984Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:27:25.984Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:27:25.984Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:27:25.984Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:27:25.984Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:27:25.984Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-02-23T18:27:25.984Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-23T18:27:25.984Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-23T18:27:25.984Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-23T18:27:25.984Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-23T18:27:25.984Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-02-23T18:27:25.984Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-23T18:27:25.984Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-23T18:27:25.984Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-23T18:27:25.984Z] === RUN TestCreateDifferentPlatform [2021-02-23T18:27:25.984Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-23T18:27:25.984Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-23T18:27:25.984Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-23T18:27:25.984Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-02-23T18:27:25.984Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-23T18:27:25.984Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-23T18:27:25.984Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-02-23T18:27:25.984Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-23T18:27:25.984Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-02-23T18:27:25.984Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-23T18:27:25.984Z] === RUN TestContainerKillOnDaemonStart [2021-02-23T18:27:25.984Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-23T18:27:25.984Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.984Z] === RUN TestDiff [2021-02-23T18:27:25.984Z] --- SKIP: TestDiff (0.00s) [2021-02-23T18:27:25.984Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:25.984Z] === RUN TestExecWithCloseStdin [2021-02-23T18:27:25.984Z] --- PASS: TestExecWithCloseStdin (2.06s) [2021-02-23T18:27:25.984Z] === RUN TestExec [2021-02-23T18:27:25.984Z] --- PASS: TestExec (1.86s) [2021-02-23T18:27:25.984Z] === RUN TestExecUser [2021-02-23T18:27:25.984Z] --- SKIP: TestExecUser (0.00s) [2021-02-23T18:27:25.984Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-23T18:27:25.984Z] === RUN TestExportContainerAndImportImage [2021-02-23T18:27:25.984Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-02-23T18:27:25.984Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.984Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-23T18:27:25.984Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-02-23T18:27:25.984Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:25.984Z] === RUN TestHealthCheckWorkdir [2021-02-23T18:27:25.984Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-02-23T18:27:25.984Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:25.984Z] === RUN TestHealthKillContainer [2021-02-23T18:27:25.984Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-02-23T18:27:25.984Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-23T18:27:25.984Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-23T18:27:25.984Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-02-23T18:27:25.984Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-23T18:27:25.984Z] === RUN TestKillContainerInvalidSignal [2021-02-23T18:27:25.984Z] --- PASS: TestKillContainerInvalidSignal (1.65s) [2021-02-23T18:27:25.984Z] === RUN TestKillContainer [2021-02-23T18:27:25.984Z] === RUN TestKillContainer/no_signal [2021-02-23T18:27:25.984Z] === RUN TestKillContainer/non_killing_signal [2021-02-23T18:27:25.984Z] === RUN TestKillContainer/killing_signal [2021-02-23T18:27:26.502Z] ok github.com/docker/docker/pkg/homedir 0.037s coverage: 11.4% of statements [2021-02-23T18:27:27.502Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-02-23T18:27:27.559Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2021-02-23T18:27:27.559Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2021-02-23T18:27:28.160Z] --- PASS: TestKillContainer (3.65s) [2021-02-23T18:27:28.160Z] --- PASS: TestKillContainer/no_signal (1.57s) [2021-02-23T18:27:28.160Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-23T18:27:28.160Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-23T18:27:28.160Z] --- PASS: TestKillContainer/killing_signal (2.04s) [2021-02-23T18:27:28.160Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-23T18:27:28.160Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-23T18:27:28.160Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-23T18:27:28.160Z] === RUN TestKillStoppedContainer [2021-02-23T18:27:28.160Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-02-23T18:27:28.160Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-23T18:27:28.160Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-23T18:27:28.160Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-23T18:27:28.160Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-23T18:27:28.160Z] === RUN TestKillDifferentUserContainer [2021-02-23T18:27:28.160Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-02-23T18:27:28.160Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-23T18:27:28.160Z] === RUN TestInspectOomKilledTrue [2021-02-23T18:27:28.160Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-23T18:27:28.160Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:28.160Z] === RUN TestInspectOomKilledFalse [2021-02-23T18:27:28.160Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-23T18:27:28.160Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:27:28.160Z] === RUN TestLogsFollowTailEmpty [2021-02-23T18:27:28.204Z] ok github.com/docker/docker/pkg/idtools 0.658s coverage: 69.5% of statements [2021-02-23T18:27:28.204Z] ok github.com/docker/docker/pkg/namesgenerator 0.033s coverage: 85.7% of statements [2021-02-23T18:27:28.268Z] --- PASS: TestServiceUpdatePidsLimit (16.54s) [2021-02-23T18:27:28.268Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2021-02-23T18:27:28.268Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-02-23T18:27:28.268Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2021-02-23T18:27:28.268Z] PASS [2021-02-23T18:27:28.268Z] [2021-02-23T18:27:28.268Z] === Skipped [2021-02-23T18:27:28.268Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-23T18:27:28.268Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:27:28.268Z] [2021-02-23T18:27:28.268Z] [2021-02-23T18:27:28.268Z] DONE 27 tests, 1 skipped in 172.733s [2021-02-23T18:27:28.268Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-23T18:27:28.268Z] INFO: Testing against a local daemon [2021-02-23T18:27:28.268Z] === RUN TestSessionCreate [2021-02-23T18:27:28.268Z] --- PASS: TestSessionCreate (0.02s) [2021-02-23T18:27:28.268Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-23T18:27:28.268Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-23T18:27:28.268Z] PASS [2021-02-23T18:27:28.268Z] [2021-02-23T18:27:28.268Z] DONE 2 tests in 0.075s [2021-02-23T18:27:28.268Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-23T18:27:28.268Z] INFO: Testing against a local daemon [2021-02-23T18:27:28.268Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:27:28.268Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:27:28.268Z] === RUN TestEventsExecDie [2021-02-23T18:27:28.500Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-02-23T18:27:28.500Z] ok github.com/docker/docker/pkg/ioutils 1.305s coverage: 70.6% of statements [2021-02-23T18:27:28.500Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-23T18:27:28.500Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-23T18:27:28.500Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-23T18:27:28.500Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-23T18:27:28.527Z] --- PASS: TestEventsExecDie (0.65s) [2021-02-23T18:27:28.527Z] === RUN TestEventsBackwardsCompatible [2021-02-23T18:27:28.527Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-02-23T18:27:28.527Z] === RUN TestInfoBinaryCommits [2021-02-23T18:27:28.527Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-23T18:27:28.527Z] === RUN TestInfoAPIVersioned [2021-02-23T18:27:28.527Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-23T18:27:28.527Z] === RUN TestInfoDiscoveryBackend [2021-02-23T18:27:29.093Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-02-23T18:27:29.094Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-23T18:27:29.142Z] ok github.com/docker/docker/pkg/parsers/kernel 0.045s coverage: 60.0% of statements [2021-02-23T18:27:29.438Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2021-02-23T18:27:29.438Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.015s coverage: 86.7% of statements [2021-02-23T18:27:29.438Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-23T18:27:29.438Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-23T18:27:29.695Z] --- PASS: TestLogsFollowTailEmpty (1.67s) [2021-02-23T18:27:29.695Z] === RUN TestNetworkNat [2021-02-23T18:27:29.695Z] --- SKIP: TestNetworkNat (0.00s) [2021-02-23T18:27:29.695Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:29.695Z] === RUN TestNetworkLocalhostTCPNat [2021-02-23T18:27:30.028Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-23T18:27:30.028Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-23T18:27:30.595Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-23T18:27:30.595Z] === RUN TestInfoAPI [2021-02-23T18:27:30.595Z] --- PASS: TestInfoAPI (0.03s) [2021-02-23T18:27:30.595Z] === RUN TestInfoAPIWarnings [2021-02-23T18:27:30.972Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.033s coverage: 56.8% of statements [2021-02-23T18:27:31.271Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 88.2% of statements [2021-02-23T18:27:31.271Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2021-02-23T18:27:31.672Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-02-23T18:27:31.881Z] --- PASS: TestNetworkLocalhostTCPNat (2.03s) [2021-02-23T18:27:31.881Z] === RUN TestNetworkLoopbackNat [2021-02-23T18:27:31.881Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-02-23T18:27:31.881Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:31.881Z] === RUN TestPause [2021-02-23T18:27:31.881Z] --- SKIP: TestPause (0.00s) [2021-02-23T18:27:31.881Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-23T18:27:31.881Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-23T18:27:31.914Z] ok github.com/docker/docker/pkg/progress 0.006s coverage: 75.9% of statements [2021-02-23T18:27:32.210Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2021-02-23T18:27:32.855Z] ok github.com/docker/docker/pkg/stdcopy 0.009s coverage: 100.0% of statements [2021-02-23T18:27:33.040Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-02-23T18:27:33.152Z] ok github.com/docker/docker/pkg/pubsub 1.130s coverage: 75.0% of statements [2021-02-23T18:27:33.416Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.70s) [2021-02-23T18:27:33.416Z] === RUN TestPauseStopPausedContainer [2021-02-23T18:27:33.416Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-02-23T18:27:33.416Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:33.416Z] === RUN TestPsFilter [2021-02-23T18:27:33.416Z] --- PASS: TestPsFilter (0.09s) [2021-02-23T18:27:33.416Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-23T18:27:33.795Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2021-02-23T18:27:33.795Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2021-02-23T18:27:34.930Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-02-23T18:27:34.930Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-23T18:27:35.196Z] --- PASS: TestCreateServiceMultipleTimes (19.80s) [2021-02-23T18:27:35.196Z] === RUN TestCreateServiceConflict [2021-02-23T18:27:35.329Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 36.9% of statements [2021-02-23T18:27:35.591Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.93s) [2021-02-23T18:27:35.591Z] === RUN TestRemoveContainerWithVolume [2021-02-23T18:27:35.624Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 53.8% of statements [2021-02-23T18:27:35.920Z] ok github.com/docker/docker/pkg/tailfile 0.146s coverage: 88.6% of statements [2021-02-23T18:27:35.920Z] ok github.com/docker/docker/pkg/signal 3.284s coverage: 61.0% of statements [2021-02-23T18:27:36.295Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-23T18:27:36.551Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-23T18:27:36.564Z] testing: warning: no tests to run [2021-02-23T18:27:36.564Z] coverage: [no statements] [2021-02-23T18:27:36.564Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2021-02-23T18:27:36.578Z] --- PASS: TestCreateServiceConflict (3.33s) [2021-02-23T18:27:36.578Z] === RUN TestCreateServiceMaxReplicas [2021-02-23T18:27:36.859Z] ok github.com/docker/docker/pkg/tarsum 0.135s coverage: 89.3% of statements [2021-02-23T18:27:36.859Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2021-02-23T18:27:37.078Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-02-23T18:27:37.078Z] Copying nested executables into bundles/cross/linux/amd64 [2021-02-23T18:27:37.078Z] Cross building: bundles/cross/windows/amd64 [2021-02-23T18:27:37.078Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-23T18:27:37.078Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-02-23T18:27:37.125Z] --- PASS: TestRemoveContainerWithVolume (1.88s) [2021-02-23T18:27:37.125Z] === RUN TestRemoveContainerRunning [2021-02-23T18:27:37.156Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2021-02-23T18:27:37.452Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2021-02-23T18:27:38.660Z] --- PASS: TestRemoveContainerRunning (1.64s) [2021-02-23T18:27:38.660Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-23T18:27:39.083Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-02-23T18:27:39.543Z] ok github.com/docker/docker/profiles/seccomp 0.024s coverage: 83.5% of statements [2021-02-23T18:27:39.840Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2021-02-23T18:27:39.879Z] --- PASS: TestCreateServiceMaxReplicas (3.56s) [2021-02-23T18:27:39.879Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-23T18:27:40.194Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.60s) [2021-02-23T18:27:40.194Z] === RUN TestRemoveInvalidContainer [2021-02-23T18:27:40.194Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-02-23T18:27:40.194Z] === RUN TestRenameLinkedContainer [2021-02-23T18:27:40.194Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-02-23T18:27:40.194Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:40.194Z] === RUN TestRenameStoppedContainer [2021-02-23T18:27:40.906Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2021-02-23T18:27:41.549Z] ok github.com/docker/docker/plugin 0.557s coverage: 23.2% of statements [2021-02-23T18:27:41.603Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-23T18:27:41.858Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-02-23T18:27:42.371Z] --- PASS: TestRenameStoppedContainer (1.93s) [2021-02-23T18:27:42.372Z] === RUN TestRenameRunningContainerAndReuse [2021-02-23T18:27:43.647Z] ok github.com/docker/docker/quota 0.717s coverage: 71.4% of statements [2021-02-23T18:27:43.647Z] ok github.com/docker/docker/registry/resumable 0.040s coverage: 100.0% of statements [2021-02-23T18:27:43.943Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 50.9% of statements [2021-02-23T18:27:44.373Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-23T18:27:44.586Z] ok github.com/docker/docker/registry 0.199s coverage: 57.2% of statements [2021-02-23T18:27:44.884Z] ok github.com/docker/docker/testutil 0.028s coverage: 62.5% of statements [2021-02-23T18:27:45.945Z] ok github.com/docker/docker/runconfig 0.035s coverage: 66.1% of statements [2021-02-23T18:27:46.100Z] --- PASS: TestRenameRunningContainerAndReuse (3.45s) [2021-02-23T18:27:46.100Z] === RUN TestRenameInvalidName [2021-02-23T18:27:46.916Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-23T18:27:46.916Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-02-23T18:27:47.477Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2021-02-23T18:27:47.635Z] --- PASS: TestRenameInvalidName (1.62s) [2021-02-23T18:27:47.635Z] === RUN TestRenameAnonymousContainer [2021-02-23T18:27:47.635Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-02-23T18:27:47.635Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:47.635Z] === RUN TestRenameContainerWithSameName [2021-02-23T18:27:48.675Z] --- PASS: TestInfoAPIWarnings (16.28s) [2021-02-23T18:27:48.676Z] === RUN TestInfoDebug [2021-02-23T18:27:48.676Z] --- PASS: TestInfoDebug (0.52s) [2021-02-23T18:27:48.676Z] === RUN TestInfoInsecureRegistries [2021-02-23T18:27:48.676Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-23T18:27:48.676Z] === RUN TestInfoRegistryMirrors [2021-02-23T18:27:48.676Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-23T18:27:48.676Z] === RUN TestLoginFailsWithBadCredentials [2021-02-23T18:27:48.676Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-02-23T18:27:48.676Z] === RUN TestPingCacheHeaders [2021-02-23T18:27:48.676Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-23T18:27:48.676Z] === RUN TestPingGet [2021-02-23T18:27:48.676Z] --- PASS: TestPingGet (0.02s) [2021-02-23T18:27:48.676Z] === RUN TestPingHead [2021-02-23T18:27:48.676Z] --- PASS: TestPingHead (0.02s) [2021-02-23T18:27:48.676Z] === RUN TestVersion [2021-02-23T18:27:48.676Z] --- PASS: TestVersion (0.02s) [2021-02-23T18:27:48.676Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:27:48.804Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-02-23T18:27:49.168Z] --- PASS: TestRenameContainerWithSameName (1.72s) [2021-02-23T18:27:49.169Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-23T18:27:49.169Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-02-23T18:27:49.169Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:49.169Z] === RUN TestResize [2021-02-23T18:27:49.730Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-02-23T18:27:50.052Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.28s) [2021-02-23T18:27:50.052Z] PASS [2021-02-23T18:27:50.052Z] [2021-02-23T18:27:50.052Z] DONE 18 tests in 22.218s [2021-02-23T18:27:50.052Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-23T18:27:50.052Z] INFO: Testing against a local daemon [2021-02-23T18:27:50.052Z] === RUN TestVolumesCreateAndList [2021-02-23T18:27:50.052Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-23T18:27:50.052Z] === RUN TestVolumesRemove [2021-02-23T18:27:50.052Z] --- PASS: TestVolumesRemove (0.10s) [2021-02-23T18:27:50.052Z] === RUN TestVolumesInspect [2021-02-23T18:27:50.254Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.0% of statements [2021-02-23T18:27:50.254Z] ok github.com/docker/docker/volume/local 0.222s coverage: 76.4% of statements [2021-02-23T18:27:50.311Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-23T18:27:50.311Z] === RUN TestVolumesInvalidJSON [2021-02-23T18:27:50.311Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-23T18:27:50.311Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-23T18:27:50.311Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-23T18:27:50.311Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-23T18:27:50.311Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-23T18:27:50.311Z] PASS [2021-02-23T18:27:50.311Z] [2021-02-23T18:27:50.311Z] DONE 5 tests in 0.186s [2021-02-23T18:27:50.311Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T18:27:50.703Z] --- PASS: TestResize (1.67s) [2021-02-23T18:27:50.703Z] === RUN TestResizeWithInvalidSize [2021-02-23T18:27:50.703Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-02-23T18:27:50.703Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-23T18:27:50.703Z] === RUN TestResizeWhenContainerNotStarted [2021-02-23T18:27:50.888Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-02-23T18:27:51.095Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-02-23T18:27:52.213Z] Stopping apparmor (via systemctl): apparmor.service. [2021-02-23T18:27:52.214Z] Removing test suite binaries [2021-02-23T18:27:52.214Z] exiting test-integration [2021-02-23T18:27:52.214Z] ++ exit 0 [2021-02-23T18:27:52.214Z] [2021-02-23T18:27:52.878Z] --- PASS: TestResizeWhenContainerNotStarted (2.00s) [2021-02-23T18:27:52.878Z] === RUN TestDaemonRestartKillContainers [2021-02-23T18:27:52.878Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:27:52.878Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:27:52.878Z] === RUN TestStats [2021-02-23T18:27:52.878Z] --- SKIP: TestStats (0.00s) [2021-02-23T18:27:52.878Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-23T18:27:52.878Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-23T18:27:53.616Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-23T18:27:54.178Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-02-23T18:27:54.791Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.67s) [2021-02-23T18:27:54.791Z] === RUN TestCreateServiceSecretFileMode [2021-02-23T18:27:55.923Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.33s) [2021-02-23T18:27:55.923Z] === RUN TestStopContainerWithTimeout [2021-02-23T18:27:55.923Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-02-23T18:27:55.923Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-23T18:27:55.923Z] === RUN TestUpdateRestartPolicy [2021-02-23T18:27:56.693Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-23T18:27:58.093Z] --- PASS: TestCreateServiceSecretFileMode (3.28s) [2021-02-23T18:27:58.093Z] === RUN TestCreateServiceConfigFileMode Post stage [Pipeline] junit [2021-02-23T18:27:58.796Z] Recording test results [2021-02-23T18:27:59.136Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-23T18:27:59.209Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-23T18:27:59.483Z] + echo Ensuring container killed. [2021-02-23T18:27:59.483Z] Ensuring container killed. [2021-02-23T18:27:59.483Z] + docker rm -vf docker-pr3 [2021-02-23T18:27:59.742Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-23T18:28:00.023Z] + echo Chowning /workspace to jenkins user [2021-02-23T18:28:00.023Z] Chowning /workspace to jenkins user [2021-02-23T18:28:00.023Z] + id -u [2021-02-23T18:28:00.023Z] + id -g [2021-02-23T18:28:00.023Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/workspace busybox chown -R 1000:1000 /workspace [2021-02-23T18:28:01.391Z] --- PASS: TestCreateServiceConfigFileMode (3.36s) [2021-02-23T18:28:01.391Z] === RUN TestCreateServiceSysctls [2021-02-23T18:28:02.474Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-23T18:28:03.608Z] + bundleName=amd64-cgroup2 [2021-02-23T18:28:03.608Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-02-23T18:28:03.608Z] Creating amd64-cgroup2-bundles.tar.gz [2021-02-23T18:28:03.608Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-02-23T18:28:03.608Z] + 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 [2021-02-23T18:28:03.877Z] Archiving artifacts [2021-02-23T18:28:05.510Z] --- PASS: TestImportExtremelyLargeImageWorks (86.74s) [2021-02-23T18:28:05.510Z] PASS [2021-02-23T18:28:05.510Z] [2021-02-23T18:28:05.510Z] === Skipped [2021-02-23T18:28:05.510Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:28:05.510Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:28:05.510Z] [2021-02-23T18:28:05.510Z] [2021-02-23T18:28:05.510Z] DONE 12 tests, 1 skipped in 88.777s [2021-02-23T18:28:05.510Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-02-23T18:28:05.510Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:28:05.510Z] ++ set -e [2021-02-23T18:28:05.510Z] ++ '[' -n 0 ']' [2021-02-23T18:28:05.510Z] ++ set -x [2021-02-23T18:28:05.510Z] ++ 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=s390x 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/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:28:05.510Z] INFO: Testing against a local daemon [2021-02-23T18:28:05.510Z] === RUN TestNetworkCreateDelete [2021-02-23T18:28:05.510Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-02-23T18:28:05.510Z] === RUN TestDockerNetworkDeletePreferID [2021-02-23T18:28:05.510Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-02-23T18:28:05.510Z] === RUN TestDaemonDNSFallback [2021-02-23T18:28:05.510Z] --- PASS: TestDaemonDNSFallback (2.58s) [2021-02-23T18:28:05.510Z] === RUN TestInspectNetwork [2021-02-23T18:28:05.510Z] === RUN TestInspectNetwork/full_network_id [2021-02-23T18:28:05.510Z] === RUN TestInspectNetwork/partial_network_id [2021-02-23T18:28:05.510Z] === RUN TestInspectNetwork/network_name [2021-02-23T18:28:05.510Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-23T18:28:05.597Z] --- PASS: TestCreateServiceSysctls (4.44s) [2021-02-23T18:28:05.597Z] === RUN TestCreateServiceCapabilities [2021-02-23T18:28:06.451Z] ok github.com/docker/docker/pkg/plugins 33.625s coverage: 76.6% of statements [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/rootless [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/volume [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-23T18:28:06.451Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === Skipped [2021-02-23T18:28:06.451Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-23T18:28:06.451Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-23T18:28:06.451Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-23T18:28:06.451Z] time="2021-02-23T18:26:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-23T18:28:06.451Z] time="2021-02-23T18:26:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-23T18:28:06.451Z] time="2021-02-23T18:26:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-23T18:28:06.451Z] time="2021-02-23T18:26:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-23T18:28:06.451Z] time="2021-02-23T18:26:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-23T18:28:06.451Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-23T18:28:06.451Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-23T18:28:06.451Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:28:06.451Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-23T18:28:06.451Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-23T18:28:06.451Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-23T18:28:06.451Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] [2021-02-23T18:28:06.451Z] DONE 2225 tests, 26 skipped in 268.811s Post stage [Pipeline] junit [2021-02-23T18:28:06.502Z] Recording test results [2021-02-23T18:28:06.829Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-23T18:28:07.294Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/make.sh dynbinary test-integration [2021-02-23T18:28:07.589Z] [2021-02-23T18:28:07.589Z] Removing bundles/ [2021-02-23T18:28:07.589Z] [2021-02-23T18:28:07.589Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-23T18:28:07.898Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:28:07.898Z] GOOS="" GOARCH="" GOARM="" [2021-02-23T18:28:09.213Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T18:28:09.526Z] + make clean [2021-02-23T18:28:09.784Z] docker volume rm -f docker-dev-cache [2021-02-23T18:28:09.784Z] docker-dev-cache [Pipeline] deleteDir [2021-02-23T18:28:09.803Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2021-02-23T18:28:09.803Z] === RUN TestInspect [2021-02-23T18:28:09.953Z] --- PASS: TestInspectNetwork (11.52s) [2021-02-23T18:28:09.953Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-23T18:28:09.953Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-23T18:28:09.953Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-23T18:28:09.953Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-23T18:28:09.953Z] === RUN TestRunContainerWithBridgeNone [2021-02-23T18:28:12.015Z] --- PASS: TestRunContainerWithBridgeNone (2.47s) [2021-02-23T18:28:12.015Z] === RUN TestNetworkInvalidJSON [2021-02-23T18:28:12.015Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-23T18:28:12.015Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-23T18:28:12.015Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:28:12.015Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:28:12.015Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:28:12.015Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:28:12.015Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-23T18:28:12.015Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:28:12.015Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:28:12.015Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-23T18:28:12.015Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-23T18:28:12.015Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-23T18:28:12.015Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-23T18:28:12.015Z] === RUN TestNetworkList [2021-02-23T18:28:12.015Z] === RUN TestNetworkList//networks [2021-02-23T18:28:12.015Z] === PAUSE TestNetworkList//networks [2021-02-23T18:28:12.015Z] === RUN TestNetworkList//networks/ [2021-02-23T18:28:12.015Z] === PAUSE TestNetworkList//networks/ [2021-02-23T18:28:12.306Z] === CONT TestNetworkList//networks [2021-02-23T18:28:12.306Z] === CONT TestNetworkList//networks/ [2021-02-23T18:28:12.306Z] --- PASS: TestNetworkList (0.03s) [2021-02-23T18:28:12.306Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-23T18:28:12.306Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-23T18:28:12.306Z] === RUN TestHostIPv4BridgeLabel [2021-02-23T18:28:12.413Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [Pipeline] } [Pipeline] // withEnv [2021-02-23T18:28:12.596Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-02-23T18:28:12.596Z] === RUN TestDaemonRestartWithLiveRestore [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T18:28:13.107Z] --- PASS: TestInspect (3.54s) [2021-02-23T18:28:13.107Z] === RUN TestCreateJob [2021-02-23T18:28:13.626Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-02-23T18:28:13.626Z] === RUN TestDaemonDefaultNetworkPools [2021-02-23T18:28:13.779Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-02-23T18:28:14.657Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2021-02-23T18:28:14.657Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-23T18:28:15.671Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-23T18:28:15.671Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-23T18:28:15.671Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-02-23T18:28:15.689Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-02-23T18:28:15.689Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-23T18:28:17.019Z] --- PASS: TestUpdateRestartPolicy (18.73s) [2021-02-23T18:28:17.020Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-23T18:28:17.020Z] --- PASS: TestUpdateRestartWithAutoRemove (1.62s) [2021-02-23T18:28:17.020Z] === RUN TestWaitNonBlocked [2021-02-23T18:28:17.020Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:28:17.020Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:28:17.020Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:28:17.020Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:28:17.020Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:28:17.020Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:28:17.193Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2021-02-23T18:28:17.193Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-23T18:28:17.311Z] --- PASS: TestCreateJob (4.32s) [2021-02-23T18:28:17.311Z] === RUN TestReplicatedJob [2021-02-23T18:28:17.526Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2021-02-23T18:28:17.526Z] === RUN TestServiceWithPredefinedNetwork [2021-02-23T18:28:18.564Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-23T18:28:18.564Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.18s) [2021-02-23T18:28:18.564Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.31s) [2021-02-23T18:28:18.564Z] === RUN TestWaitBlocked [2021-02-23T18:28:18.564Z] --- SKIP: TestWaitBlocked (0.00s) [2021-02-23T18:28:18.564Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:18.564Z] PASS [2021-02-23T18:28:18.564Z] ok github.com/docker/docker/integration/container 60.902s [2021-02-23T18:28:18.937Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-02-23T18:28:18.937Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === Skipped [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-02-23T18:28:19.023Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-23T18:28:19.023Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2021-02-23T18:28:19.023Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-02-23T18:28:19.023Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-02-23T18:28:19.023Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-02-23T18:28:19.023Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-02-23T18:28:19.023Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-23T18:28:19.023Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-23T18:28:19.023Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-02-23T18:28:19.023Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-02-23T18:28:19.023Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-02-23T18:28:19.023Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-02-23T18:28:19.023Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-02-23T18:28:19.023Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-02-23T18:28:19.023Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-02-23T18:28:19.023Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-02-23T18:28:19.023Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-02-23T18:28:19.023Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-02-23T18:28:19.023Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-23T18:28:19.023Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-23T18:28:19.023Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-02-23T18:28:19.023Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-23T18:28:19.023Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-02-23T18:28:19.023Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-02-23T18:28:19.023Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-02-23T18:28:19.023Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-02-23T18:28:19.023Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-02-23T18:28:19.023Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-02-23T18:28:19.023Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-02-23T18:28:19.023Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-02-23T18:28:19.023Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-02-23T18:28:19.023Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-02-23T18:28:19.023Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-02-23T18:28:19.023Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:28:19.023Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-02-23T18:28:19.023Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-02-23T18:28:19.023Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-02-23T18:28:19.023Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] [2021-02-23T18:28:19.023Z] DONE 88 tests, 37 skipped in 63.465s [2021-02-23T18:28:19.023Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-02-23T18:28:20.557Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:20.557Z] INFO: Testing against a local daemon [2021-02-23T18:28:20.557Z] === RUN TestCommitInheritsEnv [2021-02-23T18:28:20.557Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-02-23T18:28:20.557Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:28:20.853Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-23T18:28:21.015Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-23T18:28:21.015Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-23T18:28:21.015Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-23T18:28:21.015Z] === RUN TestImagesFilterMultiReference [2021-02-23T18:28:21.015Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-23T18:28:21.015Z] === RUN TestImagePullPlatformInvalid [2021-02-23T18:28:21.015Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-23T18:28:21.015Z] === RUN TestRemoveImageOrphaning [2021-02-23T18:28:21.110Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-23T18:28:21.366Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-23T18:28:21.473Z] --- PASS: TestRemoveImageOrphaning (0.74s) [2021-02-23T18:28:21.473Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-23T18:28:21.473Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-23T18:28:21.473Z] === RUN TestTagInvalidReference [2021-02-23T18:28:21.473Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-23T18:28:21.473Z] === RUN TestTagValidPrefixedRepo [2021-02-23T18:28:21.473Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-02-23T18:28:21.473Z] === RUN TestTagExistedNameWithoutForce [2021-02-23T18:28:21.931Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-23T18:28:21.931Z] === RUN TestTagOfficialNames [2021-02-23T18:28:21.931Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-23T18:28:21.931Z] === RUN TestTagMatchesDigest [2021-02-23T18:28:21.931Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-23T18:28:21.931Z] PASS [2021-02-23T18:28:21.931Z] ok github.com/docker/docker/integration/image 1.178s [2021-02-23T18:28:21.931Z] [2021-02-23T18:28:21.931Z] === Skipped [2021-02-23T18:28:21.931Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-02-23T18:28:21.931Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:28:21.931Z] [2021-02-23T18:28:21.931Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-23T18:28:21.931Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-23T18:28:21.931Z] [2021-02-23T18:28:21.931Z] [2021-02-23T18:28:21.931Z] DONE 11 tests, 2 skipped in 3.113s [2021-02-23T18:28:21.931Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-02-23T18:28:21.972Z] --- PASS: TestServiceWithPredefinedNetwork (4.01s) [2021-02-23T18:28:21.972Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-23T18:28:21.972Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:28:21.972Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:28:21.972Z] === RUN TestServiceWithDataPathPortInit [2021-02-23T18:28:22.295Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-23T18:28:22.551Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-23T18:28:23.113Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-23T18:28:23.375Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-23T18:28:23.466Z] testing: warning: no tests to run [2021-02-23T18:28:23.466Z] PASS [2021-02-23T18:28:23.466Z] ok github.com/docker/docker/integration/network/ipvlan 0.082s [no tests to run] [2021-02-23T18:28:23.466Z] testing: warning: no tests to run [2021-02-23T18:28:23.466Z] PASS [2021-02-23T18:28:23.466Z] ok github.com/docker/docker/integration/network/macvlan 0.039s [no tests to run] [2021-02-23T18:28:23.896Z] --- PASS: TestReplicatedJob (6.79s) [2021-02-23T18:28:23.896Z] === RUN TestUpdateReplicatedJob [2021-02-23T18:28:24.434Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:24.434Z] INFO: Testing against a local daemon [2021-02-23T18:28:24.434Z] === RUN TestNetworkCreateDelete [2021-02-23T18:28:24.434Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-02-23T18:28:24.434Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:24.434Z] === RUN TestDockerNetworkDeletePreferID [2021-02-23T18:28:24.434Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-02-23T18:28:24.434Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-02-23T18:28:24.434Z] === RUN TestDaemonDNSFallback [2021-02-23T18:28:24.434Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-02-23T18:28:24.434Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:24.434Z] === RUN TestInspectNetwork [2021-02-23T18:28:24.434Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-23T18:28:24.434Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:24.434Z] === RUN TestRunContainerWithBridgeNone [2021-02-23T18:28:24.434Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-23T18:28:24.434Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:24.434Z] === RUN TestNetworkInvalidJSON [2021-02-23T18:28:24.434Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-23T18:28:24.434Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-23T18:28:24.434Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:28:24.434Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:28:24.434Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:28:24.434Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:28:24.434Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-23T18:28:24.434Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:28:24.434Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:28:24.434Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-23T18:28:24.434Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-23T18:28:24.434Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-02-23T18:28:24.434Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-02-23T18:28:24.434Z] === RUN TestNetworkList [2021-02-23T18:28:24.434Z] === RUN TestNetworkList//networks [2021-02-23T18:28:24.434Z] === PAUSE TestNetworkList//networks [2021-02-23T18:28:24.434Z] === RUN TestNetworkList//networks/ [2021-02-23T18:28:24.434Z] === PAUSE TestNetworkList//networks/ [2021-02-23T18:28:24.434Z] === CONT TestNetworkList//networks [2021-02-23T18:28:24.434Z] === CONT TestNetworkList//networks/ [2021-02-23T18:28:24.434Z] --- PASS: TestNetworkList (0.02s) [2021-02-23T18:28:24.434Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-23T18:28:24.434Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-23T18:28:24.434Z] === RUN TestHostIPv4BridgeLabel [2021-02-23T18:28:24.434Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-23T18:28:24.434Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-23T18:28:24.434Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestDaemonDefaultNetworkPools [2021-02-23T18:28:24.434Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:58: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-23T18:28:24.434Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:102: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-23T18:28:24.434Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:136: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-23T18:28:24.434Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:187: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestServiceWithPredefinedNetwork [2021-02-23T18:28:24.434Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:212: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-23T18:28:24.434Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:28:24.434Z] === RUN TestServiceWithDataPathPortInit [2021-02-23T18:28:24.434Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:332: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-23T18:28:24.434Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-23T18:28:24.434Z] service_test.go:400: testEnv.OSType == "windows" [2021-02-23T18:28:24.434Z] PASS [2021-02-23T18:28:24.434Z] ok github.com/docker/docker/integration/network 0.175s [2021-02-23T18:28:24.750Z] --- PASS: TestDockerDaemonSuite (355.33s) [2021-02-23T18:28:24.750Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.79s) [2021-02-23T18:28:24.750Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.83s) [2021-02-23T18:28:24.750Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.62s) [2021-02-23T18:28:24.750Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.31s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:1455: [d635fd33f9791] daemon is not started [2021-02-23T18:28:24.751Z] check_test.go:309: [d9b57d027c4f5] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.10s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.86s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d75539397d25a] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.60s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.10s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.58s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.49s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.66s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.64s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.62s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.42s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d9d5fa75cadc5] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-02-23T18:28:24.751Z] check_test.go:309: [de9df0f21d1ed] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.58s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2021-02-23T18:28:24.751Z] check_test.go:309: [daab17c76d616] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.55s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.77s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.67s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.20s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-02-23T18:28:24.751Z] check_test.go:309: [dad0f60227e04] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.58s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.17s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.94s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.73s) [2021-02-23T18:28:24.751Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-23T18:28:24.751Z] check_test.go:309: [d9f5e7d5ec024] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.29s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.17s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.76s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.66s) [2021-02-23T18:28:24.751Z] check_test.go:309: [dfc82475c5920] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.79s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.57s) [2021-02-23T18:28:24.751Z] check_test.go:309: [dd85988f5fdcb] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.70s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_plugins_test.go:79: [d94b2d899f450] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.21s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_plugins_test.go:169: [dbc9532715496] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-02-23T18:28:24.751Z] check_test.go:309: [dddc19092758a] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.52s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.99s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.82s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.94s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.77s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.82s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.13s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.59s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.67s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d0799ca68329d] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.16s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (16.03s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.44s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.27s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.37s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.32s) [2021-02-23T18:28:24.751Z] check_test.go:309: [de58aeba70229] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.67s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.64s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.93s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.33s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.71s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.52s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.83s) [2021-02-23T18:28:24.751Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-23T18:28:24.751Z] check_test.go:309: [d59cd55552cb5] daemon is not started [2021-02-23T18:28:24.751Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-23T18:28:24.751Z] check_test.go:309: [d8724fd74d41f] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.30s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d7ca50ed5ccea] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.82s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.26s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.35s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.09s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.39s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.46s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.67s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.58s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d5d33365df505] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.69s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.51s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.78s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d6c71327f7ee7] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.06s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.25s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-02-23T18:28:24.751Z] check_test.go:309: [d629bae986756] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.15s) [2021-02-23T18:28:24.751Z] check_test.go:309: [de67e94c3a7da] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.48s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.35s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-02-23T18:28:24.751Z] check_test.go:309: [df1cc46674663] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.11s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.99s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.33s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d78b778edcafc] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.96s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.71s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.18s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.91s) [2021-02-23T18:28:24.751Z] check_test.go:309: [dd53b38426db3] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.00s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d983c06a7ac92] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.01s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.13s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.88s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.73s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.15s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.63s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.36s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.70s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.82s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.24s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.09s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.22s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.03s) [2021-02-23T18:28:24.751Z] docker_cli_daemon_test.go:2550: [d23b81c4c80ef] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.08s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.72s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.93s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.97s) [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.19s) [2021-02-23T18:28:24.751Z] check_test.go:309: [d84ac25322703] daemon is not started [2021-02-23T18:28:24.751Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.51s) [2021-02-23T18:28:24.751Z] === RUN TestDockerSwarmSuite [2021-02-23T18:28:24.751Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-02-23T18:28:24.892Z] [2021-02-23T18:28:24.893Z] === Skipped [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-02-23T18:28:24.893Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-02-23T18:28:24.893Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-02-23T18:28:24.893Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-02-23T18:28:24.893Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-02-23T18:28:24.893Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-02-23T18:28:24.893Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:58: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:102: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:136: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:187: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:212: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:332: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-23T18:28:24.893Z] service_test.go:400: testEnv.OSType == "windows" [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] [2021-02-23T18:28:24.893Z] DONE 22 tests, 15 skipped in 2.757s [2021-02-23T18:28:24.893Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-02-23T18:28:25.351Z] testing: warning: no tests to run [2021-02-23T18:28:25.351Z] PASS [2021-02-23T18:28:25.351Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2021-02-23T18:28:25.351Z] [2021-02-23T18:28:25.351Z] DONE 0 tests in 0.310s [2021-02-23T18:28:25.351Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-02-23T18:28:25.351Z] testing: warning: no tests to run [2021-02-23T18:28:25.351Z] PASS [2021-02-23T18:28:25.351Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2021-02-23T18:28:25.351Z] [2021-02-23T18:28:25.351Z] DONE 0 tests in 0.303s [2021-02-23T18:28:25.351Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-02-23T18:28:26.120Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-23T18:28:26.890Z] testing: warning: no tests to run [2021-02-23T18:28:26.890Z] PASS [2021-02-23T18:28:26.890Z] ok github.com/docker/docker/integration/plugin/authz 0.130s [no tests to run] [2021-02-23T18:28:26.890Z] testing: warning: no tests to run [2021-02-23T18:28:26.890Z] PASS [2021-02-23T18:28:26.890Z] ok github.com/docker/docker/integration/plugin 0.074s [no tests to run] [2021-02-23T18:28:27.483Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-02-23T18:28:27.739Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-23T18:28:28.097Z] --- PASS: TestUpdateReplicatedJob (3.80s) [2021-02-23T18:28:28.097Z] === RUN TestServiceListWithStatuses [2021-02-23T18:28:28.097Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-23T18:28:28.097Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:28:28.097Z] === RUN TestDockerNetworkConnectAlias [2021-02-23T18:28:29.627Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-23T18:28:30.992Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-02-23T18:28:31.247Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-23T18:28:32.614Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-23T18:28:33.968Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:33.968Z] INFO: Testing against a local daemon [2021-02-23T18:28:33.968Z] === RUN TestExternalGraphDriver [2021-02-23T18:28:33.968Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-23T18:28:33.968Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-23T18:28:33.968Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:28:33.968Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-23T18:28:33.968Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-23T18:28:33.968Z] PASS [2021-02-23T18:28:33.968Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.178s [2021-02-23T18:28:33.979Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-23T18:28:34.680Z] --- PASS: TestDockerNetworkConnectAlias (6.70s) [2021-02-23T18:28:34.680Z] === RUN TestDockerNetworkReConnect [2021-02-23T18:28:35.504Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:35.504Z] INFO: Testing against a local daemon [2021-02-23T18:28:35.504Z] === RUN TestReadPluginNoRead [2021-02-23T18:28:35.504Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-23T18:28:35.504Z] read_test.go:21: no unix domain sockets on Windows [2021-02-23T18:28:35.504Z] PASS [2021-02-23T18:28:35.505Z] ok github.com/docker/docker/integration/plugin/logging 0.397s [2021-02-23T18:28:35.963Z] testing: warning: no tests to run [2021-02-23T18:28:35.963Z] PASS [2021-02-23T18:28:35.963Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.248s [no tests to run] [2021-02-23T18:28:35.963Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:35.963Z] INFO: Testing against a local daemon [2021-02-23T18:28:35.963Z] === RUN TestPluginInvalidJSON [2021-02-23T18:28:35.963Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:28:35.963Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:28:35.963Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:28:35.963Z] --- PASS: TestPluginInvalidJSON (0.06s) [2021-02-23T18:28:35.963Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:28:35.963Z] === RUN TestPluginInstall [2021-02-23T18:28:35.963Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-23T18:28:35.963Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-23T18:28:35.963Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:28:35.963Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-23T18:28:35.963Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-23T18:28:35.963Z] PASS [2021-02-23T18:28:35.963Z] ok github.com/docker/docker/integration/plugin/common 0.576s [2021-02-23T18:28:35.963Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-23T18:28:35.963Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-23T18:28:36.614Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-02-23T18:28:37.115Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:37.115Z] INFO: Testing against a local daemon [2021-02-23T18:28:37.115Z] === RUN TestPluginWithDevMounts [2021-02-23T18:28:37.115Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-23T18:28:37.115Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:37.115Z] PASS [2021-02-23T18:28:37.115Z] ok github.com/docker/docker/integration/plugin/volumes 0.090s [2021-02-23T18:28:37.115Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-23T18:28:37.115Z] [2021-02-23T18:28:37.115Z] === Skipped [2021-02-23T18:28:37.115Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-23T18:28:37.115Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-23T18:28:37.115Z] [2021-02-23T18:28:37.115Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-02-23T18:28:37.573Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-23T18:28:37.573Z] [2021-02-23T18:28:37.573Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-23T18:28:37.573Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-23T18:28:37.573Z] [2021-02-23T18:28:37.573Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-23T18:28:37.573Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-23T18:28:37.573Z] [2021-02-23T18:28:37.573Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-23T18:28:37.573Z] read_test.go:21: no unix domain sockets on Windows [2021-02-23T18:28:37.573Z] [2021-02-23T18:28:37.573Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-23T18:28:37.573Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:37.573Z] [2021-02-23T18:28:37.573Z] [2021-02-23T18:28:37.573Z] DONE 8 tests, 6 skipped in 11.749s [2021-02-23T18:28:37.573Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-02-23T18:28:37.573Z] testing: warning: no tests to run [2021-02-23T18:28:37.573Z] PASS [2021-02-23T18:28:37.573Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2021-02-23T18:28:37.573Z] [2021-02-23T18:28:37.573Z] DONE 0 tests in 0.292s [2021-02-23T18:28:37.573Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-02-23T18:28:38.541Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:38.541Z] INFO: Testing against a local daemon [2021-02-23T18:28:38.541Z] === RUN TestPluginInvalidJSON [2021-02-23T18:28:38.541Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:28:38.541Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:28:38.541Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:28:38.541Z] --- PASS: TestPluginInvalidJSON (0.06s) [2021-02-23T18:28:38.541Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:28:38.541Z] === RUN TestPluginInstall [2021-02-23T18:28:38.541Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-23T18:28:38.541Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-23T18:28:38.541Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:28:38.541Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-23T18:28:38.541Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-23T18:28:38.541Z] PASS [2021-02-23T18:28:38.541Z] ok github.com/docker/docker/integration/plugin/common (cached) [2021-02-23T18:28:38.541Z] [2021-02-23T18:28:38.541Z] === Skipped [2021-02-23T18:28:38.541Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-23T18:28:38.541Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-23T18:28:38.541Z] [2021-02-23T18:28:38.541Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-02-23T18:28:38.541Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-23T18:28:38.541Z] [2021-02-23T18:28:38.541Z] [2021-02-23T18:28:38.541Z] DONE 4 tests, 2 skipped in 0.789s [2021-02-23T18:28:38.541Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-02-23T18:28:39.510Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:39.510Z] INFO: Testing against a local daemon [2021-02-23T18:28:39.510Z] === RUN TestExternalGraphDriver [2021-02-23T18:28:39.510Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-23T18:28:39.510Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-23T18:28:39.510Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:28:39.510Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-23T18:28:39.510Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-23T18:28:39.510Z] PASS [2021-02-23T18:28:39.510Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2021-02-23T18:28:39.510Z] [2021-02-23T18:28:39.510Z] === Skipped [2021-02-23T18:28:39.510Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-23T18:28:39.510Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-23T18:28:39.510Z] [2021-02-23T18:28:39.510Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-23T18:28:39.510Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-23T18:28:39.510Z] [2021-02-23T18:28:39.510Z] [2021-02-23T18:28:39.510Z] DONE 2 tests, 2 skipped in 0.753s [2021-02-23T18:28:39.510Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-02-23T18:28:39.970Z] testing: warning: no tests to run [2021-02-23T18:28:39.970Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:39.970Z] PASS [2021-02-23T18:28:39.970Z] INFO: Testing against a local daemon [2021-02-23T18:28:39.970Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-23T18:28:39.970Z] === RUN TestReadPluginNoRead [2021-02-23T18:28:39.970Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-23T18:28:39.970Z] read_test.go:21: no unix domain sockets on Windows [2021-02-23T18:28:39.970Z] PASS [2021-02-23T18:28:39.970Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2021-02-23T18:28:39.970Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2021-02-23T18:28:39.970Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2021-02-23T18:28:39.995Z] --- PASS: TestDockerNetworkReConnect (5.14s) [2021-02-23T18:28:39.996Z] === RUN TestServicePlugin [2021-02-23T18:28:39.996Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-23T18:28:39.996Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:28:39.996Z] === RUN TestServiceUpdateLabel [2021-02-23T18:28:40.428Z] [2021-02-23T18:28:40.428Z] === Skipped [2021-02-23T18:28:40.428Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-23T18:28:40.428Z] read_test.go:21: no unix domain sockets on Windows [2021-02-23T18:28:40.428Z] [2021-02-23T18:28:40.428Z] [2021-02-23T18:28:40.428Z] DONE 1 tests, 1 skipped in 0.838s [2021-02-23T18:28:40.428Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-02-23T18:28:40.886Z] testing: warning: no tests to run [2021-02-23T18:28:40.886Z] PASS [2021-02-23T18:28:40.886Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2021-02-23T18:28:40.886Z] [2021-02-23T18:28:40.886Z] DONE 0 tests in 0.504s [2021-02-23T18:28:40.886Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-02-23T18:28:41.344Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:41.345Z] INFO: Testing against a local daemon [2021-02-23T18:28:41.345Z] === RUN TestPluginWithDevMounts [2021-02-23T18:28:41.345Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-23T18:28:41.345Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:41.345Z] PASS [2021-02-23T18:28:41.345Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2021-02-23T18:28:41.345Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2021-02-23T18:28:41.802Z] [2021-02-23T18:28:41.802Z] === Skipped [2021-02-23T18:28:41.802Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-23T18:28:41.802Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:41.802Z] [2021-02-23T18:28:41.802Z] [2021-02-23T18:28:41.802Z] DONE 1 tests, 1 skipped in 0.762s [2021-02-23T18:28:41.802Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-02-23T18:28:41.859Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-23T18:28:42.537Z] --- PASS: TestServiceUpdateLabel (3.28s) [2021-02-23T18:28:42.537Z] === RUN TestServiceUpdateSecrets [2021-02-23T18:28:43.337Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:43.337Z] INFO: Testing against a local daemon [2021-02-23T18:28:43.337Z] === RUN TestSecretInspect [2021-02-23T18:28:43.337Z] --- SKIP: TestSecretInspect (0.00s) [2021-02-23T18:28:43.337Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.337Z] === RUN TestSecretList [2021-02-23T18:28:43.337Z] --- SKIP: TestSecretList (0.00s) [2021-02-23T18:28:43.337Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.337Z] === RUN TestSecretsCreateAndDelete [2021-02-23T18:28:43.337Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-02-23T18:28:43.337Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.337Z] === RUN TestSecretsUpdate [2021-02-23T18:28:43.337Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-02-23T18:28:43.337Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.337Z] === RUN TestTemplatedSecret [2021-02-23T18:28:43.337Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-23T18:28:43.337Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.337Z] === RUN TestSecretCreateResolve [2021-02-23T18:28:43.337Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-02-23T18:28:43.337Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:43.337Z] PASS [2021-02-23T18:28:43.337Z] ok github.com/docker/docker/integration/secret 0.120s [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] === Skipped [2021-02-23T18:28:43.796Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-02-23T18:28:43.796Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-02-23T18:28:43.796Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-02-23T18:28:43.796Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-02-23T18:28:43.796Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-02-23T18:28:43.796Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-02-23T18:28:43.796Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] [2021-02-23T18:28:43.796Z] DONE 6 tests, 6 skipped in 2.008s [2021-02-23T18:28:43.796Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-02-23T18:28:44.408Z] --- PASS: TestServiceWithDataPathPortInit (21.86s) [2021-02-23T18:28:44.408Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-23T18:28:44.702Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-23T18:28:44.702Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-02-23T18:28:44.702Z] remote: Enumerating objects: 2, done. [2021-02-23T18:28:44.702Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-02-23T18:28:44.702Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-02-23T18:28:44.702Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-02-23T18:28:44.702Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-02-23T18:28:44.702Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-02-23T18:28:44.702Z] [2021-02-23T18:28:45.976Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:45.976Z] INFO: Testing against a local daemon [2021-02-23T18:28:45.976Z] === RUN TestServiceCreateInit [2021-02-23T18:28:45.976Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-23T18:28:45.976Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-23T18:28:45.976Z] --- PASS: TestServiceCreateInit (0.04s) [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-23T18:28:45.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-23T18:28:45.976Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateServiceMultipleTimes [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-02-23T18:28:45.976Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateServiceConflict [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-02-23T18:28:45.976Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateServiceMaxReplicas [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-02-23T18:28:45.976Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-23T18:28:45.976Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateServiceSecretFileMode [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-02-23T18:28:45.976Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateServiceConfigFileMode [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-02-23T18:28:45.976Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateServiceSysctls [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-23T18:28:45.976Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateServiceCapabilities [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-02-23T18:28:45.976Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestInspect [2021-02-23T18:28:45.976Z] --- SKIP: TestInspect (0.00s) [2021-02-23T18:28:45.976Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestCreateJob [2021-02-23T18:28:45.976Z] --- SKIP: TestCreateJob (0.00s) [2021-02-23T18:28:45.976Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestReplicatedJob [2021-02-23T18:28:45.976Z] --- SKIP: TestReplicatedJob (0.00s) [2021-02-23T18:28:45.976Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestUpdateReplicatedJob [2021-02-23T18:28:45.976Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-02-23T18:28:45.976Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestServiceListWithStatuses [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-23T18:28:45.976Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestDockerNetworkConnectAlias [2021-02-23T18:28:45.976Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-02-23T18:28:45.976Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestDockerNetworkReConnect [2021-02-23T18:28:45.976Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-02-23T18:28:45.976Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestServicePlugin [2021-02-23T18:28:45.976Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-23T18:28:45.976Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:45.976Z] === RUN TestServiceUpdateLabel [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-02-23T18:28:45.976Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:45.976Z] === RUN TestServiceUpdateSecrets [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-02-23T18:28:45.976Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:45.976Z] === RUN TestServiceUpdateConfigs [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-02-23T18:28:45.976Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:45.976Z] === RUN TestServiceUpdateNetwork [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-02-23T18:28:45.976Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:45.976Z] === RUN TestServiceUpdatePidsLimit [2021-02-23T18:28:45.976Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-02-23T18:28:45.976Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:45.976Z] PASS [2021-02-23T18:28:45.976Z] ok github.com/docker/docker/integration/service 0.292s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-23T18:28:46.390Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/test/unit [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === Skipped [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-23T18:28:46.437Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-23T18:28:46.437Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-23T18:28:46.437Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-23T18:28:46.437Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-02-23T18:28:46.437Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-02-23T18:28:46.437Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-02-23T18:28:46.437Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-23T18:28:46.437Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-02-23T18:28:46.437Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-02-23T18:28:46.437Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-02-23T18:28:46.437Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-02-23T18:28:46.437Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-02-23T18:28:46.437Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-02-23T18:28:46.437Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-02-23T18:28:46.437Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-02-23T18:28:46.437Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-02-23T18:28:46.437Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-02-23T18:28:46.437Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-02-23T18:28:46.437Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-02-23T18:28:46.437Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-02-23T18:28:46.437Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-02-23T18:28:46.437Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-02-23T18:28:46.437Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-02-23T18:28:46.437Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-02-23T18:28:46.437Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] [2021-02-23T18:28:46.437Z] DONE 24 tests, 23 skipped in 2.554s [2021-02-23T18:28:46.437Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-02-23T18:28:47.972Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:47.972Z] INFO: Testing against a local daemon [2021-02-23T18:28:47.972Z] === RUN TestSessionCreate [2021-02-23T18:28:47.972Z] --- SKIP: TestSessionCreate (0.00s) [2021-02-23T18:28:47.972Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:47.972Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-23T18:28:47.972Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-02-23T18:28:47.972Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:47.972Z] PASS [2021-02-23T18:28:47.972Z] ok github.com/docker/docker/integration/session 0.151s [2021-02-23T18:28:48.430Z] [2021-02-23T18:28:48.430Z] === Skipped [2021-02-23T18:28:48.430Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-02-23T18:28:48.430Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:48.430Z] [2021-02-23T18:28:48.430Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-02-23T18:28:48.430Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-23T18:28:48.430Z] [2021-02-23T18:28:48.430Z] [2021-02-23T18:28:48.430Z] DONE 2 tests, 2 skipped in 1.943s [2021-02-23T18:28:48.430Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-02-23T18:28:48.905Z] ? github.com/docker/docker/api [no test files] [2021-02-23T18:28:49.942Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-02-23T18:28:49.964Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:49.964Z] INFO: Testing against a local daemon [2021-02-23T18:28:49.964Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:28:49.964Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:28:49.964Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:49.964Z] === RUN TestEventsExecDie [2021-02-23T18:28:49.964Z] --- SKIP: TestEventsExecDie (0.00s) [2021-02-23T18:28:49.964Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-23T18:28:49.964Z] === RUN TestEventsBackwardsCompatible [2021-02-23T18:28:49.964Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-02-23T18:28:49.964Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-23T18:28:49.964Z] === RUN TestInfoAPI [2021-02-23T18:28:49.964Z] --- PASS: TestInfoAPI (0.03s) [2021-02-23T18:28:49.964Z] === RUN TestInfoAPIWarnings [2021-02-23T18:28:49.964Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-02-23T18:28:49.964Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:28:49.964Z] === RUN TestInfoDebug [2021-02-23T18:28:49.964Z] --- SKIP: TestInfoDebug (0.00s) [2021-02-23T18:28:49.964Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-23T18:28:49.964Z] === RUN TestInfoInsecureRegistries [2021-02-23T18:28:49.964Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-02-23T18:28:49.964Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-23T18:28:49.964Z] === RUN TestInfoRegistryMirrors [2021-02-23T18:28:49.964Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-02-23T18:28:49.964Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-23T18:28:49.964Z] === RUN TestLoginFailsWithBadCredentials [2021-02-23T18:28:50.892Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-02-23T18:28:50.932Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2021-02-23T18:28:50.932Z] === RUN TestPingCacheHeaders [2021-02-23T18:28:51.390Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-23T18:28:51.390Z] === RUN TestPingGet [2021-02-23T18:28:51.390Z] --- PASS: TestPingGet (0.02s) [2021-02-23T18:28:51.390Z] === RUN TestPingHead [2021-02-23T18:28:51.390Z] --- PASS: TestPingHead (0.02s) [2021-02-23T18:28:51.390Z] === RUN TestVersion [2021-02-23T18:28:51.390Z] --- PASS: TestVersion (0.02s) [2021-02-23T18:28:51.390Z] PASS [2021-02-23T18:28:51.390Z] ok github.com/docker/docker/integration/system 1.194s [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] === Skipped [2021-02-23T18:28:51.390Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:28:51.390Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-02-23T18:28:51.390Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-02-23T18:28:51.390Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-02-23T18:28:51.390Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-02-23T18:28:51.390Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-02-23T18:28:51.390Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-02-23T18:28:51.390Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] [2021-02-23T18:28:51.390Z] DONE 13 tests, 7 skipped in 3.130s [2021-02-23T18:28:51.390Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-02-23T18:28:53.582Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:28:53.582Z] INFO: Testing against a local daemon [2021-02-23T18:28:53.582Z] === RUN TestVolumesCreateAndList [2021-02-23T18:28:53.582Z] --- PASS: TestVolumesCreateAndList (0.06s) [2021-02-23T18:28:53.582Z] === RUN TestVolumesRemove [2021-02-23T18:28:53.582Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-23T18:28:53.582Z] === RUN TestVolumesInspect [2021-02-23T18:28:53.582Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-23T18:28:53.582Z] === RUN TestVolumesInvalidJSON [2021-02-23T18:28:53.582Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-23T18:28:53.582Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-23T18:28:53.582Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-23T18:28:53.582Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-23T18:28:53.582Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-23T18:28:53.582Z] PASS [2021-02-23T18:28:53.582Z] ok github.com/docker/docker/integration/volume 0.244s [2021-02-23T18:28:53.582Z] [2021-02-23T18:28:53.582Z] DONE 5 tests in 2.241s [2021-02-23T18:28:53.582Z] INFO: make.ps1 ended at 02/23/2021 18:28:53 [2021-02-23T18:28:53.582Z] INFO: Integration CLI tests being run from the host: [2021-02-23T18:28:53.582Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-02-23T18:28:54.960Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.32s) [2021-02-23T18:28:54.960Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2bm2vtrbvtzo8tvu5z1s271ly Created:2021-02-23 18:28:44.94121358 +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[e71007d7e6d685a53f039b7b0a99f3f7d75b8071dbe879f2966578cd54e155cd:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yx98mpkv5m1zsswof0hmut7mp EndpointID:798a9179f78200c108dc99ec31e4c261b8f6f766af1a727f26bdcefd6d724b85 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3c9c7d02a8c9f5e7cdc1cecfa1fd673010db14f36ff2521418e050d6b41a71dd 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:8b8d492cbbef IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yx98mpkv5m1zsswof0hmut7mp EndpointID:798a9179f78200c108dc99ec31e4c261b8f6f766af1a727f26bdcefd6d724b85 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-23T18:28:54.960Z] PASS [2021-02-23T18:28:54.960Z] [2021-02-23T18:28:54.960Z] === Skipped [2021-02-23T18:28:54.960Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:28:54.960Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:28:54.960Z] [2021-02-23T18:28:54.960Z] [2021-02-23T18:28:54.960Z] DONE 26 tests, 1 skipped in 58.998s [2021-02-23T18:28:54.960Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:28:54.960Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:28:54.960Z] ++ set -e [2021-02-23T18:28:54.960Z] ++ '[' -n 0 ']' [2021-02-23T18:28:54.960Z] ++ set -x [2021-02-23T18:28:54.960Z] ++ 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=s390x 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/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:28:54.960Z] INFO: Testing against a local daemon [2021-02-23T18:28:54.960Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-23T18:28:54.960Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-23T18:28:54.960Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:28:54.960Z] === RUN TestDockerNetworkIpvlan [2021-02-23T18:28:54.960Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:28:54.960Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:28:54.960Z] PASS [2021-02-23T18:28:54.960Z] [2021-02-23T18:28:54.960Z] === Skipped [2021-02-23T18:28:54.960Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-23T18:28:54.960Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:28:54.960Z] [2021-02-23T18:28:54.960Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:28:54.960Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:28:54.960Z] [2021-02-23T18:28:54.960Z] [2021-02-23T18:28:54.960Z] DONE 2 tests, 2 skipped in 0.197s [2021-02-23T18:28:54.960Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:28:54.960Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:28:54.960Z] ++ set -e [2021-02-23T18:28:54.960Z] ++ '[' -n 0 ']' [2021-02-23T18:28:54.960Z] ++ set -x [2021-02-23T18:28:54.960Z] ++ 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=s390x 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/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:28:54.960Z] INFO: Testing against a local daemon [2021-02-23T18:28:54.960Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-23T18:28:55.590Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2021-02-23T18:28:55.590Z] === RUN TestDockerNetworkMacvlan [2021-02-23T18:28:56.626Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-23T18:28:57.656Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-23T18:28:58.361Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-23T18:29:00.656Z] --- PASS: TestServiceUpdateSecrets (15.48s) [2021-02-23T18:29:00.656Z] === RUN TestServiceUpdateConfigs [2021-02-23T18:29:00.833Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-23T18:29:02.148Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-23T18:29:02.148Z] INFO: Testing against a local daemon [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-23T18:29:02.148Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-23T18:29:02.606Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-23T18:29:02.721Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-23T18:29:02.919Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-23T18:29:03.064Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-23T18:29:03.741Z] ok github.com/docker/docker/api/server 0.019s coverage: 9.0% of statements [2021-02-23T18:29:06.487Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-23T18:29:12.660Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-23T18:29:12.917Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-23T18:29:13.479Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-23T18:29:14.041Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-23T18:29:15.018Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-23T18:29:15.406Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-23T18:29:15.406Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-23T18:29:15.554Z] --- PASS: TestServiceUpdateConfigs (15.48s) [2021-02-23T18:29:15.554Z] === RUN TestServiceUpdateNetwork [2021-02-23T18:29:15.966Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-23T18:29:16.047Z] --- PASS: TestDockerNetworkMacvlan (20.47s) [2021-02-23T18:29:16.048Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2021-02-23T18:29:16.048Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-02-23T18:29:16.048Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.55s) [2021-02-23T18:29:16.048Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.63s) [2021-02-23T18:29:16.048Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.84s) [2021-02-23T18:29:16.048Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.54s) [2021-02-23T18:29:16.048Z] PASS [2021-02-23T18:29:16.048Z] [2021-02-23T18:29:16.048Z] DONE 8 tests in 22.111s [2021-02-23T18:29:16.048Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-23T18:29:16.048Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:16.337Z] ++ set -e [2021-02-23T18:29:16.337Z] ++ '[' -n 0 ']' [2021-02-23T18:29:16.337Z] ++ set -x [2021-02-23T18:29:16.337Z] ++ 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=s390x 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/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:16.337Z] testing: warning: no tests to run [2021-02-23T18:29:16.337Z] PASS [2021-02-23T18:29:16.337Z] [2021-02-23T18:29:16.337Z] DONE 0 tests in 0.059s [2021-02-23T18:29:16.337Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-23T18:29:16.337Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:16.337Z] ++ set -e [2021-02-23T18:29:16.338Z] ++ '[' -n 0 ']' [2021-02-23T18:29:16.338Z] ++ set -x [2021-02-23T18:29:16.338Z] ++ 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=s390x 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/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:16.338Z] INFO: Testing against a local daemon [2021-02-23T18:29:16.338Z] === RUN TestAuthZPluginAllowRequest [2021-02-23T18:29:18.402Z] --- PASS: TestAuthZPluginAllowRequest (1.76s) [2021-02-23T18:29:18.402Z] === RUN TestAuthZPluginTLS [2021-02-23T18:29:18.691Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-02-23T18:29:18.691Z] === RUN TestAuthZPluginDenyRequest [2021-02-23T18:29:19.321Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2021-02-23T18:29:19.321Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-23T18:29:19.951Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-02-23T18:29:19.951Z] === RUN TestAuthZPluginDenyResponse [2021-02-23T18:29:20.133Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-02-23T18:29:20.133Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-02-23T18:29:20.241Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-02-23T18:29:20.241Z] === RUN TestAuthZPluginAllowEventStream [2021-02-23T18:29:22.301Z] --- PASS: TestAuthZPluginAllowEventStream (1.80s) [2021-02-23T18:29:22.301Z] === RUN TestAuthZPluginErrorResponse [2021-02-23T18:29:22.590Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-02-23T18:29:22.590Z] === RUN TestAuthZPluginErrorRequest [2021-02-23T18:29:23.221Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-02-23T18:29:23.221Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-23T18:29:23.850Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-02-23T18:29:23.850Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-23T18:29:25.911Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.27s) [2021-02-23T18:29:25.911Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-23T18:29:26.670Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-23T18:29:26.670Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-23T18:29:26.925Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-23T18:29:27.486Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-23T18:29:27.742Z] === RUN TestDockerSuite/TestBuildFails [2021-02-23T18:29:28.637Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.37s) [2021-02-23T18:29:28.637Z] === RUN TestAuthZPluginHeader [2021-02-23T18:29:28.668Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-23T18:29:28.668Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-23T18:29:29.267Z] --- PASS: TestAuthZPluginHeader (0.90s) [2021-02-23T18:29:29.267Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-23T18:29:29.267Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-23T18:29:29.267Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:29.267Z] === RUN TestAuthZPluginV2Disable [2021-02-23T18:29:29.267Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-23T18:29:29.267Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:29.267Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-23T18:29:29.267Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-23T18:29:29.267Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:29.267Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-23T18:29:29.267Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-23T18:29:29.267Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:29.267Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-23T18:29:30.453Z] --- PASS: TestServiceUpdateNetwork (14.85s) [2021-02-23T18:29:30.453Z] === RUN TestServiceUpdatePidsLimit [2021-02-23T18:29:30.453Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-23T18:29:31.025Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-23T18:29:31.190Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-23T18:29:33.085Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-23T18:29:34.976Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-23T18:29:36.867Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-23T18:29:36.867Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-23T18:29:37.793Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-23T18:29:39.155Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-23T18:29:39.684Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-23T18:29:40.612Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-23T18:29:40.868Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-02-23T18:29:41.125Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-23T18:29:42.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-02-23T18:29:43.418Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-23T18:29:45.289Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-23T18:29:45.289Z] [2021-02-23T18:29:45.289Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-23T18:29:45.289Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-23T18:29:45.289Z] HOSTNAME=1320b5d5b465 [2021-02-23T18:29:45.289Z] TESTDEBUG=0 [2021-02-23T18:29:45.289Z] DEST=bundles/test-integration [2021-02-23T18:29:45.289Z] PWD=/go/src/github.com/docker/docker [2021-02-23T18:29:45.289Z] DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c [2021-02-23T18:29:45.289Z] container=docker [2021-02-23T18:29:45.289Z] HOME=/root [2021-02-23T18:29:45.289Z] GOLANG_VERSION=1.13.15 [2021-02-23T18:29:45.289Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-23T18:29:45.289Z] VALIDATE_BRANCH=20.10 [2021-02-23T18:29:45.289Z] TERM=xterm [2021-02-23T18:29:45.289Z] DOCKER_PKG=github.com/docker/docker [2021-02-23T18:29:45.289Z] SHLVL=1 [2021-02-23T18:29:45.289Z] TIMEOUT=120m [2021-02-23T18:29:45.289Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-23T18:29:45.289Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-23T18:29:45.289Z] GO111MODULE=off [2021-02-23T18:29:45.289Z] DOCKER_EXPERIMENTAL=1 [2021-02-23T18:29:45.289Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-23T18:29:45.289Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-23T18:29:45.289Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-23T18:29:45.289Z] GOPATH=/go [2021-02-23T18:29:45.289Z] PKG_CONFIG=pkg-config [2021-02-23T18:29:45.289Z] _=/usr/bin/env [2021-02-23T18:29:45.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-23T18:29:45.936Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-23T18:29:47.289Z] --- PASS: TestServiceUpdatePidsLimit (17.52s) [2021-02-23T18:29:47.289Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2021-02-23T18:29:47.289Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-02-23T18:29:47.289Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s) [2021-02-23T18:29:47.289Z] PASS [2021-02-23T18:29:47.289Z] [2021-02-23T18:29:47.289Z] === Skipped [2021-02-23T18:29:47.289Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-23T18:29:47.289Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:29:47.289Z] [2021-02-23T18:29:47.289Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-02-23T18:29:47.289Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:47.289Z] [2021-02-23T18:29:47.289Z] [2021-02-23T18:29:47.289Z] DONE 27 tests, 2 skipped in 163.643s [2021-02-23T18:29:47.289Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-02-23T18:29:47.289Z] ++ 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 [2021-02-23T18:29:47.289Z] ++ set -e [2021-02-23T18:29:47.289Z] ++ '[' -n 0 ']' [2021-02-23T18:29:47.289Z] ++ set -x [2021-02-23T18:29:47.289Z] ++ 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 [2021-02-23T18:29:47.289Z] INFO: Testing against a local daemon [2021-02-23T18:29:47.289Z] === RUN TestSessionCreate [2021-02-23T18:29:47.289Z] --- PASS: TestSessionCreate (0.05s) [2021-02-23T18:29:47.289Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-23T18:29:47.289Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-02-23T18:29:47.289Z] PASS [2021-02-23T18:29:47.289Z] [2021-02-23T18:29:47.289Z] DONE 2 tests in 0.296s [2021-02-23T18:29:47.289Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-02-23T18:29:47.289Z] ++ 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 [2021-02-23T18:29:47.289Z] ++ set -e [2021-02-23T18:29:47.289Z] ++ '[' -n 0 ']' [2021-02-23T18:29:47.289Z] ++ set -x [2021-02-23T18:29:47.289Z] ++ 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 [2021-02-23T18:29:47.289Z] INFO: Testing against a local daemon [2021-02-23T18:29:47.289Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:29:47.289Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-02-23T18:29:47.289Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:29:47.289Z] === RUN TestEventsExecDie [2021-02-23T18:29:47.289Z] --- PASS: TestEventsExecDie (0.90s) [2021-02-23T18:29:47.289Z] === RUN TestEventsBackwardsCompatible [2021-02-23T18:29:47.300Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-23T18:29:47.549Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2021-02-23T18:29:47.549Z] === RUN TestInfoBinaryCommits [2021-02-23T18:29:47.549Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-02-23T18:29:47.549Z] === RUN TestInfoAPIVersioned [2021-02-23T18:29:47.549Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-02-23T18:29:47.549Z] === RUN TestInfoDiscoveryBackend [2021-02-23T18:29:47.847Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.27s) [2021-02-23T18:29:47.847Z] PASS [2021-02-23T18:29:47.847Z] [2021-02-23T18:29:47.847Z] === Skipped [2021-02-23T18:29:47.847Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-23T18:29:47.847Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:47.847Z] [2021-02-23T18:29:47.847Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-23T18:29:47.847Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:47.847Z] [2021-02-23T18:29:47.847Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-23T18:29:47.847Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:47.847Z] [2021-02-23T18:29:47.847Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-23T18:29:47.847Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:29:47.847Z] [2021-02-23T18:29:47.847Z] [2021-02-23T18:29:47.847Z] DONE 17 tests, 4 skipped in 30.285s [2021-02-23T18:29:47.847Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-23T18:29:47.847Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:47.847Z] ++ set -e [2021-02-23T18:29:47.847Z] ++ '[' -n 0 ']' [2021-02-23T18:29:47.847Z] ++ set -x [2021-02-23T18:29:47.847Z] ++ 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=s390x 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/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:47.847Z] INFO: Testing against a local daemon [2021-02-23T18:29:47.847Z] === RUN TestPluginInvalidJSON [2021-02-23T18:29:47.847Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:29:47.847Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:29:47.847Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:29:47.847Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-02-23T18:29:47.847Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:29:47.847Z] === RUN TestPluginInstall [2021-02-23T18:29:47.847Z] === RUN TestPluginInstall/no_auth [2021-02-23T18:29:48.121Z] --- PASS: TestInfoDiscoveryBackend (0.64s) [2021-02-23T18:29:48.121Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-23T18:29:48.878Z] time="2021-02-23T18:29:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:29:48.878Z] time="2021-02-23T18:29:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac9ef2a95ea00ff67c30a2e22d3694efb00f87691e85c1cd39605bf1344dd82f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:29:48.878Z] time="2021-02-23T18:29:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:29:48.878Z] time="2021-02-23T18:29:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac9ef2a95ea00ff67c30a2e22d3694efb00f87691e85c1cd39605bf1344dd82f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:29:48.878Z] === RUN TestPluginInstall/with_htpasswd [2021-02-23T18:29:49.502Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-23T18:29:49.502Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-23T18:29:49.508Z] time="2021-02-23T18:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:29:49.508Z] time="2021-02-23T18:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac9ef2a95ea00ff67c30a2e22d3694efb00f87691e85c1cd39605bf1344dd82f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:29:49.508Z] time="2021-02-23T18:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:29:49.508Z] time="2021-02-23T18:29:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ac9ef2a95ea00ff67c30a2e22d3694efb00f87691e85c1cd39605bf1344dd82f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:29:49.763Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2021-02-23T18:29:49.763Z] === RUN TestInfoAPI [2021-02-23T18:29:49.798Z] === RUN TestPluginInstall/with_insecure [2021-02-23T18:29:50.024Z] --- PASS: TestInfoAPI (0.05s) [2021-02-23T18:29:50.024Z] === RUN TestInfoAPIWarnings [2021-02-23T18:29:50.827Z] time="2021-02-23T18:29:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:29:50.827Z] time="2021-02-23T18:29:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7af86874e25886083f88947311564564161a76c6978f8e013b39ee7f5219f5a3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:29:50.827Z] time="2021-02-23T18:29:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:29:50.827Z] time="2021-02-23T18:29:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7af86874e25886083f88947311564564161a76c6978f8e013b39ee7f5219f5a3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:29:51.117Z] --- PASS: TestPluginInstall (4.40s) [2021-02-23T18:29:51.117Z] --- PASS: TestPluginInstall/no_auth (2.26s) [2021-02-23T18:29:51.117Z] --- PASS: TestPluginInstall/with_htpasswd (0.80s) [2021-02-23T18:29:51.117Z] --- PASS: TestPluginInstall/with_insecure (1.34s) [2021-02-23T18:29:51.117Z] plugin_test.go:160: [d90a776f1bf9a] daemon is not started [2021-02-23T18:29:51.117Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:29:51.465Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-23T18:29:52.027Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-23T18:29:52.587Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-23T18:29:53.179Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-23T18:29:53.512Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-23T18:29:54.074Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-23T18:29:54.074Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-23T18:29:54.680Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-23T18:29:55.001Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-23T18:29:55.563Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-23T18:29:56.125Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-23T18:29:56.182Z] --- PASS: TestPluginsWithRuntimes (4.79s) [2021-02-23T18:29:56.182Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.46s) [2021-02-23T18:29:56.182Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.41s) [2021-02-23T18:29:56.182Z] PASS [2021-02-23T18:29:56.182Z] [2021-02-23T18:29:56.182Z] DONE 9 tests in 9.388s [2021-02-23T18:29:56.182Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-23T18:29:56.182Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:56.182Z] ++ set -e [2021-02-23T18:29:56.182Z] ++ '[' -n 0 ']' [2021-02-23T18:29:56.182Z] ++ set -x [2021-02-23T18:29:56.182Z] ++ 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=s390x 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/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:29:56.182Z] INFO: Testing against a local daemon [2021-02-23T18:29:56.182Z] === RUN TestExternalGraphDriver [2021-02-23T18:29:56.182Z] === RUN TestExternalGraphDriver/json [2021-02-23T18:29:56.557Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-23T18:29:56.814Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-23T18:29:57.377Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-23T18:29:58.350Z] === RUN TestExternalGraphDriver/spec [2021-02-23T18:29:58.743Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-23T18:29:59.670Z] --- PASS: TestImportExtremelyLargeImageWorks (199.37s) [2021-02-23T18:29:59.670Z] PASS [2021-02-23T18:29:59.670Z] [2021-02-23T18:29:59.670Z] DONE 12 tests in 203.305s [2021-02-23T18:29:59.670Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-23T18:29:59.670Z] ++ 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 [2021-02-23T18:29:59.670Z] ++ set -e [2021-02-23T18:29:59.670Z] ++ '[' -n 0 ']' [2021-02-23T18:29:59.670Z] ++ set -x [2021-02-23T18:29:59.670Z] ++ 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 [2021-02-23T18:29:59.925Z] INFO: Testing against a local daemon [2021-02-23T18:29:59.925Z] === RUN TestNetworkCreateDelete [2021-02-23T18:30:00.182Z] --- PASS: TestNetworkCreateDelete (0.20s) [2021-02-23T18:30:00.182Z] === RUN TestDockerNetworkDeletePreferID [2021-02-23T18:30:00.437Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2021-02-23T18:30:00.437Z] === RUN TestDaemonDNSFallback [2021-02-23T18:30:01.071Z] === RUN TestExternalGraphDriver/pull [2021-02-23T18:30:01.364Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-23T18:30:03.130Z] --- PASS: TestExternalGraphDriver (6.72s) [2021-02-23T18:30:03.130Z] --- PASS: TestExternalGraphDriver/json (2.11s) [2021-02-23T18:30:03.130Z] --- PASS: TestExternalGraphDriver/spec (2.18s) [2021-02-23T18:30:03.130Z] --- PASS: TestExternalGraphDriver/pull (2.29s) [2021-02-23T18:30:03.130Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:30:03.130Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-02-23T18:30:03.130Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:30:03.130Z] PASS [2021-02-23T18:30:03.130Z] [2021-02-23T18:30:03.130Z] === Skipped [2021-02-23T18:30:03.130Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-02-23T18:30:03.130Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:30:03.130Z] [2021-02-23T18:30:03.130Z] [2021-02-23T18:30:03.130Z] DONE 5 tests, 1 skipped in 6.947s [2021-02-23T18:30:03.130Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-23T18:30:03.130Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:03.130Z] ++ set -e [2021-02-23T18:30:03.130Z] ++ '[' -n 0 ']' [2021-02-23T18:30:03.130Z] ++ set -x [2021-02-23T18:30:03.130Z] ++ 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=s390x 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/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:03.130Z] INFO: Testing against a local daemon [2021-02-23T18:30:03.130Z] === RUN TestContinueAfterPluginCrash [2021-02-23T18:30:03.130Z] === PAUSE TestContinueAfterPluginCrash [2021-02-23T18:30:03.130Z] === RUN TestReadPluginNoRead [2021-02-23T18:30:03.130Z] === PAUSE TestReadPluginNoRead [2021-02-23T18:30:03.130Z] === RUN TestDaemonStartWithLogOpt [2021-02-23T18:30:03.130Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-23T18:30:03.130Z] === CONT TestContinueAfterPluginCrash [2021-02-23T18:30:03.130Z] === CONT TestDaemonStartWithLogOpt [2021-02-23T18:30:05.525Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-23T18:30:06.635Z] --- PASS: TestDaemonStartWithLogOpt (3.76s) [2021-02-23T18:30:06.635Z] === CONT TestReadPluginNoRead [2021-02-23T18:30:07.412Z] --- PASS: TestDaemonDNSFallback (6.70s) [2021-02-23T18:30:07.412Z] === RUN TestInspectNetwork [2021-02-23T18:30:07.974Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-23T18:30:08.126Z] --- PASS: TestInfoAPIWarnings (16.70s) [2021-02-23T18:30:08.126Z] === RUN TestInfoDebug [2021-02-23T18:30:08.126Z] --- PASS: TestInfoDebug (0.74s) [2021-02-23T18:30:08.126Z] === RUN TestInfoInsecureRegistries [2021-02-23T18:30:08.126Z] --- PASS: TestInfoInsecureRegistries (0.67s) [2021-02-23T18:30:08.126Z] === RUN TestInfoRegistryMirrors [2021-02-23T18:30:08.230Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-23T18:30:08.230Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-23T18:30:08.230Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-23T18:30:08.485Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-23T18:30:08.485Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-23T18:30:08.697Z] --- PASS: TestInfoRegistryMirrors (0.67s) [2021-02-23T18:30:08.697Z] === RUN TestLoginFailsWithBadCredentials [2021-02-23T18:30:08.958Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-02-23T18:30:08.958Z] === RUN TestPingCacheHeaders [2021-02-23T18:30:08.958Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-02-23T18:30:08.958Z] === RUN TestPingGet [2021-02-23T18:30:08.958Z] --- PASS: TestPingGet (0.03s) [2021-02-23T18:30:08.958Z] === RUN TestPingHead [2021-02-23T18:30:09.218Z] --- PASS: TestPingHead (0.05s) [2021-02-23T18:30:09.218Z] === RUN TestVersion [2021-02-23T18:30:09.218Z] --- PASS: TestVersion (0.05s) [2021-02-23T18:30:09.218Z] PASS [2021-02-23T18:30:09.218Z] [2021-02-23T18:30:09.218Z] === Skipped [2021-02-23T18:30:09.218Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-02-23T18:30:09.218Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:30:09.218Z] [2021-02-23T18:30:09.218Z] [2021-02-23T18:30:09.218Z] DONE 18 tests, 1 skipped in 22.846s [2021-02-23T18:30:09.218Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-23T18:30:09.218Z] ++ 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 [2021-02-23T18:30:09.218Z] ++ set -e [2021-02-23T18:30:09.218Z] ++ '[' -n 0 ']' [2021-02-23T18:30:09.218Z] ++ set -x [2021-02-23T18:30:09.218Z] ++ 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 [2021-02-23T18:30:09.218Z] INFO: Testing against a local daemon [2021-02-23T18:30:09.218Z] === RUN TestVolumesCreateAndList [2021-02-23T18:30:09.478Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-23T18:30:09.478Z] === RUN TestVolumesRemove [2021-02-23T18:30:09.478Z] --- PASS: TestVolumesRemove (0.11s) [2021-02-23T18:30:09.479Z] === RUN TestVolumesInspect [2021-02-23T18:30:09.479Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-23T18:30:09.479Z] === RUN TestVolumesInvalidJSON [2021-02-23T18:30:09.479Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-23T18:30:09.479Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-23T18:30:09.479Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-23T18:30:09.479Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-23T18:30:09.479Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-23T18:30:09.479Z] PASS [2021-02-23T18:30:09.479Z] [2021-02-23T18:30:09.479Z] DONE 5 tests in 0.363s [2021-02-23T18:30:09.479Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T18:30:10.176Z] === RUN TestReadPluginNoRead/default [2021-02-23T18:30:10.374Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-23T18:30:10.418Z] ++++ cat bundles/test-integration/docker.pid [2021-02-23T18:30:10.418Z] +++ kill 13921 [2021-02-23T18:30:11.678Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-23T18:30:11.743Z] === RUN TestInspectNetwork/full_network_id [2021-02-23T18:30:11.743Z] === RUN TestInspectNetwork/partial_network_id [2021-02-23T18:30:11.743Z] === RUN TestInspectNetwork/network_name [2021-02-23T18:30:11.743Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-23T18:30:11.743Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-23T18:30:11.800Z] +++ /etc/init.d/apparmor stop [2021-02-23T18:30:11.800Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T18:30:11.800Z] [2021-02-23T18:30:11.800Z] Unloading profiles will leave already running processes permanently [2021-02-23T18:30:11.800Z] unconfined, which can lead to unexpected situations. [2021-02-23T18:30:11.800Z] [2021-02-23T18:30:11.800Z] To set a process to complain mode, use the command line tool [2021-02-23T18:30:11.800Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T18:30:11.800Z] +++ true [2021-02-23T18:30:11.800Z] exiting test-integration [2021-02-23T18:30:11.800Z] ++ exit 0 [2021-02-23T18:30:11.800Z] [2021-02-23T18:30:12.312Z] --- PASS: TestContinueAfterPluginCrash (9.13s) [2021-02-23T18:30:13.813Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-23T18:30:14.259Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-23T18:30:14.515Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-23T18:30:15.077Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-23T18:30:15.875Z] --- PASS: TestReadPluginNoRead (8.89s) [2021-02-23T18:30:15.875Z] --- PASS: TestReadPluginNoRead/default (2.05s) [2021-02-23T18:30:15.875Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.93s) [2021-02-23T18:30:15.875Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.06s) [2021-02-23T18:30:15.875Z] read_test.go:92: [d38edf81e8481] daemon is not started [2021-02-23T18:30:15.875Z] PASS [2021-02-23T18:30:15.875Z] [2021-02-23T18:30:15.875Z] DONE 6 tests in 12.754s [2021-02-23T18:30:15.875Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-23T18:30:15.875Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:15.875Z] ++ set -e [2021-02-23T18:30:15.875Z] ++ '[' -n 0 ']' [2021-02-23T18:30:15.875Z] ++ set -x [2021-02-23T18:30:15.875Z] ++ 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=s390x 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/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:15.875Z] testing: warning: no tests to run [2021-02-23T18:30:15.875Z] PASS [2021-02-23T18:30:15.875Z] [2021-02-23T18:30:15.875Z] DONE 0 tests in 0.115s [2021-02-23T18:30:15.875Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-23T18:30:15.875Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:15.875Z] ++ set -e [2021-02-23T18:30:15.875Z] ++ '[' -n 0 ']' [2021-02-23T18:30:15.875Z] ++ set -x [2021-02-23T18:30:15.875Z] ++ 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=s390x 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/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:15.875Z] INFO: Testing against a local daemon [2021-02-23T18:30:15.875Z] === RUN TestPluginWithDevMounts [2021-02-23T18:30:15.875Z] === PAUSE TestPluginWithDevMounts [2021-02-23T18:30:15.875Z] === CONT TestPluginWithDevMounts [2021-02-23T18:30:16.009Z] --- PASS: TestInspectNetwork (8.73s) [2021-02-23T18:30:16.009Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-23T18:30:16.009Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-23T18:30:16.009Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-23T18:30:16.009Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-23T18:30:16.009Z] === RUN TestRunContainerWithBridgeNone Post stage [Pipeline] junit [2021-02-23T18:30:16.024Z] Recording test results [2021-02-23T18:30:16.497Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-23T18:30:16.850Z] + echo Ensuring container killed. [2021-02-23T18:30:16.850Z] Ensuring container killed. [2021-02-23T18:30:16.850Z] + docker rm -vf docker-pr3 [2021-02-23T18:30:16.850Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-23T18:30:17.139Z] + echo Chowning /workspace to jenkins user [2021-02-23T18:30:17.139Z] Chowning /workspace to jenkins user [2021-02-23T18:30:17.139Z] + id -u [2021-02-23T18:30:17.139Z] + id -g [2021-02-23T18:30:17.139Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/workspace busybox chown -R 1000:1000 /workspace [2021-02-23T18:30:17.896Z] --- PASS: TestRunContainerWithBridgeNone (2.04s) [2021-02-23T18:30:17.896Z] === RUN TestNetworkInvalidJSON [2021-02-23T18:30:17.896Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-23T18:30:17.896Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-23T18:30:17.896Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:30:17.896Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:30:17.896Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:30:17.896Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:30:17.896Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-23T18:30:17.896Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:30:17.896Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:30:17.896Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-23T18:30:17.896Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-23T18:30:17.896Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-23T18:30:17.896Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-23T18:30:17.896Z] === RUN TestNetworkList [2021-02-23T18:30:17.936Z] --- PASS: TestPluginWithDevMounts (1.93s) [2021-02-23T18:30:17.936Z] PASS [2021-02-23T18:30:17.936Z] [2021-02-23T18:30:17.936Z] DONE 1 tests in 2.081s [2021-02-23T18:30:17.936Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-02-23T18:30:17.936Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:17.936Z] ++ set -e [2021-02-23T18:30:17.936Z] ++ '[' -n 0 ']' [2021-02-23T18:30:17.936Z] ++ set -x [2021-02-23T18:30:17.936Z] ++ 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=s390x 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/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:17.936Z] INFO: Testing against a local daemon [2021-02-23T18:30:17.936Z] === RUN TestSecretInspect [2021-02-23T18:30:18.151Z] === RUN TestNetworkList//networks [2021-02-23T18:30:18.151Z] === PAUSE TestNetworkList//networks [2021-02-23T18:30:18.151Z] === RUN TestNetworkList//networks/ [2021-02-23T18:30:18.151Z] === PAUSE TestNetworkList//networks/ [2021-02-23T18:30:18.151Z] === CONT TestNetworkList//networks [2021-02-23T18:30:18.151Z] === CONT TestNetworkList//networks/ [2021-02-23T18:30:18.151Z] --- PASS: TestNetworkList (0.03s) [2021-02-23T18:30:18.151Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-23T18:30:18.151Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-23T18:30:18.151Z] === RUN TestHostIPv4BridgeLabel [2021-02-23T18:30:18.712Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2021-02-23T18:30:18.712Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-23T18:30:19.638Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2021-02-23T18:30:19.638Z] === RUN TestDaemonDefaultNetworkPools [2021-02-23T18:30:20.564Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2021-02-23T18:30:20.564Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-23T18:30:21.937Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-02-23T18:30:21.937Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-23T18:30:22.376Z] --- PASS: TestSecretInspect (3.82s) [2021-02-23T18:30:22.376Z] === RUN TestSecretList [2021-02-23T18:30:22.864Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2021-02-23T18:30:22.864Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-23T18:30:22.864Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-23T18:30:23.791Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2021-02-23T18:30:23.791Z] === RUN TestServiceWithPredefinedNetwork [2021-02-23T18:30:24.020Z] + bundleName=arm64-integration [2021-02-23T18:30:24.020Z] + echo Creating arm64-integration-bundles.tar.gz [2021-02-23T18:30:24.020Z] Creating arm64-integration-bundles.tar.gz [2021-02-23T18:30:24.020Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-23T18:30:24.020Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-23T18:30:24.604Z] Archiving artifacts [2021-02-23T18:30:24.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-23T18:30:24.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-23T18:30:24.879Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-23T18:30:25.117Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2021-02-23T18:30:25.117Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-23T18:30:25.117Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-23T18:30:25.117Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2021-02-23T18:30:25.117Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-23T18:30:25.117Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-23T18:30:25.195Z] + make clean [2021-02-23T18:30:25.373Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-02-23T18:30:25.373Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-23T18:30:25.373Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-23T18:30:25.678Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-23T18:30:25.766Z] docker volume rm -f docker-dev-cache [2021-02-23T18:30:25.766Z] docker-dev-cache [Pipeline] deleteDir [2021-02-23T18:30:25.883Z] --- PASS: TestSecretList (3.78s) [2021-02-23T18:30:25.883Z] === RUN TestSecretsCreateAndDelete [2021-02-23T18:30:26.604Z] --- PASS: TestServiceWithPredefinedNetwork (3.11s) [2021-02-23T18:30:26.604Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-23T18:30:26.604Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:30:26.604Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:30:26.604Z] === RUN TestServiceWithDataPathPortInit [2021-02-23T18:30:26.860Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-23T18:30:28.749Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-23T18:30:28.749Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-23T18:30:29.535Z] ok github.com/docker/docker/builder/dockerfile 0.230s coverage: 48.3% of statements [2021-02-23T18:30:29.535Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-23T18:30:29.535Z] ok github.com/docker/docker/builder/remotecontext 0.103s coverage: 13.7% of statements [2021-02-23T18:30:30.327Z] --- PASS: TestSecretsCreateAndDelete (4.01s) [2021-02-23T18:30:30.327Z] === RUN TestSecretsUpdate [2021-02-23T18:30:30.461Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-02-23T18:30:31.388Z] ok github.com/docker/docker/builder/remotecontext/git 1.218s coverage: 86.3% of statements [2021-02-23T18:30:31.388Z] ? github.com/docker/docker/cli [no test files] [2021-02-23T18:30:31.388Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-23T18:30:32.013Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-02-23T18:30:32.574Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-23T18:30:32.831Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-23T18:30:33.834Z] --- PASS: TestSecretsUpdate (3.91s) [2021-02-23T18:30:33.834Z] === RUN TestTemplatedSecret [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T18:30:35.348Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-23T18:30:35.348Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-23T18:30:35.550Z] ok github.com/docker/docker/client 0.206s coverage: 75.4% of statements [2021-02-23T18:30:37.237Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-23T18:30:37.340Z] --- PASS: TestTemplatedSecret (3.74s) [2021-02-23T18:30:37.340Z] === RUN TestSecretCreateResolve [2021-02-23T18:30:38.161Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-23T18:30:38.723Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-23T18:30:39.648Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-23T18:30:40.574Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-23T18:30:40.829Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-23T18:30:40.829Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-23T18:30:41.085Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-23T18:30:41.341Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-23T18:30:41.800Z] --- PASS: TestSecretCreateResolve (3.75s) [2021-02-23T18:30:41.800Z] PASS [2021-02-23T18:30:41.800Z] [2021-02-23T18:30:41.800Z] DONE 6 tests in 23.156s [2021-02-23T18:30:41.800Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-02-23T18:30:41.800Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:41.800Z] ++ set -e [2021-02-23T18:30:41.800Z] ++ '[' -n 0 ']' [2021-02-23T18:30:41.800Z] ++ set -x [2021-02-23T18:30:41.800Z] ++ 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=s390x 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/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:30:41.800Z] INFO: Testing against a local daemon [2021-02-23T18:30:41.800Z] === RUN TestServiceCreateInit [2021-02-23T18:30:41.801Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-23T18:30:41.903Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-23T18:30:43.265Z] --- PASS: TestServiceWithDataPathPortInit (16.48s) [2021-02-23T18:30:43.265Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-23T18:30:43.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-23T18:30:43.520Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-23T18:30:44.081Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-23T18:30:44.295Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-23T18:30:45.831Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-23T18:30:45.831Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-23T18:30:45.831Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-23T18:30:45.831Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-23T18:30:45.831Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-23T18:30:46.606Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-23T18:30:47.353Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-23T18:30:47.550Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-23T18:30:48.737Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-23T18:30:48.737Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-23T18:30:48.737Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-23T18:30:48.913Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-23T18:30:49.840Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-23T18:30:50.768Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-23T18:30:51.024Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.76s) [2021-02-23T18:30:51.024Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ogvvfalzp92rnimuwr5i2eeal Created:2021-02-23 18:30:44.217209488 +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[1efe83948682651c32dd51a151b63fccad71aaeb7d2224f2a6b1430419b0ac12:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ke4urlo7vv2mbgcuefrwz3d2i EndpointID:19ff66f9d25694cf98d58939ffbbb4e490f333a228a90e0b891cc3f9a1af22aa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6822837630da585e1126aa77712eee693cc677c726852d4790e8352e142488ef 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:846845a16afe IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ke4urlo7vv2mbgcuefrwz3d2i EndpointID:19ff66f9d25694cf98d58939ffbbb4e490f333a228a90e0b891cc3f9a1af22aa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-23T18:30:51.024Z] PASS [2021-02-23T18:30:51.024Z] [2021-02-23T18:30:51.024Z] === Skipped [2021-02-23T18:30:51.024Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:30:51.024Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:30:51.024Z] [2021-02-23T18:30:51.024Z] [2021-02-23T18:30:51.024Z] DONE 26 tests, 1 skipped in 51.181s [2021-02-23T18:30:51.024Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:30:51.024Z] ++ 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 [2021-02-23T18:30:51.024Z] ++ set -e [2021-02-23T18:30:51.024Z] ++ '[' -n 0 ']' [2021-02-23T18:30:51.024Z] ++ set -x [2021-02-23T18:30:51.024Z] ++ 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 [2021-02-23T18:30:51.024Z] INFO: Testing against a local daemon [2021-02-23T18:30:51.024Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-23T18:30:51.024Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-23T18:30:51.024Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-23T18:30:51.024Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:30:51.024Z] === RUN TestDockerNetworkIpvlan [2021-02-23T18:30:51.024Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:30:51.024Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:30:51.024Z] PASS [2021-02-23T18:30:51.024Z] [2021-02-23T18:30:51.024Z] === Skipped [2021-02-23T18:30:51.024Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-23T18:30:51.024Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:30:51.024Z] [2021-02-23T18:30:51.024Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:30:51.024Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:30:51.024Z] [2021-02-23T18:30:51.024Z] [2021-02-23T18:30:51.024Z] DONE 2 tests, 2 skipped in 0.129s [2021-02-23T18:30:51.024Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:30:51.024Z] ++ 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 [2021-02-23T18:30:51.024Z] ++ set -e [2021-02-23T18:30:51.024Z] ++ '[' -n 0 ']' [2021-02-23T18:30:51.024Z] ++ set -x [2021-02-23T18:30:51.024Z] ++ 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 [2021-02-23T18:30:51.280Z] INFO: Testing against a local daemon [2021-02-23T18:30:51.280Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-23T18:30:52.645Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-02-23T18:30:52.645Z] === RUN TestDockerNetworkMacvlan [2021-02-23T18:30:52.906Z] --- PASS: TestServiceCreateInit (11.07s) [2021-02-23T18:30:52.906Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.65s) [2021-02-23T18:30:52.906Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.41s) [2021-02-23T18:30:52.906Z] === RUN TestCreateServiceMultipleTimes [2021-02-23T18:30:53.572Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-23T18:30:53.827Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-23T18:30:54.389Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-23T18:30:54.524Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-23T18:30:55.754Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-23T18:30:56.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-23T18:30:56.316Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-23T18:30:56.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-23T18:30:57.242Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-23T18:30:57.804Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-23T18:30:58.059Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-23T18:30:58.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-23T18:30:59.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-23T18:30:59.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-23T18:31:00.573Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-23T18:31:02.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-23T18:31:04.744Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-23T18:31:05.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-23T18:31:06.110Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-02-23T18:31:06.110Z] --- PASS: TestDockerNetworkMacvlan (13.45s) [2021-02-23T18:31:06.110Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-02-23T18:31:06.110Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2021-02-23T18:31:06.110Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.27s) [2021-02-23T18:31:06.110Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.32s) [2021-02-23T18:31:06.110Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.33s) [2021-02-23T18:31:06.110Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.93s) [2021-02-23T18:31:06.110Z] PASS [2021-02-23T18:31:06.110Z] [2021-02-23T18:31:06.110Z] DONE 8 tests in 14.979s [2021-02-23T18:31:06.110Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-23T18:31:06.110Z] ++ 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 [2021-02-23T18:31:06.110Z] ++ set -e [2021-02-23T18:31:06.110Z] ++ '[' -n 0 ']' [2021-02-23T18:31:06.110Z] ++ set -x [2021-02-23T18:31:06.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-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 [2021-02-23T18:31:06.110Z] testing: warning: no tests to run [2021-02-23T18:31:06.110Z] PASS [2021-02-23T18:31:06.110Z] [2021-02-23T18:31:06.110Z] DONE 0 tests in 0.041s [2021-02-23T18:31:06.110Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-23T18:31:06.110Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-23T18:31:06.110Z] ++ 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 [2021-02-23T18:31:06.110Z] ++ set -e [2021-02-23T18:31:06.110Z] ++ '[' -n 0 ']' [2021-02-23T18:31:06.110Z] ++ set -x [2021-02-23T18:31:06.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-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 [2021-02-23T18:31:06.366Z] INFO: Testing against a local daemon [2021-02-23T18:31:06.366Z] === RUN TestAuthZPluginAllowRequest [2021-02-23T18:31:07.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-23T18:31:08.259Z] --- PASS: TestAuthZPluginAllowRequest (1.94s) [2021-02-23T18:31:08.259Z] === RUN TestAuthZPluginTLS [2021-02-23T18:31:09.186Z] --- PASS: TestAuthZPluginTLS (0.84s) [2021-02-23T18:31:09.186Z] === RUN TestAuthZPluginDenyRequest [2021-02-23T18:31:09.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-23T18:31:09.748Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2021-02-23T18:31:09.748Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-23T18:31:09.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-23T18:31:10.313Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2021-02-23T18:31:10.313Z] === RUN TestAuthZPluginDenyResponse [2021-02-23T18:31:10.569Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-02-23T18:31:10.831Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-02-23T18:31:10.831Z] === RUN TestAuthZPluginAllowEventStream [2021-02-23T18:31:11.503Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-23T18:31:12.242Z] --- PASS: TestAuthZPluginAllowEventStream (1.39s) [2021-02-23T18:31:12.242Z] === RUN TestAuthZPluginErrorResponse [2021-02-23T18:31:12.498Z] === RUN TestDockerSuite/TestBuildRm [2021-02-23T18:31:12.753Z] --- PASS: TestAuthZPluginErrorResponse (0.60s) [2021-02-23T18:31:12.753Z] === RUN TestAuthZPluginErrorRequest [2021-02-23T18:31:13.035Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-23T18:31:13.510Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-02-23T18:31:13.510Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-23T18:31:13.769Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-02-23T18:31:13.769Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-23T18:31:14.208Z] ok github.com/docker/docker/cmd/dockerd 0.102s coverage: 29.1% of statements [2021-02-23T18:31:15.136Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-23T18:31:15.137Z] ok github.com/docker/docker/container 0.121s coverage: 34.7% of statements [2021-02-23T18:31:15.137Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-23T18:31:15.137Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-23T18:31:15.137Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-23T18:31:15.137Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-23T18:31:15.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-23T18:31:15.340Z] --- PASS: TestCreateServiceMultipleTimes (22.05s) [2021-02-23T18:31:15.340Z] === RUN TestCreateServiceConflict [2021-02-23T18:31:15.697Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.88s) [2021-02-23T18:31:15.697Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-23T18:31:15.697Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-23T18:31:16.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-23T18:31:17.061Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-23T18:31:17.623Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-23T18:31:17.623Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.88s) [2021-02-23T18:31:17.623Z] === RUN TestAuthZPluginHeader [2021-02-23T18:31:17.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-23T18:31:18.062Z] --- PASS: TestCreateServiceConflict (3.81s) [2021-02-23T18:31:18.062Z] === RUN TestCreateServiceMaxReplicas [2021-02-23T18:31:18.184Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-23T18:31:18.442Z] --- PASS: TestAuthZPluginHeader (0.85s) [2021-02-23T18:31:18.442Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-23T18:31:19.005Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-23T18:31:19.428Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-23T18:31:19.428Z] Using test binary docker [2021-02-23T18:31:19.428Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-23T18:31:19.428Z] +++ /etc/init.d/apparmor start [2021-02-23T18:31:19.428Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-23T18:31:19.428Z] INFO: Waiting for daemon to start... [2021-02-23T18:31:19.428Z] Starting dockerd [2021-02-23T18:31:19.428Z] +++ 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 [2021-02-23T18:31:19.933Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-23T18:31:20.861Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-23T18:31:21.506Z] . [2021-02-23T18:31:21.506Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-23T18:31:21.506Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-23T18:31:21.506Z] Error: No such image: emptyfs [2021-02-23T18:31:21.506Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-23T18:31:21.506Z] ++++ docker load [2021-02-23T18:31:21.506Z] Running integration-test (iteration 1) [2021-02-23T18:31:21.506Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-02-23T18:31:21.506Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:31:21.506Z] ++ set -e [2021-02-23T18:31:21.506Z] ++ '[' -n 0 ']' [2021-02-23T18:31:21.506Z] ++ set -x [2021-02-23T18:31:21.506Z] ++ 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=ppc64le 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/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:31:22.501Z] --- PASS: TestCreateServiceMaxReplicas (3.97s) [2021-02-23T18:31:22.501Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-23T18:31:22.748Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s) [2021-02-23T18:31:22.748Z] === RUN TestAuthZPluginV2Disable [2021-02-23T18:31:23.674Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-23T18:31:23.674Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-23T18:31:23.932Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-23T18:31:23.932Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-23T18:31:24.494Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-23T18:31:25.055Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-23T18:31:25.312Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-23T18:31:25.874Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-23T18:31:26.130Z] --- PASS: TestAuthZPluginV2Disable (3.47s) [2021-02-23T18:31:26.130Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-23T18:31:27.309Z] ok github.com/docker/docker/daemon/cluster 0.056s coverage: 0.5% of statements [2021-02-23T18:31:27.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-02-23T18:31:27.869Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2021-02-23T18:31:29.780Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2021-02-23T18:31:30.014Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.61s) [2021-02-23T18:31:30.014Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-23T18:31:30.014Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-23T18:31:31.378Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-23T18:31:32.304Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-23T18:31:32.560Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-23T18:31:33.924Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-23T18:31:35.833Z] === RUN TestDockerSuite/TestBuildUser [2021-02-23T18:31:36.910Z] Loaded image: buildpack-deps:buster [2021-02-23T18:31:36.910Z] Loaded image: busybox:latest [2021-02-23T18:31:36.910Z] Loaded image: busybox:glibc [2021-02-23T18:31:37.725Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-23T18:31:37.835Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.69s) [2021-02-23T18:31:37.835Z] === RUN TestCreateServiceSecretFileMode [2021-02-23T18:31:37.959Z] Loaded image: debian:bullseye [2021-02-23T18:31:37.959Z] Loaded image: hello-world:latest [2021-02-23T18:31:38.255Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:31:38.255Z] INFO: Testing against a local daemon [2021-02-23T18:31:38.255Z] === RUN TestCgroupNamespacesBuild [2021-02-23T18:31:39.717Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.439s coverage: 14.1% of statements [2021-02-23T18:31:39.717Z] ok github.com/docker/docker/daemon 12.212s coverage: 17.1% of statements [2021-02-23T18:31:39.717Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-23T18:31:39.717Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-23T18:31:39.806Z] --- PASS: TestCgroupNamespacesBuild (1.46s) [2021-02-23T18:31:39.806Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-23T18:31:40.240Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-23T18:31:40.280Z] ok github.com/docker/docker/daemon/config 0.070s coverage: 81.8% of statements [2021-02-23T18:31:40.802Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.91s) [2021-02-23T18:31:40.802Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-23T18:31:40.842Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-02-23T18:31:41.326Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.40s) [2021-02-23T18:31:41.326Z] === RUN TestBuildWithSession [2021-02-23T18:31:41.326Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-23T18:31:41.326Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:31:41.326Z] === RUN TestBuildSquashParent [2021-02-23T18:31:41.340Z] --- PASS: TestCreateServiceSecretFileMode (3.56s) [2021-02-23T18:31:41.340Z] === RUN TestCreateServiceConfigFileMode [2021-02-23T18:31:41.404Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-02-23T18:31:41.404Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-23T18:31:41.404Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-23T18:31:42.769Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2021-02-23T18:31:44.658Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.338s coverage: 73.3% of statements [2021-02-23T18:31:44.846Z] --- PASS: TestCreateServiceConfigFileMode (3.55s) [2021-02-23T18:31:44.846Z] === RUN TestCreateServiceSysctls [2021-02-23T18:31:45.586Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-02-23T18:31:45.798Z] --- PASS: TestBuildSquashParent (4.35s) [2021-02-23T18:31:45.798Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-23T18:31:45.798Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:31:45.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:31:45.798Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:31:45.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:31:45.798Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:31:45.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:31:45.798Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:31:45.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:31:45.798Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:31:45.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:31:45.798Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:31:45.798Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:31:45.798Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-23T18:31:45.798Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-23T18:31:45.798Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-23T18:31:45.798Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-23T18:31:46.149Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.451s coverage: 56.2% of statements [2021-02-23T18:31:47.890Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-23T18:31:48.196Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-23T18:31:48.663Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.9% of statements [2021-02-23T18:31:49.285Z] --- PASS: TestCreateServiceSysctls (4.05s) [2021-02-23T18:31:49.285Z] === RUN TestCreateServiceCapabilities [2021-02-23T18:31:49.714Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-23T18:31:49.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.26s) [2021-02-23T18:31:49.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.72s) [2021-02-23T18:31:49.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.83s) [2021-02-23T18:31:49.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.85s) [2021-02-23T18:31:49.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.87s) [2021-02-23T18:31:49.714Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.59s) [2021-02-23T18:31:49.714Z] === RUN TestBuildMultiStageCopy [2021-02-23T18:31:49.714Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-23T18:31:50.032Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.208s coverage: 49.4% of statements [2021-02-23T18:31:50.743Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-23T18:31:50.743Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-23T18:31:50.743Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-23T18:31:50.959Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.599s coverage: 46.2% of statements [2021-02-23T18:31:50.959Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-23T18:31:51.232Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-23T18:31:51.309Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-02-23T18:31:51.525Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-23T18:31:51.564Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-23T18:31:51.818Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-23T18:31:52.111Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-23T18:31:52.323Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.607s coverage: 57.7% of statements [2021-02-23T18:31:52.323Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-23T18:31:52.323Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-23T18:31:52.489Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-23T18:31:52.579Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 57.5% of statements [2021-02-23T18:31:52.749Z] --- PASS: TestBuildMultiStageCopy (2.86s) [2021-02-23T18:31:52.749Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.50s) [2021-02-23T18:31:52.749Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.32s) [2021-02-23T18:31:52.749Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s) [2021-02-23T18:31:52.749Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2021-02-23T18:31:52.749Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.38s) [2021-02-23T18:31:52.749Z] === RUN TestBuildMultiStageParentConfig [2021-02-23T18:31:52.793Z] --- PASS: TestCreateServiceCapabilities (3.77s) [2021-02-23T18:31:52.793Z] === RUN TestInspect [2021-02-23T18:31:53.392Z] --- PASS: TestBuildMultiStageParentConfig (0.85s) [2021-02-23T18:31:53.392Z] === RUN TestBuildLabelWithTargets [2021-02-23T18:31:53.856Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-23T18:31:53.856Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-23T18:31:53.856Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-23T18:31:53.856Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-23T18:31:53.857Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-23T18:31:54.469Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-02-23T18:31:54.912Z] --- PASS: TestBuildLabelWithTargets (1.38s) [2021-02-23T18:31:54.912Z] === RUN TestBuildWithEmptyLayers [2021-02-23T18:31:55.221Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-02-23T18:31:55.396Z] ok github.com/docker/docker/daemon/links 0.018s coverage: 93.0% of statements [2021-02-23T18:31:55.476Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-23T18:31:55.476Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-23T18:31:55.551Z] --- PASS: TestBuildWithEmptyLayers (0.69s) [2021-02-23T18:31:55.551Z] === RUN TestBuildMultiStageOnBuild [2021-02-23T18:31:55.958Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 6.7% of statements [2021-02-23T18:31:55.958Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-23T18:31:55.958Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-23T18:31:56.404Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-23T18:31:56.660Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-23T18:31:57.231Z] --- PASS: TestInspect (3.73s) [2021-02-23T18:31:57.231Z] === RUN TestCreateJob [2021-02-23T18:31:57.324Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.2% of statements [2021-02-23T18:31:57.588Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.64s) [2021-02-23T18:31:57.588Z] PASS [2021-02-23T18:31:57.588Z] [2021-02-23T18:31:57.588Z] DONE 17 tests in 51.205s [2021-02-23T18:31:57.588Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-23T18:31:57.588Z] ++ 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 [2021-02-23T18:31:57.588Z] ++ set -e [2021-02-23T18:31:57.588Z] ++ '[' -n 0 ']' [2021-02-23T18:31:57.588Z] ++ set -x [2021-02-23T18:31:57.588Z] ++ 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 [2021-02-23T18:31:57.588Z] INFO: Testing against a local daemon [2021-02-23T18:31:57.588Z] === RUN TestPluginInvalidJSON [2021-02-23T18:31:57.588Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:31:57.588Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:31:57.588Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:31:57.588Z] --- PASS: TestPluginInvalidJSON (0.05s) [2021-02-23T18:31:57.588Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:31:57.588Z] === RUN TestPluginInstall [2021-02-23T18:31:57.588Z] === RUN TestPluginInstall/no_auth [2021-02-23T18:31:57.626Z] --- PASS: TestBuildMultiStageOnBuild (1.76s) [2021-02-23T18:31:57.626Z] === RUN TestBuildUncleanTarFilenames [2021-02-23T18:31:58.150Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-23T18:31:58.252Z] ok github.com/docker/docker/daemon/logger/awslogs 0.159s coverage: 77.8% of statements [2021-02-23T18:31:58.252Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-23T18:31:58.252Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-23T18:31:58.267Z] --- PASS: TestBuildUncleanTarFilenames (0.88s) [2021-02-23T18:31:58.267Z] === RUN TestBuildMultiStageLayerLeak [2021-02-23T18:31:58.405Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-23T18:31:58.814Z] ok github.com/docker/docker/daemon/logger/gelf 0.013s coverage: 67.0% of statements [2021-02-23T18:31:59.403Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-02-23T18:32:00.293Z] time="2021-02-23T18:32:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:32:00.293Z] time="2021-02-23T18:32:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d174ff89c9dee39155f4b84ddd39b2ba64a0a1e57976a55f3b6aa8eb927ce17c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:32:00.293Z] time="2021-02-23T18:32:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:32:00.293Z] time="2021-02-23T18:32:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d174ff89c9dee39155f4b84ddd39b2ba64a0a1e57976a55f3b6aa8eb927ce17c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:32:00.332Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2021-02-23T18:32:00.332Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 61.6% of statements [2021-02-23T18:32:00.343Z] --- PASS: TestBuildMultiStageLayerLeak (1.88s) [2021-02-23T18:32:00.343Z] === RUN TestBuildWithHugeFile [2021-02-23T18:32:00.856Z] === RUN TestPluginInstall/with_htpasswd [2021-02-23T18:32:01.112Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-23T18:32:01.367Z] time="2021-02-23T18:32:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:32:01.367Z] time="2021-02-23T18:32:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:243c2f2d4aa32164eef472c6ffc8db6f90089a597faeae4e1f595da7633330f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:32:01.367Z] time="2021-02-23T18:32:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:32:01.367Z] time="2021-02-23T18:32:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:243c2f2d4aa32164eef472c6ffc8db6f90089a597faeae4e1f595da7633330f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:32:01.672Z] --- PASS: TestCreateJob (4.65s) [2021-02-23T18:32:01.672Z] === RUN TestReplicatedJob [2021-02-23T18:32:01.697Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 75.2% of statements [2021-02-23T18:32:01.697Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-23T18:32:01.931Z] === RUN TestPluginInstall/with_insecure [2021-02-23T18:32:01.953Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 55.1% of statements [2021-02-23T18:32:02.860Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-23T18:32:03.124Z] time="2021-02-23T18:32:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:32:03.124Z] time="2021-02-23T18:32:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2a4d6fe1e3f19fffda09eb3983a5512651cab3361fb21ffbd23c84b403f55cc9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:32:03.124Z] time="2021-02-23T18:32:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:32:03.124Z] time="2021-02-23T18:32:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2a4d6fe1e3f19fffda09eb3983a5512651cab3361fb21ffbd23c84b403f55cc9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:32:03.318Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-02-23T18:32:03.684Z] --- PASS: TestPluginInstall (5.89s) [2021-02-23T18:32:03.684Z] --- PASS: TestPluginInstall/no_auth (3.12s) [2021-02-23T18:32:03.684Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2021-02-23T18:32:03.684Z] --- PASS: TestPluginInstall/with_insecure (1.69s) [2021-02-23T18:32:03.684Z] plugin_test.go:160: [d4ff3a88aa080] daemon is not started [2021-02-23T18:32:03.684Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:32:03.942Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-23T18:32:04.198Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-23T18:32:04.683Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-02-23T18:32:04.759Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-23T18:32:04.938Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-02-23T18:32:05.015Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-23T18:32:05.498Z] ok github.com/docker/docker/daemon/logger/splunk 1.658s coverage: 82.5% of statements [2021-02-23T18:32:05.498Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-23T18:32:05.576Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-23T18:32:05.576Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-23T18:32:05.754Z] ok github.com/docker/docker/daemon/network 0.025s coverage: 63.8% of statements [2021-02-23T18:32:05.754Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-23T18:32:06.503Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-23T18:32:07.431Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-23T18:32:07.431Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-23T18:32:07.431Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-23T18:32:07.687Z] --- PASS: TestPluginsWithRuntimes (4.24s) [2021-02-23T18:32:07.687Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.10s) [2021-02-23T18:32:07.687Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.10s) [2021-02-23T18:32:07.687Z] PASS [2021-02-23T18:32:07.687Z] [2021-02-23T18:32:07.687Z] DONE 9 tests in 10.364s [2021-02-23T18:32:07.687Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-23T18:32:07.687Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-23T18:32:07.688Z] ++ 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 [2021-02-23T18:32:07.688Z] ++ set -e [2021-02-23T18:32:07.688Z] ++ '[' -n 0 ']' [2021-02-23T18:32:07.688Z] ++ set -x [2021-02-23T18:32:07.688Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2021-02-23T18:32:07.944Z] INFO: Testing against a local daemon [2021-02-23T18:32:07.944Z] === RUN TestExternalGraphDriver [2021-02-23T18:32:08.200Z] === RUN TestExternalGraphDriver/json [2021-02-23T18:32:08.272Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2021-02-23T18:32:08.272Z] ok github.com/docker/docker/distribution 0.157s coverage: 25.0% of statements [2021-02-23T18:32:08.272Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-23T18:32:08.455Z] === RUN TestDockerSuite/TestCommitChange [2021-02-23T18:32:09.383Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-23T18:32:09.637Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-02-23T18:32:09.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-02-23T18:32:09.896Z] === RUN TestExternalGraphDriver/spec [2021-02-23T18:32:10.136Z] --- PASS: TestReplicatedJob (7.68s) [2021-02-23T18:32:10.136Z] === RUN TestUpdateReplicatedJob [2021-02-23T18:32:10.151Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-23T18:32:10.565Z] ok github.com/docker/docker/image 0.017s coverage: 86.8% of statements [2021-02-23T18:32:11.491Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-02-23T18:32:11.491Z] ok github.com/docker/docker/distribution/xfer 1.887s coverage: 85.6% of statements [2021-02-23T18:32:11.491Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-23T18:32:11.491Z] ? github.com/docker/docker/image/tarexport [no test files] [2021-02-23T18:32:12.418Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-02-23T18:32:12.418Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-23T18:32:12.669Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-23T18:32:12.669Z] === RUN TestExternalGraphDriver/pull [2021-02-23T18:32:13.347Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-02-23T18:32:13.646Z] --- PASS: TestUpdateReplicatedJob (4.82s) [2021-02-23T18:32:13.646Z] === RUN TestServiceListWithStatuses [2021-02-23T18:32:13.646Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2021-02-23T18:32:13.646Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:32:13.646Z] === RUN TestDockerNetworkConnectAlias [2021-02-23T18:32:14.034Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-23T18:32:14.274Z] ok github.com/docker/docker/oci 0.008s coverage: 38.4% of statements [2021-02-23T18:32:14.598Z] --- PASS: TestExternalGraphDriver (6.70s) [2021-02-23T18:32:14.598Z] --- PASS: TestExternalGraphDriver/json (1.92s) [2021-02-23T18:32:14.598Z] --- PASS: TestExternalGraphDriver/spec (2.29s) [2021-02-23T18:32:14.598Z] --- PASS: TestExternalGraphDriver/pull (2.35s) [2021-02-23T18:32:14.598Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:32:15.202Z] ok github.com/docker/docker/opts 0.024s coverage: 67.1% of statements [2021-02-23T18:32:15.202Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-02-23T18:32:15.527Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-23T18:32:16.893Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-23T18:32:17.091Z] ok github.com/docker/docker/pkg/archive 0.294s coverage: 77.3% of statements [2021-02-23T18:32:17.148Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-23T18:32:18.018Z] ok github.com/docker/docker/pkg/authorization 0.368s coverage: 68.3% of statements [2021-02-23T18:32:18.274Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-02-23T18:32:18.514Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-23T18:32:18.530Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-02-23T18:32:19.076Z] --- PASS: TestGraphdriverPluginV2 (4.24s) [2021-02-23T18:32:19.076Z] PASS [2021-02-23T18:32:19.076Z] [2021-02-23T18:32:19.076Z] DONE 5 tests in 11.096s [2021-02-23T18:32:19.076Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-23T18:32:19.077Z] ++ 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 [2021-02-23T18:32:19.077Z] ++ set -e [2021-02-23T18:32:19.077Z] ++ '[' -n 0 ']' [2021-02-23T18:32:19.077Z] ++ set -x [2021-02-23T18:32:19.077Z] ++ 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 [2021-02-23T18:32:19.077Z] INFO: Testing against a local daemon [2021-02-23T18:32:19.077Z] === RUN TestContinueAfterPluginCrash [2021-02-23T18:32:19.077Z] === PAUSE TestContinueAfterPluginCrash [2021-02-23T18:32:19.077Z] === RUN TestReadPluginNoRead [2021-02-23T18:32:19.077Z] === PAUSE TestReadPluginNoRead [2021-02-23T18:32:19.077Z] === RUN TestDaemonStartWithLogOpt [2021-02-23T18:32:19.077Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-23T18:32:19.077Z] === CONT TestContinueAfterPluginCrash [2021-02-23T18:32:19.077Z] === CONT TestDaemonStartWithLogOpt [2021-02-23T18:32:19.332Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-23T18:32:19.332Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-23T18:32:19.332Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-23T18:32:19.588Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-23T18:32:19.588Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-23T18:32:19.588Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-23T18:32:19.588Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-23T18:32:21.182Z] ok github.com/docker/docker/layer 7.112s coverage: 68.8% of statements [2021-02-23T18:32:21.182Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-23T18:32:21.182Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-23T18:32:21.182Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-23T18:32:21.182Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-23T18:32:21.182Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-23T18:32:21.438Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-02-23T18:32:21.477Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-23T18:32:21.693Z] ok github.com/docker/docker/pkg/chrootarchive 2.547s coverage: 43.2% of statements [2021-02-23T18:32:21.693Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-23T18:32:21.693Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-23T18:32:21.949Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-02-23T18:32:22.108Z] --- PASS: TestDockerNetworkConnectAlias (8.29s) [2021-02-23T18:32:22.108Z] === RUN TestDockerNetworkReConnect [2021-02-23T18:32:22.510Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 92.9% of statements [2021-02-23T18:32:23.094Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2021-02-23T18:32:23.365Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-23T18:32:23.365Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-23T18:32:23.654Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-02-23T18:32:23.926Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-23T18:32:24.215Z] ok github.com/docker/docker/pkg/dmesg 0.011s coverage: 83.3% of statements [2021-02-23T18:32:24.488Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-23T18:32:25.071Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-23T18:32:25.329Z] --- PASS: TestDaemonStartWithLogOpt (6.26s) [2021-02-23T18:32:25.329Z] === CONT TestReadPluginNoRead [2021-02-23T18:32:25.579Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2021-02-23T18:32:25.890Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-23T18:32:26.141Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2021-02-23T18:32:26.397Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2021-02-23T18:32:26.454Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-23T18:32:26.454Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-23T18:32:26.454Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-23T18:32:26.653Z] ok github.com/docker/docker/pkg/fsutils 0.176s coverage: 85.1% of statements [2021-02-23T18:32:26.909Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-02-23T18:32:27.016Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-23T18:32:27.016Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-23T18:32:27.271Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-23T18:32:27.271Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-23T18:32:27.271Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-23T18:32:28.201Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-23T18:32:28.274Z] ok github.com/docker/docker/pkg/idtools 0.432s coverage: 69.5% of statements [2021-02-23T18:32:28.274Z] ok github.com/docker/docker/pkg/ioutils 0.506s coverage: 68.8% of statements [2021-02-23T18:32:28.457Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-23T18:32:28.713Z] === RUN TestReadPluginNoRead/default [2021-02-23T18:32:28.834Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-02-23T18:32:28.834Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-23T18:32:28.834Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-02-23T18:32:28.834Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-23T18:32:28.835Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-23T18:32:28.985Z] --- PASS: TestDockerNetworkReConnect (6.54s) [2021-02-23T18:32:28.985Z] === RUN TestServicePlugin [2021-02-23T18:32:28.985Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-23T18:32:28.985Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:32:28.985Z] === RUN TestServiceUpdateLabel [2021-02-23T18:32:29.089Z] ok github.com/docker/docker/pkg/namesgenerator 0.012s coverage: 85.7% of statements [2021-02-23T18:32:29.090Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-23T18:32:29.274Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-23T18:32:29.274Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-23T18:32:29.346Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-02-23T18:32:29.601Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-02-23T18:32:29.857Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2021-02-23T18:32:30.113Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-02-23T18:32:30.113Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-23T18:32:30.113Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-23T18:32:30.637Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-23T18:32:30.637Z] --- PASS: TestContinueAfterPluginCrash (11.48s) [2021-02-23T18:32:30.637Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-23T18:32:31.040Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2021-02-23T18:32:31.197Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-23T18:32:31.197Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-23T18:32:31.601Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-02-23T18:32:31.857Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-23T18:32:32.113Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-02-23T18:32:32.124Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-23T18:32:32.124Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-23T18:32:32.491Z] --- PASS: TestServiceUpdateLabel (3.79s) [2021-02-23T18:32:32.491Z] === RUN TestServiceUpdateSecrets [2021-02-23T18:32:32.687Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-23T18:32:33.249Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-23T18:32:33.475Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-02-23T18:32:33.506Z] --- PASS: TestReadPluginNoRead (8.27s) [2021-02-23T18:32:33.506Z] --- PASS: TestReadPluginNoRead/default (1.74s) [2021-02-23T18:32:33.506Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.64s) [2021-02-23T18:32:33.506Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.57s) [2021-02-23T18:32:33.507Z] read_test.go:92: [dab72e7711356] daemon is not started [2021-02-23T18:32:33.507Z] PASS [2021-02-23T18:32:33.507Z] [2021-02-23T18:32:33.507Z] DONE 6 tests in 14.658s [2021-02-23T18:32:33.507Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-23T18:32:33.507Z] ++ 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 [2021-02-23T18:32:33.507Z] ++ set -e [2021-02-23T18:32:33.507Z] ++ '[' -n 0 ']' [2021-02-23T18:32:33.507Z] ++ set -x [2021-02-23T18:32:33.507Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2021-02-23T18:32:33.731Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-02-23T18:32:33.763Z] testing: warning: no tests to run [2021-02-23T18:32:33.763Z] PASS [2021-02-23T18:32:33.763Z] [2021-02-23T18:32:33.763Z] DONE 0 tests in 0.054s [2021-02-23T18:32:33.763Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-23T18:32:33.763Z] ++ 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 [2021-02-23T18:32:33.763Z] ++ set -e [2021-02-23T18:32:33.763Z] ++ '[' -n 0 ']' [2021-02-23T18:32:33.763Z] ++ set -x [2021-02-23T18:32:33.763Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-02-23T18:32:33.763Z] INFO: Testing against a local daemon [2021-02-23T18:32:33.763Z] === RUN TestPluginWithDevMounts [2021-02-23T18:32:33.763Z] === PAUSE TestPluginWithDevMounts [2021-02-23T18:32:33.763Z] === CONT TestPluginWithDevMounts [2021-02-23T18:32:34.019Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-23T18:32:34.019Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-23T18:32:34.580Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-23T18:32:35.511Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-23T18:32:35.766Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-23T18:32:35.789Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-23T18:32:36.022Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-23T18:32:36.022Z] --- PASS: TestPluginWithDevMounts (2.16s) [2021-02-23T18:32:36.022Z] PASS [2021-02-23T18:32:36.022Z] [2021-02-23T18:32:36.022Z] DONE 1 tests in 2.295s [2021-02-23T18:32:36.022Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-23T18:32:36.022Z] ++ 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 [2021-02-23T18:32:36.022Z] ++ set -e [2021-02-23T18:32:36.022Z] ++ '[' -n 0 ']' [2021-02-23T18:32:36.022Z] ++ set -x [2021-02-23T18:32:36.022Z] ++ 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 [2021-02-23T18:32:36.248Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-23T18:32:36.278Z] INFO: Testing against a local daemon [2021-02-23T18:32:36.278Z] === RUN TestSecretInspect [2021-02-23T18:32:36.534Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-23T18:32:36.995Z] ok github.com/docker/docker/pkg/signal 2.407s coverage: 61.0% of statements [2021-02-23T18:32:36.995Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-02-23T18:32:37.214Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-23T18:32:37.214Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-23T18:32:37.214Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-23T18:32:37.251Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-23T18:32:37.507Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-02-23T18:32:37.672Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-23T18:32:37.901Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-23T18:32:38.434Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-02-23T18:32:38.690Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-02-23T18:32:38.830Z] --- PASS: TestSecretInspect (2.58s) [2021-02-23T18:32:38.830Z] === RUN TestSecretList [2021-02-23T18:32:39.252Z] ok github.com/docker/docker/pkg/tailfile 0.058s coverage: 88.6% of statements [2021-02-23T18:32:39.391Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-23T18:32:39.391Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-23T18:32:39.391Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-23T18:32:39.391Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-23T18:32:39.391Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-23T18:32:39.812Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2021-02-23T18:32:39.812Z] testing: warning: no tests to run [2021-02-23T18:32:39.812Z] coverage: [no statements] [2021-02-23T18:32:39.812Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-02-23T18:32:39.848Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-23T18:32:39.952Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-23T18:32:40.372Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-23T18:32:40.628Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2021-02-23T18:32:40.628Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-02-23T18:32:41.314Z] --- PASS: TestSecretList (2.49s) [2021-02-23T18:32:41.314Z] === RUN TestSecretsCreateAndDelete [2021-02-23T18:32:43.141Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-02-23T18:32:43.199Z] --- PASS: TestSecretsCreateAndDelete (1.84s) [2021-02-23T18:32:43.199Z] === RUN TestSecretsUpdate [2021-02-23T18:32:43.397Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-02-23T18:32:43.959Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-02-23T18:32:44.123Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-23T18:32:45.051Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-23T18:32:45.306Z] --- PASS: TestSecretsUpdate (2.10s) [2021-02-23T18:32:45.306Z] === RUN TestTemplatedSecret [2021-02-23T18:32:45.334Z] ok github.com/docker/docker/quota 0.223s coverage: 71.4% of statements [2021-02-23T18:32:45.562Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-23T18:32:45.562Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-23T18:32:45.562Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-23T18:32:45.894Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-02-23T18:32:47.257Z] ok github.com/docker/docker/registry 0.062s coverage: 57.2% of statements [2021-02-23T18:32:47.513Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-02-23T18:32:47.769Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-02-23T18:32:48.113Z] --- PASS: TestTemplatedSecret (2.73s) [2021-02-23T18:32:48.113Z] === RUN TestSecretCreateResolve [2021-02-23T18:32:48.113Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-23T18:32:48.674Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-23T18:32:48.695Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-02-23T18:32:48.951Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-23T18:32:49.602Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-23T18:32:50.162Z] --- PASS: TestSecretCreateResolve (2.28s) [2021-02-23T18:32:50.162Z] PASS [2021-02-23T18:32:50.162Z] [2021-02-23T18:32:50.162Z] DONE 6 tests in 14.169s [2021-02-23T18:32:50.162Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-23T18:32:50.162Z] ++ 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 [2021-02-23T18:32:50.162Z] ++ set -e [2021-02-23T18:32:50.162Z] ++ '[' -n 0 ']' [2021-02-23T18:32:50.162Z] ++ set -x [2021-02-23T18:32:50.162Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2021-02-23T18:32:50.162Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-23T18:32:50.418Z] INFO: Testing against a local daemon [2021-02-23T18:32:50.418Z] === RUN TestServiceCreateInit [2021-02-23T18:32:50.418Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-23T18:32:51.078Z] --- PASS: TestServiceUpdateSecrets (15.87s) [2021-02-23T18:32:51.078Z] === RUN TestServiceUpdateConfigs [2021-02-23T18:32:51.466Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-02-23T18:32:52.392Z] ok github.com/docker/docker/volume/local 0.101s coverage: 76.4% of statements [2021-02-23T18:32:53.318Z] ok github.com/docker/docker/volume/mounts 0.021s coverage: 67.0% of statements [2021-02-23T18:32:53.685Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-23T18:32:54.249Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-02-23T18:32:54.504Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-23T18:32:54.682Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.1% of statements [2021-02-23T18:32:54.760Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-23T18:32:56.129Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-23T18:32:57.472Z] --- PASS: TestBuildWithHugeFile (54.04s) [2021-02-23T18:32:57.472Z] === RUN TestBuildWithEmptyDockerfile [2021-02-23T18:32:57.472Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:32:57.472Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:32:57.472Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:32:57.472Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:32:57.472Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:32:57.473Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:32:57.473Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-23T18:32:57.473Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-23T18:32:57.473Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-23T18:32:57.473Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-23T18:32:57.473Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2021-02-23T18:32:57.473Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.32s) [2021-02-23T18:32:57.473Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.33s) [2021-02-23T18:32:57.473Z] === RUN TestBuildPreserveOwnership [2021-02-23T18:32:57.473Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-23T18:32:57.473Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-23T18:32:58.018Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-23T18:32:58.521Z] --- PASS: TestBuildPreserveOwnership (3.93s) [2021-02-23T18:32:58.521Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.52s) [2021-02-23T18:32:58.521Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.40s) [2021-02-23T18:32:58.521Z] === RUN TestBuildPlatformInvalid [2021-02-23T18:32:58.521Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2021-02-23T18:32:58.521Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-23T18:32:58.734Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-23T18:32:59.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-02-23T18:32:59.701Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-23T18:32:59.701Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-23T18:32:59.944Z] --- PASS: TestServiceCreateInit (9.70s) [2021-02-23T18:32:59.944Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.36s) [2021-02-23T18:32:59.944Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.32s) [2021-02-23T18:32:59.944Z] === RUN TestCreateServiceMultipleTimes [2021-02-23T18:33:00.872Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-02-23T18:33:02.236Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-02-23T18:33:02.605Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-23T18:33:03.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-02-23T18:33:04.141Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-23T18:33:05.061Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00021cd80_} [2021-02-23T18:33:06.403Z] --- PASS: TestServiceUpdateConfigs (15.79s) [2021-02-23T18:33:06.403Z] === RUN TestServiceUpdateNetwork [2021-02-23T18:33:06.428Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1342024715_/foo_false____} [2021-02-23T18:33:06.837Z] ok github.com/docker/docker/pkg/plugins 33.631s coverage: 76.6% of statements [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/rootless [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/volume [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-23T18:33:06.837Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === Skipped [2021-02-23T18:33:06.837Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-23T18:33:06.837Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-23T18:33:06.837Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-23T18:33:06.837Z] time="2021-02-23T18:31:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-23T18:33:06.837Z] time="2021-02-23T18:31:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-23T18:33:06.837Z] time="2021-02-23T18:31:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-23T18:33:06.837Z] time="2021-02-23T18:31:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-23T18:33:06.837Z] time="2021-02-23T18:31:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-23T18:33:06.837Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-23T18:33:06.837Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-23T18:33:06.837Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-23T18:33:06.837Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-23T18:33:06.837Z] graphtest_unix.go:73: No driver to put! [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-23T18:33:06.837Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-23T18:33:06.837Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] [2021-02-23T18:33:06.837Z] DONE 2225 tests, 26 skipped in 257.130s Post stage [Pipeline] junit [2021-02-23T18:33:06.846Z] Recording test results [2021-02-23T18:33:07.323Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-02-23T18:33:07.688Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42060/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b1914ca2fa8c4a8f5e718cdd3f058fac7eeb7d3c hack/validate/vendor [2021-02-23T18:33:07.794Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1342024715_/foo_true____} [2021-02-23T18:33:08.613Z] 2021/02/23 18:33:08 Collecting initial packages [2021-02-23T18:33:08.613Z] 2021/02/23 18:33:08 Download dependencies [2021-02-23T18:33:08.824Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-23T18:33:08.824Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-23T18:33:08.824Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-23T18:33:08.824Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-23T18:33:08.824Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-23T18:33:08.824Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-23T18:33:09.160Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3111187438_/foo_false____} [2021-02-23T18:33:11.073Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3111187438_/foo_true____} [2021-02-23T18:33:11.073Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-02-23T18:33:11.914Z] 2021/02/23 18:33:11 Starting whole vndr cycle because no package specified [2021-02-23T18:33:11.914Z] 2021/02/23 18:33:11 Ignoring paths matching "^archive/tar" [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2021-02-23T18:33:12.170Z] 2021/02/23 18:33:11 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-02-23T18:33:12.436Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3111187438_/foo_true__0xc00021ce00__} [2021-02-23T18:33:13.097Z] 2021/02/23 18:33:12 Finished clone github.com/Azure/go-ansiterm [2021-02-23T18:33:13.097Z] 2021/02/23 18:33:12 Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20 [2021-02-23T18:33:13.097Z] 2021/02/23 18:33:13 Finished clone github.com/docker/libtrust [2021-02-23T18:33:13.097Z] 2021/02/23 18:33:13 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-02-23T18:33:13.097Z] 2021/02/23 18:33:13 Finished clone github.com/creack/pty [2021-02-23T18:33:13.097Z] 2021/02/23 18:33:13 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-02-23T18:33:13.097Z] 2021/02/23 18:33:13 Finished clone github.com/tchap/go-patricia [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Finished clone github.com/moby/locker [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Finished clone github.com/google/uuid [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Finished clone github.com/willf/bitset [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Finished clone github.com/moby/term [2021-02-23T18:33:13.353Z] 2021/02/23 18:33:13 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-02-23T18:33:13.609Z] 2021/02/23 18:33:13 Finished clone github.com/moby/sys [2021-02-23T18:33:13.609Z] 2021/02/23 18:33:13 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-02-23T18:33:13.609Z] 2021/02/23 18:33:13 Finished clone github.com/Microsoft/go-winio [2021-02-23T18:33:13.609Z] 2021/02/23 18:33:13 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2021-02-23T18:33:13.609Z] 2021/02/23 18:33:13 Finished clone github.com/gorilla/mux [2021-02-23T18:33:13.609Z] 2021/02/23 18:33:13 Clone github.com/moby/buildkit, revision 68bb095353c65bc3993fd534c26cf77fe05e61b1, attempt 1/20 [2021-02-23T18:33:13.801Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00021ce20_} [2021-02-23T18:33:13.903Z] Loaded image: buildpack-deps:buster [2021-02-23T18:33:13.903Z] Loaded image: busybox:latest [2021-02-23T18:33:13.903Z] Loaded image: busybox:glibc [2021-02-23T18:33:14.173Z] 2021/02/23 18:33:13 Finished clone github.com/sirupsen/logrus [2021-02-23T18:33:14.173Z] 2021/02/23 18:33:13 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-02-23T18:33:14.429Z] 2021/02/23 18:33:14 Finished clone github.com/docker/go-units [2021-02-23T18:33:14.429Z] 2021/02/23 18:33:14 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-02-23T18:33:14.429Z] 2021/02/23 18:33:14 Finished clone github.com/syndtr/gocapability [2021-02-23T18:33:14.429Z] 2021/02/23 18:33:14 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-02-23T18:33:14.542Z] Loaded image: debian:bullseye [2021-02-23T18:33:14.685Z] 2021/02/23 18:33:14 Finished clone github.com/RackSec/srslog [2021-02-23T18:33:14.685Z] 2021/02/23 18:33:14 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-02-23T18:33:14.840Z] Loaded image: hello-world:latest [2021-02-23T18:33:14.840Z] Loaded image: arm32v7/hello-world:latest [2021-02-23T18:33:14.941Z] 2021/02/23 18:33:14 Finished clone github.com/google/go-cmp [2021-02-23T18:33:14.941Z] 2021/02/23 18:33:14 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-02-23T18:33:14.941Z] 2021/02/23 18:33:14 Finished clone github.com/imdario/mergo [2021-02-23T18:33:14.941Z] 2021/02/23 18:33:14 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-02-23T18:33:14.941Z] 2021/02/23 18:33:14 Finished clone gotest.tools/v3 [2021-02-23T18:33:14.941Z] 2021/02/23 18:33:14 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-02-23T18:33:15.198Z] 2021/02/23 18:33:14 Finished clone golang.org/x/sync [2021-02-23T18:33:15.198Z] 2021/02/23 18:33:14 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-02-23T18:33:15.454Z] 2021/02/23 18:33:15 Finished clone github.com/tonistiigi/units [2021-02-23T18:33:15.454Z] 2021/02/23 18:33:15 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-02-23T18:33:15.686Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00021ce40_} [2021-02-23T18:33:15.710Z] 2021/02/23 18:33:15 Finished clone github.com/docker/go-connections [2021-02-23T18:33:15.710Z] 2021/02/23 18:33:15 Clone github.com/docker/libnetwork, revision fa125a3512ee0f6187721c88582bf8c4378bd4d7, attempt 1/20 [2021-02-23T18:33:15.967Z] 2021/02/23 18:33:15 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-02-23T18:33:15.967Z] 2021/02/23 18:33:15 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Finished clone github.com/opentracing-contrib/go-stdlib [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Finished clone github.com/opentracing/opentracing-go [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Finished clone github.com/mitchellh/hashstructure [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Finished clone github.com/google/shlex [2021-02-23T18:33:16.223Z] 2021/02/23 18:33:16 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-02-23T18:33:16.480Z] 2021/02/23 18:33:16 Finished clone github.com/gofrs/flock [2021-02-23T18:33:16.480Z] 2021/02/23 18:33:16 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-02-23T18:33:16.611Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00021ce60_} [2021-02-23T18:33:17.411Z] 2021/02/23 18:33:17 Finished clone github.com/docker/go-events [2021-02-23T18:33:17.411Z] 2021/02/23 18:33:17 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-02-23T18:33:17.411Z] 2021/02/23 18:33:17 Finished clone github.com/sean-/seed [2021-02-23T18:33:17.411Z] 2021/02/23 18:33:17 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-02-23T18:33:17.668Z] 2021/02/23 18:33:17 Finished clone github.com/armon/go-radix [2021-02-23T18:33:17.668Z] 2021/02/23 18:33:17 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-02-23T18:33:17.668Z] 2021/02/23 18:33:17 Finished clone github.com/armon/go-metrics [2021-02-23T18:33:17.668Z] 2021/02/23 18:33:17 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-02-23T18:33:17.973Z] --- PASS: TestCreateServiceMultipleTimes (17.86s) [2021-02-23T18:33:17.973Z] === RUN TestCreateServiceConflict [2021-02-23T18:33:17.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00021ce80_} [2021-02-23T18:33:18.596Z] 2021/02/23 18:33:18 Finished clone github.com/tonistiigi/fsutil [2021-02-23T18:33:18.596Z] 2021/02/23 18:33:18 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-02-23T18:33:18.852Z] 2021/02/23 18:33:18 Finished clone github.com/hashicorp/errwrap [2021-02-23T18:33:18.852Z] 2021/02/23 18:33:18 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-02-23T18:33:18.852Z] 2021/02/23 18:33:18 Finished clone github.com/hashicorp/memberlist [2021-02-23T18:33:18.852Z] 2021/02/23 18:33:18 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-02-23T18:33:19.108Z] 2021/02/23 18:33:19 Finished clone github.com/hashicorp/go-multierror [2021-02-23T18:33:19.108Z] 2021/02/23 18:33:19 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-02-23T18:33:19.338Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-23T18:33:20.036Z] 2021/02/23 18:33:19 Finished clone github.com/vishvananda/netns [2021-02-23T18:33:20.036Z] 2021/02/23 18:33:19 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-02-23T18:33:20.265Z] --- PASS: TestCreateServiceConflict (2.16s) [2021-02-23T18:33:20.265Z] === RUN TestCreateServiceMaxReplicas [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-23T18:33:20.521Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-02-23T18:33:20.778Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-23T18:33:20.964Z] 2021/02/23 18:33:20 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-02-23T18:33:20.964Z] 2021/02/23 18:33:20 Finished clone github.com/hashicorp/go-sockaddr [2021-02-23T18:33:20.964Z] 2021/02/23 18:33:20 Finished clone github.com/golang/gddo [2021-02-23T18:33:20.964Z] 2021/02/23 18:33:20 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-02-23T18:33:21.527Z] 2021/02/23 18:33:21 Finished clone github.com/docker/libkv [2021-02-23T18:33:21.527Z] 2021/02/23 18:33:21 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2021-02-23T18:33:21.527Z] 2021/02/23 18:33:21 Finished clone github.com/moby/ipvs [2021-02-23T18:33:21.527Z] 2021/02/23 18:33:21 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-02-23T18:33:21.737Z] --- PASS: TestServiceUpdateNetwork (16.45s) [2021-02-23T18:33:21.737Z] === RUN TestServiceUpdatePidsLimit [2021-02-23T18:33:21.778Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.61s) [2021-02-23T18:33:21.778Z] PASS [2021-02-23T18:33:21.778Z] [2021-02-23T18:33:21.778Z] === Skipped [2021-02-23T18:33:21.778Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-02-23T18:33:21.778Z] build_session_test.go:25: TODO: BuildKit [2021-02-23T18:33:21.778Z] [2021-02-23T18:33:21.778Z] [2021-02-23T18:33:21.778Z] DONE 33 tests, 1 skipped in 119.542s [2021-02-23T18:33:21.778Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-02-23T18:33:21.778Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:21.778Z] ++ set -e [2021-02-23T18:33:21.778Z] ++ '[' -n 0 ']' [2021-02-23T18:33:21.778Z] ++ set -x [2021-02-23T18:33:21.778Z] ++ 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=ppc64le 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/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:21.778Z] INFO: Testing against a local daemon [2021-02-23T18:33:21.778Z] === RUN TestConfigInspect [2021-02-23T18:33:22.027Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-23T18:33:22.089Z] 2021/02/23 18:33:21 Finished clone github.com/BurntSushi/toml [2021-02-23T18:33:22.089Z] 2021/02/23 18:33:21 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2021-02-23T18:33:22.089Z] 2021/02/23 18:33:21 Finished clone github.com/vishvananda/netlink [2021-02-23T18:33:22.089Z] 2021/02/23 18:33:21 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-02-23T18:33:22.346Z] 2021/02/23 18:33:22 Finished clone github.com/deckarep/golang-set [2021-02-23T18:33:22.346Z] 2021/02/23 18:33:22 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-02-23T18:33:22.346Z] 2021/02/23 18:33:22 Finished clone github.com/hashicorp/go-msgpack [2021-02-23T18:33:22.346Z] 2021/02/23 18:33:22 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2021-02-23T18:33:22.602Z] 2021/02/23 18:33:22 Finished clone github.com/samuel/go-zookeeper [2021-02-23T18:33:22.602Z] 2021/02/23 18:33:22 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-02-23T18:33:22.858Z] 2021/02/23 18:33:22 Finished clone github.com/coreos/go-semver [2021-02-23T18:33:22.858Z] 2021/02/23 18:33:22 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-02-23T18:33:23.058Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-23T18:33:23.295Z] --- PASS: TestCreateServiceMaxReplicas (3.32s) [2021-02-23T18:33:23.295Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-23T18:33:23.299Z] --- PASS: TestConfigInspect (1.98s) [2021-02-23T18:33:23.299Z] === RUN TestConfigList [2021-02-23T18:33:23.420Z] 2021/02/23 18:33:23 Finished clone golang.org/x/net [2021-02-23T18:33:23.420Z] 2021/02/23 18:33:23 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-02-23T18:33:23.550Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-23T18:33:23.982Z] 2021/02/23 18:33:23 Finished clone github.com/ishidawataru/sctp [2021-02-23T18:33:23.982Z] 2021/02/23 18:33:23 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-02-23T18:33:25.384Z] --- PASS: TestConfigList (1.96s) [2021-02-23T18:33:25.384Z] === RUN TestConfigsCreateAndDelete [2021-02-23T18:33:25.440Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-23T18:33:25.872Z] 2021/02/23 18:33:25 Finished clone github.com/opencontainers/go-digest [2021-02-23T18:33:25.872Z] 2021/02/23 18:33:25 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-02-23T18:33:25.872Z] 2021/02/23 18:33:25 Finished clone go.etcd.io/bbolt [2021-02-23T18:33:25.872Z] 2021/02/23 18:33:25 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-02-23T18:33:26.435Z] 2021/02/23 18:33:26 Finished clone github.com/Microsoft/opengcs [2021-02-23T18:33:26.435Z] 2021/02/23 18:33:26 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2021-02-23T18:33:26.691Z] 2021/02/23 18:33:26 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2021-02-23T18:33:26.691Z] 2021/02/23 18:33:26 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-02-23T18:33:26.948Z] 2021/02/23 18:33:26 Finished clone github.com/mistifyio/go-zfs [2021-02-23T18:33:26.948Z] 2021/02/23 18:33:26 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-02-23T18:33:27.467Z] --- PASS: TestConfigsCreateAndDelete (1.95s) [2021-02-23T18:33:27.467Z] === RUN TestConfigsUpdate [2021-02-23T18:33:27.955Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-23T18:33:28.313Z] 2021/02/23 18:33:27 Finished clone github.com/hashicorp/serf [2021-02-23T18:33:28.313Z] 2021/02/23 18:33:27 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-02-23T18:33:28.313Z] 2021/02/23 18:33:28 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-02-23T18:33:28.313Z] 2021/02/23 18:33:28 Finished clone github.com/vbatts/tar-split [2021-02-23T18:33:28.516Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-23T18:33:28.771Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-23T18:33:28.989Z] --- PASS: TestConfigsUpdate (1.96s) [2021-02-23T18:33:28.989Z] === RUN TestTemplatedConfig [2021-02-23T18:33:29.332Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-23T18:33:29.893Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-02-23T18:33:30.204Z] 2021/02/23 18:33:29 Finished clone github.com/cyphar/filepath-securejoin [2021-02-23T18:33:30.204Z] 2021/02/23 18:33:29 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2021-02-23T18:33:30.454Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-23T18:33:30.460Z] 2021/02/23 18:33:30 Finished clone github.com/opencontainers/runtime-spec [2021-02-23T18:33:30.460Z] 2021/02/23 18:33:30 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2021-02-23T18:33:30.716Z] 2021/02/23 18:33:30 Finished clone github.com/coreos/go-systemd [2021-02-23T18:33:30.716Z] 2021/02/23 18:33:30 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-02-23T18:33:31.016Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-23T18:33:31.279Z] 2021/02/23 18:33:31 Finished clone github.com/opencontainers/image-spec [2021-02-23T18:33:31.279Z] 2021/02/23 18:33:31 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2021-02-23T18:33:31.577Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-23T18:33:31.579Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-23T18:33:31.750Z] --- PASS: TestTemplatedConfig (2.57s) [2021-02-23T18:33:31.750Z] === RUN TestConfigCreateResolve [2021-02-23T18:33:32.136Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-23T18:33:32.207Z] 2021/02/23 18:33:32 Finished clone github.com/Graylog2/go-gelf [2021-02-23T18:33:32.207Z] 2021/02/23 18:33:32 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-02-23T18:33:32.464Z] 2021/02/23 18:33:32 Finished clone github.com/coreos/go-systemd/v22 [2021-02-23T18:33:32.464Z] 2021/02/23 18:33:32 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-02-23T18:33:32.720Z] 2021/02/23 18:33:32 Finished clone github.com/godbus/dbus/v5 [2021-02-23T18:33:32.720Z] 2021/02/23 18:33:32 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-02-23T18:33:32.976Z] 2021/02/23 18:33:32 Finished clone github.com/fluent/fluent-logger-golang [2021-02-23T18:33:32.976Z] 2021/02/23 18:33:32 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-02-23T18:33:33.064Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-23T18:33:33.629Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-23T18:33:33.834Z] --- PASS: TestConfigCreateResolve (2.01s) [2021-02-23T18:33:33.834Z] === RUN TestConfigDaemonLibtrustID [2021-02-23T18:33:33.924Z] 2021/02/23 18:33:33 Finished clone github.com/philhofer/fwd [2021-02-23T18:33:33.924Z] 2021/02/23 18:33:33 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-02-23T18:33:34.127Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-02-23T18:33:34.127Z] PASS [2021-02-23T18:33:34.127Z] [2021-02-23T18:33:34.127Z] DONE 7 tests in 13.059s [2021-02-23T18:33:34.127Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-02-23T18:33:34.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:34.127Z] ++ set -e [2021-02-23T18:33:34.127Z] ++ '[' -n 0 ']' [2021-02-23T18:33:34.127Z] ++ set -x [2021-02-23T18:33:34.127Z] ++ 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=ppc64le 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/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:34.199Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-23T18:33:34.420Z] INFO: Testing against a local daemon [2021-02-23T18:33:34.420Z] === RUN TestCheckpoint [2021-02-23T18:33:34.420Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-23T18:33:34.420Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:33:34.420Z] === RUN TestContainerInvalidJSON [2021-02-23T18:33:34.420Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:33:34.420Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:33:34.420Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:33:34.420Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:33:34.420Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:33:34.420Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:33:34.420Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-23T18:33:34.420Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-23T18:33:34.420Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-23T18:33:34.420Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-23T18:33:34.420Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-23T18:33:34.420Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-23T18:33:34.420Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-23T18:33:34.420Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-23T18:33:34.420Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-23T18:33:34.420Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-23T18:33:34.420Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-02-23T18:33:34.420Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-23T18:33:34.487Z] 2021/02/23 18:33:34 Finished clone github.com/ugorji/go [2021-02-23T18:33:34.487Z] 2021/02/23 18:33:34 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-02-23T18:33:34.487Z] 2021/02/23 18:33:34 Finished clone github.com/fsnotify/fsnotify [2021-02-23T18:33:34.487Z] 2021/02/23 18:33:34 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-02-23T18:33:34.714Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-02-23T18:33:34.714Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-23T18:33:34.714Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-02-23T18:33:34.714Z] === RUN TestCopyFromContainer [2021-02-23T18:33:34.759Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-23T18:33:35.050Z] 2021/02/23 18:33:34 Finished clone github.com/Microsoft/hcsshim [2021-02-23T18:33:35.050Z] 2021/02/23 18:33:34 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-02-23T18:33:35.321Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-23T18:33:35.766Z] === RUN TestCopyFromContainer// [2021-02-23T18:33:35.882Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-23T18:33:35.979Z] 2021/02/23 18:33:35 Finished clone github.com/jmespath/go-jmespath [2021-02-23T18:33:35.979Z] 2021/02/23 18:33:35 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-02-23T18:33:35.979Z] 2021/02/23 18:33:35 Finished clone github.com/bsphere/le_go [2021-02-23T18:33:35.979Z] 2021/02/23 18:33:35 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-02-23T18:33:36.060Z] === RUN TestCopyFromContainer//bar/root [2021-02-23T18:33:36.060Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-23T18:33:36.060Z] === RUN TestCopyFromContainer/bar/quux [2021-02-23T18:33:36.060Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-23T18:33:36.356Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-23T18:33:36.356Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-23T18:33:36.356Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-23T18:33:36.356Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-23T18:33:36.444Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-23T18:33:36.541Z] 2021/02/23 18:33:36 Finished clone github.com/tinylib/msgp [2021-02-23T18:33:36.541Z] 2021/02/23 18:33:36 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-02-23T18:33:36.649Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer (1.99s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-23T18:33:36.649Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-02-23T18:33:36.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-23T18:33:36.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:33:36.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:33:36.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:33:36.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:33:36.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:33:36.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:33:36.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-23T18:33:36.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-23T18:33:36.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-23T18:33:36.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-23T18:33:36.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-23T18:33:36.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-23T18:33:36.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-23T18:33:36.649Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-23T18:33:36.649Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-23T18:33:36.649Z] === RUN TestCreateWithInvalidEnv [2021-02-23T18:33:36.649Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-23T18:33:36.649Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-23T18:33:36.649Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-23T18:33:36.649Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-23T18:33:36.649Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-23T18:33:36.649Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-23T18:33:36.649Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-23T18:33:36.649Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-23T18:33:36.649Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-23T18:33:36.649Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-23T18:33:36.649Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-23T18:33:36.649Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-23T18:33:36.649Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-23T18:33:36.649Z] === RUN TestCreateTmpfsMountsTarget [2021-02-23T18:33:36.649Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-23T18:33:36.649Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-23T18:33:36.798Z] 2021/02/23 18:33:36 Finished clone github.com/docker/libnetwork [2021-02-23T18:33:36.798Z] 2021/02/23 18:33:36 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-02-23T18:33:37.006Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.75s) [2021-02-23T18:33:37.006Z] === RUN TestCreateServiceSecretFileMode [2021-02-23T18:33:37.054Z] 2021/02/23 18:33:36 Finished clone golang.org/x/oauth2 [2021-02-23T18:33:37.054Z] 2021/02/23 18:33:36 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-02-23T18:33:37.054Z] 2021/02/23 18:33:36 Finished clone golang.org/x/sys [2021-02-23T18:33:37.054Z] 2021/02/23 18:33:36 Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20 [2021-02-23T18:33:37.310Z] 2021/02/23 18:33:37 Finished clone github.com/golang/groupcache [2021-02-23T18:33:37.310Z] 2021/02/23 18:33:37 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-02-23T18:33:37.567Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-23T18:33:38.135Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-23T18:33:38.163Z] --- PASS: TestCreateWithCustomMaskedPaths (1.51s) [2021-02-23T18:33:38.163Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-23T18:33:38.240Z] 2021/02/23 18:33:38 Finished clone github.com/googleapis/gax-go [2021-02-23T18:33:38.240Z] 2021/02/23 18:33:38 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-02-23T18:33:38.458Z] --- PASS: TestServiceUpdatePidsLimit (18.09s) [2021-02-23T18:33:38.458Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.01s) [2021-02-23T18:33:38.458Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.25s) [2021-02-23T18:33:38.458Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.15s) [2021-02-23T18:33:38.458Z] PASS [2021-02-23T18:33:38.458Z] [2021-02-23T18:33:38.458Z] === Skipped [2021-02-23T18:33:38.458Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2021-02-23T18:33:38.458Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:33:38.458Z] [2021-02-23T18:33:38.458Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-02-23T18:33:38.458Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:33:38.458Z] [2021-02-23T18:33:38.458Z] [2021-02-23T18:33:38.458Z] DONE 27 tests, 2 skipped in 177.411s [2021-02-23T18:33:38.458Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-02-23T18:33:38.458Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:38.458Z] ++ set -e [2021-02-23T18:33:38.458Z] ++ '[' -n 0 ']' [2021-02-23T18:33:38.458Z] ++ set -x [2021-02-23T18:33:38.458Z] ++ 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=s390x 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/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:38.749Z] INFO: Testing against a local daemon [2021-02-23T18:33:38.749Z] === RUN TestSessionCreate [2021-02-23T18:33:38.749Z] --- PASS: TestSessionCreate (0.02s) [2021-02-23T18:33:38.749Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-23T18:33:38.749Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-02-23T18:33:38.749Z] PASS [2021-02-23T18:33:38.749Z] [2021-02-23T18:33:38.749Z] DONE 2 tests in 0.364s [2021-02-23T18:33:38.749Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-02-23T18:33:38.749Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:38.749Z] ++ set -e [2021-02-23T18:33:38.749Z] ++ '[' -n 0 ']' [2021-02-23T18:33:38.749Z] ++ set -x [2021-02-23T18:33:38.749Z] ++ 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=s390x 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/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:33:38.802Z] 2021/02/23 18:33:38 Finished clone github.com/containerd/fifo [2021-02-23T18:33:38.802Z] 2021/02/23 18:33:38 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-02-23T18:33:39.039Z] INFO: Testing against a local daemon [2021-02-23T18:33:39.039Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:33:39.039Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:33:39.039Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:33:39.039Z] === RUN TestEventsExecDie [2021-02-23T18:33:39.062Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-23T18:33:39.062Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-23T18:33:39.364Z] 2021/02/23 18:33:39 Finished clone github.com/moby/buildkit [2021-02-23T18:33:39.364Z] 2021/02/23 18:33:39 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2021-02-23T18:33:39.620Z] 2021/02/23 18:33:39 Finished clone go.opencensus.io [2021-02-23T18:33:39.620Z] 2021/02/23 18:33:39 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-02-23T18:33:39.620Z] 2021/02/23 18:33:39 Finished clone github.com/miekg/dns [2021-02-23T18:33:39.620Z] 2021/02/23 18:33:39 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-02-23T18:33:39.685Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s) [2021-02-23T18:33:39.685Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-23T18:33:39.685Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:33:39.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:33:39.685Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:33:39.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:33:39.685Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:33:39.685Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:33:39.685Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:33:39.686Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:33:39.686Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:33:39.686Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:33:39.686Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-23T18:33:39.686Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-23T18:33:39.686Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-23T18:33:39.686Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-23T18:33:39.979Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-23T18:33:39.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-23T18:33:39.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-02-23T18:33:39.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-02-23T18:33:39.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-02-23T18:33:39.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-02-23T18:33:39.979Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-23T18:33:39.979Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-23T18:33:39.988Z] --- PASS: TestCreateServiceSecretFileMode (2.69s) [2021-02-23T18:33:39.988Z] === RUN TestCreateServiceConfigFileMode [2021-02-23T18:33:39.988Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-23T18:33:40.068Z] --- PASS: TestEventsExecDie (0.96s) [2021-02-23T18:33:40.068Z] === RUN TestEventsBackwardsCompatible [2021-02-23T18:33:40.068Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-02-23T18:33:40.068Z] === RUN TestInfoBinaryCommits [2021-02-23T18:33:40.068Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-23T18:33:40.068Z] === RUN TestInfoAPIVersioned [2021-02-23T18:33:40.068Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-23T18:33:40.068Z] === RUN TestInfoDiscoveryBackend [2021-02-23T18:33:40.273Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s) [2021-02-23T18:33:40.273Z] === RUN TestCreateDifferentPlatform [2021-02-23T18:33:40.273Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-23T18:33:40.273Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-23T18:33:40.549Z] 2021/02/23 18:33:40 Finished clone github.com/containerd/cgroups [2021-02-23T18:33:40.549Z] 2021/02/23 18:33:40 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-02-23T18:33:40.550Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-23T18:33:40.569Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-23T18:33:40.569Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-23T18:33:40.569Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-23T18:33:40.569Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-23T18:33:40.569Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-02-23T18:33:40.569Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-23T18:33:40.569Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-02-23T18:33:40.569Z] === RUN TestContainerStartOnDaemonRestart [2021-02-23T18:33:40.569Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-23T18:33:40.569Z] === RUN TestDaemonRestartIpcMode [2021-02-23T18:33:40.569Z] === PAUSE TestDaemonRestartIpcMode [2021-02-23T18:33:40.569Z] === RUN TestDaemonHostGatewayIP [2021-02-23T18:33:40.569Z] === PAUSE TestDaemonHostGatewayIP [2021-02-23T18:33:40.569Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-23T18:33:40.569Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-23T18:33:40.569Z] === RUN TestContainerKillOnDaemonStart [2021-02-23T18:33:40.569Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-23T18:33:40.569Z] === RUN TestDiff [2021-02-23T18:33:40.698Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-02-23T18:33:40.698Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-23T18:33:40.806Z] 2021/02/23 18:33:40 Finished clone golang.org/x/text [2021-02-23T18:33:40.806Z] 2021/02/23 18:33:40 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-02-23T18:33:40.806Z] 2021/02/23 18:33:40 Finished clone github.com/containerd/typeurl [2021-02-23T18:33:40.806Z] 2021/02/23 18:33:40 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2021-02-23T18:33:41.062Z] 2021/02/23 18:33:40 Finished clone github.com/containerd/go-runc [2021-02-23T18:33:41.062Z] 2021/02/23 18:33:40 Clone github.com/docker/swarmkit, revision 17d8d4e4d8bdec33d386e6362d3537fa9493ba00, attempt 1/20 [2021-02-23T18:33:41.209Z] --- PASS: TestDiff (0.51s) [2021-02-23T18:33:41.209Z] === RUN TestExecWithCloseStdin [2021-02-23T18:33:41.789Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-23T18:33:41.789Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-23T18:33:41.850Z] --- PASS: TestExecWithCloseStdin (0.65s) [2021-02-23T18:33:41.850Z] === RUN TestExec [2021-02-23T18:33:41.916Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-23T18:33:42.419Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-02-23T18:33:42.419Z] === RUN TestInfoAPI [2021-02-23T18:33:42.419Z] --- PASS: TestInfoAPI (0.02s) [2021-02-23T18:33:42.419Z] === RUN TestInfoAPIWarnings [2021-02-23T18:33:42.477Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-23T18:33:42.483Z] --- PASS: TestExec (0.64s) [2021-02-23T18:33:42.483Z] === RUN TestExecUser [2021-02-23T18:33:42.546Z] 2021/02/23 18:33:42 Finished clone github.com/containerd/ttrpc [2021-02-23T18:33:42.546Z] 2021/02/23 18:33:42 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2021-02-23T18:33:42.733Z] --- PASS: TestCreateServiceConfigFileMode (2.99s) [2021-02-23T18:33:42.733Z] === RUN TestCreateServiceSysctls [2021-02-23T18:33:42.802Z] 2021/02/23 18:33:42 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-02-23T18:33:42.802Z] 2021/02/23 18:33:42 Finished clone github.com/gogo/googleapis [2021-02-23T18:33:43.058Z] 2021/02/23 18:33:42 Finished clone github.com/containerd/console [2021-02-23T18:33:43.058Z] 2021/02/23 18:33:42 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-02-23T18:33:43.120Z] --- PASS: TestExecUser (0.62s) [2021-02-23T18:33:43.120Z] === RUN TestExportContainerAndImportImage [2021-02-23T18:33:43.293Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-23T18:33:43.314Z] 2021/02/23 18:33:43 Finished clone github.com/opencontainers/runc [2021-02-23T18:33:43.314Z] 2021/02/23 18:33:43 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-02-23T18:33:43.765Z] --- PASS: TestExportContainerAndImportImage (0.77s) [2021-02-23T18:33:43.765Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-23T18:33:44.243Z] 2021/02/23 18:33:44 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-02-23T18:33:44.243Z] 2021/02/23 18:33:44 Finished clone google.golang.org/grpc [2021-02-23T18:33:44.499Z] 2021/02/23 18:33:44 Finished clone github.com/containerd/continuity [2021-02-23T18:33:44.499Z] 2021/02/23 18:33:44 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-02-23T18:33:44.503Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-23T18:33:44.503Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-23T18:33:44.503Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-23T18:33:44.660Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-23T18:33:44.755Z] 2021/02/23 18:33:44 Finished clone github.com/fernet/fernet-go [2021-02-23T18:33:44.755Z] 2021/02/23 18:33:44 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-02-23T18:33:45.011Z] 2021/02/23 18:33:44 Finished clone github.com/docker/distribution [2021-02-23T18:33:45.011Z] 2021/02/23 18:33:44 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-02-23T18:33:45.011Z] 2021/02/23 18:33:44 Finished clone github.com/cilium/ebpf [2021-02-23T18:33:45.011Z] 2021/02/23 18:33:44 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-02-23T18:33:45.273Z] --- PASS: TestExportContainerAfterDaemonRestart (1.44s) [2021-02-23T18:33:45.273Z] === RUN TestHealthCheckWorkdir [2021-02-23T18:33:45.591Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-23T18:33:45.912Z] --- PASS: TestHealthCheckWorkdir (0.72s) [2021-02-23T18:33:45.912Z] === RUN TestHealthKillContainer [2021-02-23T18:33:45.941Z] 2021/02/23 18:33:45 Finished clone github.com/hashicorp/go-immutable-radix [2021-02-23T18:33:45.941Z] 2021/02/23 18:33:45 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-02-23T18:33:46.154Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-02-23T18:33:46.410Z] --- PASS: TestCreateServiceSysctls (3.60s) [2021-02-23T18:33:46.410Z] === RUN TestCreateServiceCapabilities [2021-02-23T18:33:46.504Z] 2021/02/23 18:33:46 Finished clone github.com/hashicorp/go-memdb [2021-02-23T18:33:46.504Z] 2021/02/23 18:33:46 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2021-02-23T18:33:46.760Z] 2021/02/23 18:33:46 Finished clone golang.org/x/time [2021-02-23T18:33:46.760Z] 2021/02/23 18:33:46 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-02-23T18:33:47.689Z] 2021/02/23 18:33:47 Finished clone github.com/hashicorp/golang-lru [2021-02-23T18:33:47.689Z] 2021/02/23 18:33:47 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-02-23T18:33:47.774Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-23T18:33:48.251Z] 2021/02/23 18:33:48 Finished clone github.com/coreos/pkg [2021-02-23T18:33:48.251Z] 2021/02/23 18:33:48 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-02-23T18:33:48.251Z] 2021/02/23 18:33:48 Finished clone code.cloudfoundry.org/clock [2021-02-23T18:33:48.251Z] 2021/02/23 18:33:48 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-02-23T18:33:48.644Z] --- PASS: TestHealthKillContainer (2.60s) [2021-02-23T18:33:48.644Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-23T18:33:48.936Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2021-02-23T18:33:48.936Z] === RUN TestIpcModeNone [2021-02-23T18:33:49.575Z] --- PASS: TestIpcModeNone (0.60s) [2021-02-23T18:33:49.575Z] === RUN TestIpcModePrivate [2021-02-23T18:33:49.619Z] 2021/02/23 18:33:49 Finished clone github.com/beorn7/perks [2021-02-23T18:33:49.619Z] 2021/02/23 18:33:49 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-02-23T18:33:49.875Z] 2021/02/23 18:33:49 Finished clone github.com/prometheus/client_model [2021-02-23T18:33:49.875Z] 2021/02/23 18:33:49 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-02-23T18:33:50.212Z] --- PASS: TestIpcModePrivate (0.63s) [2021-02-23T18:33:50.212Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:63, shared: false, mustBeShared: false [2021-02-23T18:33:50.212Z] === RUN TestIpcModeShareable [2021-02-23T18:33:50.292Z] --- PASS: TestCreateServiceCapabilities (3.84s) [2021-02-23T18:33:50.292Z] === RUN TestInspect [2021-02-23T18:33:50.803Z] 2021/02/23 18:33:50 Finished clone golang.org/x/crypto [2021-02-23T18:33:50.804Z] 2021/02/23 18:33:50 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-02-23T18:33:50.851Z] --- PASS: TestIpcModeShareable (0.68s) [2021-02-23T18:33:50.851Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:57, shared: true, mustBeShared: true [2021-02-23T18:33:50.851Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-23T18:33:51.060Z] 2021/02/23 18:33:50 Finished clone github.com/golang/protobuf [2021-02-23T18:33:51.060Z] 2021/02/23 18:33:50 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-02-23T18:33:51.060Z] 2021/02/23 18:33:51 Finished clone github.com/prometheus/client_golang [2021-02-23T18:33:51.060Z] 2021/02/23 18:33:51 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-02-23T18:33:52.179Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-23T18:33:52.427Z] 2021/02/23 18:33:52 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-02-23T18:33:52.427Z] 2021/02/23 18:33:52 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-02-23T18:33:52.687Z] 2021/02/23 18:33:52 Finished clone github.com/pkg/errors [2021-02-23T18:33:52.687Z] 2021/02/23 18:33:52 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2021-02-23T18:33:52.687Z] 2021/02/23 18:33:52 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-02-23T18:33:52.687Z] 2021/02/23 18:33:52 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-02-23T18:33:52.742Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-02-23T18:33:52.945Z] 2021/02/23 18:33:52 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-02-23T18:33:52.945Z] 2021/02/23 18:33:52 Finished clone github.com/prometheus/procfs [2021-02-23T18:33:52.958Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.90s) [2021-02-23T18:33:52.958Z] === RUN TestAPIIpcModeHost [2021-02-23T18:33:53.206Z] 2021/02/23 18:33:52 Finished clone github.com/prometheus/common [2021-02-23T18:33:53.206Z] 2021/02/23 18:33:52 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-02-23T18:33:53.255Z] --- PASS: TestAPIIpcModeHost (0.48s) [2021-02-23T18:33:53.255Z] === RUN TestDaemonIpcModeShareable [2021-02-23T18:33:54.132Z] 2021/02/23 18:33:53 Finished clone github.com/cespare/xxhash/v2 [2021-02-23T18:33:54.132Z] 2021/02/23 18:33:53 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-02-23T18:33:54.387Z] 2021/02/23 18:33:54 Finished clone github.com/inconshreveable/mousetrap [2021-02-23T18:33:54.387Z] 2021/02/23 18:33:54 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-02-23T18:33:54.632Z] --- PASS: TestInspect (4.50s) [2021-02-23T18:33:54.632Z] === RUN TestCreateJob [2021-02-23T18:33:54.642Z] 2021/02/23 18:33:54 Finished clone github.com/morikuni/aec [2021-02-23T18:33:54.773Z] --- PASS: TestDaemonIpcModeShareable (1.44s) [2021-02-23T18:33:54.773Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true [2021-02-23T18:33:54.773Z] === RUN TestDaemonIpcModePrivate [2021-02-23T18:33:54.898Z] 2021/02/23 18:33:54 Finished clone github.com/spf13/pflag [2021-02-23T18:33:55.154Z] 2021/02/23 18:33:55 Finished clone github.com/docker/go-metrics [2021-02-23T18:33:55.716Z] 2021/02/23 18:33:55 Finished clone github.com/spf13/cobra [2021-02-23T18:33:56.289Z] --- PASS: TestDaemonIpcModePrivate (1.44s) [2021-02-23T18:33:56.289Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false [2021-02-23T18:33:56.289Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-23T18:33:56.539Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-23T18:33:56.797Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-23T18:33:56.878Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-23T18:33:57.336Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-23T18:33:57.606Z] 2021/02/23 18:33:57 Finished clone github.com/opencontainers/selinux [2021-02-23T18:33:57.795Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-23T18:33:57.805Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.44s) [2021-02-23T18:33:57.805Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false [2021-02-23T18:33:57.805Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-23T18:33:57.862Z] 2021/02/23 18:33:57 Finished clone github.com/google/certificate-transparency-go [2021-02-23T18:33:59.313Z] --- PASS: TestCreateJob (4.14s) [2021-02-23T18:33:59.313Z] === RUN TestReplicatedJob [2021-02-23T18:33:59.325Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.43s) [2021-02-23T18:33:59.325Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true [2021-02-23T18:33:59.325Z] === RUN TestIpcModeOlderClient [2021-02-23T18:33:59.325Z] === PAUSE TestIpcModeOlderClient [2021-02-23T18:33:59.325Z] === RUN TestKillContainerInvalidSignal [2021-02-23T18:33:59.618Z] --- PASS: TestKillContainerInvalidSignal (0.55s) [2021-02-23T18:33:59.618Z] === RUN TestKillContainer [2021-02-23T18:33:59.618Z] === RUN TestKillContainer/no_signal [2021-02-23T18:34:00.257Z] === RUN TestKillContainer/non_killing_signal [2021-02-23T18:34:00.552Z] === RUN TestKillContainer/killing_signal [2021-02-23T18:34:01.149Z] --- PASS: TestInfoAPIWarnings (16.26s) [2021-02-23T18:34:01.149Z] === RUN TestInfoDebug [2021-02-23T18:34:01.149Z] --- PASS: TestInfoDebug (0.52s) [2021-02-23T18:34:01.149Z] === RUN TestInfoInsecureRegistries [2021-02-23T18:34:01.149Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-23T18:34:01.149Z] === RUN TestInfoRegistryMirrors [2021-02-23T18:34:01.149Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-23T18:34:01.149Z] === RUN TestLoginFailsWithBadCredentials [2021-02-23T18:34:01.149Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2021-02-23T18:34:01.149Z] === RUN TestPingCacheHeaders [2021-02-23T18:34:01.149Z] --- PASS: TestPingCacheHeaders (0.01s) [2021-02-23T18:34:01.149Z] === RUN TestPingGet [2021-02-23T18:34:01.149Z] --- PASS: TestPingGet (0.01s) [2021-02-23T18:34:01.149Z] === RUN TestPingHead [2021-02-23T18:34:01.149Z] --- PASS: TestPingHead (0.01s) [2021-02-23T18:34:01.149Z] === RUN TestVersion [2021-02-23T18:34:01.149Z] --- PASS: TestVersion (0.01s) [2021-02-23T18:34:01.149Z] PASS [2021-02-23T18:34:01.149Z] [2021-02-23T18:34:01.149Z] === Skipped [2021-02-23T18:34:01.149Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:34:01.149Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:34:01.149Z] [2021-02-23T18:34:01.149Z] [2021-02-23T18:34:01.149Z] DONE 18 tests, 1 skipped in 21.539s [2021-02-23T18:34:01.149Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-02-23T18:34:01.149Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:34:01.149Z] ++ set -e [2021-02-23T18:34:01.149Z] ++ '[' -n 0 ']' [2021-02-23T18:34:01.149Z] ++ set -x [2021-02-23T18:34:01.149Z] ++ 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=s390x 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/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:34:01.149Z] INFO: Testing against a local daemon [2021-02-23T18:34:01.149Z] === RUN TestVolumesCreateAndList [2021-02-23T18:34:01.149Z] --- PASS: TestVolumesCreateAndList (0.01s) [2021-02-23T18:34:01.149Z] === RUN TestVolumesRemove [2021-02-23T18:34:01.149Z] --- PASS: TestVolumesRemove (0.15s) [2021-02-23T18:34:01.149Z] === RUN TestVolumesInspect [2021-02-23T18:34:01.149Z] --- PASS: TestVolumesInspect (0.01s) [2021-02-23T18:34:01.149Z] === RUN TestVolumesInvalidJSON [2021-02-23T18:34:01.149Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-23T18:34:01.149Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-23T18:34:01.149Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-23T18:34:01.149Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-23T18:34:01.149Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-23T18:34:01.149Z] PASS [2021-02-23T18:34:01.149Z] [2021-02-23T18:34:01.149Z] DONE 5 tests in 0.336s [2021-02-23T18:34:01.149Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T18:34:01.149Z] ++++ cat bundles/test-integration/docker.pid [2021-02-23T18:34:01.149Z] +++ kill 12239 [2021-02-23T18:34:01.193Z] --- PASS: TestKillContainer (1.68s) [2021-02-23T18:34:01.193Z] --- PASS: TestKillContainer/no_signal (0.52s) [2021-02-23T18:34:01.193Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2021-02-23T18:34:01.193Z] --- PASS: TestKillContainer/killing_signal (0.55s) [2021-02-23T18:34:01.193Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-23T18:34:01.193Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-23T18:34:01.203Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-23T18:34:01.827Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-23T18:34:02.032Z] 2021/02/23 18:34:01 Finished clone github.com/cloudflare/cfssl [2021-02-23T18:34:02.466Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s) [2021-02-23T18:34:02.466Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2021-02-23T18:34:02.466Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s) [2021-02-23T18:34:02.466Z] === RUN TestKillStoppedContainer [2021-02-23T18:34:02.466Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-02-23T18:34:02.466Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-23T18:34:02.466Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-02-23T18:34:02.466Z] === RUN TestKillDifferentUserContainer [2021-02-23T18:34:02.716Z] +++ /etc/init.d/apparmor stop [2021-02-23T18:34:02.716Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T18:34:02.716Z] [2021-02-23T18:34:02.716Z] Unloading profiles will leave already running processes permanently [2021-02-23T18:34:02.716Z] unconfined, which can lead to unexpected situations. [2021-02-23T18:34:02.716Z] [2021-02-23T18:34:02.716Z] To set a process to complain mode, use the command line tool [2021-02-23T18:34:02.716Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T18:34:02.716Z] +++ true [2021-02-23T18:34:02.716Z] exiting test-integration [2021-02-23T18:34:02.716Z] ++ exit 0 [2021-02-23T18:34:02.716Z] [2021-02-23T18:34:03.100Z] --- PASS: TestKillDifferentUserContainer (0.55s) [2021-02-23T18:34:03.100Z] === RUN TestInspectOomKilledTrue [2021-02-23T18:34:03.721Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-23T18:34:03.765Z] --- PASS: TestInspectOomKilledTrue (0.64s) [2021-02-23T18:34:03.765Z] === RUN TestInspectOomKilledFalse [2021-02-23T18:34:04.286Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-23T18:34:04.404Z] --- PASS: TestInspectOomKilledFalse (0.59s) [2021-02-23T18:34:04.404Z] === RUN TestLinksEtcHostsContentMatch [2021-02-23T18:34:04.700Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) [2021-02-23T18:34:04.700Z] === RUN TestLinksContainerNames [2021-02-23T18:34:04.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-23T18:34:04.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-23T18:34:05.653Z] --- PASS: TestReplicatedJob (6.62s) [2021-02-23T18:34:05.653Z] === RUN TestUpdateReplicatedJob [2021-02-23T18:34:05.751Z] --- PASS: TestLinksContainerNames (1.06s) [2021-02-23T18:34:05.751Z] === RUN TestLogsFollowTailEmpty Post stage [Pipeline] junit [2021-02-23T18:34:06.359Z] Recording test results [2021-02-23T18:34:06.389Z] --- PASS: TestLogsFollowTailEmpty (0.53s) [2021-02-23T18:34:06.390Z] === RUN TestContainerNetworkMountsNoChown [2021-02-23T18:34:06.685Z] --- PASS: TestContainerNetworkMountsNoChown (0.52s) [2021-02-23T18:34:06.685Z] === RUN TestMountDaemonRoot [2021-02-23T18:34:06.839Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/default [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/default [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/private [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/private [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rprivate [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/slave [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/slave [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rslave [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/shared [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/shared [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rshared [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/default [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rslave [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rshared [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/shared [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/slave [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rprivate [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/private [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-23T18:34:06.983Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:34:06.983Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-23T18:34:06.983Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-23T18:34:07.272Z] + echo Ensuring container killed. [2021-02-23T18:34:07.272Z] Ensuring container killed. [2021-02-23T18:34:07.272Z] + docker rm -vf docker-pr3 [2021-02-23T18:34:07.272Z] Error: No such container: docker-pr3 [2021-02-23T18:34:07.272Z] + true [2021-02-23T18:34:07.278Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-23T18:34:07.278Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-23T18:34:07.278Z] === RUN TestContainerBindMountNonRecursive [Pipeline] sh [2021-02-23T18:34:07.717Z] + echo Chowning /workspace to jenkins user [2021-02-23T18:34:07.717Z] Chowning /workspace to jenkins user [2021-02-23T18:34:07.717Z] + id -u [2021-02-23T18:34:07.717Z] + id -g [2021-02-23T18:34:07.717Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-42060:/workspace busybox chown -R 1001:1001 /workspace [2021-02-23T18:34:07.717Z] Unable to find image 'busybox:latest' locally [2021-02-23T18:34:08.170Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-02-23T18:34:08.347Z] latest: Pulling from library/busybox [2021-02-23T18:34:08.347Z] f106420d33ee: Pulling fs layer [2021-02-23T18:34:08.637Z] f106420d33ee: Verifying Checksum [2021-02-23T18:34:08.637Z] f106420d33ee: Download complete [2021-02-23T18:34:08.732Z] === RUN TestDockerSuite/TestCpToDot [2021-02-23T18:34:08.797Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2021-02-23T18:34:08.797Z] === RUN TestContainerVolumesMountedAsShared [2021-02-23T18:34:09.092Z] --- PASS: TestContainerVolumesMountedAsShared (0.53s) [2021-02-23T18:34:09.092Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-23T18:34:09.294Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-02-23T18:34:09.388Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s) [2021-02-23T18:34:09.388Z] === RUN TestNetworkNat [2021-02-23T18:34:09.549Z] --- PASS: TestUpdateReplicatedJob (4.00s) [2021-02-23T18:34:09.549Z] === RUN TestServiceListWithStatuses [2021-02-23T18:34:09.549Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-23T18:34:09.549Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:34:09.549Z] === RUN TestDockerNetworkConnectAlias [2021-02-23T18:34:09.549Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-23T18:34:09.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-23T18:34:10.026Z] --- PASS: TestNetworkNat (0.55s) [2021-02-23T18:34:10.026Z] === RUN TestNetworkLocalhostTCPNat [2021-02-23T18:34:10.122Z] 2021/02/23 18:34:09 Finished clone github.com/docker/swarmkit [2021-02-23T18:34:10.137Z] f106420d33ee: Pull complete [2021-02-23T18:34:10.137Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-23T18:34:10.137Z] Status: Downloaded newer image for busybox:latest [2021-02-23T18:34:10.663Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s) [2021-02-23T18:34:10.663Z] === RUN TestNetworkLoopbackNat [2021-02-23T18:34:10.913Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-23T18:34:12.804Z] === RUN TestDockerSuite/TestCpToStdout [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-23T18:34:13.356Z] + bundleName=s390x-integration [2021-02-23T18:34:13.356Z] + echo Creating s390x-integration-bundles.tar.gz [2021-02-23T18:34:13.356Z] Creating s390x-integration-bundles.tar.gz [2021-02-23T18:34:13.356Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2021-02-23T18:34:13.356Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-23T18:34:13.366Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-23T18:34:13.395Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2021-02-23T18:34:13.395Z] === RUN TestPause [Pipeline] archiveArtifacts [2021-02-23T18:34:13.692Z] Archiving artifacts [2021-02-23T18:34:14.031Z] --- PASS: TestPause (0.55s) [2021-02-23T18:34:14.031Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-23T18:34:14.031Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:34:14.031Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:34:14.031Z] === RUN TestPauseStopPausedContainer [2021-02-23T18:34:14.032Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T18:34:14.421Z] + make clean [2021-02-23T18:34:14.695Z] --- PASS: TestPauseStopPausedContainer (0.62s) [2021-02-23T18:34:14.695Z] === RUN TestPsFilter [2021-02-23T18:34:14.695Z] --- PASS: TestPsFilter (0.17s) [2021-02-23T18:34:14.695Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-23T18:34:15.258Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-23T18:34:15.258Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-23T18:34:15.331Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s) [2021-02-23T18:34:15.331Z] === RUN TestRemoveContainerWithVolume [2021-02-23T18:34:15.367Z] 2021/02/23 18:34:15 Finished clone cloud.google.com/go [2021-02-23T18:34:15.451Z] docker volume rm -f docker-dev-cache [2021-02-23T18:34:15.451Z] docker-dev-cache [Pipeline] deleteDir [2021-02-23T18:34:15.625Z] --- PASS: TestRemoveContainerWithVolume (0.55s) [2021-02-23T18:34:15.625Z] === RUN TestRemoveContainerRunning [2021-02-23T18:34:16.185Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-23T18:34:16.185Z] --- PASS: TestDockerNetworkConnectAlias (6.70s) [2021-02-23T18:34:16.185Z] === RUN TestDockerNetworkReConnect [2021-02-23T18:34:16.259Z] --- PASS: TestRemoveContainerRunning (0.55s) [2021-02-23T18:34:16.259Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-23T18:34:16.296Z] 2021/02/23 18:34:15 Finished clone github.com/coreos/etcd [2021-02-23T18:34:16.902Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.61s) [2021-02-23T18:34:16.902Z] === RUN TestRemoveInvalidContainer [2021-02-23T18:34:16.902Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-23T18:34:16.902Z] === RUN TestRenameLinkedContainer [2021-02-23T18:34:17.114Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-23T18:34:17.371Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-23T18:34:17.371Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-23T18:34:17.933Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-23T18:34:18.112Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T18:34:18.495Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-23T18:34:18.495Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-23T18:34:18.751Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-23T18:34:18.994Z] --- PASS: TestRenameLinkedContainer (2.17s) [2021-02-23T18:34:18.994Z] === RUN TestRenameStoppedContainer [2021-02-23T18:34:19.312Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-23T18:34:19.628Z] --- PASS: TestRenameStoppedContainer (0.53s) [2021-02-23T18:34:19.628Z] === RUN TestRenameRunningContainerAndReuse [2021-02-23T18:34:19.873Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-23T18:34:19.873Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-23T18:34:19.873Z] === RUN TestDockerSuite/TestCreateRM [2021-02-23T18:34:20.129Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-23T18:34:20.129Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-23T18:34:20.129Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-23T18:34:20.129Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-23T18:34:20.384Z] --- PASS: TestDockerNetworkReConnect (4.12s) [2021-02-23T18:34:20.384Z] === RUN TestServicePlugin [2021-02-23T18:34:20.685Z] --- PASS: TestRenameRunningContainerAndReuse (1.10s) [2021-02-23T18:34:20.685Z] === RUN TestRenameInvalidName [2021-02-23T18:34:21.330Z] --- PASS: TestRenameInvalidName (0.56s) [2021-02-23T18:34:21.330Z] === RUN TestRenameAnonymousContainer [2021-02-23T18:34:22.279Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-23T18:34:22.279Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-23T18:34:22.279Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-23T18:34:22.832Z] 2021/02/23 18:34:21 Finished clone github.com/containerd/containerd [2021-02-23T18:34:23.444Z] --- PASS: TestRenameAnonymousContainer (2.21s) [2021-02-23T18:34:23.444Z] === RUN TestRenameContainerWithSameName [2021-02-23T18:34:24.082Z] --- PASS: TestRenameContainerWithSameName (0.51s) [2021-02-23T18:34:24.082Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-23T18:34:25.124Z] --- PASS: TestRenameContainerWithLinkedContainer (1.11s) [2021-02-23T18:34:25.124Z] === RUN TestResize [2021-02-23T18:34:25.196Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-23T18:34:25.196Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-23T18:34:25.786Z] --- PASS: TestResize (0.58s) [2021-02-23T18:34:25.786Z] === RUN TestResizeWithInvalidSize [2021-02-23T18:34:26.421Z] --- PASS: TestResizeWithInvalidSize (0.54s) [2021-02-23T18:34:26.421Z] === RUN TestResizeWhenContainerNotStarted [2021-02-23T18:34:26.723Z] --- PASS: TestResizeWhenContainerNotStarted (0.57s) [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:34:26.723Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:34:26.723Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:34:26.723Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-23T18:34:26.723Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-23T18:34:26.723Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-23T18:34:26.723Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-23T18:34:27.522Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-23T18:34:27.779Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-23T18:34:27.779Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-23T18:34:27.779Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-23T18:34:28.035Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-23T18:34:28.035Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-23T18:34:28.596Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-23T18:34:29.526Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-23T18:34:29.886Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-23T18:34:29.886Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-23T18:34:29.886Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-23T18:34:30.087Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-23T18:34:30.300Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:34:30.300Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-23T18:34:30.600Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:34:30.898Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-23T18:34:30.959Z] 2021/02/23 18:34:30 Finished clone google.golang.org/genproto [2021-02-23T18:34:31.453Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-23T18:34:31.556Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-23T18:34:31.556Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-23T18:34:32.201Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-23T18:34:32.381Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-23T18:34:32.943Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-23T18:34:33.507Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-23T18:34:33.507Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-23T18:34:33.737Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-23T18:34:34.069Z] === RUN TestDockerSuite/TestDockerFails [2021-02-23T18:34:34.069Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-02-23T18:34:34.069Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-02-23T18:34:34.069Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-02-23T18:34:34.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-23T18:34:34.997Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-02-23T18:34:35.035Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-23T18:34:35.152Z] 2021/02/23 18:34:34 Finished clone github.com/gogo/protobuf [2021-02-23T18:34:35.253Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-02-23T18:34:35.493Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-23T18:34:35.493Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-23T18:34:35.493Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.90s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.01s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.78s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.10s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.84s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.75s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.73s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.67s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.72s) [2021-02-23T18:34:35.818Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.90s) [2021-02-23T18:34:35.818Z] === RUN TestCgroupNamespacesRun [2021-02-23T18:34:36.617Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-02-23T18:34:36.617Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-02-23T18:34:36.617Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-02-23T18:34:36.860Z] --- PASS: TestCgroupNamespacesRun (1.38s) [2021-02-23T18:34:36.860Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-23T18:34:36.874Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-02-23T18:34:38.400Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.42s) [2021-02-23T18:34:38.400Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-23T18:34:39.921Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.40s) [2021-02-23T18:34:39.921Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-23T18:34:41.442Z] --- PASS: TestCgroupNamespacesRunHostMode (1.40s) [2021-02-23T18:34:41.442Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-23T18:34:42.482Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s) [2021-02-23T18:34:42.482Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-23T18:34:43.404Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-23T18:34:44.001Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.39s) [2021-02-23T18:34:44.001Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-23T18:34:44.331Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-23T18:34:44.641Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2021-02-23T18:34:44.641Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-23T18:34:45.696Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-23T18:34:46.157Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.42s) [2021-02-23T18:34:46.157Z] === RUN TestKernelTCPMemory [2021-02-23T18:34:46.796Z] --- PASS: TestKernelTCPMemory (0.64s) [2021-02-23T18:34:46.796Z] === RUN TestNISDomainname [2021-02-23T18:34:47.059Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-02-23T18:34:47.433Z] --- PASS: TestNISDomainname (0.71s) [2021-02-23T18:34:47.433Z] === RUN TestHostnameDnsResolution [2021-02-23T18:34:47.621Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-23T18:34:48.211Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-23T18:34:48.476Z] --- PASS: TestHostnameDnsResolution (0.89s) [2021-02-23T18:34:48.476Z] === RUN TestStats [2021-02-23T18:34:48.784Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-23T18:34:49.344Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-23T18:34:49.905Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-23T18:34:50.467Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-02-23T18:34:51.244Z] --- PASS: TestStats (2.54s) [2021-02-23T18:34:51.244Z] === RUN TestStopContainerWithTimeout [2021-02-23T18:34:51.244Z] === RUN TestStopContainerWithTimeout/0 [2021-02-23T18:34:51.244Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-23T18:34:51.244Z] === RUN TestStopContainerWithTimeout/1 [2021-02-23T18:34:51.244Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-23T18:34:51.244Z] === RUN TestStopContainerWithTimeout/3 [2021-02-23T18:34:51.244Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-23T18:34:51.244Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-23T18:34:51.244Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-23T18:34:51.244Z] === CONT TestStopContainerWithTimeout/0 [2021-02-23T18:34:51.244Z] === CONT TestStopContainerWithTimeout/3 [2021-02-23T18:34:51.244Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-23T18:34:51.244Z] === CONT TestStopContainerWithTimeout/1 [2021-02-23T18:34:51.829Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-02-23T18:34:52.756Z] --- PASS: TestServicePlugin (32.37s) [2021-02-23T18:34:52.756Z] plugin_test.go:62: [dd190581f490a] joining swarm manager [ddb5dc39a8875]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:34:52.756Z] plugin_test.go:65: [ded77c7e05dfa] joining swarm manager [ddb5dc39a8875]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:34:52.756Z] === RUN TestServiceUpdateLabel [2021-02-23T18:34:52.756Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-23T18:34:53.984Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-23T18:34:53.984Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2021-02-23T18:34:53.984Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2021-02-23T18:34:53.984Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2021-02-23T18:34:53.984Z] --- PASS: TestStopContainerWithTimeout/3 (2.85s) [2021-02-23T18:34:53.984Z] === RUN TestDeleteDevicemapper [2021-02-23T18:34:53.984Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-23T18:34:53.984Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:34:53.984Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-23T18:34:55.680Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.88s) [2021-02-23T18:34:55.680Z] === RUN TestUpdateMemory [2021-02-23T18:34:56.023Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-02-23T18:34:56.024Z] --- PASS: TestServiceUpdateLabel (2.75s) [2021-02-23T18:34:56.024Z] === RUN TestServiceUpdateSecrets [2021-02-23T18:34:56.322Z] --- PASS: TestUpdateMemory (0.74s) [2021-02-23T18:34:56.322Z] === RUN TestUpdateCPUQuota [2021-02-23T18:34:56.581Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-23T18:34:57.362Z] --- PASS: TestUpdateCPUQuota (0.91s) [2021-02-23T18:34:57.362Z] === RUN TestUpdatePidsLimit [2021-02-23T18:34:57.362Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-23T18:34:57.655Z] === RUN TestUpdatePidsLimit/no_change [2021-02-23T18:34:57.909Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-23T18:34:57.949Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-23T18:34:58.243Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-23T18:34:58.470Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-23T18:34:58.537Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-23T18:34:58.537Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-23T18:34:58.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-23T18:34:58.829Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-23T18:34:59.439Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-23T18:34:59.721Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-23T18:34:59.721Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit (2.44s) [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.27s) [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit/update_lower (0.28s) [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2021-02-23T18:34:59.871Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2021-02-23T18:34:59.871Z] === RUN TestUpdateRestartPolicy [2021-02-23T18:34:59.999Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-23T18:35:00.255Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-23T18:35:01.181Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-23T18:35:01.256Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-23T18:35:01.256Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-23T18:35:02.106Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-02-23T18:35:02.361Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-23T18:35:02.616Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-02-23T18:35:02.616Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-02-23T18:35:02.873Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-23T18:35:03.799Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-23T18:35:04.727Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-23T18:35:04.727Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-23T18:35:04.727Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-23T18:35:04.987Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-23T18:35:05.289Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-23T18:35:05.544Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-23T18:35:05.800Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-23T18:35:06.524Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-23T18:35:06.524Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-23T18:35:06.524Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-23T18:35:07.161Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-02-23T18:35:07.161Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-02-23T18:35:07.161Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-02-23T18:35:07.161Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-23T18:35:07.490Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-23T18:35:08.456Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-23T18:35:08.915Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-23T18:35:09.047Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-02-23T18:35:09.302Z] === RUN TestDockerSuite/TestEventsRename [2021-02-23T18:35:09.373Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-23T18:35:09.558Z] === RUN TestDockerSuite/TestEventsResize [2021-02-23T18:35:09.831Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-23T18:35:10.484Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-23T18:35:10.484Z] --- PASS: TestServiceUpdateSecrets (15.14s) [2021-02-23T18:35:10.484Z] === RUN TestServiceUpdateConfigs [2021-02-23T18:35:12.541Z] --- PASS: TestUpdateRestartPolicy (11.28s) [2021-02-23T18:35:12.541Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-23T18:35:12.541Z] --- PASS: TestUpdateRestartWithAutoRemove (0.54s) [2021-02-23T18:35:12.541Z] === RUN TestWaitNonBlocked [2021-02-23T18:35:12.541Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:35:12.541Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:35:12.541Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:35:12.541Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:35:12.541Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-23T18:35:12.541Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-23T18:35:12.541Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-23T18:35:12.541Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2021-02-23T18:35:12.541Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s) [2021-02-23T18:35:12.541Z] === RUN TestWaitBlocked [2021-02-23T18:35:12.541Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:35:12.541Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:35:12.541Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:35:12.541Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:35:12.541Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-23T18:35:12.541Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-23T18:35:13.191Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-23T18:35:13.191Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s) [2021-02-23T18:35:13.191Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.82s) [2021-02-23T18:35:13.191Z] === CONT TestContainerStartOnDaemonRestart [2021-02-23T18:35:13.191Z] === CONT TestIpcModeOlderClient [2021-02-23T18:35:13.191Z] === CONT TestContainerKillOnDaemonStart [2021-02-23T18:35:13.191Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-23T18:35:13.495Z] --- PASS: TestIpcModeOlderClient (0.16s) [2021-02-23T18:35:13.495Z] === CONT TestDaemonHostGatewayIP [2021-02-23T18:35:13.818Z] 2021/02/23 18:35:09 Finished clone github.com/hashicorp/consul [2021-02-23T18:35:14.514Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-23T18:35:16.687Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-23T18:35:16.687Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-23T18:35:17.028Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-23T18:35:17.028Z] === RUN TestDockerSuite/TestEventsStreaming [2021-02-23T18:35:17.028Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-23T18:35:17.065Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.71s) [2021-02-23T18:35:17.065Z] === CONT TestDaemonRestartIpcMode [2021-02-23T18:35:17.065Z] --- PASS: TestContainerStartOnDaemonRestart (3.72s) [2021-02-23T18:35:17.656Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-23T18:35:17.656Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-23T18:35:17.700Z] --- PASS: TestDaemonHostGatewayIP (4.22s) [2021-02-23T18:35:17.953Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-02-23T18:35:17.985Z] 2021/02/23 18:35:17 Finished clone github.com/aws/aws-sdk-go [2021-02-23T18:35:18.115Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-23T18:35:19.656Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-23T18:35:19.771Z] --- PASS: TestDaemonRestartIpcMode (2.64s) [2021-02-23T18:35:20.468Z] === RUN TestDockerSuite/TestEventsTop [2021-02-23T18:35:20.622Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-23T18:35:20.622Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-23T18:35:20.622Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-23T18:35:20.723Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-23T18:35:21.593Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-23T18:35:22.052Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-23T18:35:22.052Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-23T18:35:22.052Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-23T18:35:23.985Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-23T18:35:25.877Z] --- PASS: TestServiceUpdateConfigs (15.09s) [2021-02-23T18:35:25.877Z] === RUN TestServiceUpdateNetwork [2021-02-23T18:35:26.673Z] --- PASS: TestContainerKillOnDaemonStart (13.07s) [2021-02-23T18:35:26.673Z] PASS [2021-02-23T18:35:26.673Z] [2021-02-23T18:35:26.673Z] === Skipped [2021-02-23T18:35:26.673Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-02-23T18:35:26.673Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-23T18:35:26.673Z] [2021-02-23T18:35:26.673Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-23T18:35:26.673Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-23T18:35:26.673Z] [2021-02-23T18:35:26.673Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-02-23T18:35:26.673Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-23T18:35:26.673Z] [2021-02-23T18:35:26.673Z] [2021-02-23T18:35:26.673Z] DONE 196 tests, 3 skipped in 112.136s [2021-02-23T18:35:26.673Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-02-23T18:35:26.673Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:35:26.673Z] ++ set -e [2021-02-23T18:35:26.673Z] ++ '[' -n 0 ']' [2021-02-23T18:35:26.673Z] ++ set -x [2021-02-23T18:35:26.673Z] ++ 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=ppc64le 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/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:35:26.673Z] INFO: Testing against a local daemon [2021-02-23T18:35:26.673Z] === RUN TestCommitInheritsEnv [2021-02-23T18:35:26.735Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-23T18:35:26.967Z] --- PASS: TestCommitInheritsEnv (0.34s) [2021-02-23T18:35:26.967Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-23T18:35:26.967Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-23T18:35:26.967Z] === RUN TestImagesFilterMultiReference [2021-02-23T18:35:26.967Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-23T18:35:26.967Z] === RUN TestImagePullPlatformInvalid [2021-02-23T18:35:26.967Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-23T18:35:26.967Z] === RUN TestRemoveImageOrphaning [2021-02-23T18:35:27.261Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2021-02-23T18:35:27.261Z] === RUN TestRemoveImageGarbageCollector [2021-02-23T18:35:27.261Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:35:27.261Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:35:27.261Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-23T18:35:27.261Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-23T18:35:27.261Z] === RUN TestTagInvalidReference [2021-02-23T18:35:27.261Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-23T18:35:27.261Z] === RUN TestTagValidPrefixedRepo [2021-02-23T18:35:27.261Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-23T18:35:27.261Z] === RUN TestTagExistedNameWithoutForce [2021-02-23T18:35:27.261Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-23T18:35:27.261Z] === RUN TestTagOfficialNames [2021-02-23T18:35:27.261Z] --- PASS: TestTagOfficialNames (0.05s) [2021-02-23T18:35:27.261Z] === RUN TestTagMatchesDigest [2021-02-23T18:35:27.558Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-23T18:35:27.558Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-23T18:35:35.812Z] === RUN TestDockerSuite/TestExec [2021-02-23T18:35:35.812Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-23T18:35:35.812Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-23T18:35:35.812Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-23T18:35:36.372Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-23T18:35:37.302Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-23T18:35:38.228Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-23T18:35:38.483Z] --- PASS: TestServiceUpdateNetwork (12.71s) [2021-02-23T18:35:38.483Z] === RUN TestServiceUpdatePidsLimit [2021-02-23T18:35:38.738Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-23T18:35:39.299Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-23T18:35:39.862Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-23T18:35:39.862Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-23T18:35:40.789Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-23T18:35:40.789Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-23T18:35:41.350Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-23T18:35:43.239Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-23T18:35:44.165Z] === RUN TestDockerSuite/TestExecEnv [2021-02-23T18:35:44.730Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-23T18:35:46.095Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-23T18:35:46.351Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-23T18:35:48.237Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-23T18:35:49.163Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-23T18:35:49.723Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-02-23T18:35:50.285Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-23T18:35:50.845Z] === RUN TestDockerSuite/TestExecParseError [2021-02-23T18:35:51.406Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-23T18:35:51.967Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-23T18:35:52.222Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-23T18:35:53.587Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-23T18:35:54.209Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-23T18:35:54.467Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-23T18:35:55.394Z] --- PASS: TestServiceUpdatePidsLimit (17.08s) [2021-02-23T18:35:55.394Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2021-02-23T18:35:55.394Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-02-23T18:35:55.394Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2021-02-23T18:35:55.394Z] PASS [2021-02-23T18:35:55.394Z] [2021-02-23T18:35:55.394Z] === Skipped [2021-02-23T18:35:55.394Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-23T18:35:55.394Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:35:55.394Z] [2021-02-23T18:35:55.394Z] [2021-02-23T18:35:55.394Z] DONE 27 tests, 1 skipped in 185.256s [2021-02-23T18:35:55.394Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-23T18:35:55.394Z] ++ 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 [2021-02-23T18:35:55.394Z] ++ set -e [2021-02-23T18:35:55.394Z] ++ '[' -n 0 ']' [2021-02-23T18:35:55.394Z] ++ set -x [2021-02-23T18:35:55.394Z] ++ 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 [2021-02-23T18:35:55.650Z] INFO: Testing against a local daemon [2021-02-23T18:35:55.650Z] === RUN TestSessionCreate [2021-02-23T18:35:55.650Z] --- PASS: TestSessionCreate (0.02s) [2021-02-23T18:35:55.650Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-23T18:35:55.650Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-23T18:35:55.650Z] PASS [2021-02-23T18:35:55.650Z] [2021-02-23T18:35:55.650Z] DONE 2 tests in 0.159s [2021-02-23T18:35:55.650Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-23T18:35:55.650Z] ++ 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 [2021-02-23T18:35:55.650Z] ++ set -e [2021-02-23T18:35:55.650Z] ++ '[' -n 0 ']' [2021-02-23T18:35:55.650Z] ++ set -x [2021-02-23T18:35:55.650Z] ++ 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 [2021-02-23T18:35:55.650Z] INFO: Testing against a local daemon [2021-02-23T18:35:55.650Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:35:55.650Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:35:55.650Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:35:55.650Z] === RUN TestEventsExecDie [2021-02-23T18:35:56.210Z] --- PASS: TestEventsExecDie (0.57s) [2021-02-23T18:35:56.210Z] === RUN TestEventsBackwardsCompatible [2021-02-23T18:35:56.467Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-23T18:35:56.467Z] === RUN TestInfoBinaryCommits [2021-02-23T18:35:56.467Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-23T18:35:56.467Z] === RUN TestInfoAPIVersioned [2021-02-23T18:35:56.467Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-23T18:35:56.467Z] === RUN TestInfoDiscoveryBackend [2021-02-23T18:35:56.670Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-23T18:35:56.670Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-23T18:35:56.670Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-23T18:35:57.027Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-02-23T18:35:57.027Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-23T18:35:57.952Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-23T18:35:57.952Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-23T18:35:58.512Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-23T18:35:58.512Z] === RUN TestInfoAPI [2021-02-23T18:35:58.512Z] --- PASS: TestInfoAPI (0.02s) [2021-02-23T18:35:58.512Z] === RUN TestInfoAPIWarnings [2021-02-23T18:36:01.354Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-23T18:36:01.815Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-23T18:36:01.815Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-23T18:36:01.815Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-23T18:36:02.273Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-23T18:36:02.273Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-23T18:36:06.586Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-23T18:36:06.586Z] === RUN TestDockerSuite/TestExecTTY [2021-02-23T18:36:06.586Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-23T18:36:07.147Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-23T18:36:07.403Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-23T18:36:07.966Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-23T18:36:07.966Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-23T18:36:09.330Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-02-23T18:36:09.891Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-23T18:36:10.832Z] === RUN TestDockerSuite/TestExecWithTERM [2021-02-23T18:36:11.393Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-23T18:36:11.953Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-23T18:36:13.839Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-02-23T18:36:14.764Z] --- PASS: TestInfoAPIWarnings (16.23s) [2021-02-23T18:36:14.764Z] === RUN TestInfoDebug [2021-02-23T18:36:15.324Z] --- PASS: TestInfoDebug (0.52s) [2021-02-23T18:36:15.324Z] === RUN TestInfoInsecureRegistries [2021-02-23T18:36:15.884Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-23T18:36:15.884Z] === RUN TestInfoRegistryMirrors [2021-02-23T18:36:16.447Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2021-02-23T18:36:16.447Z] === RUN TestLoginFailsWithBadCredentials [2021-02-23T18:36:16.447Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-23T18:36:16.447Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s) [2021-02-23T18:36:16.447Z] === RUN TestPingCacheHeaders [2021-02-23T18:36:16.702Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-02-23T18:36:16.702Z] === RUN TestPingGet [2021-02-23T18:36:16.703Z] --- PASS: TestPingGet (0.02s) [2021-02-23T18:36:16.703Z] === RUN TestPingHead [2021-02-23T18:36:16.703Z] --- PASS: TestPingHead (0.03s) [2021-02-23T18:36:16.703Z] === RUN TestVersion [2021-02-23T18:36:16.703Z] --- PASS: TestVersion (0.03s) [2021-02-23T18:36:16.703Z] PASS [2021-02-23T18:36:16.703Z] [2021-02-23T18:36:16.703Z] === Skipped [2021-02-23T18:36:16.703Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:36:16.703Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:36:16.703Z] [2021-02-23T18:36:16.703Z] [2021-02-23T18:36:16.703Z] DONE 18 tests, 1 skipped in 21.021s [2021-02-23T18:36:16.703Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-23T18:36:16.703Z] ++ 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 [2021-02-23T18:36:16.703Z] ++ set -e [2021-02-23T18:36:16.703Z] ++ '[' -n 0 ']' [2021-02-23T18:36:16.703Z] ++ set -x [2021-02-23T18:36:16.703Z] ++ 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 [2021-02-23T18:36:16.958Z] INFO: Testing against a local daemon [2021-02-23T18:36:16.958Z] === RUN TestVolumesCreateAndList [2021-02-23T18:36:16.958Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-23T18:36:16.958Z] === RUN TestVolumesRemove [2021-02-23T18:36:16.958Z] --- PASS: TestVolumesRemove (0.05s) [2021-02-23T18:36:16.958Z] === RUN TestVolumesInspect [2021-02-23T18:36:16.958Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-23T18:36:16.958Z] === RUN TestVolumesInvalidJSON [2021-02-23T18:36:16.958Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-23T18:36:16.958Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-23T18:36:16.958Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-23T18:36:16.958Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-23T18:36:16.958Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-23T18:36:16.958Z] PASS [2021-02-23T18:36:16.958Z] [2021-02-23T18:36:16.958Z] DONE 5 tests in 0.250s [2021-02-23T18:36:16.958Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T18:36:17.214Z] ++++ cat bundles/test-integration/docker.pid [2021-02-23T18:36:17.214Z] +++ kill 5650 [2021-02-23T18:36:18.578Z] +++ /etc/init.d/apparmor stop [2021-02-23T18:36:18.578Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T18:36:18.578Z] [2021-02-23T18:36:18.578Z] Unloading profiles will leave already running processes permanently [2021-02-23T18:36:18.578Z] unconfined, which can lead to unexpected situations. [2021-02-23T18:36:18.578Z] [2021-02-23T18:36:18.578Z] To set a process to complain mode, use the command line tool [2021-02-23T18:36:18.578Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T18:36:18.578Z] +++ true [2021-02-23T18:36:18.578Z] exiting test-integration [2021-02-23T18:36:18.578Z] ++ exit 0 [2021-02-23T18:36:18.578Z] [2021-02-23T18:36:19.139Z] + for job in $(jobs -p) [2021-02-23T18:36:19.139Z] + wait 6000 [2021-02-23T18:36:21.023Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-23T18:36:22.908Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-23T18:36:27.067Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-23T18:36:27.395Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-23T18:36:27.395Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-23T18:36:27.395Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-23T18:36:27.630Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-23T18:36:27.630Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-23T18:36:27.630Z] === RUN TestDockerSuite/TestHealth [2021-02-23T18:36:35.711Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-02-23T18:36:39.016Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-02-23T18:36:47.110Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-23T18:36:47.110Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-23T18:36:47.110Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-23T18:36:47.110Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-23T18:36:47.672Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-23T18:36:47.672Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-23T18:36:48.234Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-23T18:36:48.234Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-23T18:36:48.234Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-23T18:36:48.234Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-23T18:36:48.490Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-23T18:36:48.745Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-23T18:36:49.001Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-23T18:36:49.001Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-23T18:36:49.561Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-23T18:36:49.817Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-23T18:36:50.380Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-23T18:36:50.941Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-23T18:36:50.941Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-23T18:36:51.868Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-23T18:36:52.554Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-23T18:36:53.012Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-23T18:36:53.470Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-23T18:36:54.379Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-23T18:36:54.379Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-23T18:36:54.634Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-23T18:36:55.560Z] === RUN TestDockerSuite/TestImportFile [2021-02-23T18:36:56.926Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-02-23T18:36:56.926Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-23T18:36:56.926Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-23T18:36:57.204Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-23T18:36:58.293Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-23T18:36:59.378Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-23T18:37:00.181Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-23T18:37:01.550Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-23T18:37:01.551Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-23T18:37:02.479Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-23T18:37:03.404Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-23T18:37:03.965Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-23T18:37:03.965Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-02-23T18:37:03.965Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-23T18:37:04.528Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-23T18:37:05.091Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-23T18:37:05.346Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-23T18:37:05.912Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-23T18:37:06.479Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-23T18:37:06.739Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-23T18:37:06.739Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-02-23T18:37:08.103Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-23T18:37:08.358Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-23T18:37:08.919Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-23T18:37:08.919Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-23T18:37:09.481Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-23T18:37:09.481Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-23T18:37:10.042Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-23T18:37:10.969Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-23T18:37:11.225Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-23T18:37:11.785Z] === RUN TestDockerSuite/TestInspectImage [2021-02-23T18:37:11.785Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-23T18:37:11.785Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-23T18:37:11.785Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-23T18:37:12.346Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-23T18:37:12.906Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-23T18:37:12.906Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-23T18:37:13.466Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-23T18:37:13.721Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-02-23T18:37:13.721Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-23T18:37:15.609Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-23T18:37:15.609Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-23T18:37:16.171Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-23T18:37:17.097Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-23T18:37:18.466Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-23T18:37:19.028Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-23T18:37:19.591Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-23T18:37:20.153Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-23T18:37:20.713Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-23T18:37:20.968Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-23T18:37:21.529Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-23T18:37:21.529Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-02-23T18:37:22.893Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-23T18:37:24.256Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-23T18:37:24.366Z] 2021/02/23 18:37:18 Finished clone google.golang.org/api [2021-02-23T18:37:24.366Z] 2021/02/23 18:37:18 Dependencies downloaded. Download time: 4m7.002025093s [2021-02-23T18:37:24.366Z] 2021/02/23 18:37:18 Collecting all dependencies [2021-02-23T18:37:25.182Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-23T18:37:25.182Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-23T18:37:26.545Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-23T18:37:27.918Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-23T18:37:29.282Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-02-23T18:37:29.282Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-23T18:37:29.282Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-23T18:37:29.607Z] 2021/02/23 18:37:29 Clean vendor dir from unused packages [2021-02-23T18:37:29.607Z] 2021/02/23 18:37:29 Ignoring paths matching "^archive/tar" [2021-02-23T18:37:30.554Z] 2021/02/23 18:37:30 Success [2021-02-23T18:37:30.554Z] 2021/02/23 18:37:30 Running time: 4m22.272106336s [2021-02-23T18:37:30.809Z] Congratulations! All vendoring changes are done the right way. [2021-02-23T18:37:31.175Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-23T18:37:31.431Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-23T18:37:32.082Z] + echo Ensuring container killed. [2021-02-23T18:37:32.082Z] Ensuring container killed. [2021-02-23T18:37:32.082Z] + docker rm -vf docker-pr3 [2021-02-23T18:37:32.082Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-23T18:37:32.361Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-23T18:37:32.394Z] + echo Chowning /workspace to jenkins user [2021-02-23T18:37:32.394Z] Chowning /workspace to jenkins user [2021-02-23T18:37:32.394Z] + id -u [2021-02-23T18:37:32.394Z] + id -g [2021-02-23T18:37:32.394Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-23T18:37:33.287Z] + bundleName=unit [2021-02-23T18:37:33.287Z] + echo Creating unit-bundles.tar.gz [2021-02-23T18:37:33.287Z] Creating unit-bundles.tar.gz [2021-02-23T18:37:33.287Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-02-23T18:37:33.287Z] bundles/junit-report.xml [2021-02-23T18:37:33.287Z] bundles/go-test-report.json [2021-02-23T18:37:33.287Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-02-23T18:37:33.299Z] Archiving artifacts [2021-02-23T18:37:35.635Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-02-23T18:37:39.054Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T18:37:39.366Z] + make clean [2021-02-23T18:37:39.625Z] docker volume rm -f docker-dev-cache [2021-02-23T18:37:39.625Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T18:37:42.170Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-23T18:37:44.061Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-23T18:37:45.423Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-23T18:37:45.678Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-23T18:37:47.565Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-02-23T18:37:47.565Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-23T18:37:47.565Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-23T18:37:47.565Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-23T18:37:47.565Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-23T18:37:48.125Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-23T18:37:48.686Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-23T18:37:52.846Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-23T18:37:52.846Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-23T18:37:57.006Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-23T18:37:57.567Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-23T18:37:57.567Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-23T18:37:58.508Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-23T18:37:59.069Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-23T18:37:59.997Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-23T18:38:00.923Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-23T18:38:01.848Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-23T18:38:03.736Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-23T18:38:03.992Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-23T18:38:04.552Z] === RUN TestDockerSuite/TestLogsSince [2021-02-23T18:38:04.552Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-02-23T18:38:07.064Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-02-23T18:38:11.230Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-23T18:38:13.638Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-23T18:38:13.638Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-23T18:38:13.638Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-23T18:38:17.757Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-23T18:38:17.757Z] === RUN TestDockerSuite/TestLogsTail [2021-02-23T18:38:18.012Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-23T18:38:18.938Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-23T18:38:19.193Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-23T18:38:19.449Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-23T18:38:20.011Z] === RUN TestDockerSuite/TestNetHostname [2021-02-23T18:38:21.421Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-23T18:38:21.421Z] === RUN TestDockerSuite/TestNetworkEvents [2021-02-23T18:38:27.950Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-23T18:38:28.511Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-23T18:38:28.770Z] === RUN TestDockerSuite/TestPluginActive [2021-02-23T18:38:29.331Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-02-23T18:38:30.696Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-23T18:38:37.236Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-23T18:38:37.236Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-23T18:38:37.491Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-23T18:38:40.004Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-23T18:38:41.365Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-23T18:38:43.249Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-23T18:38:47.414Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-23T18:38:48.779Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-23T18:38:49.708Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-23T18:38:50.198Z] --- PASS: TestImportExtremelyLargeImageWorks (194.06s) [2021-02-23T18:38:50.198Z] PASS [2021-02-23T18:38:50.198Z] [2021-02-23T18:38:50.198Z] === Skipped [2021-02-23T18:38:50.198Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-23T18:38:50.198Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:38:50.198Z] [2021-02-23T18:38:50.198Z] [2021-02-23T18:38:50.198Z] DONE 12 tests, 1 skipped in 195.103s [2021-02-23T18:38:50.198Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-02-23T18:38:50.198Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:38:50.198Z] ++ set -e [2021-02-23T18:38:50.198Z] ++ '[' -n 0 ']' [2021-02-23T18:38:50.198Z] ++ set -x [2021-02-23T18:38:50.198Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:38:50.198Z] INFO: Testing against a local daemon [2021-02-23T18:38:50.198Z] === RUN TestNetworkCreateDelete [2021-02-23T18:38:50.198Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-02-23T18:38:50.198Z] === RUN TestDockerNetworkDeletePreferID [2021-02-23T18:38:50.198Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2021-02-23T18:38:50.198Z] === RUN TestDaemonDNSFallback [2021-02-23T18:38:50.198Z] --- PASS: TestDaemonDNSFallback (1.58s) [2021-02-23T18:38:50.198Z] === RUN TestInspectNetwork [2021-02-23T18:38:50.198Z] === RUN TestInspectNetwork/full_network_id [2021-02-23T18:38:50.198Z] === RUN TestInspectNetwork/partial_network_id [2021-02-23T18:38:50.198Z] === RUN TestInspectNetwork/network_name [2021-02-23T18:38:50.198Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-23T18:38:50.636Z] === RUN TestDockerSuite/TestPortList [2021-02-23T18:38:50.836Z] --- PASS: TestInspectNetwork (7.05s) [2021-02-23T18:38:50.837Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-23T18:38:50.837Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-23T18:38:50.837Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-23T18:38:50.837Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-23T18:38:50.837Z] === RUN TestRunContainerWithBridgeNone [2021-02-23T18:38:52.916Z] --- PASS: TestRunContainerWithBridgeNone (1.83s) [2021-02-23T18:38:52.916Z] === RUN TestNetworkInvalidJSON [2021-02-23T18:38:52.916Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-23T18:38:52.916Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-23T18:38:52.916Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:38:52.916Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:38:52.916Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:38:52.916Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:38:52.916Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-23T18:38:52.916Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-23T18:38:52.916Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-23T18:38:52.916Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-23T18:38:52.916Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-23T18:38:52.916Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-23T18:38:52.916Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-23T18:38:52.916Z] === RUN TestNetworkList [2021-02-23T18:38:52.916Z] === RUN TestNetworkList//networks [2021-02-23T18:38:52.916Z] === PAUSE TestNetworkList//networks [2021-02-23T18:38:52.916Z] === RUN TestNetworkList//networks/ [2021-02-23T18:38:52.916Z] === PAUSE TestNetworkList//networks/ [2021-02-23T18:38:52.916Z] === CONT TestNetworkList//networks [2021-02-23T18:38:52.916Z] === CONT TestNetworkList//networks/ [2021-02-23T18:38:52.916Z] --- PASS: TestNetworkList (0.02s) [2021-02-23T18:38:52.916Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-23T18:38:52.916Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-23T18:38:52.916Z] === RUN TestHostIPv4BridgeLabel [2021-02-23T18:38:53.210Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-02-23T18:38:53.210Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-23T18:38:54.250Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-02-23T18:38:54.250Z] === RUN TestDaemonDefaultNetworkPools [2021-02-23T18:38:55.290Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2021-02-23T18:38:55.290Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-23T18:38:56.332Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2021-02-23T18:38:56.332Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-23T18:38:57.847Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2021-02-23T18:38:57.847Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-23T18:38:58.144Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-02-23T18:38:58.144Z] === RUN TestServiceWithPredefinedNetwork [2021-02-23T18:38:58.718Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-23T18:38:58.973Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-23T18:38:59.228Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-02-23T18:39:00.230Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s) [2021-02-23T18:39:00.230Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-23T18:39:00.230Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:39:00.230Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:39:00.230Z] === RUN TestServiceWithDataPathPortInit [2021-02-23T18:39:05.781Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-23T18:39:05.781Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-23T18:39:05.781Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-23T18:39:06.709Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-23T18:39:06.709Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-23T18:39:06.966Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-23T18:39:06.966Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-23T18:39:07.535Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-23T18:39:07.793Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-23T18:39:09.157Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-23T18:39:09.157Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-02-23T18:39:11.046Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-02-23T18:39:11.972Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-02-23T18:39:12.534Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-02-23T18:39:12.534Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-23T18:39:15.047Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-23T18:39:15.302Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-23T18:39:15.611Z] --- PASS: TestServiceWithDataPathPortInit (13.87s) [2021-02-23T18:39:15.611Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-23T18:39:17.816Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-23T18:39:21.085Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-23T18:39:21.085Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-23T18:39:21.182Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.89s) [2021-02-23T18:39:21.182Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:1efjgraaytb0bj2hyn96nqtor Created:2021-02-23 18:39:15.129024574 +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[0ae427fff432f055dc78daab68a888b926522ba9098cb1559af702fcf77ce87b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0qnlct08z51eoe0l5rqnl7ljl EndpointID:c4d71a10f911dd0b4592d93b0d407ad770aa369ee70b0dccf7688d0250d60f66 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ae62b792d20bbe4658c152d5a10249c439443da22f21857ea5ed723dd553bcc8 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:91058745cc97 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0qnlct08z51eoe0l5rqnl7ljl EndpointID:c4d71a10f911dd0b4592d93b0d407ad770aa369ee70b0dccf7688d0250d60f66 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-23T18:39:21.182Z] PASS [2021-02-23T18:39:21.182Z] [2021-02-23T18:39:21.182Z] === Skipped [2021-02-23T18:39:21.182Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-23T18:39:21.182Z] service_test.go:242: FLAKY_TEST [2021-02-23T18:39:21.182Z] [2021-02-23T18:39:21.182Z] [2021-02-23T18:39:21.182Z] DONE 26 tests, 1 skipped in 39.478s [2021-02-23T18:39:21.182Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:39:21.182Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:21.182Z] ++ set -e [2021-02-23T18:39:21.182Z] ++ '[' -n 0 ']' [2021-02-23T18:39:21.182Z] ++ set -x [2021-02-23T18:39:21.182Z] ++ 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=ppc64le 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/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:21.182Z] INFO: Testing against a local daemon [2021-02-23T18:39:21.182Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-23T18:39:21.182Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-23T18:39:21.182Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:39:21.182Z] === RUN TestDockerNetworkIpvlan [2021-02-23T18:39:21.182Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:39:21.182Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:39:21.182Z] PASS [2021-02-23T18:39:21.182Z] [2021-02-23T18:39:21.182Z] === Skipped [2021-02-23T18:39:21.182Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-23T18:39:21.182Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:39:21.182Z] [2021-02-23T18:39:21.182Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-23T18:39:21.182Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-23T18:39:21.182Z] [2021-02-23T18:39:21.182Z] [2021-02-23T18:39:21.182Z] DONE 2 tests, 2 skipped in 0.080s [2021-02-23T18:39:21.182Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-23T18:39:21.182Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:21.182Z] ++ set -e [2021-02-23T18:39:21.182Z] ++ '[' -n 0 ']' [2021-02-23T18:39:21.182Z] ++ set -x [2021-02-23T18:39:21.182Z] ++ 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=ppc64le 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/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:21.183Z] INFO: Testing against a local daemon [2021-02-23T18:39:21.183Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-23T18:39:22.700Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-02-23T18:39:22.700Z] === RUN TestDockerNetworkMacvlan [2021-02-23T18:39:22.971Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-23T18:39:23.348Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-23T18:39:24.387Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-23T18:39:25.023Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-23T18:39:25.484Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-02-23T18:39:25.722Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-23T18:39:25.722Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-23T18:39:25.722Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-23T18:39:27.096Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-23T18:39:29.166Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-23T18:39:29.650Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-23T18:39:31.013Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-23T18:39:32.921Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-23T18:39:33.657Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-23T18:39:33.847Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-23T18:39:33.953Z] --- PASS: TestDockerNetworkMacvlan (11.23s) [2021-02-23T18:39:33.953Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-02-23T18:39:33.953Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2021-02-23T18:39:33.953Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.86s) [2021-02-23T18:39:33.953Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s) [2021-02-23T18:39:33.953Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.33s) [2021-02-23T18:39:33.953Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.68s) [2021-02-23T18:39:33.953Z] PASS [2021-02-23T18:39:33.953Z] [2021-02-23T18:39:33.953Z] DONE 8 tests in 12.709s [2021-02-23T18:39:33.953Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-23T18:39:33.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:33.953Z] ++ set -e [2021-02-23T18:39:33.953Z] ++ '[' -n 0 ']' [2021-02-23T18:39:33.953Z] ++ set -x [2021-02-23T18:39:33.953Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:33.953Z] testing: warning: no tests to run [2021-02-23T18:39:33.953Z] PASS [2021-02-23T18:39:33.953Z] [2021-02-23T18:39:33.953Z] DONE 0 tests in 0.013s [2021-02-23T18:39:33.953Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-23T18:39:33.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:33.953Z] ++ set -e [2021-02-23T18:39:33.953Z] ++ '[' -n 0 ']' [2021-02-23T18:39:33.953Z] ++ set -x [2021-02-23T18:39:33.953Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:39:33.953Z] INFO: Testing against a local daemon [2021-02-23T18:39:33.953Z] === RUN TestAuthZPluginAllowRequest [2021-02-23T18:39:34.772Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-23T18:39:35.476Z] --- PASS: TestAuthZPluginAllowRequest (1.40s) [2021-02-23T18:39:35.476Z] === RUN TestAuthZPluginTLS [2021-02-23T18:39:35.771Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-02-23T18:39:35.771Z] === RUN TestAuthZPluginDenyRequest [2021-02-23T18:39:36.136Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-23T18:39:36.407Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-02-23T18:39:36.407Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-23T18:39:37.041Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-02-23T18:39:37.041Z] === RUN TestAuthZPluginDenyResponse [2021-02-23T18:39:37.677Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-02-23T18:39:37.677Z] === RUN TestAuthZPluginAllowEventStream [2021-02-23T18:39:38.023Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-23T18:39:39.204Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s) [2021-02-23T18:39:39.204Z] === RUN TestAuthZPluginErrorResponse [2021-02-23T18:39:39.388Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-23T18:39:39.388Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-23T18:39:39.497Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-02-23T18:39:39.497Z] === RUN TestAuthZPluginErrorRequest [2021-02-23T18:39:39.949Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-23T18:39:40.136Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-02-23T18:39:40.136Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-23T18:39:40.430Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-02-23T18:39:40.430Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-23T18:39:41.315Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-23T18:39:42.616Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s) [2021-02-23T18:39:42.616Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-23T18:39:42.826Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-23T18:39:43.387Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-23T18:39:43.387Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-23T18:39:43.402Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-23T18:39:43.643Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-23T18:39:43.899Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-23T18:39:43.899Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-23T18:39:44.134Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.66s) [2021-02-23T18:39:44.134Z] === RUN TestAuthZPluginHeader [2021-02-23T18:39:44.460Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-23T18:39:44.774Z] --- PASS: TestAuthZPluginHeader (0.87s) [2021-02-23T18:39:44.774Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-23T18:39:44.774Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-23T18:39:44.774Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:39:44.774Z] === RUN TestAuthZPluginV2Disable [2021-02-23T18:39:44.774Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-23T18:39:44.774Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:39:44.774Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-23T18:39:44.774Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-23T18:39:44.774Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:39:44.774Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-23T18:39:44.774Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-23T18:39:44.774Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:39:44.774Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-23T18:39:45.386Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-23T18:39:46.750Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-23T18:39:47.313Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-23T18:39:55.397Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-23T18:39:55.397Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-23T18:39:55.782Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-23T18:39:56.325Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-23T18:39:56.325Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-23T18:39:56.581Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-23T18:39:56.581Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-23T18:39:59.092Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-23T18:39:59.660Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-23T18:40:02.177Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-23T18:40:02.737Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-23T18:40:02.737Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-23T18:40:02.993Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-23T18:40:03.378Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2021-02-23T18:40:03.378Z] PASS [2021-02-23T18:40:03.378Z] [2021-02-23T18:40:03.378Z] === Skipped [2021-02-23T18:40:03.378Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-23T18:40:03.378Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:40:03.378Z] [2021-02-23T18:40:03.378Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-23T18:40:03.378Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:40:03.378Z] [2021-02-23T18:40:03.378Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-23T18:40:03.378Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:40:03.378Z] [2021-02-23T18:40:03.378Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-23T18:40:03.378Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:40:03.378Z] [2021-02-23T18:40:03.378Z] [2021-02-23T18:40:03.378Z] DONE 17 tests, 4 skipped in 27.718s [2021-02-23T18:40:03.378Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-23T18:40:03.378Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:03.378Z] ++ set -e [2021-02-23T18:40:03.378Z] ++ '[' -n 0 ']' [2021-02-23T18:40:03.378Z] ++ set -x [2021-02-23T18:40:03.378Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:03.378Z] INFO: Testing against a local daemon [2021-02-23T18:40:03.378Z] === RUN TestPluginInvalidJSON [2021-02-23T18:40:03.378Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:40:03.378Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:40:03.378Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-23T18:40:03.378Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-23T18:40:03.378Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-23T18:40:03.378Z] === RUN TestPluginInstall [2021-02-23T18:40:03.378Z] === RUN TestPluginInstall/no_auth [2021-02-23T18:40:03.378Z] time="2021-02-23T18:40:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:40:03.378Z] time="2021-02-23T18:40:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79588b0456f1d4a122742ca197cf5a5752a5931af6da4c7fd042a0595cf380a0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:40:03.378Z] time="2021-02-23T18:40:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:40:03.379Z] time="2021-02-23T18:40:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79588b0456f1d4a122742ca197cf5a5752a5931af6da4c7fd042a0595cf380a0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:40:03.671Z] === RUN TestPluginInstall/with_htpasswd [2021-02-23T18:40:03.920Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-02-23T18:40:04.306Z] time="2021-02-23T18:40:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:40:04.306Z] time="2021-02-23T18:40:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3d42fed64ee8d5ab8c524ab384972720776ed60d0eccc5713e37f4933825f5c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:40:04.306Z] time="2021-02-23T18:40:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:40:04.306Z] time="2021-02-23T18:40:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3d42fed64ee8d5ab8c524ab384972720776ed60d0eccc5713e37f4933825f5c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:40:04.601Z] === RUN TestPluginInstall/with_insecure [2021-02-23T18:40:05.641Z] time="2021-02-23T18:40:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:40:05.641Z] time="2021-02-23T18:40:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2371697debddbfb674e97fdb9eaa3a3f441b349bbcc1e724dcaeb278a22749b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:40:05.641Z] time="2021-02-23T18:40:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-23T18:40:05.641Z] time="2021-02-23T18:40:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2371697debddbfb674e97fdb9eaa3a3f441b349bbcc1e724dcaeb278a22749b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-23T18:40:05.811Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-23T18:40:05.934Z] --- PASS: TestPluginInstall (4.34s) [2021-02-23T18:40:05.934Z] --- PASS: TestPluginInstall/no_auth (2.02s) [2021-02-23T18:40:05.934Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2021-02-23T18:40:05.934Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-02-23T18:40:05.934Z] plugin_test.go:160: [dcac0b963d00c] daemon is not started [2021-02-23T18:40:05.934Z] === RUN TestPluginsWithRuntimes [2021-02-23T18:40:06.097Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-23T18:40:07.179Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-23T18:40:07.435Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-23T18:40:08.003Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-23T18:40:08.741Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-23T18:40:09.321Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-23T18:40:09.576Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-23T18:40:10.253Z] --- PASS: TestPluginsWithRuntimes (4.02s) [2021-02-23T18:40:10.253Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.09s) [2021-02-23T18:40:10.253Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.08s) [2021-02-23T18:40:10.253Z] PASS [2021-02-23T18:40:10.253Z] [2021-02-23T18:40:10.253Z] DONE 9 tests in 8.458s [2021-02-23T18:40:10.253Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-23T18:40:10.253Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:10.253Z] ++ set -e [2021-02-23T18:40:10.253Z] ++ '[' -n 0 ']' [2021-02-23T18:40:10.253Z] ++ set -x [2021-02-23T18:40:10.253Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:10.253Z] INFO: Testing against a local daemon [2021-02-23T18:40:10.253Z] === RUN TestExternalGraphDriver [2021-02-23T18:40:10.253Z] === RUN TestExternalGraphDriver/json [2021-02-23T18:40:10.944Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-23T18:40:11.871Z] === RUN TestDockerSuite/TestRmiTag [2021-02-23T18:40:11.871Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-23T18:40:12.332Z] === RUN TestExternalGraphDriver/spec [2021-02-23T18:40:12.433Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-23T18:40:13.849Z] === RUN TestExternalGraphDriver/pull [2021-02-23T18:40:15.697Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-23T18:40:15.949Z] --- PASS: TestExternalGraphDriver (5.62s) [2021-02-23T18:40:15.949Z] --- PASS: TestExternalGraphDriver/json (1.82s) [2021-02-23T18:40:15.949Z] --- PASS: TestExternalGraphDriver/spec (1.79s) [2021-02-23T18:40:15.949Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2021-02-23T18:40:15.949Z] === RUN TestGraphdriverPluginV2 [2021-02-23T18:40:15.949Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-02-23T18:40:15.949Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:40:15.949Z] PASS [2021-02-23T18:40:15.949Z] [2021-02-23T18:40:15.949Z] === Skipped [2021-02-23T18:40:15.949Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-02-23T18:40:15.949Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:40:15.949Z] [2021-02-23T18:40:15.949Z] [2021-02-23T18:40:15.949Z] DONE 5 tests, 1 skipped in 5.766s [2021-02-23T18:40:15.949Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-23T18:40:15.949Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:15.949Z] ++ set -e [2021-02-23T18:40:15.949Z] ++ '[' -n 0 ']' [2021-02-23T18:40:15.949Z] ++ set -x [2021-02-23T18:40:15.949Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:15.949Z] INFO: Testing against a local daemon [2021-02-23T18:40:15.949Z] === RUN TestContinueAfterPluginCrash [2021-02-23T18:40:15.949Z] === PAUSE TestContinueAfterPluginCrash [2021-02-23T18:40:15.949Z] === RUN TestReadPluginNoRead [2021-02-23T18:40:15.949Z] === PAUSE TestReadPluginNoRead [2021-02-23T18:40:15.949Z] === RUN TestDaemonStartWithLogOpt [2021-02-23T18:40:15.949Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-23T18:40:15.949Z] === CONT TestContinueAfterPluginCrash [2021-02-23T18:40:15.949Z] === CONT TestReadPluginNoRead [2021-02-23T18:40:15.949Z] === CONT TestDaemonStartWithLogOpt [2021-02-23T18:40:16.259Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-23T18:40:16.819Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-23T18:40:17.381Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-23T18:40:18.308Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-23T18:40:18.869Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-23T18:40:19.127Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-23T18:40:19.687Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-23T18:40:19.687Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-23T18:40:19.942Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-23T18:40:21.368Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-23T18:40:21.553Z] === RUN TestReadPluginNoRead/default [2021-02-23T18:40:21.553Z] --- PASS: TestDaemonStartWithLogOpt (5.41s) [2021-02-23T18:40:21.929Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-23T18:40:22.590Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-23T18:40:22.856Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-23T18:40:23.627Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-23T18:40:23.783Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-02-23T18:40:25.146Z] --- PASS: TestReadPluginNoRead (9.31s) [2021-02-23T18:40:25.146Z] --- PASS: TestReadPluginNoRead/default (1.39s) [2021-02-23T18:40:25.146Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.36s) [2021-02-23T18:40:25.146Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2021-02-23T18:40:25.146Z] read_test.go:92: [de9176c3fe6f4] daemon is not started [2021-02-23T18:40:25.150Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-23T18:40:26.076Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-02-23T18:40:26.638Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-02-23T18:40:26.655Z] --- PASS: TestContinueAfterPluginCrash (10.48s) [2021-02-23T18:40:26.655Z] PASS [2021-02-23T18:40:26.655Z] [2021-02-23T18:40:26.655Z] DONE 6 tests in 10.561s [2021-02-23T18:40:26.655Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-23T18:40:26.655Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:26.655Z] ++ set -e [2021-02-23T18:40:26.655Z] ++ '[' -n 0 ']' [2021-02-23T18:40:26.655Z] ++ set -x [2021-02-23T18:40:26.655Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:26.655Z] testing: warning: no tests to run [2021-02-23T18:40:26.655Z] PASS [2021-02-23T18:40:26.655Z] [2021-02-23T18:40:26.655Z] DONE 0 tests in 0.017s [2021-02-23T18:40:26.655Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-23T18:40:26.655Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:26.655Z] ++ set -e [2021-02-23T18:40:26.655Z] ++ '[' -n 0 ']' [2021-02-23T18:40:26.655Z] ++ set -x [2021-02-23T18:40:26.655Z] ++ 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=ppc64le 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/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:26.655Z] INFO: Testing against a local daemon [2021-02-23T18:40:26.655Z] === RUN TestPluginWithDevMounts [2021-02-23T18:40:26.655Z] === PAUSE TestPluginWithDevMounts [2021-02-23T18:40:26.655Z] === CONT TestPluginWithDevMounts [2021-02-23T18:40:27.199Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-02-23T18:40:28.125Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-02-23T18:40:28.729Z] --- PASS: TestPluginWithDevMounts (1.81s) [2021-02-23T18:40:28.729Z] PASS [2021-02-23T18:40:28.729Z] [2021-02-23T18:40:28.729Z] DONE 1 tests in 1.892s [2021-02-23T18:40:28.729Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-02-23T18:40:28.729Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:28.729Z] ++ set -e [2021-02-23T18:40:28.729Z] ++ '[' -n 0 ']' [2021-02-23T18:40:28.729Z] ++ set -x [2021-02-23T18:40:28.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=ppc64le 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/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:28.729Z] INFO: Testing against a local daemon [2021-02-23T18:40:28.729Z] === RUN TestSecretInspect [2021-02-23T18:40:29.054Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-02-23T18:40:29.614Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-23T18:40:29.870Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-02-23T18:40:30.796Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-02-23T18:40:30.828Z] --- PASS: TestSecretInspect (2.05s) [2021-02-23T18:40:30.828Z] === RUN TestSecretList [2021-02-23T18:40:31.357Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-23T18:40:32.285Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-23T18:40:32.347Z] --- PASS: TestSecretList (1.96s) [2021-02-23T18:40:32.347Z] === RUN TestSecretsCreateAndDelete [2021-02-23T18:40:32.844Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-23T18:40:33.774Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-23T18:40:33.774Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-23T18:40:34.428Z] --- PASS: TestSecretsCreateAndDelete (2.00s) [2021-02-23T18:40:34.428Z] === RUN TestSecretsUpdate [2021-02-23T18:40:34.701Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-02-23T18:40:35.628Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-23T18:40:36.056Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-23T18:40:36.189Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-23T18:40:36.523Z] --- PASS: TestSecretsUpdate (1.97s) [2021-02-23T18:40:36.523Z] === RUN TestTemplatedSecret [2021-02-23T18:40:36.751Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-23T18:40:37.312Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-23T18:40:37.567Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-02-23T18:40:37.823Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-23T18:40:37.823Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-23T18:40:38.383Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-23T18:40:38.944Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-23T18:40:39.276Z] --- PASS: TestTemplatedSecret (2.49s) [2021-02-23T18:40:39.276Z] === RUN TestSecretCreateResolve [2021-02-23T18:40:39.507Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-23T18:40:40.435Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-23T18:40:40.798Z] --- PASS: TestSecretCreateResolve (1.98s) [2021-02-23T18:40:40.798Z] PASS [2021-02-23T18:40:40.798Z] [2021-02-23T18:40:40.798Z] DONE 6 tests in 12.521s [2021-02-23T18:40:40.798Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-02-23T18:40:40.798Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:40.798Z] ++ set -e [2021-02-23T18:40:40.798Z] ++ '[' -n 0 ']' [2021-02-23T18:40:40.798Z] ++ set -x [2021-02-23T18:40:40.798Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:40:40.996Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-02-23T18:40:40.996Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-23T18:40:40.996Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-23T18:40:41.090Z] INFO: Testing against a local daemon [2021-02-23T18:40:41.090Z] === RUN TestServiceCreateInit [2021-02-23T18:40:41.090Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-23T18:40:41.601Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-23T18:40:41.601Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-23T18:40:42.535Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-23T18:40:43.097Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-23T18:40:44.024Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-23T18:40:44.024Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-02-23T18:40:44.586Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-23T18:40:44.586Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-23T18:40:44.622Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-23T18:40:45.148Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-23T18:40:46.512Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-23T18:40:47.440Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-02-23T18:40:47.695Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-23T18:40:48.623Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-23T18:40:49.096Z] --- PASS: TestServiceCreateInit (7.38s) [2021-02-23T18:40:49.096Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.63s) [2021-02-23T18:40:49.096Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2021-02-23T18:40:49.096Z] === RUN TestCreateServiceMultipleTimes [2021-02-23T18:40:49.184Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-23T18:40:49.745Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-23T18:40:50.672Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-02-23T18:40:50.672Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-23T18:40:51.234Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-23T18:40:51.797Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-23T18:40:53.163Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-23T18:40:53.738Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-23T18:40:55.051Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-02-23T18:40:55.980Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-23T18:40:56.236Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-23T18:40:56.799Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-23T18:40:58.689Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-23T18:40:58.945Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-02-23T18:41:00.309Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-23T18:41:02.832Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-23T18:41:04.196Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-23T18:41:04.196Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-23T18:41:04.196Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-23T18:41:04.451Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-23T18:41:04.497Z] --- PASS: TestCreateServiceMultipleTimes (15.54s) [2021-02-23T18:41:04.497Z] === RUN TestCreateServiceConflict [2021-02-23T18:41:05.817Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-23T18:41:06.029Z] --- PASS: TestCreateServiceConflict (1.96s) [2021-02-23T18:41:06.029Z] === RUN TestCreateServiceMaxReplicas [2021-02-23T18:41:06.121Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-23T18:41:06.377Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-23T18:41:07.740Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-23T18:41:08.301Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-23T18:41:08.782Z] --- PASS: TestCreateServiceMaxReplicas (2.59s) [2021-02-23T18:41:08.782Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-23T18:41:09.226Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-23T18:41:09.788Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-02-23T18:41:09.788Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-23T18:41:10.347Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-02-23T18:41:11.272Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-23T18:41:11.272Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-23T18:41:11.835Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-23T18:41:12.395Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-23T18:41:12.651Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-02-23T18:41:13.212Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-23T18:41:13.212Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-23T18:41:13.773Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-23T18:41:14.028Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-23T18:41:14.589Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-23T18:41:14.845Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-23T18:41:15.406Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-23T18:41:15.967Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-23T18:41:16.222Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-23T18:41:16.783Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-23T18:41:16.783Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-23T18:41:17.346Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-23T18:41:17.602Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-23T18:41:18.529Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-23T18:41:18.785Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-23T18:41:18.785Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-23T18:41:21.301Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-23T18:41:21.301Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-23T18:41:21.446Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.82s) [2021-02-23T18:41:21.446Z] === RUN TestCreateServiceSecretFileMode [2021-02-23T18:41:22.043Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-02-23T18:41:22.312Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-23T18:41:23.538Z] --- PASS: TestCreateServiceSecretFileMode (2.29s) [2021-02-23T18:41:23.538Z] === RUN TestCreateServiceConfigFileMode [2021-02-23T18:41:23.677Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-02-23T18:41:23.677Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-02-23T18:41:23.677Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-02-23T18:41:23.932Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-23T18:41:23.932Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-23T18:41:24.493Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-23T18:41:26.290Z] --- PASS: TestCreateServiceConfigFileMode (2.25s) [2021-02-23T18:41:26.290Z] === RUN TestCreateServiceSysctls [2021-02-23T18:41:27.005Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-23T18:41:28.413Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-23T18:41:29.040Z] --- PASS: TestCreateServiceSysctls (3.00s) [2021-02-23T18:41:29.040Z] === RUN TestCreateServiceCapabilities [2021-02-23T18:41:29.340Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-23T18:41:31.123Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2021-02-23T18:41:31.123Z] === RUN TestInspect [2021-02-23T18:41:33.498Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-02-23T18:41:33.862Z] --- PASS: TestInspect (2.59s) [2021-02-23T18:41:33.862Z] === RUN TestCreateJob [2021-02-23T18:41:34.863Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-23T18:41:35.425Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-23T18:41:35.681Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-02-23T18:41:35.681Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-23T18:41:36.611Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-23T18:41:36.611Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-23T18:41:36.637Z] --- PASS: TestCreateJob (3.01s) [2021-02-23T18:41:36.637Z] === RUN TestReplicatedJob [2021-02-23T18:41:36.868Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-23T18:41:38.231Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-23T18:41:38.792Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-23T18:41:39.718Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-23T18:41:39.718Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-23T18:41:39.973Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-23T18:41:40.899Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-23T18:41:41.825Z] === RUN TestDockerSuite/TestRunMount [2021-02-23T18:41:42.229Z] --- PASS: TestReplicatedJob (5.23s) [2021-02-23T18:41:42.229Z] === RUN TestUpdateReplicatedJob [2021-02-23T18:41:44.979Z] --- PASS: TestUpdateReplicatedJob (3.02s) [2021-02-23T18:41:44.979Z] === RUN TestServiceListWithStatuses [2021-02-23T18:41:44.979Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-23T18:41:44.979Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:41:44.979Z] === RUN TestDockerNetworkConnectAlias [2021-02-23T18:41:45.992Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-23T18:41:46.254Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-23T18:41:46.814Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-23T18:41:47.739Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-23T18:41:47.994Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-02-23T18:41:49.358Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-23T18:41:49.447Z] --- PASS: TestDockerNetworkConnectAlias (3.95s) [2021-02-23T18:41:49.447Z] === RUN TestDockerNetworkReConnect [2021-02-23T18:41:51.250Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-02-23T18:41:52.180Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-23T18:41:52.194Z] --- PASS: TestDockerNetworkReConnect (3.16s) [2021-02-23T18:41:52.194Z] === RUN TestServicePlugin [2021-02-23T18:41:52.194Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-23T18:41:52.194Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:41:52.194Z] === RUN TestServiceUpdateLabel [2021-02-23T18:41:54.070Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-23T18:41:54.279Z] --- PASS: TestServiceUpdateLabel (1.96s) [2021-02-23T18:41:54.279Z] === RUN TestServiceUpdateSecrets [2021-02-23T18:41:54.326Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-02-23T18:41:55.690Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-23T18:41:57.055Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-23T18:41:57.310Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-02-23T18:41:58.673Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-23T18:41:58.673Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-23T18:41:59.235Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-23T18:42:00.161Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-23T18:42:00.161Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-02-23T18:42:00.722Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-23T18:42:01.284Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-23T18:42:03.173Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-23T18:42:03.428Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-02-23T18:42:04.795Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-23T18:42:06.159Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-02-23T18:42:08.686Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-23T18:42:08.686Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-23T18:42:08.686Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-02-23T18:42:08.941Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-02-23T18:42:09.502Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-23T18:42:09.502Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-23T18:42:09.668Z] --- PASS: TestServiceUpdateSecrets (14.31s) [2021-02-23T18:42:09.668Z] === RUN TestServiceUpdateConfigs [2021-02-23T18:42:10.064Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-23T18:42:10.625Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-23T18:42:10.880Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-23T18:42:11.442Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-23T18:42:12.003Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-02-23T18:42:17.243Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-02-23T18:42:17.243Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-23T18:42:17.243Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-02-23T18:42:17.503Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-02-23T18:42:18.429Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-23T18:42:19.793Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-23T18:42:20.355Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-02-23T18:42:20.958Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-23T18:42:21.213Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-23T18:42:21.774Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-23T18:42:22.334Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-23T18:42:22.895Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-23T18:42:22.895Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-23T18:42:22.895Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-02-23T18:42:23.455Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-23T18:42:24.016Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-23T18:42:24.016Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-23T18:42:24.582Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-02-23T18:42:25.034Z] --- PASS: TestServiceUpdateConfigs (14.29s) [2021-02-23T18:42:25.034Z] === RUN TestServiceUpdateNetwork [2021-02-23T18:42:25.947Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-23T18:42:25.947Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-23T18:42:27.833Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-23T18:42:28.759Z] === RUN TestDockerSuite/TestRunRm [2021-02-23T18:42:29.336Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-23T18:42:33.496Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-23T18:42:33.496Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-23T18:42:33.751Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-02-23T18:42:35.113Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-02-23T18:42:35.478Z] --- PASS: TestServiceUpdateNetwork (12.36s) [2021-02-23T18:42:35.478Z] === RUN TestServiceUpdatePidsLimit [2021-02-23T18:42:35.675Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-02-23T18:42:35.930Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-02-23T18:42:36.117Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-23T18:42:36.755Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-23T18:42:39.194Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-02-23T18:42:39.194Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-02-23T18:42:42.463Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-02-23T18:42:42.719Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-02-23T18:42:43.280Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-02-23T18:42:43.280Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-02-23T18:42:43.650Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-23T18:42:43.841Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-02-23T18:42:44.404Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-02-23T18:42:44.967Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-02-23T18:42:45.529Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-02-23T18:42:46.462Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-23T18:42:46.725Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-02-23T18:42:46.981Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-23T18:42:47.380Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-23T18:42:47.543Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-23T18:42:48.916Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-23T18:42:50.060Z] === RUN TestDockerSuite/TestRunState [2021-02-23T18:42:50.990Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-23T18:42:51.553Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-23T18:42:51.809Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-02-23T18:42:51.823Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-23T18:42:52.064Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-23T18:42:52.156Z] --- PASS: TestServiceUpdatePidsLimit (16.17s) [2021-02-23T18:42:52.156Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.76s) [2021-02-23T18:42:52.156Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-02-23T18:42:52.156Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.91s) [2021-02-23T18:42:52.156Z] PASS [2021-02-23T18:42:52.156Z] [2021-02-23T18:42:52.156Z] === Skipped [2021-02-23T18:42:52.156Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-02-23T18:42:52.156Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-23T18:42:52.156Z] [2021-02-23T18:42:52.156Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-02-23T18:42:52.156Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-23T18:42:52.156Z] [2021-02-23T18:42:52.156Z] [2021-02-23T18:42:52.156Z] DONE 27 tests, 2 skipped in 130.273s [2021-02-23T18:42:52.156Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-02-23T18:42:52.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:42:52.156Z] ++ set -e [2021-02-23T18:42:52.156Z] ++ '[' -n 0 ']' [2021-02-23T18:42:52.156Z] ++ set -x [2021-02-23T18:42:52.156Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:42:52.156Z] INFO: Testing against a local daemon [2021-02-23T18:42:52.156Z] === RUN TestSessionCreate [2021-02-23T18:42:52.156Z] --- PASS: TestSessionCreate (0.04s) [2021-02-23T18:42:52.156Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-23T18:42:52.156Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-02-23T18:42:52.156Z] PASS [2021-02-23T18:42:52.156Z] [2021-02-23T18:42:52.156Z] DONE 2 tests in 0.150s [2021-02-23T18:42:52.156Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-02-23T18:42:52.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:42:52.156Z] ++ set -e [2021-02-23T18:42:52.156Z] ++ '[' -n 0 ']' [2021-02-23T18:42:52.156Z] ++ set -x [2021-02-23T18:42:52.156Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:42:52.156Z] INFO: Testing against a local daemon [2021-02-23T18:42:52.156Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-23T18:42:52.156Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:42:52.156Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:42:52.156Z] === RUN TestEventsExecDie [2021-02-23T18:42:52.156Z] --- PASS: TestEventsExecDie (0.62s) [2021-02-23T18:42:52.156Z] === RUN TestEventsBackwardsCompatible [2021-02-23T18:42:52.156Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-02-23T18:42:52.156Z] === RUN TestInfoBinaryCommits [2021-02-23T18:42:52.156Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-02-23T18:42:52.156Z] === RUN TestInfoAPIVersioned [2021-02-23T18:42:52.156Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-23T18:42:52.156Z] === RUN TestInfoDiscoveryBackend [2021-02-23T18:42:52.320Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-02-23T18:42:52.320Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-23T18:42:52.789Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-23T18:42:52.789Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-23T18:42:52.884Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-23T18:42:53.464Z] === RUN TestDockerSuite/TestRunSysctls [2021-02-23T18:42:53.902Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-23T18:42:53.902Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-23T18:42:54.197Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-23T18:42:54.197Z] === RUN TestInfoAPI [2021-02-23T18:42:54.197Z] --- PASS: TestInfoAPI (0.05s) [2021-02-23T18:42:54.197Z] === RUN TestInfoAPIWarnings [2021-02-23T18:42:54.830Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-23T18:42:55.086Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-23T18:42:55.086Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-23T18:42:55.086Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-02-23T18:42:55.648Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-02-23T18:42:56.509Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-23T18:42:56.509Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-23T18:42:56.509Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-23T18:42:56.509Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-23T18:42:56.509Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-23T18:42:56.509Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-23T18:42:57.535Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-02-23T18:42:58.097Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-02-23T18:42:59.023Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-02-23T18:42:59.415Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-23T18:42:59.415Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-23T18:42:59.415Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-23T18:42:59.415Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-23T18:42:59.874Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-23T18:43:01.536Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-23T18:43:04.564Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-23T18:43:04.798Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-23T18:43:04.798Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-23T18:43:05.053Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-23T18:43:05.618Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-23T18:43:06.983Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-23T18:43:08.346Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-23T18:43:08.346Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-02-23T18:43:08.907Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-23T18:43:08.907Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-23T18:43:09.163Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-23T18:43:09.725Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-23T18:43:10.288Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-23T18:43:10.850Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-02-23T18:43:10.850Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-23T18:43:11.106Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-23T18:43:11.668Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-23T18:43:12.775Z] --- PASS: TestInfoAPIWarnings (16.32s) [2021-02-23T18:43:12.775Z] === RUN TestInfoDebug [2021-02-23T18:43:12.775Z] --- PASS: TestInfoDebug (0.53s) [2021-02-23T18:43:12.775Z] === RUN TestInfoInsecureRegistries [2021-02-23T18:43:12.775Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-02-23T18:43:12.775Z] === RUN TestInfoRegistryMirrors [2021-02-23T18:43:12.775Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-02-23T18:43:12.775Z] === RUN TestLoginFailsWithBadCredentials [2021-02-23T18:43:12.775Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2021-02-23T18:43:12.775Z] === RUN TestPingCacheHeaders [2021-02-23T18:43:12.775Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-02-23T18:43:12.775Z] === RUN TestPingGet [2021-02-23T18:43:12.775Z] --- PASS: TestPingGet (0.02s) [2021-02-23T18:43:12.775Z] === RUN TestPingHead [2021-02-23T18:43:12.775Z] --- PASS: TestPingHead (0.03s) [2021-02-23T18:43:12.775Z] === RUN TestVersion [2021-02-23T18:43:12.775Z] --- PASS: TestVersion (0.03s) [2021-02-23T18:43:12.775Z] PASS [2021-02-23T18:43:12.775Z] [2021-02-23T18:43:12.775Z] === Skipped [2021-02-23T18:43:12.775Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-23T18:43:12.775Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-23T18:43:12.775Z] [2021-02-23T18:43:12.775Z] [2021-02-23T18:43:12.775Z] DONE 18 tests, 1 skipped in 21.266s [2021-02-23T18:43:12.775Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-02-23T18:43:12.775Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:43:12.775Z] ++ set -e [2021-02-23T18:43:12.775Z] ++ '[' -n 0 ']' [2021-02-23T18:43:12.775Z] ++ set -x [2021-02-23T18:43:12.775Z] ++ 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=ppc64le 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/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-23T18:43:12.775Z] INFO: Testing against a local daemon [2021-02-23T18:43:12.775Z] === RUN TestVolumesCreateAndList [2021-02-23T18:43:12.775Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-23T18:43:12.775Z] === RUN TestVolumesRemove [2021-02-23T18:43:12.775Z] --- PASS: TestVolumesRemove (0.09s) [2021-02-23T18:43:12.775Z] === RUN TestVolumesInspect [2021-02-23T18:43:12.775Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-23T18:43:12.775Z] === RUN TestVolumesInvalidJSON [2021-02-23T18:43:12.775Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-23T18:43:12.775Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-23T18:43:12.775Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-23T18:43:12.775Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-23T18:43:12.775Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-23T18:43:12.775Z] PASS [2021-02-23T18:43:12.775Z] [2021-02-23T18:43:12.775Z] DONE 5 tests in 0.225s [2021-02-23T18:43:12.775Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T18:43:13.070Z] ++++ cat bundles/test-integration/docker.pid [2021-02-23T18:43:13.070Z] +++ kill 14084 [2021-02-23T18:43:14.593Z] +++ /etc/init.d/apparmor stop [2021-02-23T18:43:14.593Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T18:43:14.593Z] [2021-02-23T18:43:14.593Z] Unloading profiles will leave already running processes permanently [2021-02-23T18:43:14.593Z] unconfined, which can lead to unexpected situations. [2021-02-23T18:43:14.593Z] [2021-02-23T18:43:14.593Z] To set a process to complain mode, use the command line tool [2021-02-23T18:43:14.593Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T18:43:14.593Z] +++ true [2021-02-23T18:43:14.593Z] exiting test-integration [2021-02-23T18:43:14.593Z] ++ exit 0 [2021-02-23T18:43:14.593Z] [2021-02-23T18:43:14.931Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-23T18:43:14.931Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-23T18:43:15.492Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode Post stage [Pipeline] junit [2021-02-23T18:43:16.722Z] Recording test results [2021-02-23T18:43:16.879Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-23T18:43:16.945Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-23T18:43:17.343Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-02-23T18:43:17.404Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-23T18:43:17.405Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-23T18:43:17.405Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-23T18:43:17.405Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-23T18:43:17.405Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-23T18:43:17.405Z] === RUN TestDockerSuite/TestBuildFails Post stage [Pipeline] sh [2021-02-23T18:43:17.778Z] + echo Ensuring container killed. [2021-02-23T18:43:17.778Z] Ensuring container killed. [2021-02-23T18:43:17.778Z] + docker rm -vf docker-pr3 [2021-02-23T18:43:17.778Z] Error: No such container: docker-pr3 [2021-02-23T18:43:17.778Z] + true [2021-02-23T18:43:17.807Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [Pipeline] sh [2021-02-23T18:43:18.168Z] + echo Chowning /workspace to jenkins user [2021-02-23T18:43:18.168Z] Chowning /workspace to jenkins user [2021-02-23T18:43:18.168Z] + id -u [2021-02-23T18:43:18.168Z] + id -g [2021-02-23T18:43:18.168Z] + docker run --rm -v /home/docker/workspace/moby_PR-42060:/workspace busybox chown -R 1001:1001 /workspace [2021-02-23T18:43:18.168Z] Unable to find image 'busybox:latest' locally [2021-02-23T18:43:18.459Z] latest: Pulling from library/busybox [2021-02-23T18:43:18.459Z] f2fa8cbaa451: Pulling fs layer [2021-02-23T18:43:18.752Z] f2fa8cbaa451: Verifying Checksum [2021-02-23T18:43:18.752Z] f2fa8cbaa451: Download complete [2021-02-23T18:43:19.048Z] f2fa8cbaa451: Pull complete [2021-02-23T18:43:19.048Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-23T18:43:19.048Z] Status: Downloaded newer image for busybox:latest [2021-02-23T18:43:19.171Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-23T18:43:21.058Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-23T18:43:21.314Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-02-23T18:43:21.314Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-23T18:43:21.314Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-23T18:43:21.314Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-23T18:43:21.314Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-23T18:43:21.524Z] + bundleName=ppc64le-integration [2021-02-23T18:43:21.524Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-02-23T18:43:21.524Z] Creating ppc64le-integration-bundles.tar.gz [2021-02-23T18:43:21.524Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+ *.prof -o -name *-report.xml )xargs -print tar [2021-02-23T18:43:21.524Z] -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-23T18:43:21.568Z] Archiving artifacts [2021-02-23T18:43:21.570Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-02-23T18:43:21.570Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-02-23T18:43:21.999Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T18:43:22.388Z] + make clean [2021-02-23T18:43:22.497Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-02-23T18:43:22.680Z] make: command: Command not found [2021-02-23T18:43:22.680Z] make: command: Command not found [2021-02-23T18:43:22.680Z] docker volume rm -f docker-dev-cache [2021-02-23T18:43:22.680Z] docker-dev-cache [Pipeline] deleteDir [2021-02-23T18:43:22.753Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-02-23T18:43:24.478Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-23T18:43:24.478Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-23T18:43:24.641Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-02-23T18:43:24.896Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-02-23T18:43:25.457Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-23T18:43:25.457Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-02-23T18:43:25.712Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-02-23T18:43:25.712Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-02-23T18:43:25.712Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-02-23T18:43:25.968Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-23T18:43:25.968Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-02-23T18:43:25.968Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-02-23T18:43:25.968Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-02-23T18:43:25.968Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-02-23T18:43:25.968Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-02-23T18:43:25.968Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-02-23T18:43:26.223Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T18:43:26.783Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-02-23T18:43:27.344Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-02-23T18:43:27.344Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-02-23T18:43:27.904Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-23T18:43:27.904Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-23T18:43:28.466Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-23T18:43:28.466Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-02-23T18:43:29.030Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-02-23T18:43:29.165Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-23T18:43:29.286Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-02-23T18:43:29.541Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-23T18:43:29.541Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-23T18:43:29.797Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-23T18:43:30.723Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-02-23T18:43:31.284Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-02-23T18:43:31.284Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-23T18:43:31.539Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-23T18:43:31.796Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-23T18:43:32.723Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-23T18:43:32.978Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-23T18:43:34.869Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-23T18:43:34.955Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-23T18:43:35.125Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-02-23T18:43:35.125Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-23T18:43:35.125Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-23T18:43:35.125Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-23T18:43:36.061Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-02-23T18:43:36.999Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-02-23T18:43:37.925Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-02-23T18:43:38.180Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-23T18:43:38.180Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-23T18:43:39.545Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-23T18:43:39.545Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-23T18:43:40.473Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-23T18:43:41.838Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-23T18:43:41.838Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-23T18:43:42.765Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-23T18:43:43.020Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-23T18:43:43.020Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-23T18:43:44.384Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-23T18:43:45.272Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-23T18:43:45.750Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-23T18:43:46.006Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-23T18:43:46.006Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-23T18:43:46.006Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-23T18:43:46.261Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-23T18:43:46.823Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-23T18:43:48.710Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-23T18:43:49.005Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-23T18:43:49.973Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-23T18:43:53.948Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-23T18:43:54.661Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-23T18:43:54.661Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-23T18:43:55.628Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-23T18:43:55.628Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-23T18:43:55.628Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-23T18:43:55.833Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-23T18:43:56.760Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-02-23T18:43:56.760Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-23T18:43:58.125Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-23T18:43:59.057Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-02-23T18:44:00.963Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-23T18:44:01.523Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-02-23T18:44:02.888Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-23T18:44:03.144Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-23T18:44:05.032Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-23T18:44:06.919Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-23T18:44:07.846Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-23T18:44:08.005Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-23T18:44:08.005Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-23T18:44:10.357Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-23T18:44:14.521Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-23T18:44:17.781Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-23T18:44:18.322Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-23T18:44:18.322Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-23T18:44:19.859Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-23T18:44:19.859Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-23T18:44:20.318Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-23T18:44:20.318Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-23T18:44:21.941Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-02-23T18:44:21.941Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-23T18:44:24.051Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-23T18:44:24.454Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-02-23T18:44:25.019Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-23T18:44:25.478Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-23T18:44:26.355Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-23T18:44:26.447Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-23T18:44:26.616Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-23T18:44:26.906Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-23T18:44:27.177Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-23T18:44:27.737Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-23T18:44:27.737Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-23T18:44:27.874Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-23T18:44:27.992Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-23T18:44:28.841Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-23T18:44:28.917Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-02-23T18:44:31.430Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-23T18:44:31.685Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-02-23T18:44:34.197Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-23T18:44:34.630Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-23T18:44:34.759Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-02-23T18:44:35.089Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-23T18:44:35.319Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-02-23T18:44:35.319Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-02-23T18:44:35.879Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-02-23T18:44:36.804Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-02-23T18:44:36.804Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-02-23T18:44:37.729Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-02-23T18:44:38.654Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-02-23T18:44:39.215Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-02-23T18:44:39.778Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-23T18:44:40.142Z] === RUN TestDockerSuite/TestUpdateStats [2021-02-23T18:44:44.301Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-02-23T18:44:44.561Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-02-23T18:44:44.561Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-02-23T18:44:45.486Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-02-23T18:44:46.046Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-23T18:44:46.973Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-02-23T18:44:49.056Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-02-23T18:44:52.332Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-02-23T18:44:54.218Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-02-23T18:44:55.583Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-23T18:44:58.095Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-23T18:45:00.609Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-02-23T18:45:01.973Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-02-23T18:45:03.337Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-02-23T18:45:04.262Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-02-23T18:45:05.034Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-23T18:45:05.034Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-23T18:45:05.034Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-23T18:45:05.190Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-02-23T18:45:06.115Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-02-23T18:45:06.370Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-02-23T18:45:08.259Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-02-23T18:45:09.628Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-02-23T18:45:10.990Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-02-23T18:45:12.354Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-23T18:45:14.257Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-23T18:45:29.086Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-23T18:45:29.342Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-23T18:45:29.598Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-23T18:45:29.598Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-23T18:45:29.598Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-23T18:45:29.598Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-23T18:45:31.487Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-23T18:45:31.487Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-23T18:45:31.487Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-23T18:45:31.487Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-23T18:45:31.487Z] === RUN TestDockerSuite/TestVolumeEvents [2021-02-23T18:45:34.979Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-23T18:45:38.015Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-23T18:45:38.270Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-23T18:45:38.270Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-23T18:45:38.526Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-23T18:45:40.415Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-23T18:45:42.929Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite (1395.52s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.13s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.59s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.45s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.88s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.24s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.42s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.28s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.07s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.84s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.60s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.76s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.02s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.92s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.68s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.57s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.67s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.77s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.94s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.76s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAttachDetach (1.13s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.14s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.19s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.84s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.92s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.36s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.01s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.27s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.28s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.27s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.91s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.05s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.97s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.83s) [2021-02-23T18:45:42.929Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.42s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.06s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.92s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.54s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.18s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.06s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.72s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.20s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.19s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.42s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.42s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.91s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.43s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.98s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.28s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.30s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.98s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.34s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.08s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.28s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.50s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.94s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.01s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.21s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.12s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.93s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.40s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.06s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.01s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.41s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.81s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.95s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.30s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.25s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.54s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.05s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.01s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.31s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.75s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.69s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.41s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.76s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.02s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.97s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.43s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.42s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.95s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.67s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.80s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.07s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.07s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.74s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCmd (0.55s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.46s) [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.58s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.31s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.91s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.74s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.41s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.61s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.36s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.25s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.52s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.49s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.79s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.22s) [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.36s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.43s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.07s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.77s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.61s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.87s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.58s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.16s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.97s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.37s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.34s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.40s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.72s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.60s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.30s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.05s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.40s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.07s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.00s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.58s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.58s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.94s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.74s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.62s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.40s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.21s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.10s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.49s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.31s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.86s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.57s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.75s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.72s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnv (1.75s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.32s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.28s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.41s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.70s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.84s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.45s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.86s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.54s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.55s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.36s) [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.97s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.67s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.54s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.40s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFails (0.90s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.15s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.00s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.92s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.76s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.96s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.74s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.96s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.40s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.29s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.49s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.51s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildHistory (4.16s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.50s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.73s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.70s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.06s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.92s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLabel (0.54s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.49s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.55s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.36s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLabels (0.51s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.26s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.68s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.26s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.33s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.15s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.77s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.41s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.38s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.33s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.49s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.00s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.74s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.18s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.92s) [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.78s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.23s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.33s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.88s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.66s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.80s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.61s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.06s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.28s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.28s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.51s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.52s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.56s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.43s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.99s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.45s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.87s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.97s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.37s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.67s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildPATH (2.60s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.87s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.82s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.13s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.54s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.78s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildRm (2.39s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.90s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.28s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.50s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.52s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.97s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.80s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.82s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.01s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.28s) [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.38s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildStderr (0.75s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.09s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.02s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.03s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.56s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.96s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.85s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildUser (2.10s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.37s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.04s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.61s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.22s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.77s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.74s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.39s) [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.65s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.69s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.55s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.24s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.26s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.92s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.54s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.12s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.35s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.67s) [2021-02-23T18:45:42.930Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-23T18:45:42.930Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.58s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.78s) [2021-02-23T18:45:42.930Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-23T18:45:42.931Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-23T18:45:42.931Z] docker_cli_sni_test.go:18: Flakey test [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.50s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.70s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitChange (0.90s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.81s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.98s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.92s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.30s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitTTY (1.20s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.62s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.22s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.87s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.96s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.79s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.63s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.58s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.62s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.63s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.65s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.74s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.49s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.49s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.51s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.73s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.61s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.65s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.66s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.55s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.85s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.53s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.59s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.46s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.23s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.27s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.65s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.63s) [2021-02-23T18:45:42.931Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-23T18:45:42.931Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.56s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.55s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.96s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.89s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.91s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.81s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.52s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.52s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.60s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.80s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.72s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00021cd80_} (1.52s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1342024715_/foo_false____} (1.56s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1342024715_/foo_true____} (1.32s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3111187438_/foo_false____} (1.47s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3111187438_/foo_true____} (1.64s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3111187438_/foo_true__0xc00021ce00__} (1.49s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00021ce20_} (1.48s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00021ce40_} (1.35s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00021ce60_} (1.35s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00021ce80_} (1.37s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.16s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.80s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.76s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.24s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.93s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.56s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.60s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.67s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.55s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.57s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.54s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.62s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.63s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.58s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.64s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.61s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.51s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.60s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.98s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.69s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.85s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.91s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.67s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.14s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.80s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.86s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.43s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.23s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.54s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.94s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.71s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.94s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.79s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.74s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.63s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.75s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToDot (0.87s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.18s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToStdout (0.98s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.60s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.32s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.79s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.08s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.45s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.80s) [2021-02-23T18:45:42.931Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-23T18:45:42.931Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.12s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.66s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2021-02-23T18:45:42.931Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-23T18:45:42.931Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.01s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.27s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.15s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.46s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.08s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.60s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.12s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.06s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.59s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.48s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.79s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.14s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.04s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.05s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.27s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.58s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.73s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.66s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.21s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsAttach (0.53s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsCommit (0.67s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.53s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.44s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.05s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.58s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.21s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsCopy (0.86s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.97s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.47s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.96s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.96s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFilters (0.98s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFormat (1.06s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.59s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.28s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2021-02-23T18:45:42.931Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-23T18:45:42.931Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.931Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-23T18:45:42.931Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.55s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.48s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsRename (0.47s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsResize (0.92s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.48s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.62s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.44s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.87s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsTop (0.81s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.88s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.52s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.50s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.47s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.09s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.60s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.68s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.61s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.81s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.60s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.82s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecCgroup (0.90s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecEnv (0.62s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.05s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.56s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecInspectID (2.57s) [2021-02-23T18:45:42.931Z] --- PASS: TestDockerSuite/TestExecInteractive (0.64s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.66s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecParseError (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.58s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.05s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.58s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecStartFails (0.56s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.80s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.50s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.58s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.51s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecUlimits (0.57s) [2021-02-23T18:45:42.932Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-23T18:45:42.932Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.30s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.79s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.57s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.52s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.62s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.46s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestHealth (19.38s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.61s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.63s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.67s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.60s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.81s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImportDisplay (1.14s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImportFile (1.18s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImportGzipped (1.62s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.66s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.96s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.74s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.62s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.50s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.46s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.46s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.15s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2021-02-23T18:45:42.932Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-23T18:45:42.932Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.68s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.64s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectDefault (0.47s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2021-02-23T18:45:42.932Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-23T18:45:42.932Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.50s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.68s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.04s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.66s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectStatus (0.68s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.55s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.69s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.46s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.52s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.08s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.15s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.46s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.43s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.67s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.44s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.86s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (9.64s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.12s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.15s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.53s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.54s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.30s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.52s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.46s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.81s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.80s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.72s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.87s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsSince (6.66s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.54s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.51s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsTail (0.85s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.72s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.55s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.23s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestNetHostname (1.33s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.59s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.29s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.48s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPluginActive (1.51s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.31s) [2021-02-23T18:45:42.932Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-23T18:45:42.932Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.80s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.34s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.40s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.00s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.93s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.48s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.96s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.13s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPortList (7.21s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.90s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.89s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.65s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.59s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.56s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.21s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.08s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsByOrder (2.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.71s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.12s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.22s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.20s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.79s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.04s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.85s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.98s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.99s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.63s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.86s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.00s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.59s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.60s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.52s) [2021-02-23T18:45:42.932Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-23T18:45:42.932Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.27s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.10s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.36s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.86s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.78s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.38s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.99s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.11s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.01s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.97s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.24s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.38s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.45s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.75s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.34s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.72s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiTag (0.17s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.50s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.26s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.49s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.67s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.38s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.04s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAddHost (0.50s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.26s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.50s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.50s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.34s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.60s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.92s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.89s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.22s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.97s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.69s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.65s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.76s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.76s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.89s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.84s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.84s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.81s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.63s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.80s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.88s) [2021-02-23T18:45:42.932Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.60s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.71s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.53s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.50s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.60s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.70s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.64s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.52s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.86s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.81s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.74s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.60s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.14s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.40s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.04s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.45s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.67s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.80s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.54s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.60s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.54s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.77s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.72s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.96s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.31s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.27s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.63s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.47s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.09s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.91s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.37s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.45s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.00s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.57s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.43s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.43s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunExitCode (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.47s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.87s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.10s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.49s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.56s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.38s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.51s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.41s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.37s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.15s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.51s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.47s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.50s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.82s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.27s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.77s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.97s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.89s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.94s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunMount (3.94s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.90s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.66s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.78s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.93s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.74s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.40s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.31s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.64s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetHost (1.05s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.53s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.56s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.79s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.69s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.53s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.57s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.68s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.11s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.67s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.61s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.63s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.32s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.76s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.53s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.59s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.62s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.72s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.10s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.11s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.93s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunRm (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.50s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.33s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.67s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.00s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.70s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.49s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.56s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.62s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.73s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.65s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.52s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunState (1.04s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.60s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.60s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.49s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunSysctls (1.57s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.54s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.84s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.61s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.16s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.23s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.88s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.47s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.45s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.19s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUserByID (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.49s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUserByName (0.63s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.74s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.78s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.43s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.68s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.36s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.89s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.40s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.65s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.61s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.74s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.45s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.55s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.45s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.48s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.47s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.89s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.48s) [2021-02-23T18:45:42.933Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-23T18:45:42.933Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.34s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.93s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.46s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.61s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.86s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.99s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.09s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.06s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.34s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveImageId (0.11s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.62s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.42s) [2021-02-23T18:45:42.933Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents286021731 [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.11s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-23T18:45:42.933Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.24s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.41s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.13s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.55s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.96s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.90s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.17s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.04s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.04s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.82s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.87s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.55s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartRecordError (1.59s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.87s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.52s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.05s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.51s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.66s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.52s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.57s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.54s) [2021-02-23T18:45:42.934Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-23T18:45:42.934Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.23s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.99s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.48s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s) [2021-02-23T18:45:42.934Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-23T18:45:42.934Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.56s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.07s) [2021-02-23T18:45:42.934Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-23T18:45:42.934Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.96s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.64s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.63s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.12s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateStats (3.57s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.88s) [2021-02-23T18:45:42.934Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-23T18:45:42.934Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.71s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.58s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (3.16s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.82s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.14s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.48s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.27s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.75s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.35s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.33s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.90s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.88s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.43s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.79s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.43s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.35s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.36s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.10s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.46s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.58s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.69s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.09s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.49s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.42s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.44s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.87s) [2021-02-23T18:45:42.934Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.48s) [2021-02-23T18:45:42.934Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-23T18:45:42.934Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-23T18:45:42.934Z] === RUN TestDockerRegistrySuite [2021-02-23T18:45:42.934Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-23T18:45:44.299Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-23T18:45:45.227Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-23T18:45:46.589Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-23T18:45:46.589Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-23T18:45:49.864Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-23T18:45:55.102Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-23T18:45:56.080Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-23T18:45:57.616Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-23T18:45:58.269Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-23T18:45:58.543Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-23T18:45:59.469Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-23T18:46:00.832Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-23T18:46:01.757Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-23T18:46:03.121Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-23T18:46:03.682Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-23T18:46:04.061Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-23T18:46:04.609Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-23T18:46:06.497Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-23T18:46:07.795Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-23T18:46:08.387Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-23T18:46:09.750Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-23T18:46:11.638Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-23T18:46:12.565Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-23T18:46:12.821Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-23T18:46:13.758Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-23T18:46:14.685Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-23T18:46:15.616Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-23T18:46:18.130Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-23T18:46:18.386Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-23T18:46:19.750Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-23T18:46:19.750Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-23T18:46:20.005Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-23T18:46:20.261Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-23T18:46:20.517Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-23T18:46:20.772Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-23T18:46:21.027Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-23T18:46:21.952Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-23T18:46:22.606Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-23T18:46:22.606Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-23T18:46:23.316Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-23T18:46:24.242Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-23T18:46:25.168Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-23T18:46:26.093Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite (44.18s) [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.26s) [2021-02-23T18:46:27.019Z] check_test.go:196: [dd83002f9469e] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.02s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d9420258a8812] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.29s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d3bad0c6d686a] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d1a9a458160a3] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.82s) [2021-02-23T18:46:27.019Z] check_test.go:196: [da956203ac3b2] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.59s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d46479483d7eb] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.73s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d21a60be12ade] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.99s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d063673a85502] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d93737508c617] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.05s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d588692b4e398] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.08s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d127cf0558de2] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.15s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d0c228bd395e2] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s) [2021-02-23T18:46:27.019Z] check_test.go:196: [df1c7334767ab] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.97s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d589ed20c9c18] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.85s) [2021-02-23T18:46:27.019Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e862f9f7a5db1f924b2f40e335c195da0c545126da325c7af479ffd76c98e1d3 [2021-02-23T18:46:27.019Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fd6fb053e6d898d0834eb6f3ff8ad5da3260b06506cdf7a2f4ed4429ed80178c [2021-02-23T18:46:27.019Z] check_test.go:196: [d6c1c4517db94] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.93s) [2021-02-23T18:46:27.019Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2f6e1cdfcb057b1c3c54516a2153f701063e96d46f290f77a995dcc2b32f40a8 [2021-02-23T18:46:27.019Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:700bb1f31a627529cb8cdc8fae6e8707848ce1c65a05850e1f6ba3ef4e1932c5 [2021-02-23T18:46:27.019Z] check_test.go:196: [dd56f493f2399] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.00s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d23a6a22ba23b] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.12s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d8addda419709] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.01s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d69656cc7d7b7] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d6e4aac2bd2e2] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.04s) [2021-02-23T18:46:27.019Z] check_test.go:196: [de09791e80034] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2021-02-23T18:46:27.019Z] check_test.go:196: [da1eeec6306b3] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d70a5af68dd48] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.41s) [2021-02-23T18:46:27.019Z] check_test.go:196: [dd4c47eade93c] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d99e6e86ea195] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.07s) [2021-02-23T18:46:27.019Z] check_test.go:196: [dfe77727e7139] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d77fec8b48df5] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d2ad3da1d2ea0] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d60496422c37f] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d7bb56314263c] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d206edb4591fb] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d2ba76f0d5d9f] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2021-02-23T18:46:27.019Z] check_test.go:196: [da0b8310bf0de] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.42s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d4a60866e197a] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s) [2021-02-23T18:46:27.019Z] check_test.go:196: [daf01625a70c6] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.02s) [2021-02-23T18:46:27.019Z] check_test.go:196: [d84f24edb03b7] daemon is not started [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.99s) [2021-02-23T18:46:27.019Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2021-02-23T18:46:27.019Z] === RUN TestDockerSchema1RegistrySuite [2021-02-23T18:46:27.019Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-23T18:46:27.019Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-23T18:46:30.283Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-23T18:46:34.445Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-23T18:46:34.989Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-23T18:46:34.989Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-23T18:46:34.989Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-23T18:46:34.989Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-23T18:46:37.166Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-23T18:46:37.725Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-23T18:46:38.297Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-23T18:46:39.661Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-23T18:46:39.661Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-23T18:46:40.586Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-23T18:46:41.514Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-23T18:46:41.853Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-23T18:46:42.440Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-23T18:46:44.032Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-23T18:46:44.032Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-23T18:46:44.032Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-23T18:46:44.953Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-23T18:46:45.208Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-23T18:46:45.463Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-23T18:46:45.718Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-23T18:46:45.974Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-23T18:46:46.230Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-02-23T18:46:46.230Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-23T18:46:46.792Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite (19.79s) [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d1d9b40d04e13] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.75s) [2021-02-23T18:46:46.792Z] check_test.go:223: [da8d3cf3284ef] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.61s) [2021-02-23T18:46:46.792Z] check_test.go:223: [db61d1c7cdd2c] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.82s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d454f30001ac6] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.02s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d0813cedeb2ee] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.03s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d908ca378a7fb] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-02-23T18:46:46.792Z] check_test.go:223: [de57e1374aaab] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d571cbbf8bdb8] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.92s) [2021-02-23T18:46:46.792Z] check_test.go:223: [dfde6735a0ef4] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d6e176c31d062] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.42s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d2af777ef9165] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2021-02-23T18:46:46.792Z] check_test.go:223: [db38235f5b250] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s) [2021-02-23T18:46:46.792Z] check_test.go:223: [da5aee6a86464] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-02-23T18:46:46.792Z] check_test.go:223: [db31120de45a4] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-02-23T18:46:46.792Z] check_test.go:223: [dec0ecd65d9ac] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.28s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d486195f70049] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2021-02-23T18:46:46.792Z] check_test.go:223: [de1a565a8bfba] daemon is not started [2021-02-23T18:46:46.792Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s) [2021-02-23T18:46:46.792Z] check_test.go:223: [d6edabe584c10] daemon is not started [2021-02-23T18:46:46.792Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-23T18:46:46.792Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-23T18:46:46.939Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-23T18:46:47.907Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-23T18:46:48.157Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-23T18:46:48.718Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-23T18:46:48.718Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-23T18:46:48.875Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-23T18:46:50.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-23T18:46:50.338Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-23T18:46:50.338Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-02-23T18:46:50.594Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-23T18:46:51.521Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-23T18:46:51.777Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.92s) [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.17s) [2021-02-23T18:46:51.778Z] check_test.go:252: [d2b40386258f9] daemon is not started [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.70s) [2021-02-23T18:46:51.778Z] check_test.go:252: [ded3acf1ef8f7] daemon is not started [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.19s) [2021-02-23T18:46:51.778Z] check_test.go:252: [d21e8f9c7ffa6] daemon is not started [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.18s) [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.23s) [2021-02-23T18:46:51.778Z] check_test.go:252: [d6811eeb44270] daemon is not started [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.45s) [2021-02-23T18:46:51.778Z] check_test.go:252: [d433fd4fd51e9] daemon is not started [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.77s) [2021-02-23T18:46:51.778Z] check_test.go:252: [d31d415905adf] daemon is not started [2021-02-23T18:46:51.778Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.22s) [2021-02-23T18:46:51.778Z] check_test.go:252: [d16dc458a3fc9] daemon is not started [2021-02-23T18:46:51.778Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-23T18:46:51.778Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-23T18:46:55.942Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-02-23T18:46:56.868Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-23T18:46:57.124Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-23T18:46:57.379Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-23T18:46:57.379Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-23T18:46:57.635Z] --- PASS: TestDockerRegistryAuthTokenSuite (6.00s) [2021-02-23T18:46:57.635Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.19s) [2021-02-23T18:46:57.635Z] check_test.go:279: [d3cfed87b7fb5] daemon is not started [2021-02-23T18:46:57.635Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.22s) [2021-02-23T18:46:57.635Z] check_test.go:279: [d9f173802d524] daemon is not started [2021-02-23T18:46:57.635Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.19s) [2021-02-23T18:46:57.635Z] check_test.go:279: [d1cac5ed9377b] daemon is not started [2021-02-23T18:46:57.635Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.20s) [2021-02-23T18:46:57.635Z] check_test.go:279: [db46b9135678a] daemon is not started [2021-02-23T18:46:57.635Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.20s) [2021-02-23T18:46:57.635Z] check_test.go:279: [dfe9aaf24de5e] daemon is not started [2021-02-23T18:46:57.635Z] === RUN TestDockerNetworkSuite [2021-02-23T18:46:57.635Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-02-23T18:47:00.908Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-02-23T18:47:01.163Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-02-23T18:47:03.050Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-02-23T18:47:03.686Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-23T18:47:03.686Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-23T18:47:05.564Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-02-23T18:47:05.564Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-02-23T18:47:07.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-02-23T18:47:09.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-02-23T18:47:10.761Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-23T18:47:11.852Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-02-23T18:47:12.107Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-02-23T18:47:13.664Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-23T18:47:18.639Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-02-23T18:47:18.639Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-02-23T18:47:21.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-02-23T18:47:22.231Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-23T18:47:23.044Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-02-23T18:47:23.044Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-02-23T18:47:23.044Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-02-23T18:47:23.300Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-02-23T18:47:23.861Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-02-23T18:47:25.224Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-02-23T18:47:25.971Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-23T18:47:26.166Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-02-23T18:47:26.421Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-02-23T18:47:26.981Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-02-23T18:47:27.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-02-23T18:47:28.166Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-02-23T18:47:28.166Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-02-23T18:47:28.421Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-02-23T18:47:28.984Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-02-23T18:47:29.545Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-02-23T18:47:29.709Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-23T18:47:29.801Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-02-23T18:47:30.682Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-23T18:47:30.682Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-23T18:47:30.682Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-23T18:47:30.727Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-02-23T18:47:30.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-02-23T18:47:30.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-02-23T18:47:31.238Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-02-23T18:47:31.238Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-02-23T18:47:32.869Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-23T18:47:32.869Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-23T18:47:33.751Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-02-23T18:47:34.311Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-02-23T18:47:36.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-02-23T18:47:43.360Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-02-23T18:47:43.360Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-02-23T18:47:43.360Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-02-23T18:47:43.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-02-23T18:47:43.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-02-23T18:47:43.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-02-23T18:47:43.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-02-23T18:47:43.871Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-02-23T18:47:46.385Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-02-23T18:47:46.385Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-02-23T18:47:46.385Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-02-23T18:47:47.315Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-02-23T18:47:51.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-02-23T18:47:54.002Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-02-23T18:47:54.002Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-02-23T18:47:54.564Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-02-23T18:47:56.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-02-23T18:47:56.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-02-23T18:47:57.012Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-02-23T18:47:57.573Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-02-23T18:47:58.499Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite (65.60s) [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.65s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d82c64ed33e63] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.93s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [de72d2de9b5f5] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.86s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d6a8b5c8b8e8f] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.94s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d305fa38b6214] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.00s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:1233: [db31a0f766188] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.90s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d4003a11abea5] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.16s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d887bd7ab1de8] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.04s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d74afbd025cf7] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.48s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d41421ae14256] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.65s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [dbf21b4767bdd] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.56s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [da3fce663d0bb] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.15s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d897a28761fd7] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.05s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [dd60b97bca83e] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.29s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d637c22cbd6e6] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.47s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d1736a6c01f82] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.01s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [dbbe9d5357e3d] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.28s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d0dfe5fdefa74] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.10s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d4228cd533c25] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.25s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d4a38a178d07d] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.01s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d4d75b1558b52] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.32s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [dab08f017e8a1] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [dadde8d9449ce] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d6e34aa68d960] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.11s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d83b281c6dd23] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.90s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:968: [d6100cfd56840] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.27s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d746e21de74cc] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.93s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:1116: [d216cb6b13f04] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.23s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [db7963f0f86a3] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d41f10fce5ccc] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d87cb45cd8399] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d1e99390992b5] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d8dee3ae7b7ab] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d43f698bb2b0f] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [dd21c951380d4] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.47s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d26c2cdab0daa] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d0858575b853b] daemon is not started [2021-02-23T18:48:03.747Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [dcf6c56eb5b43] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [df2e0ad02e47d] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.48s) [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.14s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:1084: [ddec221402651] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [da060edf1b8a3] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d03263a906add] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.51s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d38ea2d5f48c1] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [ded8804fc0a2c] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.70s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d315439ca55e6] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [ddc72f7e60bf7] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.99s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d568f1f66b2b0] daemon is not started [2021-02-23T18:48:03.747Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.89s) [2021-02-23T18:48:03.747Z] docker_cli_network_unix_test.go:46: [d536d39a5a74a] daemon is not started [2021-02-23T18:48:03.747Z] === RUN TestDockerHubPullSuite [2021-02-23T18:48:03.747Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-02-23T18:48:04.672Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-02-23T18:48:07.183Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-02-23T18:48:07.437Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-02-23T18:48:11.597Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-02-23T18:48:11.598Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-02-23T18:48:11.598Z] --- PASS: TestDockerHubPullSuite (7.89s) [2021-02-23T18:48:11.598Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.34s) [2021-02-23T18:48:11.598Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2021-02-23T18:48:11.598Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.61s) [2021-02-23T18:48:11.598Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.39s) [2021-02-23T18:48:11.598Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.25s) [2021-02-23T18:48:11.598Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-02-23T18:48:11.598Z] PASS [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === Skipped [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_sni_test.go:18: Flakey test [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-23T18:48:11.598Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-23T18:48:11.598Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-23T18:48:11.598Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-23T18:48:11.598Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-23T18:48:11.598Z] docker_cli_network_unix_test.go:46: [dcf6c56eb5b43] daemon is not started [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] [2021-02-23T18:48:11.598Z] DONE 1274 tests, 51 skipped in 1591.683s [2021-02-23T18:48:11.598Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T18:48:11.598Z] ++++ cat bundles/test-integration/docker.pid [2021-02-23T18:48:11.598Z] +++ kill 8179 [2021-02-23T18:48:12.158Z] +++ /etc/init.d/apparmor stop [2021-02-23T18:48:12.158Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T18:48:12.158Z] [2021-02-23T18:48:12.158Z] Unloading profiles will leave already running processes permanently [2021-02-23T18:48:12.158Z] unconfined, which can lead to unexpected situations. [2021-02-23T18:48:12.158Z] [2021-02-23T18:48:12.158Z] To set a process to complain mode, use the command line tool [2021-02-23T18:48:12.158Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T18:48:12.158Z] +++ true [2021-02-23T18:48:12.158Z] exiting test-integration [2021-02-23T18:48:12.158Z] ++ exit 0 [2021-02-23T18:48:12.158Z] [2021-02-23T18:48:12.413Z] + for job in $(jobs -p) [2021-02-23T18:48:12.413Z] + wait 6003 [2021-02-23T18:48:15.391Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-23T18:48:30.513Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-02-23T18:48:51.074Z] === RUN TestDockerSuite/TestBuildRm [2021-02-23T18:49:01.408Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-23T18:49:03.587Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-23T18:49:03.587Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-23T18:49:03.587Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-23T18:49:05.124Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-23T18:49:08.030Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-23T18:49:10.936Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-23T18:49:14.673Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-23T18:49:17.111Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-02-23T18:49:29.267Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-02-23T18:49:29.487Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-23T18:49:29.487Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-23T18:49:29.487Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-23T18:49:32.536Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-02-23T18:49:38.074Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-23T18:49:38.074Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-23T18:49:41.810Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-23T18:49:42.269Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-23T18:49:46.004Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-23T18:50:03.690Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-23T18:50:03.690Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-23T18:50:05.866Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-23T18:50:06.834Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-23T18:50:10.569Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-23T18:50:15.258Z] === RUN TestDockerSuite/TestBuildUser [2021-02-23T18:50:15.258Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-23T18:50:15.258Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-23T18:50:15.258Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-23T18:50:18.991Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-23T18:50:18.991Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-23T18:50:26.058Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-23T18:50:26.058Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-23T18:50:26.058Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-23T18:50:47.147Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-23T18:50:47.147Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-23T18:50:52.938Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-23T18:50:57.632Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-23T18:50:57.632Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-23T18:50:58.092Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-23T18:51:00.272Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-23T18:51:00.272Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-02-23T18:51:10.591Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-23T18:51:13.496Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-23T18:51:13.956Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-23T18:51:31.644Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-23T18:51:31.644Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-23T18:51:31.644Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-23T18:51:31.644Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-23T18:51:31.644Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-23T18:51:38.713Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-23T18:51:38.922Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-02-23T18:51:40.248Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-23T18:51:40.248Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-23T18:51:40.248Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-23T18:51:40.248Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-23T18:51:42.426Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-23T18:51:46.158Z] === RUN TestDockerSuite/TestCommitChange [2021-02-23T18:51:46.996Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-02-23T18:51:47.557Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-02-23T18:51:47.812Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-02-23T18:51:47.812Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-02-23T18:51:47.812Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-02-23T18:51:48.738Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-02-23T18:51:49.891Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-23T18:51:51.249Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-02-23T18:51:54.511Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-02-23T18:51:54.579Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-23T18:51:54.579Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-23T18:51:57.023Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-02-23T18:52:00.368Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-23T18:52:00.368Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-23T18:52:06.157Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-23T18:52:09.947Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-23T18:52:15.741Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-23T18:52:21.532Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-23T18:52:21.532Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-23T18:52:23.708Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-23T18:52:23.708Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-23T18:52:23.709Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-23T18:52:23.709Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-23T18:52:25.888Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-23T18:52:25.888Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-23T18:52:25.888Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-23T18:52:28.065Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-23T18:52:28.065Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-23T18:52:28.065Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-23T18:52:28.065Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-23T18:52:28.065Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-23T18:52:30.243Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-23T18:52:32.420Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-23T18:52:33.957Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-23T18:52:33.957Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-23T18:52:33.957Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-23T18:52:36.143Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-23T18:52:36.143Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-23T18:52:38.319Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-23T18:52:38.319Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-23T18:52:38.319Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-23T18:52:40.508Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-23T18:52:40.508Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-23T18:52:42.684Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-23T18:52:42.684Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-23T18:52:44.861Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-23T18:52:44.861Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-23T18:52:47.038Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-23T18:52:49.942Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-23T18:52:53.188Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-02-23T18:52:53.188Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-02-23T18:52:53.446Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-02-23T18:52:53.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-23T18:52:53.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-23T18:52:53.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-23T18:52:53.681Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-23T18:52:53.681Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-23T18:52:55.218Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-23T18:52:55.218Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-23T18:52:55.331Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-02-23T18:52:57.395Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-23T18:52:57.395Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-23T18:52:58.595Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-02-23T18:52:59.573Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-23T18:52:59.573Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-23T18:53:01.106Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-02-23T18:53:04.260Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-23T18:53:05.227Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-23T18:53:05.227Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-23T18:53:05.227Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-23T18:53:05.227Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-23T18:53:05.227Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-23T18:53:05.227Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-02-23T18:53:07.407Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-23T18:53:07.407Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-02-23T18:53:09.586Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-02-23T18:53:11.764Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-02-23T18:53:14.672Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-02-23T18:53:16.853Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00080aac0_} [2021-02-23T18:53:19.031Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1282997098_c:\foo_false____} [2021-02-23T18:53:21.207Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1282997098_c:\foo_true____} [2021-02-23T18:53:22.979Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-23T18:53:24.111Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-23T18:53:26.290Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-23T18:53:28.467Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-23T18:53:28.467Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-23T18:53:28.467Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-23T18:53:30.646Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-23T18:53:30.646Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-23T18:53:30.646Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-23T18:53:30.646Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-23T18:53:34.381Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-23T18:53:35.136Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-02-23T18:53:35.695Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-02-23T18:53:36.558Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-23T18:53:36.558Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-23T18:53:36.558Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-23T18:53:37.580Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-02-23T18:53:40.843Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-02-23T18:53:48.933Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-02-23T18:53:48.954Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-23T18:53:48.954Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-23T18:53:48.954Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-23T18:53:53.094Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-02-23T18:53:55.608Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-02-23T18:53:57.524Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-23T18:53:57.524Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-23T18:53:57.524Z] === RUN TestDockerSuite/TestCpToDot [2021-02-23T18:53:58.119Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-02-23T18:54:00.007Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-02-23T18:54:02.520Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-02-23T18:54:03.313Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-23T18:54:03.313Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-23T18:54:03.313Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-23T18:54:05.036Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-02-23T18:54:05.489Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-23T18:54:05.489Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-23T18:54:05.489Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-23T18:54:05.489Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-23T18:54:05.489Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-23T18:54:05.489Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-23T18:54:05.948Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-23T18:54:07.547Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-02-23T18:54:08.125Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-23T18:54:09.662Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-23T18:54:09.663Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-23T18:54:10.122Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-23T18:54:11.658Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-23T18:54:12.117Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-23T18:54:12.576Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-23T18:54:12.576Z] === RUN TestDockerSuite/TestCreateRM [2021-02-23T18:54:12.576Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-23T18:54:12.576Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-23T18:54:13.036Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-23T18:54:13.036Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-23T18:54:20.107Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-23T18:54:20.107Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-23T18:54:20.107Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-23T18:54:23.843Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-23T18:54:23.843Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-23T18:54:23.843Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-23T18:54:26.022Z] === RUN TestDockerSuite/TestDockerFails [2021-02-23T18:54:26.481Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-23T18:54:26.481Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-23T18:54:26.481Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-23T18:54:26.481Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-23T18:54:26.481Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-23T18:54:26.481Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-23T18:54:28.657Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-23T18:54:30.834Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-23T18:54:33.011Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-23T18:54:40.084Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-23T18:54:43.820Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-23T18:54:48.512Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-23T18:54:50.690Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-23T18:54:51.149Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-23T18:54:54.888Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-23T18:54:55.347Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-23T18:54:56.315Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-23T18:55:01.001Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-23T18:55:03.717Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-02-23T18:55:04.733Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-23T18:55:04.733Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-23T18:55:04.733Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-23T18:55:04.733Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-23T18:55:04.733Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-23T18:55:04.733Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-23T18:55:05.701Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-23T18:55:06.160Z] === RUN TestDockerSuite/TestEventsRename [2021-02-23T18:55:08.337Z] === RUN TestDockerSuite/TestEventsResize [2021-02-23T18:55:10.513Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-23T18:55:12.691Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-23T18:55:14.898Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-23T18:55:18.542Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-02-23T18:55:19.589Z] === RUN TestDockerSuite/TestEventsTop [2021-02-23T18:55:19.589Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-23T18:55:22.493Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-23T18:55:26.227Z] === RUN TestDockerSuite/TestExec [2021-02-23T18:55:26.227Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-23T18:55:26.227Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-23T18:55:27.765Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-23T18:55:29.302Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-23T18:55:29.302Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-23T18:55:29.302Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-23T18:55:29.302Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-23T18:55:31.479Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-23T18:55:33.018Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite (1628.50s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.13s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.36s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.71s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.15s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.11s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.01s) [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:562: [d8076302c977d] joining swarm manager [d0eeee548166d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:584: [d19c1b49f65be] joining swarm manager [d0eeee548166d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.368Z] check_test.go:380: [d8076302c977d] daemon is not started [2021-02-23T18:55:33.368Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.96s) [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:45: [d5e80062b69a7] joining swarm manager [dda48c764a895]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.99s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.64s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.30s) [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:303: [de52271101118] joining swarm manager [d4bf874862f3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:304: [d8883d0a7270f] joining swarm manager [d4bf874862f3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.62s) [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:271: [d823bab8ff388] joining swarm manager [d84df71be21b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:272: [d5a6a0cff3ae5] joining swarm manager [d84df71be21b9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.90s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.96s) [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.42s) [2021-02-23T18:55:33.368Z] docker_api_swarm_node_test.go:19: [d9e729dca786a] joining swarm manager [d6aa401cc92e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.368Z] docker_api_swarm_node_test.go:20: [d259fe2d7ba0c] joining swarm manager [d6aa401cc92e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.368Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.39s) [2021-02-23T18:55:33.368Z] docker_api_swarm_test.go:501: [d29881d026b45] joining swarm manager [d80d543de5605]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:506: [dc04324faa994] joining swarm manager [d80d543de5605]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.98s) [2021-02-23T18:55:33.369Z] docker_api_swarm_node_test.go:80: [d3295e8145027] joining swarm manager [d5960492f31c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.17s) [2021-02-23T18:55:33.369Z] docker_api_swarm_node_test.go:52: [dde7f58172a8e] joining swarm manager [d6010efab3aef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_node_test.go:53: [d94095519b63c] joining swarm manager [d6010efab3aef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.45s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (16.64s) [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:201: [de48a803deb9b] joining swarm manager [db16f3e229944]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.61s) [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:383: [d4f7d156babf4] joining swarm manager [d22c325993959]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:384: [d0e9255a96a3e] joining swarm manager [d22c325993959]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] check_test.go:380: [d0e9255a96a3e] daemon is not started [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.51s) [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:801: [d03b4f1564900] joining swarm manager [d8fe470e2a691]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:801: [d8fae080480c3] joining swarm manager [d8fe470e2a691]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:801: [d129c83019a58] joining swarm manager [d8fe470e2a691]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:801: [d229d5e1ffb92] joining swarm manager [d8fe470e2a691]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:809: [df9e879436a3f] joining swarm manager [d8fe470e2a691]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.80s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.03s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:394: [d692ff321d5f8] joining swarm manager [d41d106691e7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:394: [d7dfa7ffe9d0d] joining swarm manager [d41d106691e7d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.12s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:342: [d915db8eacc3e] joining swarm manager [d3073db2d1aa2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:342: [dbfb62c5fe612] joining swarm manager [d3073db2d1aa2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.48s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:489: [db613a7498015] joining swarm manager [df57b47be3a11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:489: [d65d555b83a56] joining swarm manager [df57b47be3a11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.41s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.80s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:127: [d007f3bfbe6e7] joining swarm manager [db51fb66d23dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:128: [d0fd9f1aa2363] joining swarm manager [db51fb66d23dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:136: [d8aa77675f9c4] joining swarm manager [db51fb66d23dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:137: [db26776b8b899] joining swarm manager [db51fb66d23dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.30s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.46s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:303: [dc621200894e1] joining swarm manager [d6876db52a960]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:303: [dd53987932c7b] joining swarm manager [d6876db52a960]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (29.94s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:99: [db6de995fa457] joining swarm manager [dfd48856599e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:100: [d40f5ebac4e16] joining swarm manager [dfd48856599e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] check_test.go:380: [db6de995fa457] daemon is not started [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.86s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:532: [d7dc49f207296] joining swarm manager [dfafc79410c6a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:533: [d1f9a864697f9] joining swarm manager [dfafc79410c6a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.91s) [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:147: [d4c0fcf9256e0] joining swarm manager [db6c22104d4b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_api_swarm_service_test.go:147: [d85c37619fa0c] joining swarm manager [db6c22104d4b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.83s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.01s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.78s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.32s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.20s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.47s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.97s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.31s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.07s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.70s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.18s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (2.90s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.41s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.09s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.21s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.83s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.94s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.27s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.78s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.75s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.01s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.12s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.73s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.14s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.28s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.10s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.36s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.02s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.45s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.25s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.93s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.70s) [2021-02-23T18:55:33.369Z] docker_cli_service_logs_test.go:245: checking task yyaabpbvz3b1 [2021-02-23T18:55:33.369Z] docker_cli_service_logs_test.go:250: checking messages for yyaabpbvz3b1 [2021-02-23T18:55:33.369Z] docker_cli_service_logs_test.go:245: checking task zby4ebwb82or [2021-02-23T18:55:33.369Z] docker_cli_service_logs_test.go:250: checking messages for zby4ebwb82or [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.89s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.85s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.26s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.53s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.90s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1901: [d3c6ade83faa0] joining swarm manager [de0840728a068]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1902: [dce34eb66df17] joining swarm manager [de0840728a068]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.56s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.64s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.08s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.29s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1802: [dbdd4bf9a0090] joining swarm manager [d7636f6528874]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1803: [dc60c054b591a] joining swarm manager [d7636f6528874]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.15s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (92.04s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1321: [d6521dce60915] joining swarm manager [dfdffa78a8c82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1322: [de531a310fedd] joining swarm manager [dfdffa78a8c82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.10s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.72s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.83s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.80s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.21s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.84s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.25s) [2021-02-23T18:55:33.369Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.05s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.79s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.20s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.33s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1186: [dc861afc24a59] joining swarm manager [d8b7f742ad6c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1195: [d22647b54dfa6] joining swarm manager [d8b7f742ad6c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.06s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.45s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (121.16s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1118: [dc8e3d9612aff] joining swarm manager [dc87ec8cc7a40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1119: [d08f99cf2b7d2] joining swarm manager [dc87ec8cc7a40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1172: [dd259442fa504] joining swarm manager [dc87ec8cc7a40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.00s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1453: [d17e42061ac95] joining swarm manager [d91819485e179]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] docker_cli_swarm_test.go:1454: [de8648daf190f] joining swarm manager [d91819485e179]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.11s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.28s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.35s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.24s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.00s) [2021-02-23T18:55:33.369Z] docker_cli_swarm_unix_test.go:62: [d61410a7a4084] joining swarm manager [d4eb52beec229]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (1.92s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.84s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.91s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.85s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.55s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.72s) [2021-02-23T18:55:33.369Z] docker_api_swarm_test.go:961: [d48fd281fbbb6] joining swarm manager [d469b85393c1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.95s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.27s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.89s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.81s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.01s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.65s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.16s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.63s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.26s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.26s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.78s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.30s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.36s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.31s) [2021-02-23T18:55:33.369Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.88s) [2021-02-23T18:55:33.369Z] === RUN TestDockerExternalVolumeSuite [2021-02-23T18:55:33.369Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-02-23T18:55:35.205Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-23T18:55:37.382Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-23T18:55:41.121Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-23T18:55:41.121Z] === RUN TestDockerSuite/TestExecEnv [2021-02-23T18:55:41.121Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-23T18:55:41.121Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-23T18:55:43.300Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-23T18:55:47.989Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-23T18:55:47.989Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-23T18:55:47.989Z] === RUN TestDockerSuite/TestExecParseError [2021-02-23T18:55:47.989Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-23T18:55:47.989Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-23T18:55:47.989Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-23T18:55:50.167Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-23T18:55:50.167Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-23T18:55:50.167Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-23T18:55:50.167Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-23T18:55:50.167Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-23T18:55:50.167Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-23T18:55:51.399Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-02-23T18:55:52.344Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-23T18:55:52.344Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-23T18:55:58.137Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-23T18:55:58.137Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-23T18:55:58.137Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-23T18:55:58.137Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-23T18:56:03.937Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-23T18:56:09.732Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-23T18:56:12.640Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestHealth [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-23T18:56:18.436Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-23T18:56:22.171Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-23T18:56:22.629Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-23T18:56:22.629Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-23T18:56:22.629Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-23T18:56:22.629Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-23T18:56:23.088Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-23T18:56:23.547Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-23T18:56:23.547Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-23T18:56:24.515Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-23T18:56:24.515Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-23T18:56:26.052Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-23T18:56:26.052Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-23T18:56:28.230Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-23T18:56:30.407Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-23T18:56:30.407Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-23T18:56:30.407Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-23T18:56:34.147Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-23T18:56:34.147Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-23T18:56:36.327Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-23T18:56:36.327Z] === RUN TestDockerSuite/TestImportFile [2021-02-23T18:56:36.327Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-23T18:56:36.785Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-23T18:56:38.963Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-23T18:56:41.140Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-23T18:56:41.140Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-23T18:56:41.140Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-23T18:56:41.140Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-23T18:56:41.140Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-23T18:56:43.319Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-23T18:56:43.319Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-23T18:56:45.497Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-23T18:56:45.497Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-23T18:56:45.497Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-23T18:56:45.497Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-23T18:56:47.675Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-23T18:56:51.409Z] === RUN TestDockerSuite/TestInspectImage [2021-02-23T18:56:51.409Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-23T18:56:51.409Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-23T18:56:51.409Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-23T18:56:52.945Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-23T18:56:55.124Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-23T18:56:55.124Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-23T18:56:57.301Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-23T18:56:59.013Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-02-23T18:56:59.482Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-23T18:56:59.482Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-23T18:56:59.482Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-23T18:57:01.666Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-23T18:57:03.844Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-23T18:57:05.539Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-02-23T18:57:08.533Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-23T18:57:10.069Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-23T18:57:12.246Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-23T18:57:13.786Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-23T18:57:15.965Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-23T18:57:18.144Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-23T18:57:19.680Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-23T18:57:20.139Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-23T18:57:22.318Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-23T18:57:23.865Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-23T18:57:29.663Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-23T18:57:31.200Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-23T18:57:31.200Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-23T18:57:33.377Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-23T18:57:33.377Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-23T18:57:37.546Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-02-23T18:57:39.169Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-23T18:57:44.961Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-23T18:57:50.751Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-23T18:57:52.372Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-02-23T18:57:52.927Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-23T18:57:55.830Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-23T18:57:55.830Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-23T18:57:57.365Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-23T18:57:59.544Z] === RUN TestDockerSuite/TestLogsSince [2021-02-23T18:58:09.865Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-23T18:58:09.865Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-23T18:58:09.865Z] === RUN TestDockerSuite/TestLogsTail [2021-02-23T18:58:10.832Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-23T18:58:13.010Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestNetHostname [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestPluginActive [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-23T18:58:15.188Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-23T18:58:15.648Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-23T18:58:15.648Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-23T18:58:15.648Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-23T18:58:15.648Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-23T18:58:15.648Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-23T18:58:15.648Z] === RUN TestDockerSuite/TestPortList [2021-02-23T18:58:15.648Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-23T18:58:19.380Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-23T18:58:24.070Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-23T18:58:24.070Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-23T18:58:24.416Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-02-23T18:58:32.634Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-23T18:58:32.634Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-23T18:58:36.572Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-02-23T18:58:41.200Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-23T18:58:53.578Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-23T18:58:53.578Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-23T18:58:53.578Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-23T18:59:05.955Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-23T18:59:08.578Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-02-23T18:59:08.860Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-23T18:59:15.934Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-23T18:59:19.668Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-23T18:59:19.668Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-23T18:59:19.668Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-23T18:59:24.356Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-23T18:59:24.356Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-23T18:59:24.356Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-23T18:59:24.356Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-23T18:59:24.356Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-23T18:59:26.606Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-02-23T18:59:31.428Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-23T18:59:31.428Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-23T18:59:32.396Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-23T18:59:32.396Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-23T18:59:33.931Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-23T18:59:34.899Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-23T18:59:34.899Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-23T18:59:38.749Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-23T18:59:41.444Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-02-23T18:59:42.485Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-23T18:59:44.662Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-23T19:00:09.804Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-23T19:00:09.804Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-23T19:00:12.710Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-23T19:00:12.710Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-23T19:00:13.168Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-23T19:00:13.627Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-23T19:00:17.363Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-23T19:00:21.097Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-23T19:00:21.097Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-23T19:00:24.829Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-23T19:00:24.829Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-23T19:00:25.288Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-23T19:00:28.041Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-02-23T19:00:37.670Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-23T19:00:40.579Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-23T19:00:40.579Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-23T19:00:46.070Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-02-23T19:00:46.369Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-23T19:00:51.059Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-23T19:00:58.135Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-23T19:01:01.040Z] === RUN TestDockerSuite/TestRmiTag [2021-02-23T19:01:01.498Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-23T19:01:03.678Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-23T19:01:18.077Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-02-23T19:01:18.487Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-23T19:01:20.664Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-23T19:01:24.398Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-23T19:01:25.365Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-23T19:01:25.365Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-23T19:01:25.365Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-23T19:01:25.365Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-23T19:01:25.365Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-23T19:01:25.365Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-23T19:01:25.365Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-23T19:01:25.824Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-23T19:01:27.359Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-23T19:01:27.359Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-23T19:01:27.359Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-23T19:01:32.046Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-23T19:01:33.582Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-23T19:01:40.658Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-23T19:01:47.736Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-23T19:01:49.912Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-23T19:01:49.912Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-23T19:01:50.096Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-23T19:01:53.647Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-23T19:01:55.824Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-23T19:01:55.824Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-23T19:01:58.726Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-23T19:01:58.726Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-23T19:01:58.726Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-23T19:02:00.261Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-23T19:02:00.261Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-23T19:02:00.261Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-23T19:02:00.261Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-23T19:02:00.720Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-23T19:02:00.720Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-23T19:02:00.720Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-23T19:02:00.720Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-23T19:02:02.897Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-23T19:02:04.919Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-02-23T19:02:05.074Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-23T19:02:06.609Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-23T19:02:06.609Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-23T19:02:06.609Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-23T19:02:06.609Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-23T19:02:08.785Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-23T19:02:08.785Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-23T19:02:08.785Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-23T19:02:08.785Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-23T19:02:08.785Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-23T19:02:10.321Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-23T19:02:15.008Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-23T19:02:15.008Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-23T19:02:15.008Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-23T19:02:15.008Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-23T19:02:15.008Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-23T19:02:15.008Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-23T19:02:15.008Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-23T19:02:17.184Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-23T19:02:17.184Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-23T19:02:17.184Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-23T19:02:17.184Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-23T19:02:19.362Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-23T19:02:19.744Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-02-23T19:02:20.897Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-23T19:02:20.897Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-23T19:02:23.079Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-23T19:02:23.079Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-23T19:02:23.079Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-23T19:02:23.079Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-23T19:02:25.257Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-23T19:02:27.435Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-23T19:02:28.971Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-23T19:02:31.149Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-23T19:02:34.883Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-23T19:02:34.883Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-23T19:02:34.883Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-23T19:02:34.883Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-23T19:02:34.883Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-23T19:02:34.883Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-23T19:02:34.883Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-23T19:02:37.773Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-02-23T19:02:41.957Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-23T19:02:41.957Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunMount [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-23T19:02:42.925Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-23T19:02:49.995Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-23T19:02:49.995Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-23T19:02:49.995Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-23T19:02:49.995Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite (437.29s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.55s) [2021-02-23T19:02:52.621Z] docker_cli_external_volume_driver_test.go:53: [ddbf72dbb15f5] daemon is not started [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.27s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-02-23T19:02:52.621Z] docker_cli_external_volume_driver_test.go:53: [d535acd6a3996] daemon is not started [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-02-23T19:02:52.621Z] docker_cli_external_volume_driver_test.go:53: [d4cb6c1992165] daemon is not started [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-02-23T19:02:52.621Z] docker_cli_external_volume_driver_test.go:53: [d3ab0d5e197c8] daemon is not started [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.23s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.79s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.31s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.19s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.66s) [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2021-02-23T19:02:52.621Z] docker_cli_external_volume_driver_test.go:485: [dec59e95c2a26] daemon is not started [2021-02-23T19:02:52.621Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-02-23T19:02:52.621Z] docker_cli_external_volume_driver_test.go:53: [df4e509138cde] daemon is not started [2021-02-23T19:02:52.621Z] PASS [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] === Skipped [2021-02-23T19:02:52.621Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-23T19:02:52.621Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-23T19:02:52.621Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-23T19:02:52.621Z] check_test.go:309: [d9f5e7d5ec024] daemon is not started [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-23T19:02:52.621Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-02-23T19:02:52.621Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-23T19:02:52.621Z] check_test.go:309: [d59cd55552cb5] daemon is not started [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-23T19:02:52.621Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-23T19:02:52.621Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-23T19:02:52.621Z] check_test.go:309: [d8724fd74d41f] daemon is not started [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-23T19:02:52.621Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-23T19:02:52.621Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-23T19:02:52.621Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-23T19:02:52.621Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] DONE 273 tests, 5 skipped in 2470.029s [2021-02-23T19:02:52.621Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-23T19:02:52.621Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df2b07975bbc8/docker.pid [2021-02-23T19:02:52.621Z] +++ kill 6208 [2021-02-23T19:02:52.621Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6208 is not a child of this shell [2021-02-23T19:02:52.621Z] warning: PID 6208 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df2b07975bbc8/docker.pid had a nonzero exit code [2021-02-23T19:02:52.621Z] ++++ cat bundles/test-integration/docker.pid [2021-02-23T19:02:52.621Z] +++ kill 8167 [2021-02-23T19:02:52.621Z] +++ /etc/init.d/apparmor stop [2021-02-23T19:02:52.621Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] Unloading profiles will leave already running processes permanently [2021-02-23T19:02:52.621Z] unconfined, which can lead to unexpected situations. [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] To set a process to complain mode, use the command line tool [2021-02-23T19:02:52.621Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-23T19:02:52.621Z] +++ true [2021-02-23T19:02:52.621Z] exiting test-integration [2021-02-23T19:02:52.621Z] ++ exit 0 [2021-02-23T19:02:52.621Z] [2021-02-23T19:02:52.621Z] + exit 0 [2021-02-23T19:02:52.621Z] ++ jobs -p [2021-02-23T19:02:52.621Z] + pids= [2021-02-23T19:02:52.621Z] + echo 'Remaining pids to kill: []' [2021-02-23T19:02:52.621Z] Remaining pids to kill: [] [2021-02-23T19:02:52.621Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-02-23T19:02:52.630Z] Recording test results [2021-02-23T19:02:53.348Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-23T19:02:53.699Z] + echo Ensuring container killed. [2021-02-23T19:02:53.699Z] Ensuring container killed. [2021-02-23T19:02:53.699Z] + docker ps -aq -f name=docker-pr3-* [2021-02-23T19:02:53.699Z] + cids=b577502cb032 [2021-02-23T19:02:53.699Z] 60739b80872e [2021-02-23T19:02:53.699Z] a2869146a5d9 [2021-02-23T19:02:53.699Z] + [ -n b577502cb032 [2021-02-23T19:02:53.699Z] 60739b80872e [2021-02-23T19:02:53.699Z] a2869146a5d9 ] [2021-02-23T19:02:53.699Z] + docker rm -vf b577502cb032 60739b80872e a2869146a5d9 [2021-02-23T19:02:53.729Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-23T19:02:56.217Z] b577502cb032 [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-23T19:02:57.466Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-23T19:02:57.582Z] 60739b80872e [2021-02-23T19:02:57.582Z] a2869146a5d9 [Pipeline] sh [2021-02-23T19:02:57.904Z] + echo Chowning /workspace to jenkins user [2021-02-23T19:02:57.904Z] Chowning /workspace to jenkins user [2021-02-23T19:02:57.904Z] + id -u [2021-02-23T19:02:57.904Z] + id -g [2021-02-23T19:02:57.904Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/workspace busybox chown -R 1000:1000 /workspace [2021-02-23T19:02:58.434Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-23T19:03:00.617Z] === RUN TestDockerSuite/TestRunNonExistingCmd [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-23T19:03:01.507Z] + bundleName=amd64 [2021-02-23T19:03:01.507Z] + echo Creating amd64-bundles.tar.gz [2021-02-23T19:03:01.507Z] Creating amd64-bundles.tar.gz [2021-02-23T19:03:01.507Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-23T19:03:01.507Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-23T19:03:02.440Z] Archiving artifacts [2021-02-23T19:03:02.794Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-23T19:03:03.763Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-23T19:03:05.303Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-23T19:03:05.762Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-23T19:03:08.077Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T19:03:08.380Z] + make clean [2021-02-23T19:03:08.635Z] docker volume rm -f docker-dev-cache [2021-02-23T19:03:08.635Z] docker-dev-cache [Pipeline] deleteDir [2021-02-23T19:03:08.665Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-23T19:03:08.665Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-23T19:03:08.665Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-23T19:03:08.665Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-23T19:03:08.665Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-23T19:03:08.665Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-23T19:03:15.738Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-23T19:03:15.738Z] === RUN TestDockerSuite/TestRunRm [2021-02-23T19:03:17.276Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-23T19:03:23.072Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-23T19:03:24.608Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-23T19:03:26.786Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-23T19:03:28.321Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-23T19:03:31.225Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-23T19:03:31.225Z] === RUN TestDockerSuite/TestRunState [2021-02-23T19:03:31.225Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-23T19:03:32.765Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-23T19:03:32.765Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-23T19:03:34.941Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-23T19:03:34.941Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-23T19:03:34.941Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-23T19:03:34.941Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-23T19:03:34.941Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-23T19:03:34.941Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-23T19:03:39.635Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-23T19:03:41.815Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-23T19:03:41.815Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-23T19:03:43.991Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-23T19:03:43.991Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-23T19:03:43.991Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-23T19:03:46.896Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-23T19:03:52.688Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-23T19:03:57.388Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-23T19:04:03.178Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-23T19:04:03.178Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-23T19:04:03.178Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-23T19:04:05.354Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-23T19:04:07.531Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-23T19:04:09.708Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-23T19:04:13.444Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-23T19:04:14.980Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-23T19:04:17.165Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-23T19:04:21.041Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-23T19:04:21.500Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-23T19:04:23.677Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-23T19:04:23.677Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-23T19:04:24.136Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-23T19:04:24.595Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-23T19:04:26.136Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-23T19:04:31.927Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-23T19:04:31.927Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-23T19:04:40.493Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-23T19:04:40.493Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-23T19:04:43.398Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-23T19:04:43.398Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-23T19:04:43.398Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-23T19:04:43.398Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-23T19:04:43.398Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-23T19:04:48.091Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-23T19:04:48.091Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-23T19:04:48.091Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-23T19:04:48.091Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-23T19:04:48.091Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-23T19:04:48.091Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-23T19:04:48.091Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-23T19:04:50.269Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-23T19:04:52.445Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-23T19:04:52.445Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-23T19:04:53.981Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-23T19:04:54.441Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-23T19:04:54.441Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-23T19:04:54.441Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-23T19:04:54.441Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-23T19:04:54.441Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-23T19:04:54.441Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-23T19:05:12.131Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-23T19:05:12.131Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-23T19:05:12.131Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-23T19:05:12.131Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-23T19:05:12.131Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-23T19:05:12.131Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-23T19:05:12.131Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-23T19:05:13.098Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-23T19:05:13.098Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-23T19:05:15.276Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-23T19:05:15.736Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-23T19:05:16.195Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-23T19:05:16.195Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-23T19:05:16.195Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-23T19:05:28.577Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-23T19:05:28.577Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-23T19:05:28.577Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-23T19:05:28.577Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-23T19:05:28.577Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-23T19:05:35.649Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-23T19:05:35.649Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-23T19:05:35.649Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-23T19:05:44.215Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-23T19:05:44.215Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite (2203.19s) [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-02-23T19:05:44.674Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-23T19:05:44.674Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-02-23T19:05:44.674Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-23T19:05:44.674Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.68s) [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2021-02-23T19:05:44.674Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.48s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (90.09s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.79s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.14s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.12s) [2021-02-23T19:05:44.675Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.09s) [2021-02-23T19:05:44.675Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.10s) [2021-02-23T19:05:44.675Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (1.25s) [2021-02-23T19:05:44.675Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-23T19:05:44.675Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-23T19:05:44.675Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-23T19:05:44.675Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-23T19:05:44.675Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.25s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-23T19:05:44.675Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-23T19:05:44.675Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.99s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.95s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.98s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.18s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (88.93s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2021-02-23T19:05:44.675Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.90s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.47s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.69s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.16s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.67s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.77s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.22s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.31s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.89s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.04s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.38s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.20s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddTar (33.22s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.61s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.48s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.08s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.18s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.11s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.56s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.45s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.22s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.51s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (19.49s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.04s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.16s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.09s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.14s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-23T19:05:44.675Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.30s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.84s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.48s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.63s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.90s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.01s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.41s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.76s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.75s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.70s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.46s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.41s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.96s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.86s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.44s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.90s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.64s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.29s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.37s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.65s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.22s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.52s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.45s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignore (61.38s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.70s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (71.59s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.39s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.64s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.72s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.50s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.63s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.05s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.52s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.48s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (96.65s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.49s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.95s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.58s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.82s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.10s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.95s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.83s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.22s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.73s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.51s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFails (6.84s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.60s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.97s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.86s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.91s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.21s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.60s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-23T19:05:44.675Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.63s) [2021-02-23T19:05:44.675Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.47s) [2021-02-23T19:05:44.675Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.28s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildHistory (8.96s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.80s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.78s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.72s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLabel (0.80s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.53s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.81s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.49s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLabels (0.80s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.32s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.81s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.48s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.58s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.31s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.50s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.55s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.11s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (22.35s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.76s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.33s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.71s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.31s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.69s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.64s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.18s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.25s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.95s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.13s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.68s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.33s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.60s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.22s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.57s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.38s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.14s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.96s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.06s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.42s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (35.03s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildRm (11.04s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.91s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-02-23T19:05:44.676Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.21s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.01s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.98s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.72s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.24s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.60s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.54s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.70s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.03s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildStderr (3.74s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.84s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.63s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.00s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.96s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.49s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.48s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.46s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.21s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.63s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.77s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.31s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.58s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.29s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.24s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.79s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.06s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.02s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.85s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.58s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-02-23T19:05:44.676Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-23T19:05:44.676Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-23T19:05:44.676Z] docker_cli_sni_test.go:18: Flakey test [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.92s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.75s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestCommitChange (4.15s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.77s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.72s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-23T19:05:44.676Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestCommitTTY (5.95s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.83s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-23T19:05:44.676Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.14s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.86s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.93s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.05s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.14s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.38s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.97s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.01s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.07s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.07s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.12s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.83s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.40s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.18s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.94s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.23s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.57s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.57s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.22s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.94s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.05s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.81s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-23T19:05:44.676Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.70s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.57s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.38s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.38s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.35s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.38s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00080aac0_} (2.34s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1282997098_c:\foo_false____} (2.37s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1282997098_c:\foo_true____} (2.34s) [2021-02-23T19:05:44.676Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-23T19:05:44.676Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.13s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-23T19:05:44.676Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.09s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.00s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.03s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.94s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.07s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.38s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.64s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpToDot (6.94s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCpToStdout (2.11s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.13s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateArgs (0.13s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.92s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.99s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.15s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.13s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.72s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.53s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateLabels (0.14s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateRM (0.24s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.13s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.26s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.50s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.16s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.42s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.66s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.13s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-23T19:05:44.677Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.03s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-23T19:05:44.677Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.14s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.16s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.13s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (6.83s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsCopy (4.32s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.55s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.03s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.71s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.42s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.69s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.90s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFilters (4.24s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFormat (4.15s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsRename (2.21s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsResize (2.43s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.01s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.42s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.62s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.39s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-23T19:05:44.677Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.73s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.78s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-23T19:05:44.677Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-23T19:05:44.677Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-23T19:05:44.677Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.77s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.00s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.09s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.91s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.95s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.06s) [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecInspectID (4.51s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-23T19:05:44.677Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.23s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-23T19:05:44.677Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.04s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.677Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.57s) [2021-02-23T19:05:44.677Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-23T19:05:44.677Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.85s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.84s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.84s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.88s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-23T19:05:44.678Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.87s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.54s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.88s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.51s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.87s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.28s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.53s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-02-23T19:05:44.678Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-23T19:05:44.678Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-23T19:05:44.678Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.98s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.05s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-02-23T19:05:44.678Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-23T19:05:44.678Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.09s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectDefault (2.00s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectHistory (3.75s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.03s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.00s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.96s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.97s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-23T19:05:44.678Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.22s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectStatus (2.37s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.08s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.00s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.96s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.96s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.01s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.02s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.98s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-23T19:05:44.678Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.72s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.71s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.48s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.22s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-23T19:05:44.678Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.03s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.84s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.73s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.60s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.45s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.30s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.08s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.13s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsSince (8.73s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsTail (2.57s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.24s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.03s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.89s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-23T19:05:44.678Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.97s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-23T19:05:44.678Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsByOrder (8.14s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.24s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.16s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-23T19:05:44.678Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.43s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.33s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.53s) [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.04s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-23T19:05:44.678Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.22s) [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-23T19:05:44.678Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.678Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.98s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.61s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-23T19:05:44.679Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.66s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.68s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.12s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.96s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.33s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.13s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.57s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.88s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.69s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.75s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.24s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.45s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.44s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.59s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.63s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.43s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.56s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.75s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiTag (0.59s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.17s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.53s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.22s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.98s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.95s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.74s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.96s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.47s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (6.95s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (6.79s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.03s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.08s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.07s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.69s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.78s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.07s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.10s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.99s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.09s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.43s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.66s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.00s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.95s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.97s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.98s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunExitCode (2.03s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.99s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.94s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.08s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.51s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.42s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.52s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.25s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.21s) [2021-02-23T19:05:44.679Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.52s) [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-23T19:05:44.679Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.679Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.25s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.88s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.92s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.73s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.64s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.78s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunRm (2.02s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.19s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.06s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.97s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.96s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.33s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.01s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.78s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.51s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.09s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.10s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.69s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.11s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.19s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.06s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.08s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.42s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.04s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.07s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.60s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.52s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.16s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.14s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.23s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.89s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.38s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.51s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.93s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.06s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.12s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.99s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.29s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.30s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.56s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.35s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.64s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.52s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-02-23T19:05:44.680Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.01s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.24s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.87s) [2021-02-23T19:05:44.680Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-23T19:05:44.680Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.680Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.31s) [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-23T19:05:44.680Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-23T19:05:44.681Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-23T19:05:44.681Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-23T19:05:44.681Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-23T19:05:44.681Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-23T19:05:45.141Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-23T19:05:45.141Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-23T19:05:45.141Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-23T19:05:45.141Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-23T19:05:45.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-23T19:05:45.141Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-23T19:05:45.141Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] === RUN TestDockerDaemonSuite [2021-02-23T19:05:45.141Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-23T19:05:45.141Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-23T19:05:45.141Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-23T19:05:45.141Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] === RUN TestDockerSwarmSuite [2021-02-23T19:05:45.141Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-02-23T19:05:45.141Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-02-23T19:05:45.141Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] === RUN TestDockerExternalVolumeSuite [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] === RUN TestDockerNetworkSuite [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] === RUN TestDockerHubPullSuite [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-02-23T19:05:45.141Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] PASS [2021-02-23T19:05:45.141Z] ok github.com/docker/docker/integration-cli 2203.693s [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === Skipped [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-23T19:05:45.141Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.12s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.12s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.09s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.09s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.10s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.10s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (1.25s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (1.25s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-23T19:05:45.141Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-23T19:05:45.141Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-23T19:05:45.141Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-23T19:05:45.141Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2021-02-23T19:05:45.141Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-23T19:05:45.141Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-02-23T19:05:45.141Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.141Z] [2021-02-23T19:05:45.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-23T19:05:45.141Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-23T19:05:45.141Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-23T19:05:45.142Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-02-23T19:05:45.142Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-02-23T19:05:45.142Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-02-23T19:05:45.142Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.142Z] [2021-02-23T19:05:45.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-23T19:05:45.143Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-23T19:05:45.143Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-02-23T19:05:45.143Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-02-23T19:05:45.143Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2021-02-23T19:05:45.143Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.27s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-02-23T19:05:45.143Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-23T19:05:45.143Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-23T19:05:45.143Z] docker_cli_sni_test.go:18: Flakey test [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-23T19:05:45.143Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-23T19:05:45.143Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-23T19:05:45.143Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-23T19:05:45.143Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-23T19:05:45.143Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-02-23T19:05:45.143Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-02-23T19:05:45.143Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.143Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-23T19:05:45.144Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-23T19:05:45.144Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-23T19:05:45.144Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-02-23T19:05:45.144Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-23T19:05:45.144Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-23T19:05:45.144Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-23T19:05:45.144Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-23T19:05:45.144Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-23T19:05:45.144Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-23T19:05:45.144Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-23T19:05:45.144Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-02-23T19:05:45.144Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-23T19:05:45.144Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-23T19:05:45.144Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-02-23T19:05:45.144Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-23T19:05:45.144Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-23T19:05:45.144Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-23T19:05:45.144Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-23T19:05:45.144Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.144Z] [2021-02-23T19:05:45.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-23T19:05:45.145Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-23T19:05:45.145Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-23T19:05:45.145Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-23T19:05:45.145Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-23T19:05:45.145Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-23T19:05:45.145Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-23T19:05:45.145Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.145Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-23T19:05:45.146Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.146Z] [2021-02-23T19:05:45.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-23T19:05:45.146Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.147Z] [2021-02-23T19:05:45.147Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-23T19:05:45.147Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-23T19:05:45.147Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-23T19:05:45.606Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-23T19:05:45.606Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.606Z] [2021-02-23T19:05:45.606Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-23T19:05:45.607Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-02-23T19:05:45.607Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-23T19:05:45.607Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-02-23T19:05:45.607Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-02-23T19:05:45.607Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-02-23T19:05:45.607Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-23T19:05:45.607Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-23T19:05:45.607Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-23T19:05:45.607Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.607Z] [2021-02-23T19:05:45.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-23T19:05:45.608Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-02-23T19:05:45.608Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] DONE 1093 tests, 547 skipped in 2211.519s [2021-02-23T19:05:45.608Z] INFO: Integration tests ended at 02/23/2021 19:05:45. Duration:00:36:51.7069128 [2021-02-23T19:05:45.608Z] INFO: Docker info of the daemon under test at end of run [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] Containers: 2 [2021-02-23T19:05:45.608Z] Running: 0 [2021-02-23T19:05:45.608Z] Paused: 0 [2021-02-23T19:05:45.608Z] Stopped: 2 [2021-02-23T19:05:45.608Z] Images: 18 [2021-02-23T19:05:45.608Z] Server Version: 0.0.0-dev [2021-02-23T19:05:45.608Z] Storage Driver: windowsfilter [2021-02-23T19:05:45.608Z] Windows: [2021-02-23T19:05:45.608Z] Logging Driver: json-file [2021-02-23T19:05:45.608Z] Plugins: [2021-02-23T19:05:45.608Z] Volume: local [2021-02-23T19:05:45.608Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-23T19:05:45.608Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-23T19:05:45.608Z] Swarm: inactive [2021-02-23T19:05:45.608Z] Default Isolation: process [2021-02-23T19:05:45.608Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-23T19:05:45.608Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-23T19:05:45.608Z] OSType: windows [2021-02-23T19:05:45.608Z] Architecture: x86_64 [2021-02-23T19:05:45.608Z] CPUs: 4 [2021-02-23T19:05:45.608Z] Total Memory: 32GiB [2021-02-23T19:05:45.608Z] Name: azwin-2-af5990 [2021-02-23T19:05:45.608Z] ID: RYMG:VRH7:YHWQ:27PJ:LCQA:2B6N:53TX:FJMW:YBD4:6GYT:TJDV:ZM3H [2021-02-23T19:05:45.608Z] Docker Root Dir: D:\CI\PR-42060\3\daemon [2021-02-23T19:05:45.608Z] Debug Mode (client): false [2021-02-23T19:05:45.608Z] Debug Mode (server): true [2021-02-23T19:05:45.608Z] File Descriptors: -1 [2021-02-23T19:05:45.608Z] Goroutines: 17 [2021-02-23T19:05:45.608Z] System Time: 2021-02-23T19:05:45.2887565Z [2021-02-23T19:05:45.608Z] EventsListeners: 0 [2021-02-23T19:05:45.608Z] Registry: https://index.docker.io/v1/ [2021-02-23T19:05:45.608Z] Labels: [2021-02-23T19:05:45.608Z] Experimental: false [2021-02-23T19:05:45.608Z] Insecure Registries: [2021-02-23T19:05:45.608Z] 127.0.0.0/8 [2021-02-23T19:05:45.608Z] Live Restore Enabled: false [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] [2021-02-23T19:05:45.608Z] INFO: Stopping daemon under test [2021-02-23T19:05:45.608Z] SUCCESS: The process with PID 4728 (child process of PID 8488) has been terminated. [2021-02-23T19:05:45.608Z] SUCCESS: The process with PID 8488 (child process of PID 5700) has been terminated. [2021-02-23T19:05:45.608Z] INFO: Stop tailing logs of the daemon under tests [2021-02-23T19:05:45.608Z] INFO: executeCI.ps1 Completed successfully at 02/23/2021 19:05:45. [2021-02-23T19:05:45.608Z] INFO: Tidying up at end of run [2021-02-23T19:05:45.608Z] INFO: Saving daemon under test log (d:\CI\PR-42060\3\dut.out) to bundles\CIDUT.out [2021-02-23T19:05:45.608Z] INFO: Saving daemon under test log (d:\CI\PR-42060\3\dut.err) to bundles\CIDUT.err [2021-02-23T19:05:45.608Z] INFO: Nuke-Everything... [2021-02-23T19:05:46.067Z] INFO: Container count on control daemon to delete is 2 [2021-02-23T19:05:46.067Z] e5d62cedb4a8 [2021-02-23T19:05:46.067Z] 5645246a074b [2021-02-23T19:05:46.526Z] INFO: Non-base image count on control daemon to delete is 1 [2021-02-23T19:05:48.061Z] Deleted: sha256:ca255936eea08f3762524204179a9434c4e974688bb591d7a507f347c2aec8e4 [2021-02-23T19:05:48.061Z] Deleted: sha256:6eabf23f1b634745e209d5dcf3ec8b04761abc11273f61caf00a7401d4edf2b9 [2021-02-23T19:05:48.061Z] INFO: Tidying pidfile d:\CI\PR-42060\3\docker.pid [2021-02-23T19:05:48.061Z] INFO: Nuking d:\CI [2021-02-23T19:06:13.200Z] INFO: Zapped successfully [2021-02-23T19:06:13.200Z] [2021-02-23T19:06:13.200Z] INFO: executeCI.ps1 exiting at Tue Feb 23 19:06:10 CUT 2021. Duration 00:52:31.4951145 [2021-02-23T19:06:13.200Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-02-23T19:06:13.445Z] Recording test results [2021-02-23T19:06:14.195Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-02-23T19:06:15.680Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-02-23T19:06:17.432Z] Archiving artifacts [2021-02-23T19:06:18.601Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42060/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-23T19:06:19.525Z] + make clean [2021-02-23T19:06:20.493Z] docker volume rm -f docker-dev-cache [2021-02-23T19:06:20.493Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS